Accessibility digest

Synopsis
PageCandidate Gregg Hart (D)
URLhttps://gregghart.org/
Requesterpool@jpdev.pro
Test date2023/06/18
Score3726
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 Gregg Hart (D) at https://gregghart.org/ 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 3726, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total3726Sum of the component scores
issue3318Severity and number of reported defects
tool406Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log2Browser 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
colorMissing468
fontSizeAbsolute342
textContrastAA284
duplicateID192
attributeBad148
zIndexNotZero140
cssInvalid138
spontaneousMotion118
typeRedundant113
focusableOperable111
contrastAAA93
focusIndication88
slashParseRisk88
linkIndication78
contentBeyondLandmarks70
textAlternativeRisk53
overflowHidden52
componentNoText52
ariaReferenceBad52
labelBadID52
parentBad48
siteNavigation47
overflowHiddenRisk43
hiddenContentRisk32
errorReferenceBad32
titleBad24
noHeading18
targetSize18
linkForcesNewWindow18
decorativeImageRisk16
sectionHeadingless16
pseudoListRisk13
linkNoText12
ariaBadAttribute12
descriptionBadID12
figureNoText12
tabIndexMissing12
hoverSurprise12
obsolete9
pseudoHeadingRisk8
linkTextsSame8
leadingClipsText8
roleRedundant8
linkWindowSurpriseRisk6
legendMissing6
ariaLabelWrongRisk6
labelForBad6
skipRepeatedContent6
pseudoNavList6
fontSmall6
filterStyle6
inconsistentStyles6
repeatedContentRisk5
contrastRisk5
headingLevelSkip4
descendantMissing4
focusableHidden4
linkElementBad4
buttonNoText4
inputNoText4
h1Multiple4
controlNoText4
h1Missing3
submitButton3
groupName3
roleBad3
parseError3
horizontalScrolling3
linkVague3
allCaps3
focusedAway3
labelEmpty3
mainNone2
labeledHidden2
scrollRisk2
headingStructure2
articleHeadingless2
allItalics2
labelClash2
imageTextRedundant2
linkPair2
pseudoParagraphRisk1
autocompleteNone1
visibleBulk1
titleRedundant1

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 colorMissing

WCAG: 1.4.3

Score: 468

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 117

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 342

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 171

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 284

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 71

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 16

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: 2

Complaint specifics

Complaints by ibm

Rule text_contrast_sufficient

Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 13

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 71

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 192

Complaints by ibm

Rule element_id_unique

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

Count of instances: 17

Complaint specifics

Complaints by nuVal

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

Description: Duplicate id

Count of instances: 48

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 4

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 148

Complaints by nuVal

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

Description: Attribute not allowed on this element

Count of instances: 6

Complaint specifics
Rule ^Attribute .+ is only allowed when .+$

Description: Attribute is invalid here

Count of instances: 2

Complaint specifics
Rule An input element with a type attribute whose value is hidden must not have any aria-* attributes.

Description: hidden-type input element has an ARIA attribute

Count of instances: 2

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

Description: Attribute on this element has an invalid value

Count of instances: 27

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 140

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 140

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 138

Complaints by nuVal

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

Description: Invalid CSS

Count of instances: 2

Complaint specifics
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: 40

Complaint specifics
Rule ^CSS: .+: Property .+ doesn't exist.*$

Description: Invalid property in CSS

Count of instances: 2

Complaint specifics

Issue spontaneousMotion

WCAG: 2.2.2

Score: 118

Complaints by testaro

Rule motion

Description: Change of visible content not requested by user

Count of instances: 59

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 113

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 101

Complaint specifics
Rule The type attribute for the style element is not needed and should be omitted.

Description: type attribute is unnecessary for a style element

Count of instances: 12

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 111

Complaints by testaro

Rule focOp

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

Count of instances: 37

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 93

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 93

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 5

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 15

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 88

Complaints by alfa

Rule r65

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

Count of instances: 21

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 20

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 22

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 88

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: 88

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 78

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 39

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 70

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 32

Complaint specifics

Complaints by axe

Rule region

Description: Some page content is not contained by landmarks

Count of instances: 8

Complaint specifics

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 35

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 53

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 53

Complaint specifics

Issue overflowHidden

WCAG: 1.4.4

Score: 52

Complaints by alfa

Rule r83

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

Count of instances: 13

Complaint specifics

Issue componentNoText

WCAG: 4.1.2

Score: 52

Complaints by ibm

Rule aria_widget_labelled

Description: Interactive component has no programmatically associated name

Count of instances: 13

Complaint specifics

Issue ariaReferenceBad

WCAG: 1.3.1

Score: 52

Complaints by ibm

Rule aria_id_unique

Description: ARIA attribute has an invalid or duplicated id as its value

Count of instances: 13

Complaint specifics

Complaints by wave

Rule aria_reference_broken

Description: Broken ARIA reference

Count of instances: 13

Complaint specifics

Issue labelBadID

WCAG: 1.3.1

Score: 52

Complaints by nuVal

Rule The aria-describedby attribute must point to an element in the same document.

Description: aria-describedby attribute references an element not in the document

Count of instances: 13

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 48

Complaints by nuVal

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

Description: Element has an invalid parent

Count of instances: 12

Complaint specifics

Issue siteNavigation

WCAG: 2.4

Score: 47

Complaints by qualWeb

Rule QW-WCAG-T15

Description: link element and navigation tools not used

Count of instances: 47

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 43

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 43

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 32

Complaints by axe

Rule hidden-content

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

Count of instances: 32

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 32

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 8

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 24

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 6

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 18

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 6

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 18

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 6

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 18

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 6

Complaint specifics

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 16

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 16

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 16

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: 16

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue pseudoListRisk

WCAG: 1.3.1

Score: 13

Complaints by qualWeb

Rule QW-BP23

Description: List item is used nonsemantically

Count of instances: 13

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 12

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 2

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 2

Complaint specifics

Complaints by continuum

Rule 237

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

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.Empty

Description: a element has an id attribute but no href attribute or text

Count of instances: 1

Complaint specifics
Rule AAA.1_1_1.H30.2

Description: img element is the only link content but has no text alternative

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule a_text_purpose

Description: Hyperlink has no link text, label, or image with a text alternative

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 2

Complaint specifics
Rule QW-WCAG-T21

Description: Accessible name is not provided for an image which is the only content in a link

Count of instances: 1

Complaint specifics

Complaints by tenon

Rule 57

Description: Link has no text inside it

Count of instances: 1

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 1

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 12

Complaints by axe

Rule aria-valid-attr-value

Description: ARIA attribute has an invalid value

Count of instances: 3

Complaint specifics

Issue descriptionBadID

WCAG: 1.3.1

Score: 12

Complaints by continuum

Rule 83

Description: aria-describedby attribute references an invalid or duplicate ID

Count of instances: 3

Complaint specifics

Issue figureNoText

WCAG: 1.1.1

Score: 12

Complaints by ibm

Rule figure_label_exists

Description: figure element has no associated label

Count of instances: 3

Complaint specifics

Issue tabIndexMissing

WCAG: 2.1.1

Score: 12

Complaints by tenon

Rule 190

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

Count of instances: 3

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 12

Complaints by testaro

Rule hover

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

Count of instances: 6

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 9

Complaints by nuVal

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

Description: Attribute is obsolete on its element

Count of instances: 1

Complaint specifics
Rule The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.

Description: name attribute is obsolete

Count of instances: 2

Complaint specifics

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 8

Complaints by htmlcs

Rule AAA.1_3_1.H42

Description: Heading coding is not used but the element may be intended as a heading

Count of instances: 8

Complaint specifics

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 1

Complaint specifics

Issue linkTextsSame

WCAG: 2.4.4

Score: 8

Complaints by qualWeb

Rule QW-ACT-R9

Description: Links with identical accessible names have different purposes

Count of instances: 2

Complaint specifics
Rule QW-ACT-R44

Description: Links with identical accessible names and context serve different purposes

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 98

Description: Links have the same text but different destinations

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 roleRedundant

WCAG: 4.1.2

Score: 8

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 8

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 6

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: 6

Complaint specifics

Issue legendMissing

WCAG: 4.1.2

Score: 6

Complaints by htmlcs

Rule AAA.1_3_1.H71.NoLegend

Description: fieldset has no legend element

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T3

Description: Description for a group of form controls using fieldset and legend elements is not provided

Count of instances: 3

Complaint specifics

Complaints by wave

Rule legend_missing

Description: fieldset has no legend element

Count of instances: 1

Complaint specifics

Issue ariaLabelWrongRisk

WCAG: 1.3.1

Score: 6

Complaints by nuVal

Rule Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)

Description: aria-label attribute may be misused

Count of instances: 6

Complaint specifics

Issue labelForBad

WCAG: 1.3.1

Score: 6

Complaints by nuVal

Rule The value of the for attribute of the label element must be the ID of a non-hidden form control.

Description: for attribute of the label element does not reference a non-hidden form control

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 pseudoNavList

WCAG: 1.3.1

Score: 6

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: 3

Complaint specifics

Issue fontSmall

WCAG: 1.4

Score: 6

Complaints by tenon

Rule 134

Description: Text is very small

Count of instances: 2

Complaint specifics

Issue filterStyle

WCAG: 4.1

Score: 6

Complaints by testaro

Rule filterStyle

Description: Element styles include filter

Count of instances: 6

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 6

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 6

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 5

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
Rule QW-BP17

Description: No link at the beginning of a block of repeated content goes to the end of the block

Count of instances: 2

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 5

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
Rule AAA.1_4_6.G18.BgImage

Description: Contrast between the text and the background image may be less than 4.5:1

Count of instances: 1

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: 1

Complaint specifics

Complaints by axe

Rule heading-order

Description: Heading levels do not increase by only one

Count of instances: 1

Complaint specifics

Complaints by wave

Rule heading_skipped

Description: Skipped heading level

Count of instances: 2

Complaint specifics

Issue descendantMissing

WCAG: 1.3.1

Score: 4

Complaints by alfa

Rule r68

Description: Element does not own an element required by its semantic role

Count of instances: 1

Complaint specifics

Complaints by axe

Rule aria-required-children

Description: ARIA role does not contain a required child

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R38

Description: Element has no ARIA required owned element

Count of instances: 1

Complaint specifics

Issue focusableHidden

WCAG: 4.1.2

Score: 4

Complaints by axe

Rule aria-hidden-focus

Description: ARIA hidden element is focusable or contains a focusable element

Count of instances: 1

Complaint specifics

Issue linkElementBad

WCAG: 1.3.1

Score: 4

Complaints by htmlcs

Rule AAA.2_4_8.H59.1

Description: link element is not in the document head

Count of instances: 1

Complaint specifics

Issue buttonNoText

WCAG: 4.1.2

Score: 4

Complaints by htmlcs

Rule AAA.4_1_2.H91.Div.Name

Description: div element with button role has no accessible name

Count of instances: 1

Complaint specifics

Issue inputNoText

WCAG: 4.1.2

Score: 4

Complaints by htmlcs

Rule AAA.4_1_2.H91.InputEmail.Name

Description: Email input has no accessible name

Count of instances: 1

Complaint specifics

Issue h1Multiple

WCAG: 1.3.1

Score: 4

Complaints by nuVal

Rule Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

Description: Page contains more than 1 h1 element

Count of instances: 2

Complaint specifics

Issue controlNoText

WCAG: 4.1.2

Score: 4

Complaints by wave

Rule label_missing

Description: form element has no label

Count of instances: 1

Complaint specifics

Issue h1Missing

WCAG: 1.3.1

Score: 3

Complaints by alfa

Rule r61

Description: First heading is not h1

Count of instances: 1

Complaint specifics

Complaints by axe

Rule page-has-heading-one

Description: Page contains no level-one heading

Count of instances: 1

Complaint specifics

Issue submitButton

WCAG: 2.5.6

Score: 3

Complaints by htmlcs

Rule AAA.3_2_2.H32.2

Description: Form has no submit button

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T19

Description: Submit button not provided

Count of instances: 1

Complaint specifics

Issue groupName

WCAG: 4.1.2

Score: 3

Complaints by htmlcs

Rule AAA.4_1_2.H91.Fieldset.Name

Description: Fieldset has no accessible name

Count of instances: 1

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 3

Complaints by ibm

Rule aria_contentinfo_misuse

Description: Element with a contentinfo role is present without an element with a main role

Count of instances: 1

Complaint specifics

Issue parseError

WCAG: 4.1

Score: 3

Complaints by ibm

Rule aria_child_valid

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

Count of instances: 1

Complaint specifics

Complaints by nuVal

Rule No space between attributes.

Description: No space between attributes

Count of instances: 1

Complaint specifics

Issue horizontalScrolling

WCAG: 1.4.10

Score: 3

Complaints by tenon

Rule 28

Description: Layout or sizing of the page causes horizontal scrolling

Count of instances: 1

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 allCaps

WCAG: 3.1.5

Score: 3

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 3

Complaint specifics

Issue focusedAway

WCAG: 1.4.10

Score: 3

Complaints by testaro

Rule focVis

Description: Element when focused is off the display

Count of instances: 1

Complaint specifics

Issue labelEmpty

WCAG: 1.3.1

Score: 3

Complaints by wave

Rule label_empty

Description: Empty form label

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by axe

Rule landmark-one-main

Description: page has no main landmark

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue labeledHidden

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.1_3_1.F68.Hidden

Description: Hidden form field is needlessly labeled.

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 headingStructure

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 1

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue articleHeadingless

WCAG: 1.3.1

Score: 2

Complaints by nuVal

Rule Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.

Description: article has no heading

Count of instances: 2

Complaint specifics

Issue allItalics

WCAG: 3.1.5

Score: 2

Complaints by tenon

Rule 154

Description: Long string of text is italic

Count of instances: 2

Complaint specifics

Issue labelClash

WCAG: 1.3.1

Score: 2

Complaints by testaro

Rule labClash

Description: Incompatible label types

Count of instances: 1

Complaint specifics

Issue imageTextRedundant

WCAG: 1.1.1

Score: 2

Complaints by wave

Rule alt_redundant

Description: Redundant text alternative

Count of instances: 2

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 2

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 1

Complaint specifics

Issue pseudoParagraphRisk

WCAG: 1.3.1

Score: 1

Complaints by tenon

Rule 242

Description: Multiple consecutive br elements may simulate paragraphs

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 visibleBulk

WCAG: 2.4

Score: 1

Complaints by testaro

Rule bulk

Description: Page contains many visible elements

Count of instances: 1

Complaint specifics

Issue titleRedundant

WCAG: 1.3.1

Score: 1

Complaints by wave

Rule title_redundant

Description: Title attribute text is the same as text or alternative text

Count of instances: 1

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD37-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687097683930,
      "endTime": 1687097684488
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097684488,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097690328
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687097690328,
      "url": "https://gregghart.org/",
      "endTime": 1687097691993
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687097691993,
      "url": "https://gregghart.org/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                741171,
                970918,
                970918,
                1088383,
                1083893
              ],
              "localRatios": [
                1.31,
                1,
                1.121,
                1.004
              ],
              "meanLocalRatio": 1.109,
              "maxLocalRatio": 1.31,
              "globalRatio": 1.468,
              "pixelChanges": [
                561244,
                0,
                494171,
                291106
              ],
              "meanPixelChange": 336630,
              "maxPixelChange": 561244,
              "changeFrequency": 0.75
            },
            "totals": [
              0,
              0,
              59,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "motion",
                "what": "Content moves or changes without user request",
                "count": 59,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          59,
          0
        ],
        "instances": [
          {
            "ruleID": "motion",
            "what": "Content moves or changes without user request",
            "count": 59,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687097706565
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687097706565,
      "endTime": 1687097707167
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097707168,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097708830
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687097708830,
      "url": "https://gregghart.org/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 98,
          "warnings": 138
        },
        "items": [
          {
            "index": 13,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]",
              "codeLines": [
                "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">",
                "  <span class=\"jet-nav-link-text\">",
                "    <span class=\"menu-image-title-hide menu-image-title\">",
                "      Contibute",
                "    </span>",
                "    <img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\">",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 16,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">",
                "  <img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\">",
                "</a>"
              ]
            }
          },
          {
            "index": 502,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h5",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]",
              "codeLines": [
                "<h5 class=\"jet-testimonials__title\">",
                "  Agriculture",
                "</h5>"
              ]
            }
          },
          {
            "index": 518,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Windmills-2022_1066_r_2000"
              ]
            }
          },
          {
            "index": 519,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Meet Gregg Hart"
              ]
            }
          },
          {
            "index": 520,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]",
              "codeLines": [
                "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
              ]
            }
          },
          {
            "index": 521,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]",
              "codeLines": [
                "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
              ]
            }
          },
          {
            "index": 522,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[4]/strong[1]/em[1]/text()[1]",
              "codeLines": [
                "Gregg Hart"
              ]
            }
          },
          {
            "index": 523,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "Gregg’s Biography"
              ]
            }
          },
          {
            "index": 524,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
              ]
            }
          },
          {
            "index": 525,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]",
              "codeLines": [
                "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
              ]
            }
          },
          {
            "index": 526,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
              ]
            }
          },
          {
            "index": 527,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]",
              "codeLines": [
                "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
              ]
            }
          },
          {
            "index": 528,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]",
              "codeLines": [
                "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
              ]
            }
          },
          {
            "index": 529,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]",
              "codeLines": [
                "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
              ]
            }
          },
          {
            "index": 530,
            "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]/article[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Gregg Hart – Priorities"
              ]
            }
          },
          {
            "index": 531,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Agriculture"
              ]
            }
          },
          {
            "index": 532,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
              ]
            }
          },
          {
            "index": 533,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Education"
              ]
            }
          },
          {
            "index": 534,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
              ]
            }
          },
          {
            "index": 535,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Emergency Preparedness"
              ]
            }
          },
          {
            "index": 536,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
              ]
            }
          },
          {
            "index": 537,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 538,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 539,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 540,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 541,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 542,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]",
              "codeLines": [
                "6"
              ]
            }
          },
          {
            "index": 543,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]",
              "codeLines": [
                "7"
              ]
            }
          },
          {
            "index": 544,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]",
              "codeLines": [
                "8"
              ]
            }
          },
          {
            "index": 545,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]",
              "codeLines": [
                "9"
              ]
            }
          },
          {
            "index": 546,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]",
              "codeLines": [
                "10"
              ]
            }
          },
          {
            "index": 547,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]",
              "codeLines": [
                "11"
              ]
            }
          },
          {
            "index": 548,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]",
              "codeLines": [
                "12"
              ]
            }
          },
          {
            "index": 549,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]",
              "codeLines": [
                "13"
              ]
            }
          },
          {
            "index": 562,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 571,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">",
                "  <span class=\"elementor-screen-only\">",
                "    Facebook-f",
                "  </span>",
                "  <i class=\"fab fa-facebook-f\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 572,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]",
              "codeLines": [
                "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">",
                "  <span class=\"elementor-screen-only\">",
                "    Instagram",
                "  </span>",
                "  <i class=\"fab fa-instagram\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 573,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\">",
                "  <img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" class=\"jet-logo__img\" alt=\"Gregg Hart for Assembly\" width=\"198\" height=\"150\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg 2x\">",
                "</a>"
              ]
            }
          },
          {
            "index": 574,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Home",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 575,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[2]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/#priorities\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Priorities",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 576,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a href=\"#\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Media",
                "  </span>",
                "  <div class=\"jet-nav-arrow\">",
                "    <i aria-hidden=\"true\" class=\"fa fa-angle-down\"></i>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 577,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[4]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/endorsements/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Endorsements",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 578,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[5]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/endorse/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Endorse",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 579,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[6]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/volunteer/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Volunteer",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 580,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[7]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/gallery/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">",
                "  <span class=\"jet-nav-link-text\">",
                "    Gallery",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 581,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]",
              "codeLines": [
                "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">",
                "  <span class=\"jet-nav-link-text\">",
                "    <span class=\"menu-image-title-hide menu-image-title\">",
                "      Contibute",
                "    </span>",
                "    <img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\">",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 582,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[2]/div[1]",
              "codeLines": [
                "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\">",
                "  <img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjA...",
                "</div>"
              ]
            }
          },
          {
            "index": 583,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[3]/div[1]",
              "codeLines": [
                "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\">",
                "  <img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4...",
                "</div>"
              ]
            }
          },
          {
            "index": 584,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]",
              "codeLines": [
                "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide00\" aria-describedby=\"slick-slide-control00\" style=\"width: 394px;\">",
                "  <div class=\"jet-testimonials__item-inner\">",
                "    <div class=\"jet-testimonials__content\">",
                "      <figure class=\"jet-testimonials__figure\">",
                "        <img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Agriculture_crop.jpg\" alt=\"Agriculture_crop\" loading=\"lazy\">",
                "      </figure>",
                "      <h5 class=\"jet-testimonials__title\">",
                "        Agriculture",
                "      </h5>",
                "      <div class=\"jet-testimonials__comment\">",
                "        Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by provid...",
                "      </div>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 585,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]",
              "codeLines": [
                "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"width: 394px;\">",
                "  <div class=\"jet-testimonials__item-inner\">",
                "    <div class=\"jet-testimonials__content\">",
                "      <figure class=\"jet-testimonials__figure\">",
                "        <img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Education_CP.jpg\" alt=\"Gregg---Education_CP\" loading=\"lazy\">",
                "      </figure>",
                "      <h5 class=\"jet-testimonials__title\">",
                "        Education",
                "      </h5>",
                "      <div class=\"jet-testimonials__comment\">",
                "        The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is co...",
                "      </div>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 586,
            "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": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]",
              "codeLines": [
                "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">",
                "  <div class=\"jet-testimonials__item-inner\">",
                "    <div class=\"jet-testimonials__content\">",
                "      <figure class=\"jet-testimonials__figure\">",
                "        <img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Emergency-Prepardness_crop.jpg\" alt=\"Emergency-Prepardness_crop\" loading=\"lazy\">",
                "      </figure>",
                "      <h5 class=\"jet-testimonials__title\">",
                "        Emergency Preparedness",
                "      </h5>",
                "      <div class=\"jet-testimonials__comment\">",
                "        Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will...",
                "      </div>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 587,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\">",
                "  <img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" class=\"jet-logo__img\" alt=\"Gregg Hart for Assembly\" width=\"198\" height=\"150\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg 2x\">",
                "</a>"
              ]
            }
          },
          {
            "index": 588,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"mailto:gregghartforassembly@gmail.com\">",
                "  gregghartforassembly@gmail.com",
                "</a>"
              ]
            }
          },
          {
            "index": 589,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">",
                "  <img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\">",
                "</a>"
              ]
            }
          },
          {
            "index": 590,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "codeLines": [
                "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">",
                "  <span class=\"elementor-screen-only\">",
                "    Facebook-f",
                "  </span>",
                "  <i class=\"fab fa-facebook-f\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 591,
            "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": "a",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/a[1]",
              "codeLines": [
                "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">",
                "  <span class=\"elementor-screen-only\">",
                "    Instagram",
                "  </span>",
                "  <i class=\"fab fa-instagram\"></i>",
                "</a>"
              ]
            }
          },
          {
            "index": 599,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg Hart brings people together to get things done"
              ]
            }
          },
          {
            "index": 600,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is endorsed by"
              ]
            }
          },
          {
            "index": 601,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[2]",
              "codeLines": [
                "Planned Parenthood and"
              ]
            }
          },
          {
            "index": 602,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[3]",
              "codeLines": [
                "NARAL – ProChoice California"
              ]
            }
          },
          {
            "index": 603,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Standing up for the Central Coast. And delivering."
              ]
            }
          },
          {
            "index": 604,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Our agricultural"
              ]
            }
          },
          {
            "index": 605,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[2]",
              "codeLines": [
                "community will have"
              ]
            }
          },
          {
            "index": 606,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[3]",
              "codeLines": [
                "a voice at the State Capitol"
              ]
            }
          },
          {
            "index": 607,
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Gregg will work to keep our neighborhoods safe"
              ]
            }
          },
          {
            "index": 609,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]",
              "codeLines": [
                "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
              ]
            }
          },
          {
            "index": 610,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]",
              "codeLines": [
                "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
              ]
            }
          },
          {
            "index": 612,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]/strong[1]/span[1]/text()[1]",
              "codeLines": [
                "Gregg’s Biography"
              ]
            }
          },
          {
            "index": 613,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
              ]
            }
          },
          {
            "index": 614,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]",
              "codeLines": [
                "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
              ]
            }
          },
          {
            "index": 615,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
              ]
            }
          },
          {
            "index": 616,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]",
              "codeLines": [
                "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
              ]
            }
          },
          {
            "index": 617,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]",
              "codeLines": [
                "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
              ]
            }
          },
          {
            "index": 618,
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]",
              "codeLines": [
                "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
              ]
            }
          },
          {
            "index": 620,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 621,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 622,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 623,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 624,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 625,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 626,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Agriculture"
              ]
            }
          },
          {
            "index": 627,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
              ]
            }
          },
          {
            "index": 628,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Education"
              ]
            }
          },
          {
            "index": 629,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
              ]
            }
          },
          {
            "index": 630,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Emergency Preparedness"
              ]
            }
          },
          {
            "index": 631,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
              ]
            }
          },
          {
            "index": 632,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Environment"
              ]
            }
          },
          {
            "index": 633,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
              ]
            }
          },
          {
            "index": 634,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Equity"
              ]
            }
          },
          {
            "index": 635,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
              ]
            }
          },
          {
            "index": 636,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Healthcare"
              ]
            }
          },
          {
            "index": 637,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
              ]
            }
          },
          {
            "index": 638,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Homelessness"
              ]
            }
          },
          {
            "index": 639,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
              ]
            }
          },
          {
            "index": 640,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Housing"
              ]
            }
          },
          {
            "index": 641,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
              ]
            }
          },
          {
            "index": 642,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Jobs and Economic Security"
              ]
            }
          },
          {
            "index": 643,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
              ]
            }
          },
          {
            "index": 644,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Public Safety"
              ]
            }
          },
          {
            "index": 645,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
              ]
            }
          },
          {
            "index": 646,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 647,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 648,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 649,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 650,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 651,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 652,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Agriculture"
              ]
            }
          },
          {
            "index": 653,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
              ]
            }
          },
          {
            "index": 654,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Education"
              ]
            }
          },
          {
            "index": 655,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
              ]
            }
          },
          {
            "index": 656,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Emergency Preparedness"
              ]
            }
          },
          {
            "index": 657,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
              ]
            }
          },
          {
            "index": 658,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Environment"
              ]
            }
          },
          {
            "index": 659,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
              ]
            }
          },
          {
            "index": 660,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Equity"
              ]
            }
          },
          {
            "index": 661,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
              ]
            }
          },
          {
            "index": 662,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Healthcare"
              ]
            }
          },
          {
            "index": 663,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
              ]
            }
          },
          {
            "index": 664,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Homelessness"
              ]
            }
          },
          {
            "index": 665,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
              ]
            }
          },
          {
            "index": 666,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Housing"
              ]
            }
          },
          {
            "index": 667,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
              ]
            }
          },
          {
            "index": 668,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Jobs and Economic Security"
              ]
            }
          },
          {
            "index": 669,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
              ]
            }
          },
          {
            "index": 670,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Public Safety"
              ]
            }
          },
          {
            "index": 671,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
              ]
            }
          },
          {
            "index": 672,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 673,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 674,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 675,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 676,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 677,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 678,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 679,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 680,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 681,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 682,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 683,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]",
              "codeLines": [
                "6"
              ]
            }
          },
          {
            "index": 684,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]",
              "codeLines": [
                "7"
              ]
            }
          },
          {
            "index": 685,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]",
              "codeLines": [
                "8"
              ]
            }
          },
          {
            "index": 686,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]",
              "codeLines": [
                "9"
              ]
            }
          },
          {
            "index": 687,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]",
              "codeLines": [
                "10"
              ]
            }
          },
          {
            "index": 688,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]",
              "codeLines": [
                "11"
              ]
            }
          },
          {
            "index": 689,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]",
              "codeLines": [
                "12"
              ]
            }
          },
          {
            "index": 690,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]",
              "codeLines": [
                "13"
              ]
            }
          },
          {
            "index": 692,
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "GREGG HART FOR ASSEMBLY"
              ]
            }
          },
          {
            "index": 693,
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "2022"
              ]
            }
          },
          {
            "index": 694,
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "226 E. Canon Perdido St. #D"
              ]
            }
          },
          {
            "index": 695,
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "Santa Barbara, CA 93101"
              ]
            }
          },
          {
            "index": 723,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]",
              "codeLines": [
                "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">",
                "  <li class=\"slick-active\" role=\"presentation\">",
                "    <span>",
                "      1",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      2",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      3",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      4",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      5",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      6",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      7",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      8",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      9",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      10",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      11",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      12",
                "    </span>",
                "  </li>",
                "  <li role=\"presentation\">",
                "    <span>",
                "      13",
                "    </span>",
                "  </li>",
                "</ul>"
              ]
            }
          },
          {
            "index": 731,
            "verdict": "failed",
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg Hart brings people together to get things done"
              ]
            }
          },
          {
            "index": 741,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]",
              "codeLines": [
                "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
              ]
            }
          },
          {
            "index": 742,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]",
              "codeLines": [
                "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
              ]
            }
          },
          {
            "index": 745,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
              ]
            }
          },
          {
            "index": 746,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]",
              "codeLines": [
                "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
              ]
            }
          },
          {
            "index": 747,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
              ]
            }
          },
          {
            "index": 748,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]",
              "codeLines": [
                "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
              ]
            }
          },
          {
            "index": 749,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]",
              "codeLines": [
                "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
              ]
            }
          },
          {
            "index": 750,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]",
              "codeLines": [
                "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
              ]
            }
          },
          {
            "index": 752,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 753,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 754,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 755,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 756,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 757,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 758,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Agriculture"
              ]
            }
          },
          {
            "index": 759,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
              ]
            }
          },
          {
            "index": 760,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Education"
              ]
            }
          },
          {
            "index": 761,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
              ]
            }
          },
          {
            "index": 762,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Emergency Preparedness"
              ]
            }
          },
          {
            "index": 763,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
              ]
            }
          },
          {
            "index": 764,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Environment"
              ]
            }
          },
          {
            "index": 765,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
              ]
            }
          },
          {
            "index": 766,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Equity"
              ]
            }
          },
          {
            "index": 767,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
              ]
            }
          },
          {
            "index": 768,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Healthcare"
              ]
            }
          },
          {
            "index": 769,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
              ]
            }
          },
          {
            "index": 770,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Homelessness"
              ]
            }
          },
          {
            "index": 771,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
              ]
            }
          },
          {
            "index": 772,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Housing"
              ]
            }
          },
          {
            "index": 773,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
              ]
            }
          },
          {
            "index": 774,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Jobs and Economic Security"
              ]
            }
          },
          {
            "index": 775,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
              ]
            }
          },
          {
            "index": 776,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Public Safety"
              ]
            }
          },
          {
            "index": 777,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
              ]
            }
          },
          {
            "index": 778,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 779,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 780,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 781,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 782,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 783,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 784,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Agriculture"
              ]
            }
          },
          {
            "index": 785,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
              ]
            }
          },
          {
            "index": 786,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Education"
              ]
            }
          },
          {
            "index": 787,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
              ]
            }
          },
          {
            "index": 788,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Emergency Preparedness"
              ]
            }
          },
          {
            "index": 789,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
              ]
            }
          },
          {
            "index": 790,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Environment"
              ]
            }
          },
          {
            "index": 791,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
              ]
            }
          },
          {
            "index": 792,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Equity"
              ]
            }
          },
          {
            "index": 793,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
              ]
            }
          },
          {
            "index": 794,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Healthcare"
              ]
            }
          },
          {
            "index": 795,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
              ]
            }
          },
          {
            "index": 796,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Homelessness"
              ]
            }
          },
          {
            "index": 797,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
              ]
            }
          },
          {
            "index": 798,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Housing"
              ]
            }
          },
          {
            "index": 799,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
              ]
            }
          },
          {
            "index": 800,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Jobs and Economic Security"
              ]
            }
          },
          {
            "index": 801,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
              ]
            }
          },
          {
            "index": 802,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Public Safety"
              ]
            }
          },
          {
            "index": 803,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
              ]
            }
          },
          {
            "index": 804,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Reproductive Rights"
              ]
            }
          },
          {
            "index": 805,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
              ]
            }
          },
          {
            "index": 806,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Criminal Justice"
              ]
            }
          },
          {
            "index": 807,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
              ]
            }
          },
          {
            "index": 808,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]/text()[1]",
              "codeLines": [
                "Water"
              ]
            }
          },
          {
            "index": 809,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/div[1]/text()[1]",
              "codeLines": [
                "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
              ]
            }
          },
          {
            "index": 810,
            "verdict": "failed",
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 825,
            "verdict": "failed",
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "2022"
              ]
            }
          },
          {
            "index": 826,
            "verdict": "failed",
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "226 E. Canon Perdido St. #D"
              ]
            }
          },
          {
            "index": 827,
            "verdict": "failed",
            "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]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "Santa Barbara, CA 93101"
              ]
            }
          },
          {
            "index": 1020,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]",
              "codeLines": [
                "1"
              ]
            }
          },
          {
            "index": 1021,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]",
              "codeLines": [
                "2"
              ]
            }
          },
          {
            "index": 1022,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]",
              "codeLines": [
                "3"
              ]
            }
          },
          {
            "index": 1023,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]",
              "codeLines": [
                "4"
              ]
            }
          },
          {
            "index": 1024,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]",
              "codeLines": [
                "5"
              ]
            }
          },
          {
            "index": 1025,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]",
              "codeLines": [
                "6"
              ]
            }
          },
          {
            "index": 1026,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]",
              "codeLines": [
                "7"
              ]
            }
          },
          {
            "index": 1027,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]",
              "codeLines": [
                "8"
              ]
            }
          },
          {
            "index": 1028,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]",
              "codeLines": [
                "9"
              ]
            }
          },
          {
            "index": 1029,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]",
              "codeLines": [
                "10"
              ]
            }
          },
          {
            "index": 1030,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]",
              "codeLines": [
                "11"
              ]
            }
          },
          {
            "index": 1031,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]",
              "codeLines": [
                "12"
              ]
            }
          },
          {
            "index": 1032,
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]",
              "codeLines": [
                "13"
              ]
            }
          },
          {
            "index": 1092,
            "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": [
          138,
          0,
          0,
          98
        ],
        "instances": [
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\"> <span class=\"jet-nav-link- ... le\"> Contibute </span> <img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\"> </span> </a>"
          },
          {
            "ruleID": "r11",
            "what": "Links have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"> <img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\"> </a>"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\"> Agriculture </h5>"
          },
          {
            "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]/article[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]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Windmills-2022_1066_r_2000"
          },
          {
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]/text()[1]"
            },
            "excerpt": "Meet Gregg Hart"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]"
            },
            "excerpt": "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]"
            },
            "excerpt": "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[4]/strong[1]/em[1]/text()[1]"
            },
            "excerpt": "Gregg Hart"
          },
          {
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "Gregg’s Biography"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]"
            },
            "excerpt": "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]"
            },
            "excerpt": "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]"
            },
            "excerpt": "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]"
            },
            "excerpt": "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]"
            },
            "excerpt": "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
          },
          {
            "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]/article[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[3]/div[1]/h2[1]/text()[1]"
            },
            "excerpt": "Gregg Hart – Priorities"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Agriculture"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Education"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Emergency Preparedness"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]"
            },
            "excerpt": "1"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]"
            },
            "excerpt": "2"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]"
            },
            "excerpt": "3"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]"
            },
            "excerpt": "4"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]"
            },
            "excerpt": "5"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]"
            },
            "excerpt": "6"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]"
            },
            "excerpt": "7"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]"
            },
            "excerpt": "8"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]"
            },
            "excerpt": "9"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]"
            },
            "excerpt": "10"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]"
            },
            "excerpt": "11"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]"
            },
            "excerpt": "12"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]"
            },
            "excerpt": "13"
          },
          {
            "ruleID": "r61",
            "what": "Documents start with a level 1 heading",
            "ordinalSeverity": 3,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Facebook-f </span> <i class=\"fab fa-facebook-f\"></i> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Instagram </span> <i class=\"fab fa-instagram\"></i> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"> <img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" class=\"jet-logo__img\" alt=\"Gregg Hart for Assembly\" width=\"198\" height=\"150\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg 2x\"> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Home </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/#priorities\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Priorities </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a href=\"#\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Media </span> <div class=\"jet-nav-arrow\"> <i aria-hidden=\"true\" class=\"fa fa-angle-down\"></i> </div> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[4]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/endorsements/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Endorsements </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[5]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/endorse/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Endorse </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[6]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/volunteer/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Volunteer </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[7]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/gallery/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\"> <span class=\"jet-nav-link-text\"> Gallery </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\"> <span class=\"jet-nav-link- ... le\"> Contibute </span> <img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\"> </span> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-previous",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[2]/div[1]"
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button ... 64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjA... </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-next",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[3]/div[1]"
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-l ... 64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4... </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide00\" aria-describedby=\"slick-slide-contro ... e in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by provid... </div> </div> </div> </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"wi ... s play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is co... </div> </div> </div> </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"wi ... ce longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will... </div> </div> </div> </div>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"> <img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" class=\"jet-logo__img\" alt=\"Gregg Hart for Assembly\" width=\"198\" height=\"150\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg 2x\"> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"mailto:gregghartforassembly@gmail.com\"> gregghartforassembly@gmail.com </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"> <img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\"> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Facebook-f </span> <i class=\"fab fa-facebook-f\"></i> </a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/a[1]"
            },
            "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Instagram </span> <i class=\"fab fa-instagram\"></i> </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is endorsed by"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[2]"
            },
            "excerpt": "Planned Parenthood and"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[3]"
            },
            "excerpt": "NARAL – ProChoice California"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Our agricultural"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[2]"
            },
            "excerpt": "community will have"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[5]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[3]"
            },
            "excerpt": "a voice at the State Capitol"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]"
            },
            "excerpt": "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]"
            },
            "excerpt": "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
          },
          {
            "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]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]/strong[1]/span[1]/text()[1]"
            },
            "excerpt": "Gregg’s Biography"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]"
            },
            "excerpt": "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]"
            },
            "excerpt": "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]"
            },
            "excerpt": "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]"
            },
            "excerpt": "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]"
            },
            "excerpt": "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Agriculture"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Education"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Emergency Preparedness"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Environment"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Equity"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Healthcare"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Homelessness"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Housing"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Jobs and Economic Security"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Public Safety"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Agriculture"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Education"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Emergency Preparedness"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Environment"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Equity"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Healthcare"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Homelessness"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Housing"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Jobs and Economic Security"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Public Safety"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]"
            },
            "excerpt": "1"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]"
            },
            "excerpt": "2"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]"
            },
            "excerpt": "3"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]"
            },
            "excerpt": "4"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]"
            },
            "excerpt": "5"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]"
            },
            "excerpt": "6"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]"
            },
            "excerpt": "7"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]"
            },
            "excerpt": "8"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]"
            },
            "excerpt": "9"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]"
            },
            "excerpt": "10"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]"
            },
            "excerpt": "11"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]"
            },
            "excerpt": "12"
          },
          {
            "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]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]"
            },
            "excerpt": "13"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "GREGG HART FOR ASSEMBLY"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "2022"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "226 E. Canon Perdido St. #D"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[3]"
            },
            "excerpt": "Santa Barbara, CA 93101"
          },
          {
            "ruleID": "r68",
            "what": "Elements with a role have required children",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]"
            },
            "excerpt": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\"> <li class=\"slick-active\" role=\"presentation\"> <span> 1 </span> </li> <li role=\"presentation\"> <span> 2 </span> </li> <li role=\"presentation\"> <span> ... li role=\"presentation\"> <span> 10 </span> </li> <li role=\"presentation\"> <span> 11 </span> </li> <li role=\"presentation\"> <span> 12 </span> </li> <li role=\"presentation\"> <span> 13 </span> </li> </ul>"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[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]/div[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]/text()[1]"
            },
            "excerpt": "“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]/text()[1]"
            },
            "excerpt": "My priorities are to keep our community safe, our environment protected, and our economy thriving by supporting working families. California must lead the way forward and I believe my record of local government experience will help advance these critical state priorities and improve the quality of l..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[1]"
            },
            "excerpt": "Gregg Hart is a Santa Barbara County Supervisor, representing the 2nd Supervisorial District. He grew up in Santa Barbara, attended local public schools, and graduated from SBCC and UCSB. Gregg’s dedication to public service was inspired by his parents, who spent their lives working for the communit..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]/text()[2]"
            },
            "excerpt": "Gregg Hart began his professional career as a legislative assistant for State Assemblymember Jack O’Connell and went on to become the original manager of the Santa Barbara County Association of Government’s (SBCAG) Traffic Solutions program, promoting local green and sustainable transportation optio..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]/text()[1]"
            },
            "excerpt": "For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]/text()[1]"
            },
            "excerpt": "Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]/text()[1]"
            },
            "excerpt": "Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]/text()[1]"
            },
            "excerpt": "Gregg has a long history of fighting to increase educational opportunities, reduce poverty, prepare for emergencies, and support the health and safety of the people of California’s Central Coast. As an Assemblymember, Gregg Hart will put the needs of Santa Barbara County and southern San Luis Obispo..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Agriculture"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Education"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Emergency Preparedness"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Environment"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Equity"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Healthcare"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Homelessness"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Housing"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Jobs and Economic Security"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Public Safety"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Agriculture"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Agriculture encompasses a vast portion of the northern part of the 37th District. Our farmers and ranchers play a vital role in our local economy, employing a large workforce and providing our most essential goods. Gregg will work to ensure that our agriculture sector is successful by providing farm..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Education"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The son of a public school teacher, Gregg understands the important roles that our schools and higher education institutions play throughout our state. Gregg will work to ensure that our students, families, teachers, and support staff have the resources that they need to succeed. Gregg is committed ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Emergency Preparedness"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will champion legislation that increases resources for emergency preparedness and response, especially as we experience longer and more intense fire seasons. Gregg will make sure that our state, local, and federal partners are all working together to keep our community safe. Gregg will support..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Environment"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg recognizes that this transition will generate good-paying jobs, diminish our reliance on fossil fuels, and ensure that California remains a ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Equity"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg will work to advance equity for all Californians. As a Supervisor, Gregg has worked to address racial disparities in the criminal justice and healthcare systems. Gregg is a strong advocate for advancing gender equity and supporting LGBTQ Californians. Gregg will partner with marginalized commu..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Healthcare"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage gaps, but there is more work to be done. Gregg will work to move us closer to universal health coverage and support policies that lower dru..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Homelessness"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that help people get their lives back on track, and develop a stable funding stream for the creation of supportive housing units. Gregg has led pa..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Housing"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Central Coast is now one of the most expensive places to rent or purchase a home. It shouldn’t be this way. Gregg will advocate for policies to increase the supply of housing that is affordable for people of all income levels, including middle-income earners. Gregg believes the people who work i..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Jobs and Economic Security"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small businesses experience. Gregg believes California must help small businesses compete with large corporations, while ensuring that workers are pa..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Public Safety"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg has worked to improve the safety of our neighborhoods and believes that the public’s safety should be a top priority for any elected official. Gregg understands the importance of ensuring public safety agencies have the tools they need to protect us and help keep our communities safe. Gregg’s ..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Reproductive Rights"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "The Supreme Court’s decision to overturn Roe v. Wade has threatened the reproductive rights of women throughout the country. California must lead the way for ensuring access to safe and legal abortion, along with the full range of reproductive health services. Gregg will champion reproductive justic..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Criminal Justice"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe and healthy. He will provide first responders with the resources they need and make sure our communities are served with transparency and f..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]/text()[1]"
            },
            "excerpt": "Water"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/div[1]/text()[1]"
            },
            "excerpt": "California is experiencing the worst drought in 1,200 years and needs a diverse water supply with storage and a conveyance system to protect against the threats posed by our water crises. Gregg will invest in new technologies and projects to modernize California’s water systems and provide a reliabl..."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]"
            },
            "excerpt": "1"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "2022"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[2]"
            },
            "excerpt": "226 E. Canon Perdido St. #D"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]/text()[3]"
            },
            "excerpt": "Santa Barbara, CA 93101"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/span[1]/text()[1]"
            },
            "excerpt": "1"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/span[1]/text()[1]"
            },
            "excerpt": "2"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/span[1]/text()[1]"
            },
            "excerpt": "3"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/span[1]/text()[1]"
            },
            "excerpt": "4"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/span[1]/text()[1]"
            },
            "excerpt": "5"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/span[1]/text()[1]"
            },
            "excerpt": "6"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/span[1]/text()[1]"
            },
            "excerpt": "7"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/span[1]/text()[1]"
            },
            "excerpt": "8"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/span[1]/text()[1]"
            },
            "excerpt": "9"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/span[1]/text()[1]"
            },
            "excerpt": "10"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/span[1]/text()[1]"
            },
            "excerpt": "11"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/span[1]/text()[1]"
            },
            "excerpt": "12"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/article[1]/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/span[1]/text()[1]"
            },
            "excerpt": "13"
          },
          {
            "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": 1687097719573
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687097719573,
      "url": "https://gregghart.org/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 54,
          "rulesPassed": 41,
          "rulesWarned": 3,
          "rulesViolated": 9,
          "warnings": {
            "minor": 32,
            "moderate": 0,
            "serious": 8,
            "critical": 3
          },
          "violations": {
            "minor": 0,
            "moderate": 11,
            "serious": 13,
            "critical": 1
          }
        },
        "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-18T14:15:20.741Z",
          "url": "https://gregghart.org/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "aria-valid-attr-value",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures all ARIA attributes have valid values",
              "help": "ARIA attributes must conform to valid values",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-valid-attr-value?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "aria-valid-attr-value",
                      "data": {
                        "messageKey": "noId",
                        "needsReview": "aria-describedby=\"slick-slide-control02\""
                      },
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control02\""
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide02"
                  ],
                  "failureSummary": "Fix all of the following:\n  ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control02\""
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "aria-valid-attr-value",
                      "data": {
                        "messageKey": "noId",
                        "needsReview": "aria-describedby=\"slick-slide-control03\""
                      },
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control03\""
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"3\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide03\" aria-describedby=\"slick-slide-control03\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide03"
                  ],
                  "failureSummary": "Fix all of the following:\n  ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control03\""
                },
                {
                  "any": [],
                  "all": [
                    {
                      "id": "aria-valid-attr-value",
                      "data": {
                        "messageKey": "noId",
                        "needsReview": "aria-describedby=\"slick-slide-control04\""
                      },
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control04\""
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"4\" aria-hidden=\"false\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide04\" aria-describedby=\"slick-slide-control04\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide04"
                  ],
                  "failureSummary": "Fix all of the following:\n  ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control04\""
                }
              ]
            },
            {
              "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": {
                        "contrastRatio": 0,
                        "fontSize": "30.0pt (40px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"n2-ss-layer-col n2-ss-layer-with-background n2-ss-layer-content n-uc-156abda59aad0-inner\">",
                          "target": [
                            ".n-uc-156abda59aad0-inner"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div id=\"n2-ss-2item1\" class=\"n2-font-3b1a9940464c1d5b489304ffd7a5362a-hover n2-style-0e48928d6f405e7240c4b16732aa0d80-heading   n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">Gregg Hart brings people together to get things done</div>",
                  "target": [
                    "#n2-ss-2item1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"jet-testimonials__comment\">",
                  "target": [
                    "#slick-slide01 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                  "target": [
                    "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"jet-testimonials__comment\">",
                  "target": [
                    "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                  "target": [
                    "#slick-slide03 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"jet-testimonials__comment\">",
                  "target": [
                    "#slick-slide03 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h5 class=\"jet-testimonials__title\">Equity</h5>",
                  "target": [
                    "#slick-slide04 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c9e3d3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c9e3d3\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;6a9d8d8&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-8c9e3d3"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"jet-testimonials__comment\">",
                  "target": [
                    "#slick-slide04 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                }
              ]
            },
            {
              "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": "<div class=\"jet-nav__sub jet-nav-depth-0\">",
                  "target": [
                    ".jet-nav__sub"
                  ],
                  "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 class=\"menu-image-title-hide menu-image-title\">Contibute</span>",
                  "target": [
                    ".menu-image-title"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2000 800\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>",
                  "target": [
                    "svg[viewBox=\"0 0 2000 800\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">",
                  "target": [
                    ".n2-ss-slide-7 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layer-row-inner \">",
                  "target": [
                    ".n-uc-1cd1ba09b8965-inner > .n2-ss-layer-row-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">",
                  "target": [
                    ".n2-ss-slide-10 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layer-row-inner \">",
                  "target": [
                    ".n-uc-12e3d86babf7f-inner > .n2-ss-layer-row-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">",
                  "target": [
                    ".n2-ss-slide-13 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layer-row-inner \">",
                  "target": [
                    ".n-uc-90IRwmfGHRAn-inner > .n2-ss-layer-row-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">",
                  "target": [
                    ".n2-ss-slide-9 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layer-row-inner \">",
                  "target": [
                    ".n-uc-1088d9bae49fb-inner > .n2-ss-layer-row-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">",
                  "target": [
                    ".n2-ss-slide-15 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-layer-row-inner \">",
                  "target": [
                    ".n-uc-1aaf4e2a45c5c-inner > .n2-ss-layer-row-inner"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">",
                  "target": [
                    "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-left-center.n2-ss-slider-controls"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">",
                  "target": [
                    "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-right-center.n2-ss-slider-controls"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"elementor-element elementor-element-b720ead elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor is-mac\" data-id=\"b720ead\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">",
                  "target": [
                    ".elementor-element-b720ead"
                  ],
                  "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": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1232 597\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>",
                  "target": [
                    "svg[viewBox=\"0 0 1232 597\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">",
                  "target": [
                    "#n2-ss-3 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-left-center.n2-ss-slider-controls"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">",
                  "target": [
                    "#n2-ss-3 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-right-center.n2-ss-slider-controls"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5814be5 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"5814be5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;241c0cc&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">",
                  "target": [
                    ".elementor-element-5814be5"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-20f8da5 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"20f8da5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;60369f3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-20f8da5"
                  ],
                  "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 class=\"give-hidden\" style=\"display: none !important;\">\n\t\t\t\t\t<label for=\"give-form-honeypot-52\"></label>\n\t\t\t\t\t<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">\n\t\t\t\t</span>",
                  "target": [
                    ".give-hidden:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">",
                  "target": [
                    "#give-form-honeypot-52"
                  ],
                  "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": "<label class=\"give-hidden\" for=\"give-amount\">Donation Amount:</label>",
                  "target": [
                    "label[for=\"give-amount\"]"
                  ],
                  "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": "<fieldset id=\"give-payment-mode-select\">",
                  "target": [
                    "#give-payment-mode-select"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"give_purchase_form_wrap\">",
                  "target": [
                    "#give_purchase_form_wrap"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1af56ac elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1af56ac\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">",
                  "target": [
                    ".elementor-element-1af56ac"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b748cfb elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"b748cfb\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;556fdfd&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">",
                  "target": [
                    ".elementor-element-b748cfb"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a805251 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a805251\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;da2669d&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-a805251"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d256172 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d256172\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;556fdfd&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-d256172"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7ca4e03 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7ca4e03\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e1af5e3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-7ca4e03"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c26979 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c26979\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;5d85899&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-5c26979"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "aria-hidden-focus",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412"
              ],
              "description": "Ensures aria-hidden elements are not focusable nor contain focusable elements",
              "help": "ARIA hidden element must not be focusable or contain focusable elements",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-hidden-focus?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "focusable-not-tabbable",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"1\" aria-hidden=\"true\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"width: 394px;\">",
                          "target": [
                            "#slick-slide01"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Focusable content should have tabindex='-1' or be removed from the DOM"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"1\" aria-hidden=\"true\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide01"
                  ],
                  "failureSummary": "Fix all of the following:\n  Focusable content should have tabindex='-1' or be removed from the DOM"
                }
              ]
            },
            {
              "id": "aria-required-children",
              "impact": "critical",
              "tags": [
                "cat.aria",
                "wcag2a",
                "wcag131"
              ],
              "description": "Ensures elements with an ARIA role that require child roles contain them",
              "help": "Certain ARIA roles must contain particular children",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-required-children?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "aria-required-children",
                      "data": [
                        "tab"
                      ],
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Required ARIA child role not present: tab"
                    },
                    {
                      "id": "aria-busy",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element uses aria-busy=\"true\" while showing a loader"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">",
                  "target": [
                    ".jet-slick-dots"
                  ],
                  "failureSummary": "Fix any of the following:\n  Required ARIA child role not present: tab\n  Element uses aria-busy=\"true\" while showing a loader"
                }
              ]
            },
            {
              "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": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "21.0pt (28px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">Gregg’s Biography</span>",
                  "target": [
                    "strong > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#f7f7f7",
                        "contrastRatio": 4,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b64fb8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b64fb8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ac9a17f&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-1b64fb8"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>GREGG HART FOR ASSEMBLY</strong>",
                  "target": [
                    ".elementor-element-fd012e6 > .elementor-widget-container > p:nth-child(1) > strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5: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": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California.</em>",
                  "target": [
                    "p:nth-child(2) > em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em>",
                  "target": [
                    "p:nth-child(3) > em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare.</p>",
                  "target": [
                    ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors.</p>",
                  "target": [
                    ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor.</p>",
                  "target": [
                    ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"home page-template page-template-page-templates page-template-fullwidth-content page-template-page-templatesfullwidth-content-php page page-id-23 wp-custom-logo give-test-mode give-page layout-fullwidth blog-grid elementor-default elementor-kit-567 elementor-page elementor-page-23 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"widescreen\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "p:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#7a7a7a",
                        "bgColor": "#f7f7f7",
                        "contrastRatio": 4,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b64fb8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b64fb8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ac9a17f&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                          "target": [
                            ".elementor-element-1b64fb8"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><strong>GREGG HART FOR ASSEMBLY</strong> 2022<br>226 E. Canon Perdido St. #D<br>Santa Barbara, CA 93101<br><a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a></p>",
                  "target": [
                    ".elementor-element-fd012e6 > .elementor-widget-container > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "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": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                  "target": [
                    "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "landmark-one-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has a main landmark",
              "help": "Document should have one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-main",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Document does not have a main landmark"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Document does not have a main landmark"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have 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"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">",
                  "target": [
                    ".menu-image-not-hovered"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have 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"
                },
                {
                  "any": [
                    {
                      "id": "has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element does not have 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"
                    }
                  ],
                  "all": [],
                  "none": [
                    {
                      "id": "focusable-no-name",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element is in tab order and does not have accessible text"
                    }
                  ],
                  "impact": "serious",
                  "html": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\"></a>",
                  "target": [
                    "a[rel=\"noopener\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have 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"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            },
            {
              "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 class=\"n2-ss-slide-backgrounds n2-ow-all\">",
                  "target": [
                    "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1.n2_ss__touch_element.n2-ow > .n2-ss-slider-2.n2-ow > .n2-ss-slider-3.n2-ow > .n2-ss-slide-backgrounds.n2-ow-all"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">LompocDems-2022_898_r_2000</div>",
                  "target": [
                    ".n2-ss-slide-7 > .n2-ss-slide--focus[role=\"note\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-19be925 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"19be925\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">",
                  "target": [
                    ".elementor-element-19be925"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c312835 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c312835\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;f794d93&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">",
                  "target": [
                    ".elementor-element-c312835"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide02"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"3\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide03\" aria-describedby=\"slick-slide-control03\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide03"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"4\" aria-hidden=\"false\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide04\" aria-describedby=\"slick-slide-control04\" style=\"width: 394px;\">",
                  "target": [
                    "#slick-slide04"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                },
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">",
                  "target": [
                    ".jet-slick-dots"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          32,
          11,
          11,
          14
        ],
        "instances": [
          {
            "ruleID": "aria-valid-attr-value",
            "what": "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control02\"",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide02"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "aria-valid-attr-value",
            "what": "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control03\"",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide03"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"3\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide03\" aria-describedby=\"slick-slide-control03\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "aria-valid-attr-value",
            "what": "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control04\"",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide04"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"4\" aria-hidden=\"false\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide04\" aria-describedby=\"slick-slide-control04\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "n2-ss-2item1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#n2-ss-2item1"
            },
            "excerpt": "<div id=\"n2-ss-2item1\" class=\"n2-font-3b1a9940464c1d5b489304ffd7a5362a-hover n2-style-0e48928d6f405e7240c4b16732aa0d80-heading n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">Gregg Hart brings people together to get things done</div>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide01 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide03 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide03 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide04 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Equity</h5>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide04 > .jet-testimonials__item-inner > .jet-testimonials__content > .jet-testimonials__comment"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">"
          },
          {
            "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": ".jet-nav__sub"
            },
            "excerpt": "<div class=\"jet-nav__sub jet-nav-depth-0\">"
          },
          {
            "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": ".menu-image-title"
            },
            "excerpt": "<span class=\"menu-image-title-hide menu-image-title\">Contibute</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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "svg[viewBox=\"0 0 2000 800\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2000 800\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>"
          },
          {
            "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": ".n2-ss-slide-7 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">"
          },
          {
            "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": ".n-uc-1cd1ba09b8965-inner > .n2-ss-layer-row-inner"
            },
            "excerpt": "<div class=\"n2-ss-layer-row-inner \">"
          },
          {
            "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": ".n2-ss-slide-10 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">"
          },
          {
            "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": ".n-uc-12e3d86babf7f-inner > .n2-ss-layer-row-inner"
            },
            "excerpt": "<div class=\"n2-ss-layer-row-inner \">"
          },
          {
            "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": ".n2-ss-slide-13 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">"
          },
          {
            "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": ".n-uc-90IRwmfGHRAn-inner > .n2-ss-layer-row-inner"
            },
            "excerpt": "<div class=\"n2-ss-layer-row-inner \">"
          },
          {
            "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": ".n2-ss-slide-9 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">"
          },
          {
            "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": ".n-uc-1088d9bae49fb-inner > .n2-ss-layer-row-inner"
            },
            "excerpt": "<div class=\"n2-ss-layer-row-inner \">"
          },
          {
            "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": ".n2-ss-slide-15 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow"
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">"
          },
          {
            "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": ".n-uc-1aaf4e2a45c5c-inner > .n2-ss-layer-row-inner"
            },
            "excerpt": "<div class=\"n2-ss-layer-row-inner \">"
          },
          {
            "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": "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-left-center.n2-ss-slider-controls"
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">"
          },
          {
            "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": "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-right-center.n2-ss-slider-controls"
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">"
          },
          {
            "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": ".elementor-element-b720ead"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-b720ead elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor is-mac\" data-id=\"b720ead\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">"
          },
          {
            "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": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "svg[viewBox=\"0 0 1232 597\"]"
            },
            "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1232 597\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>"
          },
          {
            "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": "#n2-ss-3 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-left-center.n2-ss-slider-controls"
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">"
          },
          {
            "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": "#n2-ss-3 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-controls-absolute-right-center.n2-ss-slider-controls"
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-5814be5"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5814be5 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... t_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-20f8da5"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-20f8da5 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "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": ".give-hidden:nth-child(1)"
            },
            "excerpt": "<span class=\"give-hidden\" style=\"display: none !important;\"> <label for=\"give-form-honeypot-52\"></label> <input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\"> </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": "INPUT",
            "id": "give-form-honeypot-52",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#give-form-honeypot-52"
            },
            "excerpt": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">"
          },
          {
            "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": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "label[for=\"give-amount\"]"
            },
            "excerpt": "<label class=\"give-hidden\" for=\"give-amount\">Donation Amount:</label>"
          },
          {
            "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": "FIELDSET",
            "id": "give-payment-mode-select",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#give-payment-mode-select"
            },
            "excerpt": "<fieldset id=\"give-payment-mode-select\">"
          },
          {
            "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": "give_purchase_form_wrap",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#give_purchase_form_wrap"
            },
            "excerpt": "<div id=\"give_purchase_form_wrap\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-1af56ac"
            },
            "excerpt": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1af56ac elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1af56ac\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-b748cfb"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b748cfb elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobil ... _parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-a805251"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a805251 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-d256172"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d256172 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-7ca4e03"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7ca4e03 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "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": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-5c26979"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5c26979 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed ele ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "ruleID": "aria-hidden-focus",
            "what": "ARIA hidden element must not be focusable or contain focusable elements; Focusable content should have tabindex='-1' or be removed from the DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide01"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"1\" aria-hidden=\"true\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "aria-required-children",
            "what": "Certain ARIA roles must contain particular children; Required ARIA child role not present: tab; Element uses aria-busy=\"true\" while showing a loader",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".jet-slick-dots"
            },
            "excerpt": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 21.0pt (28px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "strong > span"
            },
            "excerpt": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">Gregg’s Biography</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-fd012e6 > .elementor-widget-container > p:nth-child(1) > strong"
            },
            "excerpt": "<strong>GREGG HART FOR ASSEMBLY</strong>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p:nth-child(2) > em"
            },
            "excerpt": "<em>“I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California.</em>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p:nth-child(3) > em"
            },
            "excerpt": "<em>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(3)"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(4)"
            },
            "excerpt": "<p>For more than twenty years, Gregg Hart owned and operated Transitions Preschool, a local, family business dedicated to early-childhood education and quality childcare.</p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(5)"
            },
            "excerpt": "<p>Starting in 1995, Gregg was elected to four terms on the Santa Barbara City Council. In 2018, he won a seat on the Santa Barbara County Board of Supervisors.</p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-425b233 > .elementor-widget-container > p:nth-child(6)"
            },
            "excerpt": "<p>Gregg Hart has a deep understanding of local people and local issues. He is proud to have served the Santa Barbara community for more than 30 years – as a Planning Commissioner, City Council Member, California Coastal Commissioner, and presently as the 2nd District County Supervisor.</p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #7a7a7a, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "p:nth-child(7)"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4 (foreground color: #7a7a7a, background color: #f7f7f7, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-fd012e6 > .elementor-widget-container > p:nth-child(1)"
            },
            "excerpt": "<p><strong>GREGG HART FOR ASSEMBLY</strong> 2022<br>226 E. Canon Perdido St. #D<br>Santa Barbara, CA 93101<br><a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a></p>"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide02 > .jet-testimonials__item-inner > .jet-testimonials__content > h5"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "landmark-one-main",
            "what": "Document should have one main landmark; Document does not have a main landmark",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have 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",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".menu-image-not-hovered"
            },
            "excerpt": "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">"
          },
          {
            "ruleID": "link-name",
            "what": "Links must have discernible text; Element does not have 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",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "a[rel=\"noopener\"]"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-1130 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" alt=\"\" width=\"209\" height=\"64\"></a>"
          },
          {
            "ruleID": "page-has-heading-one",
            "what": "Page should contain a level-one heading; Page must have a level-one heading",
            "ordinalSeverity": 2,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#n2-ss-2 > .n2-ss-slider-wrapper-inside > .n2-ss-slider-1.n2_ss__touch_element.n2-ow > .n2-ss-slider-2.n2-ow > .n2-ss-slider-3.n2-ow > .n2-ss-slide-backgrounds.n2-ow-all"
            },
            "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".n2-ss-slide-7 > .n2-ss-slide--focus[role=\"note\"]"
            },
            "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">LompocDems-2022_898_r_2000</div>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-19be925"
            },
            "excerpt": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-19be925 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"19be925\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".elementor-element-c312835"
            },
            "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c312835 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\" ... ot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide02"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide03"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"3\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide03\" aria-describedby=\"slick-slide-control03\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#slick-slide04"
            },
            "excerpt": "<div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"4\" aria-hidden=\"false\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide04\" aria-describedby=\"slick-slide-control04\" style=\"width: 394px;\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".jet-slick-dots"
            },
            "excerpt": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">"
          }
        ]
      },
      "endTime": 1687097720782
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687097720782,
      "endTime": 1687097721396
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097721397,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097723400
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687097723400,
      "url": "https://gregghart.org/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 83,
          "bestPracticeId": 1626,
          "attribute": "This element has an aria-describedby attribute value that includes one or more invalid or duplicate ids",
          "attributeDetail": "This DIV has an aria-describedby attribute value of 'slick-slide-control00', which includes one or more invalid or duplicate ids",
          "element": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide s ... ith the support they need, improving the quality of life for agricultural workers, and working to advance policies and programs that increase sustainable agriculture practices.</div></div></div></div>",
          "path": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(4)",
          "fingerprint": {
            "version": 2,
            "css": "div[class=\"jet-testimonials__item slick-slide slick-current slick-active\"][data-slick-index=\"0\"][aria-hidden=\"false\"][tabindex=\"0\"][role=\"tabpanel\"][id=\"slick-slide00\"][aria-describedby=\"slick-slide-control00\"]",
            "attNo": 8
          }
        },
        {
          "engineTestId": 83,
          "bestPracticeId": 1626,
          "attribute": "This element has an aria-describedby attribute value that includes one or more invalid or duplicate ids",
          "attributeDetail": "This DIV has an aria-describedby attribute value of 'slick-slide-control01', which includes one or more invalid or duplicate ids",
          "element": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide s ... munity colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div></div></div></div>",
          "path": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(5)",
          "fingerprint": {
            "version": 2,
            "css": "div[class=\"jet-testimonials__item slick-slide slick-active\"][data-slick-index=\"1\"][aria-hidden=\"false\"][tabindex=\"0\"][role=\"tabpanel\"][id=\"slick-slide01\"][aria-describedby=\"slick-slide-control01\"]",
            "attNo": 8
          }
        },
        {
          "engineTestId": 83,
          "bestPracticeId": 1626,
          "attribute": "This element has an aria-describedby attribute value that includes one or more invalid or duplicate ids",
          "attributeDetail": "This DIV has an aria-describedby attribute value of 'slick-slide-control02', which includes one or more invalid or duplicate ids",
          "element": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide s ... d improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div></div></div></div>",
          "path": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(6)",
          "fingerprint": {
            "version": 2,
            "css": "div[class=\"jet-testimonials__item slick-slide slick-active\"][data-slick-index=\"2\"][aria-hidden=\"false\"][tabindex=\"0\"][role=\"tabpanel\"][id=\"slick-slide02\"][aria-describedby=\"slick-slide-control02\"]",
            "attNo": 8
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\" href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\"><span class=\"jet-nav-link-t ... e-title\">Contibute</span><img loading=\"lazy\" alt=\"\" class=\"menu-image menu-image-title-hide\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" height=\"64\" width=\"209\"></span></a>",
          "path": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[target=\"_blank\"][href=\"https://syndon.us/campaign/gregghart\"][class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 237,
          "bestPracticeId": 1301,
          "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<a rel=\"noopener\" target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\"><img height=\"64\" width=\"209\" alt=\"\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"alignnone wp-image-1130 size-full\"></a>",
          "path": "body>div:nth-of-type(2)>*:nth-child(4)>*:nth-child(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)",
          "fingerprint": {
            "version": 2,
            "css": "a[href=\"https://syndon.us/campaign/gregghart\"][target=\"_blank\"][rel=\"noopener\"]",
            "attNo": 3
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          5
        ],
        "instances": [
          {
            "ruleID": "83",
            "what": "This DIV has an aria-describedby attribute value of 'slick-slide-control00', which includes one or more invalid or duplicate ids",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(4)"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide s ... ith the support they need, improving the quality of life for agricultural workers, and working to advance policies and programs that increase sustainable agriculture practices.</div></div></div></div>"
          },
          {
            "ruleID": "83",
            "what": "This DIV has an aria-describedby attribute value of 'slick-slide-control01', which includes one or more invalid or duplicate ids",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(5)"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide s ... munity colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div></div></div></div>"
          },
          {
            "ruleID": "83",
            "what": "This DIV has an aria-describedby attribute value of 'slick-slide-control02', which includes one or more invalid or duplicate ids",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*: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(3)>*:nth-child(1)>*:nth-child(6)"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide s ... d improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div></div></div></div>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)"
            },
            "excerpt": "<a class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\" href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\"><span class=\"jet-nav-link-t ... e-title\">Contibute</span><img loading=\"lazy\" alt=\"\" class=\"menu-image menu-image-title-hide\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" height=\"64\" width=\"209\"></span></a>"
          },
          {
            "ruleID": "237",
            "what": "This A element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(2)>*:nth-child(4)>*:nth-child(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)"
            },
            "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\"><img height=\"64\" width=\"209\" alt=\"\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"alignnone wp-image-1130 size-full\"></a>"
          }
        ]
      },
      "endTime": 1687097724158
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687097724158,
      "endTime": 1687097724785
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097724786,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097726463
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687097726463,
      "url": "https://gregghart.org/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_1_1.H30.2": {
            "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">...</a>"
              }
            ]
          },
          "AAA.1_3_1.H71.NoLegend": {
            "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.": [
              {
                "tagName": "fieldset",
                "id": "#give_purchase_submit",
                "code": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\">...</fieldset>"
              }
            ]
          },
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.": [
              {
                "tagName": "h5",
                "id": "",
                "code": "<h5 class=\"jet-testimonials__title\">...</h5>"
              }
            ]
          },
          "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 4.29:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "em",
                "id": "",
                "code": "<em>...</em>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ],
            "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 4.01:1. Recommendation:  change text colour to #545454.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ],
            "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 2.68:1. Recommendation:  change background to #fefeff.": [
              {
                "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 5.06:1. Recommendation:  change text colour to #25253a.": [
              {
                "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 4.29:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">...</span>"
              }
            ],
            "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 4.01:1. Recommendation:  change text colour to #717171.": [
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          },
          "AAA.2_4_8.H59.1": {
            "Link elements can only be located in the head section of the document.": [
              {
                "tagName": "link",
                "id": "#e-animations-css",
                "code": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://gregghart.org/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.7.5\" type=\"text/css\" media=\"all\">"
              }
            ]
          },
          "AAA.3_2_2.H32.2": {
            "This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute \"submit\" or \"image\", or BUTTON elements with type \"submit\" or omitted/invalid.": [
              {
                "tagName": "form",
                "id": "",
                "code": "<form method=\"POST\" action=\"#\" class=\"jet-subscribe-form__form\">...</form>"
              }
            ]
          },
          "AAA.4_1_2.H91.Div.Name": {
            "This element has role of \"button\" but does not have a name available to an accessibility API. Valid names are: element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "div",
                "id": "#toTop",
                "code": "<div id=\"toTop\" role=\"button\" style=\"display: none;\">...</div>"
              }
            ]
          },
          "AAA.4_1_2.H91.Fieldset.Name": {
            "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "fieldset",
                "id": "#give_purchase_submit",
                "code": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\">...</fieldset>"
              }
            ]
          },
          "AAA.4_1_2.H91.InputEmail.Name": {
            "This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "input",
                "id": "",
                "code": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img loading=\"lazy\" class=\"alignnone wp-image-855 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc.jpg\" alt=\"\" width=\"275\" height=\"86\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc.jpg 275w, https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc-24x8.jpg 24w, https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc-36x11.jpg 36w, https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc-205x64.jpg 205w\" sizes=\"(max-width: 275px) 100vw, 275px\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img loading=\"lazy\" class=\"wp-image-689 alignright\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" alt=\"\" width=\"500\" height=\"564\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg 800w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-266x300.jpg 266w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-768x866.jpg 768w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-600x677.jpg 600w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-21x24.jpg 21w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-32x36.jpg 32w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-57x64.jpg 57w\" sizes=\"(max-width: 500px) 100vw, 500px\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img loading=\"lazy\" class=\"wp-image-842 alignright\" src=\"https://gregghart.org/wp-content/uploads/2022/09/blackshirt2.jpg\" alt=\"\" width=\"500\" height=\"750\" srcset=\"https://gregghart.org/wp-content/uploads/2022/09/blackshirt2.jpg 800w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-200x300.jpg 200w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-683x1024.jpg 683w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-768x1152.jpg 768w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-600x900.jpg 600w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-16x24.jpg 16w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-24x36.jpg 24w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-43x64.jpg 43w\" sizes=\"(max-width: 500px) 100vw, 500px\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/LompocDems-2022_898_r_2000-2.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/PP-2022_612_r._2000x800.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/Stolpman-2022_740_c_2000.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/Windmills-2022_1066_r_2000.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/firefighters3.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/52039033659_07d30aa42d_k_desktop.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.14-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.41-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.59-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.52.20-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-13-at-9.51.54-AM_police.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\">"
              }
            ]
          },
          "AAA.1_3_1.F68.Hidden": {
            "This hidden form field is labelled in some way. There should be no need to label a hidden form field.": [
              {
                "tagName": "input",
                "id": "#give-amount",
                "code": "<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">"
              }
            ]
          },
          "AAA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-nav-arrow\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-nav__mobile-close-btn jet-blocks-icon\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p style=\"text-align: right;\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "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": "#toTop",
                "code": "<div id=\"toTop\" role=\"button\" style=\"display: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"page-preloader-cover\">...</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": "span",
                "id": "",
                "code": "<span style=\"color: #000; background-color: #FFF; border-left-color: #333; border-bottom-color: #333; border-right-color: #333; border-top-color: #333; width: 400px; height: 80px; padding: 10px;\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">...</span>"
              },
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong style=\"color: #3b3d42; font-family: 'Playfair Display', serif; font-size: 21px; letter-spacing: 0px; text-align: inherit;\">...</strong>"
              }
            ]
          },
          "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": "div",
                "id": "",
                "code": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>"
              }
            ]
          },
          "AAA.1_4_6.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "h5",
                "id": "",
                "code": "<h5 class=\"jet-testimonials__title\">...</h5>"
              }
            ]
          },
          "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 class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.Empty": {
            "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [
              {
                "tagName": "a",
                "id": "#priorities",
                "code": "<a name=\"priorities\" id=\"priorities\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          39,
          0,
          0,
          15
        ],
        "instances": [
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img loading=\"lazy\" class=\"alignnone wp-image-855 size-full\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc.jpg\" alt=\"\" width=\"275\" height=\"86\" srcset=\"https://gregghart.org/ ... gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc-36x11.jpg 36w, https://gregghart.org/wp-content/uploads/2022/09/Gregg-Signature_sc-205x64.jpg 205w\" sizes=\"(max-width: 275px) 100vw, 275px\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img loading=\"lazy\" class=\"wp-image-689 alignright\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" alt=\"\" width=\"500\" height=\"564\" srcset=\"https://gregghart. ... nt/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-32x36.jpg 32w, https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop-57x64.jpg 57w\" sizes=\"(max-width: 500px) 100vw, 500px\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img loading=\"lazy\" class=\"wp-image-842 alignright\" src=\"https://gregghart.org/wp-content/uploads/2022/09/blackshirt2.jpg\" alt=\"\" width=\"500\" height=\"750\" srcset=\"https://gregghart.org/wp-content/uplo ... pg 16w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-24x36.jpg 24w, https://gregghart.org/wp-content/uploads/2022/09/blackshirt2-43x64.jpg 43w\" sizes=\"(max-width: 500px) 100vw, 500px\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/LompocDems-2022_898_r_2000-2.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/PP-2022_612_r._2000x800.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/Stolpman-2022_740_c_2000.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/Windmills-2022_1066_r_2000.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/09/firefighters3.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/52039033659_07d30aa42d_k_desktop.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.14-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.41-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.51.59-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.52.20-AM.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-13-at-9.51.54-AM_police.jpg\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\">"
          },
          {
            "ruleID": "AAA.1_1_1.H67.2",
            "what": "Img element is marked so that it is ignored by Assistive Technology.",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\">"
          },
          {
            "ruleID": "AAA.1_3_1.F68.Hidden",
            "what": "This hidden form field is labelled in some way. There should be no need to label a hidden form field.",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-nav-arrow\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-nav__mobile-close-btn jet-blocks-icon\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p style=\"text-align: right;\">...</p>"
          },
          {
            "ruleID": "AAA.1_3_1.H42",
            "what": "Heading markup should be used if this content is intended as a heading.",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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": "toTop",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\">...</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": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"page-preloader-cover\">...</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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: #000; background-color: #FFF; border-left-color: #333; border-bottom-color: #333; border-right-color: #333; border-top-color: #333; width: 400px; height: 80px; padding: 10px;\">...</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">...</span>"
          },
          {
            "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": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<strong style=\"color: #3b3d42; font-family: 'Playfair Display', serif; font-size: 21px; letter-spacing: 0px; text-align: inherit;\">...</strong>"
          },
          {
            "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": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.BgImage",
            "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">...</h5>"
          },
          {
            "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 class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">...</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 class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">...</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 class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">...</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 class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">...</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 href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">...</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 target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.Empty",
            "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "priorities",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a name=\"priorities\" id=\"priorities\">...</a>"
          },
          {
            "ruleID": "AAA.1_1_1.H30.2",
            "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1.H71.NoLegend",
            "what": "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.",
            "ordinalSeverity": 3,
            "tagName": "FIELDSET",
            "id": "give_purchase_submit",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\">...</fieldset>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">...</h5>"
          },
          {
            "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 4.29:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<em>...</em>"
          },
          {
            "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 4.29:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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 4.01:1. Recommendation:  change text colour to #545454.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<p>...</p>"
          },
          {
            "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 2.68:1. Recommendation:  change background to #fefeff.",
            "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 5.06:1. Recommendation:  change text colour to #25253a.",
            "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 4.29:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: 0px; font-size: 28px; text-align: inherit;\">...</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 4.01:1. Recommendation:  change text colour to #717171.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<strong>...</strong>"
          },
          {
            "ruleID": "AAA.2_4_8.H59.1",
            "what": "Link elements can only be located in the head section of the document.",
            "ordinalSeverity": 3,
            "tagName": "LINK",
            "id": "e-animations-css",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://gregghart.org/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.7.5\" type=\"text/css\" media=\"all\">"
          },
          {
            "ruleID": "AAA.3_2_2.H32.2",
            "what": "This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute \"submit\" or \"image\", or BUTTON elements with type \"submit\" or omitted/invalid.",
            "ordinalSeverity": 3,
            "tagName": "FORM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<form method=\"POST\" action=\"#\" class=\"jet-subscribe-form__form\">...</form>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.Div.Name",
            "what": "This element has role of \"button\" but does not have a name available to an accessibility API. Valid names are: element content, aria-label attribute, aria-labelledby attribute.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.Fieldset.Name",
            "what": "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute.",
            "ordinalSeverity": 3,
            "tagName": "FIELDSET",
            "id": "give_purchase_submit",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\">...</fieldset>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.InputEmail.Name",
            "what": "This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">"
          }
        ]
      },
      "endTime": 1687097726912
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687097726912,
      "endTime": 1687097727655
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097727656,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097729479
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687097729479,
      "url": "https://gregghart.org/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 88,
          "recommendation": 5,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]",
              "aria": "/document[1]/contentinfo[1]/paragraph[1]"
            },
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 17,
              "top": 4971,
              "height": 128,
              "width": 384
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]",
              "aria": "/document[1]/article[1]/paragraph[18]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 2900,
              "height": 224,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]",
              "aria": "/document[1]/article[1]/paragraph[17]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 2752,
              "height": 128,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]",
              "aria": "/document[1]/article[1]/paragraph[16]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 2668,
              "height": 64,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]",
              "aria": "/document[1]/article[1]/paragraph[15]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 2584,
              "height": 64,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]",
              "aria": "/document[1]/article[1]/paragraph[14]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 1604,
              "height": 960,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]",
              "aria": "/document[1]/article[1]/paragraph[10]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 1022,
              "height": 280,
              "width": 751
            },
            "snippet": "<em>",
            "level": "violation"
          },
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]",
              "aria": "/document[1]/article[1]/paragraph[9]"
            },
            "message": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "bounds": {
              "left": 20,
              "top": 650,
              "height": 344,
              "width": 228
            },
            "snippet": "<em>",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/span[2]",
              "aria": "/document[1]"
            },
            "message": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "bounds": {
              "left": -1,
              "top": -200001,
              "height": 1,
              "width": 1
            },
            "snippet": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]",
              "aria": "/document[1]/article[1]/generic[5]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": -379,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-1\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]",
              "aria": "/document[1]/article[1]/generic[18]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 9865,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"25\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]",
              "aria": "/document[1]/article[1]/generic[17]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 9471,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"24\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]",
              "aria": "/document[1]/article[1]/generic[16]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 9077,
              "top": 3427,
              "height": 973,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"23\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]",
              "aria": "/document[1]/article[1]/generic[15]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 8683,
              "top": 3427,
              "height": 1093,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"22\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]",
              "aria": "/document[1]/article[1]/generic[14]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 8289,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"21\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]",
              "aria": "/document[1]/article[1]/generic[13]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 7895,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"20\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]",
              "aria": "/document[1]/article[1]/generic[12]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 7501,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"19\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]",
              "aria": "/document[1]/article[1]/generic[11]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 7107,
              "top": 3427,
              "height": 823,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"18\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]",
              "aria": "/document[1]/article[1]/generic[10]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 6713,
              "top": 3427,
              "height": 883,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"17\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]",
              "aria": "/document[1]/article[1]/generic[9]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 6319,
              "top": 3427,
              "height": 1123,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"16\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]",
              "aria": "/document[1]/article[1]/generic[4]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": -773,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-2\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]",
              "aria": "/document[1]/article[1]/generic[8]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 5925,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"15\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]",
              "aria": "/document[1]/article[1]/generic[7]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 5531,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"14\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]",
              "aria": "/document[1]/article[1]/generic[6]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 5137,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"13\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]",
              "aria": "/document[1]/article[1]/generic[3]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": -1167,
              "top": 3427,
              "height": 973,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-3\" class=\"jet-testimonials__item slick-slide slick-cloned\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]",
              "aria": "/document[1]/article[1]/tabpanel[6]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 1985,
              "top": 3427,
              "height": 823,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]",
              "aria": "/document[1]/article[1]/tabpanel[5]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 1591,
              "top": 3427,
              "height": 883,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]",
              "aria": "/document[1]/article[1]/tabpanel[4]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 1197,
              "top": 3427,
              "height": 1123,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]",
              "aria": "/document[1]/article[1]/tabpanel[3]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 803,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]",
              "aria": "/document[1]/article[1]/tabpanel[2]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 409,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]",
              "aria": "/document[1]/article[1]/tabpanel[1]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 15,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide slick-current slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]",
              "aria": "/document[1]/article[1]/tabpanel[13]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 4743,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control012\" id=\"slick-slide012\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"12\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]",
              "aria": "/document[1]/article[1]/tabpanel[12]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 4349,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control011\" id=\"slick-slide011\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"11\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]",
              "aria": "/document[1]/article[1]/tabpanel[11]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 3955,
              "top": 3427,
              "height": 973,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control010\" id=\"slick-slide010\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]",
              "aria": "/document[1]/article[1]/tabpanel[10]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 3561,
              "top": 3427,
              "height": 1093,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control09\" id=\"slick-slide09\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]",
              "aria": "/document[1]/article[1]/tabpanel[9]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 3167,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control08\" id=\"slick-slide08\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]",
              "aria": "/document[1]/article[1]/tabpanel[8]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 2773,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control07\" id=\"slick-slide07\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_widget_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]",
              "aria": "/document[1]/article[1]/tabpanel[7]"
            },
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "bounds": {
              "left": 2379,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]",
              "aria": "/document[1]/article[1]/tabpanel[6]"
            },
            "message": "The 'id' \"slick-slide-control05\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 1985,
              "top": 3427,
              "height": 823,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]",
              "aria": "/document[1]/article[1]/tabpanel[5]"
            },
            "message": "The 'id' \"slick-slide-control04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 1591,
              "top": 3427,
              "height": 883,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]",
              "aria": "/document[1]/article[1]/tabpanel[4]"
            },
            "message": "The 'id' \"slick-slide-control03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 1197,
              "top": 3427,
              "height": 1123,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]",
              "aria": "/document[1]/article[1]/tabpanel[3]"
            },
            "message": "The 'id' \"slick-slide-control02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 803,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]",
              "aria": "/document[1]/article[1]/tabpanel[2]"
            },
            "message": "The 'id' \"slick-slide-control01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 409,
              "top": 3427,
              "height": 1003,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]",
              "aria": "/document[1]/article[1]/tabpanel[1]"
            },
            "message": "The 'id' \"slick-slide-control00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 15,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide slick-current slick-active\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]",
              "aria": "/document[1]/article[1]/tabpanel[13]"
            },
            "message": "The 'id' \"slick-slide-control012\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 4743,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control012\" id=\"slick-slide012\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"12\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]",
              "aria": "/document[1]/article[1]/tabpanel[12]"
            },
            "message": "The 'id' \"slick-slide-control011\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 4349,
              "top": 3427,
              "height": 943,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control011\" id=\"slick-slide011\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"11\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]",
              "aria": "/document[1]/article[1]/tabpanel[11]"
            },
            "message": "The 'id' \"slick-slide-control010\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 3955,
              "top": 3427,
              "height": 973,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control010\" id=\"slick-slide010\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]",
              "aria": "/document[1]/article[1]/tabpanel[10]"
            },
            "message": "The 'id' \"slick-slide-control09\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 3561,
              "top": 3427,
              "height": 1093,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control09\" id=\"slick-slide09\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]",
              "aria": "/document[1]/article[1]/tabpanel[9]"
            },
            "message": "The 'id' \"slick-slide-control08\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 3167,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control08\" id=\"slick-slide08\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]",
              "aria": "/document[1]/article[1]/tabpanel[8]"
            },
            "message": "The 'id' \"slick-slide-control07\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 2773,
              "top": 3427,
              "height": 913,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control07\" id=\"slick-slide07\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]",
              "aria": "/document[1]/article[1]/tabpanel[7]"
            },
            "message": "The 'id' \"slick-slide-control06\" specified for the ARIA property 'aria-describedby' value is not valid",
            "bounds": {
              "left": 2379,
              "top": 3427,
              "height": 853,
              "width": 394
            },
            "snippet": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"jet-testimonials__item slick-slide\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]",
              "aria": "/document[1]/article[1]/tablist[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 15,
              "top": 4580,
              "height": 20,
              "width": 770
            },
            "snippet": "<ul role=\"tablist\" style=\"\" class=\"jet-slick-dots\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[6]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 2045,
              "top": 3746,
              "height": 34,
              "width": 118
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[5]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 1651,
              "top": 3746,
              "height": 34,
              "width": 70
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[4]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 1257,
              "top": 3746,
              "height": 34,
              "width": 142
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[3]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 863,
              "top": 3746,
              "height": 34,
              "width": 274
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[2]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 469,
              "top": 3746,
              "height": 34,
              "width": 110
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[1]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 75,
              "top": 3746,
              "height": 34,
              "width": 123
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[5]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -319,
              "top": 3746,
              "height": 34,
              "width": 64
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[18]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 9925,
              "top": 3746,
              "height": 34,
              "width": 64
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[17]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 9531,
              "top": 3746,
              "height": 34,
              "width": 174
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[16]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 9137,
              "top": 3746,
              "height": 34,
              "width": 219
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[15]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8743,
              "top": 3746,
              "height": 34,
              "width": 138
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[14]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 8349,
              "top": 3746,
              "height": 34,
              "width": 299
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[13]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 7955,
              "top": 3746,
              "height": 34,
              "width": 90
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[12]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 7561,
              "top": 3746,
              "height": 34,
              "width": 153
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[11]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 7167,
              "top": 3746,
              "height": 34,
              "width": 118
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[10]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 6773,
              "top": 3746,
              "height": 34,
              "width": 70
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[9]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 6379,
              "top": 3746,
              "height": 34,
              "width": 142
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[4]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -713,
              "top": 3746,
              "height": 34,
              "width": 174
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[8]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 5985,
              "top": 3746,
              "height": 34,
              "width": 274
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[7]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 5591,
              "top": 3746,
              "height": 34,
              "width": 110
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[6]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 5197,
              "top": 3746,
              "height": 34,
              "width": 123
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[13]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 4803,
              "top": 3746,
              "height": 34,
              "width": 64
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[12]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 4409,
              "top": 3746,
              "height": 34,
              "width": 174
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[11]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 4015,
              "top": 3746,
              "height": 34,
              "width": 219
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[10]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 3621,
              "top": 3746,
              "height": 34,
              "width": 138
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[9]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 3227,
              "top": 3746,
              "height": 34,
              "width": 299
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[8]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 2833,
              "top": 3746,
              "height": 34,
              "width": 90
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/tabpanel[7]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 2439,
              "top": 3746,
              "height": 34,
              "width": 153
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]",
              "aria": "/document[1]/article[1]/generic[3]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -1107,
              "top": 3746,
              "height": 34,
              "width": 219
            },
            "snippet": "<h5 class=\"jet-testimonials__title\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[3]/div[1]/h2[1]",
              "aria": "/document[1]/article[1]/heading[5]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 15,
              "top": 3315,
              "height": 63,
              "width": 770
            },
            "snippet": "<h2 class=\"elementor-heading-title elementor-size-default\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]",
              "aria": "/document[1]/article[1]/paragraph[12]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 20,
              "top": 1539,
              "height": 45,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]",
              "aria": "/document[1]/article[1]/paragraph[9]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 20,
              "top": 646,
              "height": 352,
              "width": 760
            },
            "snippet": "<p>",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]",
              "aria": "/document[1]/article[1]/heading[4]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 20,
              "top": 544,
              "height": 63,
              "width": 760
            },
            "snippet": "<h2 class=\"elementor-heading-title elementor-size-default\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": -1,
              "top": -200001,
              "height": 1,
              "width": 1
            },
            "snippet": "<a href=\"#content\" class=\"skip-link screen-reader-text\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/header[1]/div[1]/section[2]/div[2]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]",
              "aria": "/document[1]/banner[1]/navigation[1]/link[10]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 149,
              "top": 316,
              "height": 55,
              "width": 209
            },
            "snippet": "<a class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\" href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/paragraph[3]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 416,
              "top": 4932,
              "height": 24,
              "width": 209
            },
            "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\">",
            "level": "violation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/figure[1]",
              "aria": "/document[1]/article[1]/tabpanel[3]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 865,
              "top": 3427,
              "height": 271,
              "width": 270
            },
            "snippet": "<figure class=\"jet-testimonials__figure\">",
            "level": "recommendation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/figure[1]",
              "aria": "/document[1]/article[1]/tabpanel[2]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 471,
              "top": 3427,
              "height": 271,
              "width": 270
            },
            "snippet": "<figure class=\"jet-testimonials__figure\">",
            "level": "recommendation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/figure[1]",
              "aria": "/document[1]/article[1]/tabpanel[1]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 77,
              "top": 3427,
              "height": 271,
              "width": 270
            },
            "snippet": "<figure class=\"jet-testimonials__figure\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_contentinfo_misuse",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/footer[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The element with \"contentinfo\" role is present without an element with \"main\" role",
            "bounds": {
              "left": 0,
              "top": 4651,
              "height": 733,
              "width": 800
            },
            "snippet": "<footer class=\"site-footer \" id=\"colophon\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]",
              "aria": "/document[1]/article[1]/tablist[1]"
            },
            "message": "The element with role \"tablist\" does not own any child element with any of the following role(s): \"tab\"",
            "bounds": {
              "left": 15,
              "top": 4580,
              "height": 20,
              "width": 770
            },
            "snippet": "<ul role=\"tablist\" style=\"\" class=\"jet-slick-dots\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          5,
          0,
          88
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/footer[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/p[1]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[7]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[6]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[5]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[4]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[3]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[3]/em[1]"
            },
            "excerpt": "<em>"
          },
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 4.29 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]/em[1]"
            },
            "excerpt": "<em>"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <span> element has the id \"elementor-device-mode\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/span[2]"
            },
            "excerpt": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-1\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"25\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"24\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"23\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"22\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"21\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"20\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"19\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"18\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"17\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"16\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-2\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"15\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"14\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"13\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]"
            },
            "excerpt": "<div style=\"width: 394px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-3\" class=\"jet-testimonials__item slick-slide slick-cloned\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide05",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide slick-active\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide slick-active\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide slick-current slick-active\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide012",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control012\" id=\"slick-slide012\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"12\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide011",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control011\" id=\"slick-slide011\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"11\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide010",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control010\" id=\"slick-slide010\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide09",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control09\" id=\"slick-slide09\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide08",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control08\" id=\"slick-slide08\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide07",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control07\" id=\"slick-slide07\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_widget_labelled",
            "what": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide06",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control05\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide05",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control04\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control03\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control02\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" class=\"jet-testimonials__item slick-slide slick-active\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control01\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" class=\"jet-testimonials__item slick-slide slick-active\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control00\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"jet-testimonials__item slick-slide slick-current slick-active\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control012\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide012",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control012\" id=\"slick-slide012\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"12\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control011\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide011",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control011\" id=\"slick-slide011\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"11\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control010\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide010",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control010\" id=\"slick-slide010\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"10\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control09\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide09",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control09\" id=\"slick-slide09\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"9\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control08\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide08",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control08\" id=\"slick-slide08\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control07\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide07",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control07\" id=\"slick-slide07\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_id_unique",
            "what": "The 'id' \"slick-slide-control06\" specified for the ARIA property 'aria-describedby' value is not valid",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide06",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]"
            },
            "excerpt": "<div style=\"width: 394px;\" aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"jet-testimonials__item slick-slide\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]"
            },
            "excerpt": "<ul role=\"tablist\" style=\"\" class=\"jet-slick-dots\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[9]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[8]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[7]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[29]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[28]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[27]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[26]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[25]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[24]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[23]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[22]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[21]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[20]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[19]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[18]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[17]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[16]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[15]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[14]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[13]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[12]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[11]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[10]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h5[1]"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[3]/div[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">"
          },
          {
            "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[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[5]/div[1]/p[1]"
            },
            "excerpt": "<p>"
          },
          {
            "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[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[3]/div[1]/p[2]"
            },
            "excerpt": "<p>"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[4]/div[1]/div[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/a[1]"
            },
            "excerpt": "<a href=\"#content\" class=\"skip-link screen-reader-text\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/header[1]/div[1]/section[2]/div[2]/div[2]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/div[8]/a[1]"
            },
            "excerpt": "<a class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top menu-image-title-hide menu-image-not-hovered\" href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\">"
          },
          {
            "ruleID": "a_text_purpose",
            "what": "Hyperlink has no link text, label or image with a text alternative",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://syndon.us/campaign/gregghart\">"
          },
          {
            "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[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[6]/div[1]/div[1]/figure[1]"
            },
            "excerpt": "<figure class=\"jet-testimonials__figure\">"
          },
          {
            "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[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[5]/div[1]/div[1]/figure[1]"
            },
            "excerpt": "<figure class=\"jet-testimonials__figure\">"
          },
          {
            "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[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/div[1]/figure[1]"
            },
            "excerpt": "<figure class=\"jet-testimonials__figure\">"
          },
          {
            "ruleID": "aria_contentinfo_misuse",
            "what": "The element with \"contentinfo\" role is present without an element with \"main\" role",
            "ordinalSeverity": 1,
            "tagName": "FOOTER",
            "id": "colophon",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/footer[1]"
            },
            "excerpt": "<footer class=\"site-footer \" id=\"colophon\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"tablist\" does not own any child element with any of the following role(s): \"tab\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[2]/div[1]/article[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]"
            },
            "excerpt": "<ul role=\"tablist\" style=\"\" class=\"jet-slick-dots\">"
          }
        ]
      },
      "endTime": 1687097735697
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687097735697,
      "endTime": 1687097736288
    },
    {
      "type": "url",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)",
      "startTime": 1687097736288,
      "result": {
        "url": "https://gregghart.org/"
      },
      "endTime": 1687097737917
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687097737917,
      "url": "https://gregghart.org/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "info",
              "lastLine": 46,
              "lastColumn": 33,
              "firstColumn": 3,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "hts -->\n\t\t<script type=\"text/javascript\">\nwindo",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 50,
              "lastColumn": 126,
              "firstColumn": 10,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "\n</script><script src=\"https://gregghart.org/wp-includes/js/wp-emoji-release.min.js?ver=5.9.3\" type=\"text/javascript\" defer=\"\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 117
            },
            {
              "type": "info",
              "lastLine": 51,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "</script>\n<style type=\"text/css\">\nimg.w",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 71,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "ia=\"all\">\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 82,
              "lastColumn": 56,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "ia=\"all\">\n<style id=\"kava-theme-style-inline-css\" type=\"text/css\">\n/* #T",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "error",
              "lastLine": 83,
              "lastColumn": 4102,
              "message": "CSS: color: Parse Error.",
              "extract": " #dfaa1b;color: ;}input,optgro",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 93,
              "lastColumn": 58,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "ia=\"all\">\n<style id=\"elementor-frontend-inline-css\" type=\"text/css\">\n.elem",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "error",
              "lastLine": 94,
              "lastColumn": 766,
              "message": "CSS: Parse Error.",
              "extract": "spacing:20px;}{}h1.entry-title",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 1417,
              "firstColumn": 1414,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 1827,
              "firstColumn": 1824,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;flex-",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 4249,
              "firstColumn": 4246,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 4658,
              "firstColumn": 4655,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;align",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 8402,
              "firstColumn": 8399,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 8764,
              "firstColumn": 8761,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 22282,
              "firstColumn": 22271,
              "message": "CSS: align-items: space-evenly is not a align-items value.",
              "extract": "ign-items:space-evenly;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 22510,
              "firstColumn": 22499,
              "message": "CSS: align-items: space-evenly is not a align-items value.",
              "extract": "ign-items:space-evenly;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 26601,
              "firstColumn": 26598,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;align",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 26749,
              "message": "CSS: margin-center: Property margin-center doesn't exist.",
              "extract": ";margin-center:0;}.elementor-2",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 29845,
              "firstColumn": 29842,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 33501,
              "firstColumn": 33498,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 37984,
              "firstColumn": 37981,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;flex-",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 1627,
              "firstColumn": 1624,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 7085,
              "firstColumn": 7082,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 8100,
              "firstColumn": 8089,
              "message": "CSS: align-items: space-around is not a align-items value.",
              "extract": "ign-items:space-around;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 98,
              "lastColumn": 8327,
              "firstColumn": 8316,
              "message": "CSS: align-items: space-around is not a align-items value.",
              "extract": "ign-items:space-around;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 99,
              "lastColumn": 3408,
              "firstColumn": 3405,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 99,
              "lastColumn": 4406,
              "firstColumn": 4403,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 99,
              "lastColumn": 7324,
              "firstColumn": 7312,
              "message": "CSS: align-items: space-between is not a align-items value.",
              "extract": "ign-items:space-between;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 13
            },
            {
              "type": "error",
              "lastLine": 99,
              "lastColumn": 7555,
              "firstColumn": 7543,
              "message": "CSS: align-items: space-between is not a align-items value.",
              "extract": "ign-items:space-between;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 13
            },
            {
              "type": "info",
              "lastLine": 116,
              "lastColumn": 125,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "}</style>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\" id=\"jquery-core-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "info",
              "lastLine": 117,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\" id=\"jquery-migrate-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 118,
              "lastColumn": 173,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/bootstrap.bundle.min.js?ver=5.1.1\" id=\"bootstrap.bundle.min-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 119,
              "lastColumn": 153,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/swiper.min.js?ver=5.3.8\" id=\"swiper.min-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 120,
              "lastColumn": 173,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/jquery.easy-ticker.min.js?ver=3.1.0\" id=\"jquery.easy-ticker-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 121,
              "lastColumn": 152,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9\" id=\"regenerator-runtime-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 122,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\" id=\"wp-polyfill-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 123,
              "lastColumn": 146,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/hooks.min.js?ver=1e58c8c5a32b2e97491080c5b10dc71c\" id=\"wp-hooks-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 124,
              "lastColumn": 144,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/i18n.min.js?ver=30fcecb428a0e8383d3776bcdd3a7834\" id=\"wp-i18n-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"wp-i18n-js-after\">\nwp.i1",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 128,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"give-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 134,
              "lastColumn": 57,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"give-js-translations\">\n( fun",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 141,
              "lastColumn": 140,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/give/assets/dist/js/give.js?ver=54434f04079f3f89\" id=\"give-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 158,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "v2.22.0\">\n<style type=\"text/css\">.recen",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 162,
              "lastColumn": 44,
              "firstColumn": 3,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "r.jpg\">\n\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t.m",
              "hiliteStart": 10,
              "hiliteLength": 42
            },
            {
              "type": "info",
              "lastLine": 208,
              "lastColumn": 5267,
              "firstColumn": 5095,
              "subType": "warning",
              "message": "The charset attribute on the script element is obsolete.",
              "extract": ";</script><script charset=\"utf-8\" data-webpack=\"elementor:chunk-357\" src=\"https://gregghart.org/wp-content/plugins/elementor/assets/js/text-editor.2c35aafbe5bf0e127950.bundle.min.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "error",
              "lastLine": 227,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 217,
              "lastColumn": 1648,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0d3f0b8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0d3f0b8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;4fe7784&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1639
            },
            {
              "type": "info",
              "lastLine": 246,
              "lastColumn": 1589,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e160629 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e160629\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e6f99c0&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1585
            },
            {
              "type": "error",
              "lastLine": 293,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 287,
              "lastColumn": 1599,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-75980e4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"75980e4\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;001951c&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1590
            },
            {
              "type": "error",
              "lastLine": 338,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 339,
              "lastColumn": 685,
              "firstColumn": 627,
              "subType": "warning",
              "message": "Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).",
              "extract": "x}</style><h1 class=\"elementor-heading-title elementor-size-default\">Get In",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "error",
              "lastLine": 343,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 351,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "error",
              "lastLine": 409,
              "lastColumn": 132,
              "firstColumn": 3,
              "message": "Attribute required not allowed on element input at this point.",
              "extract": "/label>\n\t\t<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "error",
              "lastLine": 409,
              "lastColumn": 132,
              "firstColumn": 3,
              "message": "Attribute aria-required not allowed on element input at this point.",
              "extract": "/label>\n\t\t<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "error",
              "lastLine": 409,
              "lastColumn": 132,
              "firstColumn": 3,
              "message": "Attribute required is only allowed when the input type is checkbox, date, datetime-local, email, file, month, number, password, radio, search, tel, text, time, url, or week.",
              "extract": "/label>\n\t\t<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "error",
              "lastLine": 409,
              "lastColumn": 132,
              "firstColumn": 3,
              "message": "An input element with a type attribute whose value is hidden must not have any aria-* attributes.",
              "extract": "/label>\n\t\t<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 451,
              "lastColumn": 154,
              "firstColumn": 9,
              "subType": "warning",
              "message": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
              "extract": ">\n\t\t\t\t\t\t\t\t<span class=\"give-tooltip hint--top hint--medium hint--bounce\" aria-label=\"First Name is used to personalize your donation record.\" rel=\"tooltip\"><i cl",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 457,
              "lastColumn": 166,
              "firstColumn": 22,
              "subType": "warning",
              "message": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
              "extract": "me\t\t\t\t\t\t\t\t<span class=\"give-tooltip hint--top hint--medium hint--bounce\" aria-label=\"Last Name is used to personalize your donation record.\" rel=\"tooltip\"><i cla",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 466,
              "lastColumn": 149,
              "firstColumn": 9,
              "subType": "warning",
              "message": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
              "extract": ">\n\t\t\t\t\t\t\t\t<span class=\"give-tooltip hint--top hint--medium hint--bounce\" aria-label=\"We will send the donation receipt to this address.\" rel=\"tooltip\"><i cla",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 467,
              "lastColumn": 199,
              "firstColumn": 4,
              "message": "Attribute g not allowed on element input at this point.",
              "extract": "label>\n\t\t\t<input class=\"give-input required\" type=\"email\" name=\"give_email\" autocomplete=\"email\" placeholder=\"Email Address\" id=\"give-email\" value=\"admin@demolink.com\" g=\"\" required=\"\" aria-required=\"true\">\n\n\t\t</",
              "hiliteStart": 10,
              "hiliteLength": 196
            },
            {
              "type": "error",
              "lastLine": 484,
              "lastColumn": 164,
              "firstColumn": 3,
              "message": "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
              "extract": "arfix\">\n\t\t<input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\">\n\t\t<sp",
              "hiliteStart": 10,
              "hiliteLength": 162
            },
            {
              "type": "error",
              "lastLine": 537,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 500,
              "lastColumn": 299,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dd62e2b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dd62e2b\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 295
            },
            {
              "type": "info",
              "lastLine": 591,
              "lastColumn": 1667,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b748cfb elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"b748cfb\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;556fdfd&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1663
            },
            {
              "type": "info",
              "lastLine": 642,
              "lastColumn": 44,
              "firstColumn": 8,
              "subType": "warning",
              "message": "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.",
              "extract": "\">\n\t\t\t\t\t\t\t<a name=\"priorities\" id=\"priorities\"></a>\t\t",
              "hiliteStart": 10,
              "hiliteLength": 37
            },
            {
              "type": "error",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 673,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 673,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 677,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 677,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 733,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"13\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 733,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"13\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 737,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"14\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 737,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"14\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 741,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"15\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 741,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"15\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 745,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"16\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 745,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"16\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 749,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"17\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 749,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"17\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 753,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"18\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 753,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"18\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 757,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"19\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 757,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"19\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 761,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"20\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 761,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"20\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 765,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"21\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 765,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"21\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 769,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"22\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 769,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"22\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 773,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"23\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 773,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"23\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 777,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"24\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 777,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"24\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 781,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"25\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 781,
              "lastColumn": 150,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"25\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 839,
              "lastColumn": 1121,
              "firstColumn": 980,
              "message": "Duplicate ID .",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 839,
              "lastColumn": 1121,
              "firstColumn": 980,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 843,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 843,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 847,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 847,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 875,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"6\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 875,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"6\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 879,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"7\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 879,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"7\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 883,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"8\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 883,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"8\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 887,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"9\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 887,
              "lastColumn": 147,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"9\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 891,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"10\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 891,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"10\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 895,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Duplicate ID .",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"11\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 669,
              "lastColumn": 1123,
              "firstColumn": 980,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "error",
              "lastLine": 895,
              "lastColumn": 148,
              "firstColumn": 7,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"11\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "info",
              "lastLine": 1050,
              "lastColumn": 299,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a70683a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a70683a\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 295
            },
            {
              "type": "info",
              "lastLine": 286,
              "lastColumn": 75,
              "firstColumn": 1,
              "subType": "warning",
              "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
              "extract": "ontent \">\n<article id=\"post-23\" class=\"post-23 page type-page status-publish hentry\">\t\t<div",
              "hiliteStart": 10,
              "hiliteLength": 75
            },
            {
              "type": "info",
              "lastLine": 1064,
              "lastColumn": 1648,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b64fb8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b64fb8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;ac9a17f&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1639
            },
            {
              "type": "info",
              "lastLine": 1102,
              "lastColumn": 1643,
              "firstColumn": 5,
              "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": "tion>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-00804a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"00804a5\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;e592c58&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1639
            },
            {
              "type": "info",
              "lastLine": 1139,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "page -->\n\n<script type=\"text/javascript\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 1145,
              "lastColumn": 125,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "ia=\"all\">\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/imagesloaded.min.js?ver=4.1.4\" id=\"imagesloaded-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "info",
              "lastLine": 1146,
              "lastColumn": 115,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/masonry.min.js?ver=4.2.2\" id=\"masonry-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 115
            },
            {
              "type": "info",
              "lastLine": 1147,
              "lastColumn": 154,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/venobox.min.js?ver=1.0.0\" id=\"venobox-js-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 1148,
              "lastColumn": 146,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/main.js?ver=1.2.12\" id=\"mpd-main-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 1149,
              "lastColumn": 140,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.3\" id=\"swv-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 1150,
              "lastColumn": 60,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"contact-form-7-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 60
            },
            {
              "type": "info",
              "lastLine": 1155,
              "lastColumn": 147,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.3\" id=\"contact-form-7-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "info",
              "lastLine": 1156,
              "lastColumn": 83,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"give-donation-summary-script-frontend-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 83
            },
            {
              "type": "info",
              "lastLine": 1161,
              "lastColumn": 180,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/give/assets/dist/js/give-donation-summary.js?ver=2.22.0\" id=\"give-donation-summary-script-frontend-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 1162,
              "lastColumn": 63,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"kava-theme-script-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 1167,
              "lastColumn": 144,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/themes/kava/assets/js/theme-script.js?ver=2.0.2\" id=\"kava-theme-script-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 1168,
              "lastColumn": 63,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": ";\"></div>\n<script type=\"text/javascript\" id=\"kava-theme-script-js-after\">\nfunct",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 1171,
              "lastColumn": 124,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2\" id=\"hoverIntent-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 124
            },
            {
              "type": "info",
              "lastLine": 1172,
              "lastColumn": 148,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-blog/assets/js/lib/slick/slick.min.js?ver=1.8.1\" id=\"jet-slick-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 148
            },
            {
              "type": "info",
              "lastLine": 1173,
              "lastColumn": 165,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.7.5\" id=\"elementor-webpack-runtime-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "info",
              "lastLine": 1174,
              "lastColumn": 167,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.7.5\" id=\"elementor-frontend-modules-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 167
            },
            {
              "type": "info",
              "lastLine": 1175,
              "lastColumn": 164,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2\" id=\"elementor-waypoints-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "info",
              "lastLine": 1176,
              "lastColumn": 130,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1\" id=\"jquery-ui-core-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 1177,
              "lastColumn": 65,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"elementor-frontend-js-before\">\nvar e",
              "hiliteStart": 10,
              "hiliteLength": 65
            },
            {
              "type": "info",
              "lastLine": 1180,
              "lastColumn": 151,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.7.5\" id=\"elementor-frontend-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 1181,
              "lastColumn": 56,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "\"></span>\n<script type=\"text/javascript\" id=\"jet-blocks-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 1186,
              "lastColumn": 146,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-blocks/assets/js/jet-blocks.min.js?ver=1.3.3\" id=\"jet-blocks-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 1187,
              "lastColumn": 58,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"jet-elements-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 1192,
              "lastColumn": 152,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js?ver=2.6.7\" id=\"jet-elements-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 1193,
              "lastColumn": 63,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"jet-tabs-frontend-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 1198,
              "lastColumn": 159,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-tabs/assets/js/jet-tabs-frontend.min.js?ver=2.1.19\" id=\"jet-tabs-frontend-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 1199,
              "lastColumn": 159,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=2.5.2\" id=\"jet-tricks-popperjs-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 1200,
              "lastColumn": 167,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=6.3.1\" id=\"jet-tricks-tippy-bundle-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 167
            },
            {
              "type": "info",
              "lastLine": 1201,
              "lastColumn": 65,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"jet-tricks-frontend-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 65
            },
            {
              "type": "info",
              "lastLine": 1206,
              "lastColumn": 160,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=1.4.2\" id=\"jet-tricks-frontend-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 1207,
              "lastColumn": 192,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/widgets-active/posts-carousel-active.js?ver=1.2.12\" id=\"mpd-carousel-script-js-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 192
            },
            {
              "type": "info",
              "lastLine": 1208,
              "lastColumn": 187,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/widgets-active/post-slider-active.js?ver=1.2.12\" id=\"mpd-slider-script-js-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 187
            },
            {
              "type": "info",
              "lastLine": 1209,
              "lastColumn": 188,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/widgets-active/posts-ticker-active.js?ver=1.2.12\" id=\"mpd-ticker-script-js-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 188
            },
            {
              "type": "info",
              "lastLine": 1210,
              "lastColumn": 54,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" id=\"jet-blog-js-extra\">\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 1215,
              "lastColumn": 140,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/jet-blog/assets/js/jet-blog.min.js?ver=2.3.1\" id=\"jet-blog-js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "error",
              "lastLine": 408,
              "lastColumn": 232,
              "firstColumn": 188,
              "message": "The value of the for attribute of the label element must be the ID of a non-hidden form control.",
              "extract": "lue=\"0\">\t\t<label class=\"give-hidden\" for=\"give-amount\">Donati",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "error",
              "lastLine": 681,
              "lastColumn": 233,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide00\" aria-describedby=\"slick-slide-control00\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 227
            },
            {
              "type": "error",
              "lastLine": 685,
              "lastColumn": 219,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide01\" aria-describedby=\"slick-slide-control01\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 213
            },
            {
              "type": "error",
              "lastLine": 689,
              "lastColumn": 219,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide02\" aria-describedby=\"slick-slide-control02\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 213
            },
            {
              "type": "error",
              "lastLine": 693,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"3\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide03\" aria-describedby=\"slick-slide-control03\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 697,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"4\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide04\" aria-describedby=\"slick-slide-control04\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 701,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"5\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide05\" aria-describedby=\"slick-slide-control05\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 705,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"6\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide06\" aria-describedby=\"slick-slide-control06\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 709,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"7\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide07\" aria-describedby=\"slick-slide-control07\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 713,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"8\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide08\" aria-describedby=\"slick-slide-control08\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 717,
              "lastColumn": 206,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"9\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide09\" aria-describedby=\"slick-slide-control09\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 200
            },
            {
              "type": "error",
              "lastLine": 721,
              "lastColumn": 209,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"10\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide010\" aria-describedby=\"slick-slide-control010\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "error",
              "lastLine": 725,
              "lastColumn": 209,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"11\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide011\" aria-describedby=\"slick-slide-control011\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 203
            },
            {
              "type": "error",
              "lastLine": 729,
              "lastColumn": 209,
              "firstColumn": 7,
              "message": "The aria-describedby attribute must point to an element in the same document.",
              "extract": "iv>\n</div><div class=\"jet-testimonials__item slick-slide\" data-slick-index=\"12\" aria-hidden=\"true\" tabindex=\"-1\" role=\"tabpanel\" id=\"slick-slide012\" aria-describedby=\"slick-slide-control012\" style=\"width: 394px;\">\n\t<div",
              "hiliteStart": 10,
              "hiliteLength": 203
            }
          ],
          "language": "en"
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 9,
              "lastColumn": 70,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "pc.php\">\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<titl",
              "hiliteStart": 10,
              "hiliteLength": 70
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 283,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "com -->\n\t\t<meta name=\"description\" content=\"I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California.\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 281
            },
            {
              "type": "info",
              "lastLine": 14,
              "lastColumn": 58,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ia.\" />\n\t\t<meta name=\"robots\" content=\"max-image-preview:large\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 15,
              "lastColumn": 96,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rge\" />\n\t\t<meta name=\"google-site-verification\" content=\"A03oPqVWgPhXMdwhdHLm0c-JLPfgGVblFNJPqB7cHs8\" />\n\t\t<li",
              "hiliteStart": 10,
              "hiliteLength": 94
            },
            {
              "type": "info",
              "lastLine": 16,
              "lastColumn": 56,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "Hs8\" />\n\t\t<link rel=\"canonical\" href=\"https://gregghart.org/\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 17,
              "lastColumn": 70,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rg/\" />\n\t\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.2.5.1 \" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 18,
              "lastColumn": 47,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".1 \" />\n\t\t<meta property=\"og:locale\" content=\"en_US\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 19,
              "lastColumn": 68,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "_US\" />\n\t\t<meta property=\"og:site_name\" content=\"Gregg Hart for Assembly\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 66
            },
            {
              "type": "info",
              "lastLine": 20,
              "lastColumn": 47,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "bly\" />\n\t\t<meta property=\"og:type\" content=\"website\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 21,
              "lastColumn": 71,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ite\" />\n\t\t<meta property=\"og:title\" content=\"Home - Gregg Hart for Assembly\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 22,
              "lastColumn": 290,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "bly\" />\n\t\t<meta property=\"og:description\" content=\"I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California.\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 288
            },
            {
              "type": "info",
              "lastLine": 23,
              "lastColumn": 61,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ia.\" />\n\t\t<meta property=\"og:url\" content=\"https://gregghart.org/\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 59
            },
            {
              "type": "info",
              "lastLine": 24,
              "lastColumn": 131,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rg/\" />\n\t\t<meta property=\"og:image\" content=\"https://gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 129
            },
            {
              "type": "info",
              "lastLine": 25,
              "lastColumn": 142,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "jpg\" />\n\t\t<meta property=\"og:image:secure_url\" content=\"https://gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 26,
              "lastColumn": 51,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "jpg\" />\n\t\t<meta property=\"og:image:width\" content=\"1232\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 27,
              "lastColumn": 51,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "232\" />\n\t\t<meta property=\"og:image:height\" content=\"597\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 49
            },
            {
              "type": "info",
              "lastLine": 28,
              "lastColumn": 60,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "597\" />\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 29,
              "lastColumn": 72,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "age\" />\n\t\t<meta name=\"twitter:title\" content=\"Home - Gregg Hart for Assembly\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 70
            },
            {
              "type": "info",
              "lastLine": 30,
              "lastColumn": 291,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "bly\" />\n\t\t<meta name=\"twitter:description\" content=\"I will work in the public’s interest to accomplish our shared agenda of economic prosperity, expanded educational opportunities, and the protection of our natural environment for future generations of the 37th Assembly District and California.\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 289
            },
            {
              "type": "info",
              "lastLine": 31,
              "lastColumn": 132,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ia.\" />\n\t\t<meta name=\"twitter:image\" content=\"https://gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 32,
              "lastColumn": 53,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "jpg\" />\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 33,
              "lastColumn": 52,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " by\" />\n\t\t<meta name=\"twitter:data1\" content=\"Gregg Hart\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 34,
              "lastColumn": 60,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "art\" />\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" />\n\t\t<me",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "info",
              "lastLine": 35,
              "lastColumn": 52,
              "firstColumn": 3,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ime\" />\n\t\t<meta name=\"twitter:data2\" content=\"11 minutes\" />\n\t\t<sc",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 41,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " SEO -->\n\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 42,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "s.com' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 43,
              "lastColumn": 131,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Gregg Hart for Assembly &raquo; Feed\" href=\"https://gregghart.org/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 44,
              "lastColumn": 149,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Gregg Hart for Assembly &raquo; Comments Feed\" href=\"https://gregghart.org/comments/feed/\" />\n\t\t<!-",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 49,
              "lastColumn": 33,
              "firstColumn": 3,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "hts -->\n\t\t<script type=\"text/javascript\">\nwindo",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 54,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "</script>\n<style type=\"text/css\">\nimg.w",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 68,
              "lastColumn": 169,
              "firstColumn": 2,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</style>\n\t<link rel='stylesheet' id='wp-block-library-css'  href='https://gregghart.org/wp-includes/css/dist/block-library/style.min.css?ver=5.9.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 69,
              "lastColumn": 182,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='venobox.min-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/venobox.min.css?ver=1.0.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "info",
              "lastLine": 70,
              "lastColumn": 182,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='bootstrap-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/bootstrap.min.css?ver=5.1.1' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "info",
              "lastLine": 71,
              "lastColumn": 178,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='mpd-fonts-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/fontello.css?ver=1.2.12' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 72,
              "lastColumn": 180,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='swiper.min-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/swiper.min.css?ver=5.3.8' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 73,
              "lastColumn": 178,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='mpd-style-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/mp-style.css?ver=1.2.12' type='text/css' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 74,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "='all' />\n<style id='global-styles-inline-css' type='text/css'>\nbody{",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 77,
              "lastColumn": 175,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel='stylesheet' id='contact-form-7-css'  href='https://gregghart.org/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "info",
              "lastLine": 78,
              "lastColumn": 171,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='menu-image-css'  href='https://gregghart.org/wp-content/plugins/menu-image/includes/css/menu-image.css?ver=3.0.8' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 171
            },
            {
              "type": "info",
              "lastLine": 79,
              "lastColumn": 146,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='dashicons-css'  href='https://gregghart.org/wp-includes/css/dashicons.min.css?ver=5.9.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 80,
              "lastColumn": 164,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='give-styles-css'  href='https://gregghart.org/wp-content/plugins/give/assets/dist/css/give.css?ver=2.22.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "info",
              "lastLine": 81,
              "lastColumn": 206,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='give-donation-summary-style-frontend-css'  href='https://gregghart.org/wp-content/plugins/give/assets/dist/css/give-donation-summary.css?ver=2.22.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 206
            },
            {
              "type": "info",
              "lastLine": 82,
              "lastColumn": 193,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='font-awesome-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 193
            },
            {
              "type": "info",
              "lastLine": 83,
              "lastColumn": 159,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='kava-parent-theme-style-css'  href='https://gregghart.org/wp-content/themes/kava/style.css?ver=2.0.2' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 84,
              "lastColumn": 157,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='kava-theme-style-css'  href='https://gregghart.org/wp-content/themes/theballot/style.css?ver=2.0.2' type='text/css' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 85,
              "lastColumn": 56,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "='all' />\n<style id='kava-theme-style-inline-css' type='text/css'>\n/* #T",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "error",
              "lastLine": 86,
              "lastColumn": 4102,
              "message": "CSS: color: Parse Error.",
              "extract": " #dfaa1b;color: ;}input,optgro",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 88,
              "lastColumn": 157,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel='stylesheet' id='kava-theme-main-style-css'  href='https://gregghart.org/wp-content/themes/kava/theme.css?ver=2.0.2' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 89,
              "lastColumn": 205,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='blog-layouts-module-css'  href='https://gregghart.org/wp-content/themes/kava/inc/modules/blog-layouts/assets/css/blog-layouts-module.css?ver=2.0.2' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 205
            },
            {
              "type": "info",
              "lastLine": 90,
              "lastColumn": 246,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='cx-google-fonts-kava-css'  href='//fonts.googleapis.com/css?family=Lato%3A300%7CPlayfair+Display%3A400%2C300%2C500%7CMontserrat%3A700%7CRoboto%3A400%2C900&#038;subset=latin&#038;ver=5.9.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 246
            },
            {
              "type": "info",
              "lastLine": 91,
              "lastColumn": 169,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-blocks-css'  href='https://gregghart.org/wp-content/plugins/jet-blocks/assets/css/jet-blocks.css?ver=1.3.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 169
            },
            {
              "type": "info",
              "lastLine": 92,
              "lastColumn": 175,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-elements-css'  href='https://gregghart.org/wp-content/plugins/jet-elements/assets/css/jet-elements.css?ver=2.6.7' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 175
            },
            {
              "type": "info",
              "lastLine": 93,
              "lastColumn": 185,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-elements-skin-css'  href='https://gregghart.org/wp-content/plugins/jet-elements/assets/css/jet-elements-skin.css?ver=2.6.7' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 185
            },
            {
              "type": "info",
              "lastLine": 94,
              "lastColumn": 194,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.16.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "info",
              "lastLine": 95,
              "lastColumn": 183,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-frontend-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.7.5' type='text/css' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 183
            },
            {
              "type": "info",
              "lastLine": 96,
              "lastColumn": 58,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "='all' />\n<style id='elementor-frontend-inline-css' type='text/css'>\n.elem",
              "hiliteStart": 10,
              "hiliteLength": 58
            },
            {
              "type": "error",
              "lastLine": 97,
              "lastColumn": 766,
              "message": "CSS: Parse Error.",
              "extract": "spacing:20px;}{}h1.entry-title",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 1417,
              "firstColumn": 1414,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 1827,
              "firstColumn": 1824,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;flex-",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 4249,
              "firstColumn": 4246,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 4658,
              "firstColumn": 4655,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;align",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 8402,
              "firstColumn": 8399,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 8764,
              "firstColumn": 8761,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 22282,
              "firstColumn": 22271,
              "message": "CSS: align-items: space-evenly is not a align-items value.",
              "extract": "ign-items:space-evenly;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 22510,
              "firstColumn": 22499,
              "message": "CSS: align-items: space-evenly is not a align-items value.",
              "extract": "ign-items:space-evenly;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 26601,
              "firstColumn": 26598,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;align",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 26749,
              "message": "CSS: margin-center: Property margin-center doesn't exist.",
              "extract": ";margin-center:0;}.elementor-2",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 29845,
              "firstColumn": 29842,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 33501,
              "firstColumn": 33498,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 100,
              "lastColumn": 37984,
              "firstColumn": 37981,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;flex-",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 101,
              "lastColumn": 1627,
              "firstColumn": 1624,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 101,
              "lastColumn": 7085,
              "firstColumn": 7082,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 101,
              "lastColumn": 8100,
              "firstColumn": 8089,
              "message": "CSS: align-items: space-around is not a align-items value.",
              "extract": "ign-items:space-around;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 101,
              "lastColumn": 8327,
              "firstColumn": 8316,
              "message": "CSS: align-items: space-around is not a align-items value.",
              "extract": "ign-items:space-around;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 12
            },
            {
              "type": "error",
              "lastLine": 102,
              "lastColumn": 3408,
              "firstColumn": 3405,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 102,
              "lastColumn": 4406,
              "firstColumn": 4403,
              "message": "CSS: max-width: auto is not a max-width value.",
              "extract": "max-width:auto;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 102,
              "lastColumn": 7324,
              "firstColumn": 7312,
              "message": "CSS: align-items: space-between is not a align-items value.",
              "extract": "ign-items:space-between;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 13
            },
            {
              "type": "error",
              "lastLine": 102,
              "lastColumn": 7555,
              "firstColumn": 7543,
              "message": "CSS: align-items: space-between is not a align-items value.",
              "extract": "ign-items:space-between;}.ele",
              "hiliteStart": 10,
              "hiliteLength": 13
            },
            {
              "type": "info",
              "lastLine": 104,
              "lastColumn": 204,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel='stylesheet' id='mp-accordion-style-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/widget-style/mp-accordion.css?ver=1.2.12' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 204
            },
            {
              "type": "info",
              "lastLine": 105,
              "lastColumn": 193,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='mp-tab-style-css'  href='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/css/widget-style/mp-tabs.css?ver=1.2.12' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 193
            },
            {
              "type": "info",
              "lastLine": 106,
              "lastColumn": 163,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-blog-css'  href='https://gregghart.org/wp-content/plugins/jet-blog/assets/css/jet-blog.css?ver=2.3.1' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 163
            },
            {
              "type": "info",
              "lastLine": 107,
              "lastColumn": 182,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-tabs-frontend-css'  href='https://gregghart.org/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=2.1.19' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "info",
              "lastLine": 108,
              "lastColumn": 187,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-tricks-frontend-css'  href='https://gregghart.org/wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css?ver=1.4.2' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 187
            },
            {
              "type": "info",
              "lastLine": 109,
              "lastColumn": 191,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='jet-theme-core-frontend-styles-css'  href='https://gregghart.org/wp-content/plugins/jet-theme-core/assets/css/frontend.css?ver=2.0.7' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 110,
              "lastColumn": 215,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='kava-extra-nucleo-outline-css'  href='https://gregghart.org/wp-content/plugins/kava-extra/assets/fonts/nucleo-outline-icon-font/nucleo-outline.css?ver=1.0.0' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 215
            },
            {
              "type": "info",
              "lastLine": 111,
              "lastColumn": 853,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='google-fonts-1-css'  href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPlayfair+Display%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=5.9.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 853
            },
            {
              "type": "info",
              "lastLine": 112,
              "lastColumn": 205,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-shared-0-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 205
            },
            {
              "type": "info",
              "lastLine": 113,
              "lastColumn": 199,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-fa-solid-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 199
            },
            {
              "type": "info",
              "lastLine": 114,
              "lastColumn": 201,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-fa-brands-css'  href='https://gregghart.org/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 201
            },
            {
              "type": "info",
              "lastLine": 119,
              "lastColumn": 125,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "}</style>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "info",
              "lastLine": 120,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 121,
              "lastColumn": 173,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/bootstrap.bundle.min.js?ver=5.1.1' id='bootstrap.bundle.min-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 122,
              "lastColumn": 153,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/swiper.min.js?ver=5.3.8' id='swiper.min-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 123,
              "lastColumn": 173,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-content/plugins/magical-posts-display/assets/js/jquery.easy-ticker.min.js?ver=3.1.0' id='jquery.easy-ticker-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 124,
              "lastColumn": 152,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 125,
              "lastColumn": 136,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 136
            },
            {
              "type": "info",
              "lastLine": 126,
              "lastColumn": 146,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/hooks.min.js?ver=1e58c8c5a32b2e97491080c5b10dc71c' id='wp-hooks-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 127,
              "lastColumn": 144,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/i18n.min.js?ver=30fcecb428a0e8383d3776bcdd3a7834' id='wp-i18n-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 128,
              "lastColumn": 53,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='wp-i18n-js-after'>\nwp.i1",
              "hiliteStart": 10,
              "hiliteLength": 53
            },
            {
              "type": "info",
              "lastLine": 131,
              "lastColumn": 50,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='give-js-extra'>\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 50
            },
            {
              "type": "info",
              "lastLine": 137,
              "lastColumn": 57,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='give-js-translations'>\n( fun",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 144,
              "lastColumn": 140,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' src='https://gregghart.org/wp-content/plugins/give/assets/dist/js/give.js?ver=54434f04079f3f89' id='give-js'></scri",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 145,
              "lastColumn": 71,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://gregghart.org/wp-json/\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 71
            },
            {
              "type": "info",
              "lastLine": 145,
              "lastColumn": 171,
              "firstColumn": 72,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://gregghart.org/wp-json/wp/v2/pages/23\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 100
            },
            {
              "type": "info",
              "lastLine": 145,
              "lastColumn": 276,
              "firstColumn": 172,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ges/23\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://gregghart.org/xmlrpc.php?rsd\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 146,
              "lastColumn": 118,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://gregghart.org/wp-includes/wlwmanifest.xml\" /> \n<met",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 147,
              "lastColumn": 51,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".xml\" /> \n<meta name=\"generator\" content=\"WordPress 5.9.3\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 148,
              "lastColumn": 54,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "5.9.3\" />\n<link rel='shortlink' href='https://gregghart.org/' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 149,
              "lastColumn": 144,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".org/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://gregghart.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgregghart.org%2F\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 144
            },
            {
              "type": "info",
              "lastLine": 150,
              "lastColumn": 152,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rg%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://gregghart.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgregghart.org%2F&#038;format=xml\" />\n<!-- ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 160,
              "lastColumn": 48,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</script>\n<meta name=\"generator\" content=\"Give v2.22.0\" />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 48
            },
            {
              "type": "info",
              "lastLine": 161,
              "lastColumn": 23,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": ".22.0\" />\n<style type=\"text/css\">.recen",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 161,
              "lastColumn": 236,
              "firstColumn": 118,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ";}</style><link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector-150x150.jpg\" sizes=\"32x32\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 119
            },
            {
              "type": "info",
              "lastLine": 162,
              "lastColumn": 113,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" sizes=\"192x192\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 113
            },
            {
              "type": "info",
              "lastLine": 163,
              "lastColumn": 109,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 109
            },
            {
              "type": "info",
              "lastLine": 164,
              "lastColumn": 120,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "r.jpg\" />\n<meta name=\"msapplication-TileImage\" content=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" />\n\t\t<st",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 165,
              "lastColumn": 44,
              "firstColumn": 3,
              "subType": "warning",
              "message": "The type attribute for the style element is not needed and should be omitted.",
              "extract": "jpg\" />\n\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t.m",
              "hiliteStart": 10,
              "hiliteLength": 42
            },
            {
              "type": "error",
              "lastLine": 230,
              "lastColumn": 10,
              "firstColumn": 4,
              "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
              "extract": "iner\">\n\t\t\t<style>/*! el",
              "hiliteStart": 10,
              "hiliteLength": 7
            },
            {
              "type": "info",
              "lastLine": 220,
              "lastColumn": 1648,
              "firstColumn": 10,
              "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": "\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0d3f0b8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0d3f0b8\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;_id&quot;:&quot;4fe7784&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 1639
            },
            {
              "type": "info",
              "lastLine": 279,
              "lastColumn": 541,
              "firstColumn": 376,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ute</span><img width=\"209\" height=\"64\" src=\"https://gregghart.org/wp-content/uploads/2022/10/contribute-4.jpg\" class=\"menu-image menu-image-title-hide\" alt=\"\" loading=\"lazy\" /><