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\" /></span",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 249,
              "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": 296,
              "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": 290,
              "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": 341,
              "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": 342,
              "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": 346,
              "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": 354,
              "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": 412,
              "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": 412,
              "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": 412,
              "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": 412,
              "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": 454,
              "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 cla",
              "hiliteStart": 10,
              "hiliteLength": 146
            },
            {
              "type": "info",
              "lastLine": 460,
              "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": 469,
              "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": 470,
              "lastColumn": 161,
              "message": "No space between attributes.",
              "extract": "n@demolink.com\"g required=\"\" a",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 470,
              "lastColumn": 195,
              "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": 192
            },
            {
              "type": "error",
              "lastLine": 487,
              "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": 540,
              "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": 541,
              "lastColumn": 407,
              "firstColumn": 235,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" title=\"Gregg_Portrait-2022_952_r_crop\" alt=\"Gregg_Portrait-2022_952_r_crop\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "info",
              "lastLine": 565,
              "lastColumn": 903,
              "firstColumn": 11,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t<p><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\" /></p><p",
              "hiliteStart": 10,
              "hiliteLength": 893
            },
            {
              "type": "info",
              "lastLine": 565,
              "lastColumn": 2234,
              "firstColumn": 1687,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rit;\"><em><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\" /><br />",
              "hiliteStart": 10,
              "hiliteLength": 548
            },
            {
              "type": "info",
              "lastLine": 565,
              "lastColumn": 2240,
              "firstColumn": 2235,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": " 275px\" /><br />Gregg ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 577,
              "lastColumn": 1068,
              "firstColumn": 247,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ng></p><p><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\" /></p><p",
              "hiliteStart": 10,
              "hiliteLength": 822
            },
            {
              "type": "info",
              "lastLine": 577,
              "lastColumn": 1516,
              "firstColumn": 1511,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "a Barbara.<br />Gregg ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 503,
              "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": 600,
              "lastColumn": 371,
              "firstColumn": 16,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img width=\"574\" height=\"431\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg\" class=\"attachment-full size-full\" alt=\"homeimg2\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg 574w, https://gregghart.org/wp-content/uploads/2020/02/homeimg2-300x225.jpg 300w\" sizes=\"(max-width: 574px) 100vw, 574px\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "info",
              "lastLine": 594,
              "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": 645,
              "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": "info",
              "lastLine": 828,
              "lastColumn": 371,
              "firstColumn": 16,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\t\t\t\t\t\t\t\t\t\t<img width=\"601\" height=\"451\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg\" class=\"attachment-full size-full\" alt=\"homeimg3\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg 601w, https://gregghart.org/wp-content/uploads/2020/02/homeimg3-300x225.jpg 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" />\t\t\t\t\t\t",
              "hiliteStart": 10,
              "hiliteLength": 356
            },
            {
              "type": "info",
              "lastLine": 953,
              "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": 289,
              "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": 991,
              "lastColumn": 61,
              "firstColumn": 56,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "rong> 2022<br />226 E.",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 991,
              "lastColumn": 94,
              "firstColumn": 89,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ido St. #D<br />Santa ",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 991,
              "lastColumn": 123,
              "firstColumn": 118,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ", CA 93101<br /><a hre",
              "hiliteStart": 10,
              "hiliteLength": 6
            },
            {
              "type": "info",
              "lastLine": 999,
              "lastColumn": 240,
              "firstColumn": 89,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "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></",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 967,
              "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": 1005,
              "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": 1042,
              "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": 1047,
              "lastColumn": 185,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</script>\n<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' />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 185
            },
            {
              "type": "info",
              "lastLine": 1048,
              "lastColumn": 125,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "='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": 1049,
              "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": 1050,
              "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": 1051,
              "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": 1052,
              "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": 1053,
              "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": 1058,
              "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": 1059,
              "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": 1064,
              "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": 1065,
              "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": 1070,
              "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": 1071,
              "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-after'>\nfunct",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 1074,
              "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": 1075,
              "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": 1076,
              "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": 1077,
              "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": 1078,
              "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": 1079,
              "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": 1080,
              "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": 1083,
              "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": 1084,
              "lastColumn": 56,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "</script>\n<script type='text/javascript' id='jet-blocks-js-extra'>\n/* <!",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 1089,
              "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": 1090,
              "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": 1095,
              "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": 1096,
              "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": 1101,
              "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": 1102,
              "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": 1103,
              "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": 1104,
              "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": 1109,
              "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": 1110,
              "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": 1111,
              "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": 1112,
              "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": 1113,
              "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": 1118,
              "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": 411,
              "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
            }
          ],
          "language": "en"
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          166,
          0,
          135,
          0
        ],
        "instances": [
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "46"
            },
            "excerpt": "hts --> <script type=\"text/javascript\"> windo"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "50"
            },
            "excerpt": " </script><script src=\"https://gregghart.org/wp-includes/js/wp-emoji-release.min.js?ver=5.9.3\" type=\"text/javascript\" defer=\"\"></scri"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "51"
            },
            "excerpt": "</script> <style type=\"text/css\"> img.w"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "global-styles-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "71"
            },
            "excerpt": "ia=\"all\"> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "kava-theme-style-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "82"
            },
            "excerpt": "ia=\"all\"> <style id=\"kava-theme-style-inline-css\" type=\"text/css\"> /* #T"
          },
          {
            "ruleID": "CSS: color: Parse Error.",
            "what": "CSS: color: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "83"
            },
            "excerpt": " #dfaa1b;color: ;}input,optgro"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "elementor-frontend-inline-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "93"
            },
            "excerpt": "ia=\"all\"> <style id=\"elementor-frontend-inline-css\" type=\"text/css\"> .elem"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "94"
            },
            "excerpt": "spacing:20px;}{}h1.entry-title"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;flex-"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;align"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-evenly is not a align-items value.",
            "what": "CSS: align-items: space-evenly is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "ign-items:space-evenly;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-evenly is not a align-items value.",
            "what": "CSS: align-items: space-evenly is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "ign-items:space-evenly;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;align"
          },
          {
            "ruleID": "CSS: margin-center: Property margin-center doesn't exist.",
            "what": "CSS: margin-center: Property margin-center doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": ";margin-center:0;}.elementor-2"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "max-width:auto;flex-"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "98"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "98"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-around is not a align-items value.",
            "what": "CSS: align-items: space-around is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "98"
            },
            "excerpt": "ign-items:space-around;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-around is not a align-items value.",
            "what": "CSS: align-items: space-around is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "98"
            },
            "excerpt": "ign-items:space-around;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "99"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "99"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-between is not a align-items value.",
            "what": "CSS: align-items: space-between is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "99"
            },
            "excerpt": "ign-items:space-between;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-between is not a align-items value.",
            "what": "CSS: align-items: space-between is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "99"
            },
            "excerpt": "ign-items:space-between;}.ele"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-core-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "116"
            },
            "excerpt": "}</style> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0\" id=\"jquery-core-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-migrate-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "117"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "bootstrap.bundle.min-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "118"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "swiper.min-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "119"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery.easy-ticker-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "120"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "regenerator-runtime-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "wp-polyfill-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "122"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "wp-hooks-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "123"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/hooks.min.js?ver=1e58c8c5a32b2e97491080c5b10dc71c\" id=\"wp-hooks-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "wp-i18n-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "124"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/dist/i18n.min.js?ver=30fcecb428a0e8383d3776bcdd3a7834\" id=\"wp-i18n-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "wp-i18n-js-after",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "125"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"wp-i18n-js-after\"> wp.i1"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "give-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "128"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"give-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "give-js-translations",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "134"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"give-js-translations\"> ( fun"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "give-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "141"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-content/plugins/give/assets/dist/js/give.js?ver=54434f04079f3f89\" id=\"give-js\"></scri"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "158"
            },
            "excerpt": "v2.22.0\"> <style type=\"text/css\">.recen"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "wp-custom-css",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "162"
            },
            "excerpt": "r.jpg\"> <style type=\"text/css\" id=\"wp-custom-css\"> .m"
          },
          {
            "ruleID": "The charset attribute on the script element is obsolete.",
            "what": "The charset attribute on the script element is obsolete.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "208"
            },
            "excerpt": ";</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"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "227"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "217"
            },
            "excerpt": " <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= ... t;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": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "246"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-e160629 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... 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": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "293"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "287"
            },
            "excerpt": " <section class=\"elementor-section elementor-top-section elementor-element elementor-element-75980e4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" dat ... 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": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "338"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "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).",
            "what": "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).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "339"
            },
            "excerpt": "x}</style><h1 class=\"elementor-heading-title elementor-size-default\">Get In"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "343"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "351"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Attribute required not allowed on element input at this point.",
            "what": "Attribute required not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "409"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "Attribute aria-required not allowed on element input at this point.",
            "what": "Attribute aria-required not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "409"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "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.",
            "what": "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.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "409"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "An input element with a type attribute whose value is hidden must not have any aria-* attributes.",
            "what": "An input element with a type attribute whose value is hidden must not have any aria-* attributes.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "409"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "> <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"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "457"
            },
            "excerpt": "me <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"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "466"
            },
            "excerpt": "> <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"
          },
          {
            "ruleID": "Attribute g not allowed on element input at this point.",
            "what": "Attribute g not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-email",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "467"
            },
            "excerpt": "label> <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\"> </"
          },
          {
            "ruleID": "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
            "what": "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-purchase-button ",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "484"
            },
            "excerpt": "arfix\"> <input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\"> <sp"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "537"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "500"
            },
            "excerpt": "tion> <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;:[]}\"> "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "591"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-b748cfb elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden ... 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": "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.",
            "what": "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "priorities",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "642"
            },
            "excerpt": "\"> <a name=\"priorities\" id=\"priorities\"></a> "
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "673"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "673"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "677"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "677"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "733"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"13\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "733"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"13\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "737"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"14\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "737"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"14\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "741"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"15\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "741"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"15\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "745"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"16\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "745"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"16\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "749"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"17\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "749"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"17\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "753"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"18\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "753"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"18\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "757"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"19\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "757"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"19\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "761"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"20\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "761"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"20\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "765"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"21\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "765"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"21\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "769"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"22\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "769"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"22\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "773"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"23\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "773"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"23\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "777"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"24\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "777"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"24\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "781"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"25\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "781"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"25\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "839"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "839"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "843"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "843"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-2\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "847"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "847"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-1\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "875"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"6\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "875"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"6\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "879"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"7\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "879"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"7\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "883"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"8\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "883"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"8\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "887"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"9\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "887"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"9\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "891"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"10\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "891"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"10\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "895"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"11\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "669"
            },
            "excerpt": "x, 0px);\"><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"-3\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 394px;\"> <div"
          },
          {
            "ruleID": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element div: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "895"
            },
            "excerpt": "iv> </div><div class=\"jet-testimonials__item slick-slide slick-cloned\" data-slick-index=\"11\" id=\"\" aria-hidden=\"true\" tabindex=\"-1\" style=\"width: 0px;\"> <div"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1050"
            },
            "excerpt": "tion> <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;:[]}\"> "
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "post-23",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "286"
            },
            "excerpt": "ontent \"> <article id=\"post-23\" class=\"post-23 page type-page status-publish hentry\"> <div"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1064"
            },
            "excerpt": " <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= ... t;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": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1102"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-00804a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... t;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": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1139"
            },
            "excerpt": "page --> <script type=\"text/javascript\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "imagesloaded-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1145"
            },
            "excerpt": "ia=\"all\"> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/imagesloaded.min.js?ver=4.1.4\" id=\"imagesloaded-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "masonry-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1146"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/masonry.min.js?ver=4.2.2\" id=\"masonry-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "venobox-js-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1147"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "mpd-main-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1148"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "swv-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1149"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "contact-form-7-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1150"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"contact-form-7-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "contact-form-7-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1155"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "give-donation-summary-script-frontend-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1156"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"give-donation-summary-script-frontend-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "give-donation-summary-script-frontend-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1161"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "kava-theme-script-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1162"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"kava-theme-script-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "kava-theme-script-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1167"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "kava-theme-script-js-after",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1168"
            },
            "excerpt": ";\"></div> <script type=\"text/javascript\" id=\"kava-theme-script-js-after\"> funct"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "hoverIntent-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1171"
            },
            "excerpt": "</script> <script type=\"text/javascript\" src=\"https://gregghart.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2\" id=\"hoverIntent-js\"></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-slick-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1172"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "elementor-webpack-runtime-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1173"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "elementor-frontend-modules-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1174"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "elementor-waypoints-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1175"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jquery-ui-core-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1176"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "elementor-frontend-js-before",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1177"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"elementor-frontend-js-before\"> var e"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "elementor-frontend-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1180"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-blocks-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1181"
            },
            "excerpt": "\"></span> <script type=\"text/javascript\" id=\"jet-blocks-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-blocks-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1186"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-elements-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1187"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"jet-elements-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-elements-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1192"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tabs-frontend-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1193"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"jet-tabs-frontend-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tabs-frontend-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1198"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tricks-popperjs-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1199"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tricks-tippy-bundle-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1200"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tricks-frontend-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1201"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"jet-tricks-frontend-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-tricks-frontend-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1206"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "mpd-carousel-script-js-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1207"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "mpd-slider-script-js-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1208"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "mpd-ticker-script-js-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1209"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-blog-js-extra",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1210"
            },
            "excerpt": "</script> <script type=\"text/javascript\" id=\"jet-blog-js-extra\"> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "jet-blog-js",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "1215"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The value of the for attribute of the label element must be the ID of a non-hidden form control.",
            "what": "The value of the for attribute of the label element must be the ID of a non-hidden form control.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "408"
            },
            "excerpt": "lue=\"0\"> <label class=\"give-hidden\" for=\"give-amount\">Donati"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "681"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "685"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "689"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "693"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "697"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide05",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "701"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide06",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "705"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide07",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "709"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide08",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "713"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide09",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "717"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide010",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "721"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide011",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "725"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "The aria-describedby attribute must point to an element in the same document.",
            "what": "The aria-describedby attribute must point to an element in the same document.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide012",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "729"
            },
            "excerpt": "iv> </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;\"> <div"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "9"
            },
            "excerpt": "pc.php\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /> <titl"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "com --> <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.\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "14"
            },
            "excerpt": "ia.\" /> <meta name=\"robots\" content=\"max-image-preview:large\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "15"
            },
            "excerpt": "rge\" /> <meta name=\"google-site-verification\" content=\"A03oPqVWgPhXMdwhdHLm0c-JLPfgGVblFNJPqB7cHs8\" /> <li"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "16"
            },
            "excerpt": "Hs8\" /> <link rel=\"canonical\" href=\"https://gregghart.org/\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "17"
            },
            "excerpt": "rg/\" /> <meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.2.5.1 \" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "18"
            },
            "excerpt": ".1 \" /> <meta property=\"og:locale\" content=\"en_US\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "19"
            },
            "excerpt": "_US\" /> <meta property=\"og:site_name\" content=\"Gregg Hart for Assembly\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "20"
            },
            "excerpt": "bly\" /> <meta property=\"og:type\" content=\"website\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "21"
            },
            "excerpt": "ite\" /> <meta property=\"og:title\" content=\"Home - Gregg Hart for Assembly\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "22"
            },
            "excerpt": "bly\" /> <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.\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "23"
            },
            "excerpt": "ia.\" /> <meta property=\"og:url\" content=\"https://gregghart.org/\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "24"
            },
            "excerpt": "rg/\" /> <meta property=\"og:image\" content=\"https://gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "25"
            },
            "excerpt": "jpg\" /> <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\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "26"
            },
            "excerpt": "jpg\" /> <meta property=\"og:image:width\" content=\"1232\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "27"
            },
            "excerpt": "232\" /> <meta property=\"og:image:height\" content=\"597\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "28"
            },
            "excerpt": "597\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "29"
            },
            "excerpt": "age\" /> <meta name=\"twitter:title\" content=\"Home - Gregg Hart for Assembly\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "30"
            },
            "excerpt": "bly\" /> <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.\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "31"
            },
            "excerpt": "ia.\" /> <meta name=\"twitter:image\" content=\"https://gregghart.org/wp-content/uploads/2022/10/Screen-Shot-2022-10-05-at-10.50.02-AM.jpg\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "32"
            },
            "excerpt": "jpg\" /> <meta name=\"twitter:label1\" content=\"Written by\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "33"
            },
            "excerpt": " by\" /> <meta name=\"twitter:data1\" content=\"Gregg Hart\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "34"
            },
            "excerpt": "art\" /> <meta name=\"twitter:label2\" content=\"Est. reading time\" /> <me"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "35"
            },
            "excerpt": "ime\" /> <meta name=\"twitter:data2\" content=\"11 minutes\" /> <sc"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "41"
            },
            "excerpt": " SEO --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "42"
            },
            "excerpt": "s.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "43"
            },
            "excerpt": "w.org' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Gregg Hart for Assembly &raquo; Feed\" href=\"https://gregghart.org/feed/\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "44"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Gregg Hart for Assembly &raquo; Comments Feed\" href=\"https://gregghart.org/comments/feed/\" /> <!-"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "49"
            },
            "excerpt": "hts --> <script type=\"text/javascript\"> windo"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "54"
            },
            "excerpt": "</script> <style type=\"text/css\"> img.w"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "68"
            },
            "excerpt": "</style> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "69"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "70"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "71"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "72"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "73"
            },
            "excerpt": "='all' /> <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' /> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "74"
            },
            "excerpt": "='all' /> <style id='global-styles-inline-css' type='text/css'> body{"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "77"
            },
            "excerpt": " </style> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "78"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "79"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "80"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "81"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "82"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "83"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "84"
            },
            "excerpt": "='all' /> <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' /> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "85"
            },
            "excerpt": "='all' /> <style id='kava-theme-style-inline-css' type='text/css'> /* #T"
          },
          {
            "ruleID": "CSS: color: Parse Error.",
            "what": "CSS: color: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "86"
            },
            "excerpt": " #dfaa1b;color: ;}input,optgro"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "88"
            },
            "excerpt": " </style> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "89"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "90"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "91"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "92"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "93"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "94"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "95"
            },
            "excerpt": "='all' /> <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' /> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "96"
            },
            "excerpt": "='all' /> <style id='elementor-frontend-inline-css' type='text/css'> .elem"
          },
          {
            "ruleID": "CSS: Parse Error.",
            "what": "CSS: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "97"
            },
            "excerpt": "spacing:20px;}{}h1.entry-title"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;flex-"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;align"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-evenly is not a align-items value.",
            "what": "CSS: align-items: space-evenly is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "ign-items:space-evenly;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-evenly is not a align-items value.",
            "what": "CSS: align-items: space-evenly is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "ign-items:space-evenly;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;align"
          },
          {
            "ruleID": "CSS: margin-center: Property margin-center doesn't exist.",
            "what": "CSS: margin-center: Property margin-center doesn't exist.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": ";margin-center:0;}.elementor-2"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "100"
            },
            "excerpt": "max-width:auto;flex-"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "101"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "101"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-around is not a align-items value.",
            "what": "CSS: align-items: space-around is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "101"
            },
            "excerpt": "ign-items:space-around;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-around is not a align-items value.",
            "what": "CSS: align-items: space-around is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "101"
            },
            "excerpt": "ign-items:space-around;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "102"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: max-width: auto is not a max-width value.",
            "what": "CSS: max-width: auto is not a max-width value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "102"
            },
            "excerpt": "max-width:auto;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-between is not a align-items value.",
            "what": "CSS: align-items: space-between is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "102"
            },
            "excerpt": "ign-items:space-between;}.ele"
          },
          {
            "ruleID": "CSS: align-items: space-between is not a align-items value.",
            "what": "CSS: align-items: space-between is not a align-items value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "102"
            },
            "excerpt": "ign-items:space-between;}.ele"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "104"
            },
            "excerpt": " </style> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "105"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "106"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "107"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "108"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "109"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "110"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "111"
            },
            "excerpt": "='all' /> <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% ... lic%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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "112"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "113"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "114"
            },
            "excerpt": "='all' /> <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' /> <link"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "119"
            },
            "excerpt": "}</style> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "120"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "122"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "123"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "124"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "125"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "126"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/hooks.min.js?ver=1e58c8c5a32b2e97491080c5b10dc71c' id='wp-hooks-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "127"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/dist/i18n.min.js?ver=30fcecb428a0e8383d3776bcdd3a7834' id='wp-i18n-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "128"
            },
            "excerpt": "</script> <script type='text/javascript' id='wp-i18n-js-after'> wp.i1"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "131"
            },
            "excerpt": "</script> <script type='text/javascript' id='give-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "137"
            },
            "excerpt": "</script> <script type='text/javascript' id='give-js-translations'> ( fun"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "144"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://gregghart.org/wp-content/plugins/give/assets/dist/js/give.js?ver=54434f04079f3f89' id='give-js'></scri"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "145"
            },
            "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://gregghart.org/wp-json/\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "145"
            },
            "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://gregghart.org/wp-json/wp/v2/pages/23\" /><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "145"
            },
            "excerpt": "ges/23\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://gregghart.org/xmlrpc.php?rsd\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "146"
            },
            "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://gregghart.org/wp-includes/wlwmanifest.xml\" /> <met"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "147"
            },
            "excerpt": ".xml\" /> <meta name=\"generator\" content=\"WordPress 5.9.3\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "148"
            },
            "excerpt": "5.9.3\" /> <link rel='shortlink' href='https://gregghart.org/' /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "149"
            },
            "excerpt": ".org/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://gregghart.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgregghart.org%2F\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "150"
            },
            "excerpt": "rg%2F\" /> <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\" /> <!-- "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "160"
            },
            "excerpt": "</script> <meta name=\"generator\" content=\"Give v2.22.0\" /> <styl"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "161"
            },
            "excerpt": ".22.0\" /> <style type=\"text/css\">.recen"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "161"
            },
            "excerpt": ";}</style><link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector-150x150.jpg\" sizes=\"32x32\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "162"
            },
            "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" sizes=\"192x192\" /> <link"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "163"
            },
            "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" /> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "164"
            },
            "excerpt": "r.jpg\" /> <meta name=\"msapplication-TileImage\" content=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" /> <st"
          },
          {
            "ruleID": "The type attribute for the style element is not needed and should be omitted.",
            "what": "The type attribute for the style element is not needed and should be omitted.",
            "ordinalSeverity": 0,
            "tagName": "STYLE",
            "id": "wp-custom-css",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "165"
            },
            "excerpt": "jpg\" /> <style type=\"text/css\" id=\"wp-custom-css\"> .m"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "230"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "220"
            },
            "excerpt": " <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= ... t;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": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "279"
            },
            "excerpt": "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\" /></span"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "249"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-e160629 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... 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": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "296"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "290"
            },
            "excerpt": " <section class=\"elementor-section elementor-top-section elementor-element elementor-element-75980e4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" dat ... 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": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "341"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "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).",
            "what": "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).",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "342"
            },
            "excerpt": "x}</style><h1 class=\"elementor-heading-title elementor-size-default\">Get In"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "346"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "354"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Attribute required not allowed on element input at this point.",
            "what": "Attribute required not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "412"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "Attribute aria-required not allowed on element input at this point.",
            "what": "Attribute aria-required not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "412"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "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.",
            "what": "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.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "412"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "An input element with a type attribute whose value is hidden must not have any aria-* attributes.",
            "what": "An input element with a type attribute whose value is hidden must not have any aria-* attributes.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "412"
            },
            "excerpt": "/label> <input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\"> <div"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "454"
            },
            "excerpt": "> <span class=\"give-tooltip hint--top hint--medium hint--bounce\" aria-label=\"First Name is used to personalize your donation record.\" rel=\"tooltip\"><i cla"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "460"
            },
            "excerpt": "me <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"
          },
          {
            "ruleID": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "what": "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "469"
            },
            "excerpt": "> <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"
          },
          {
            "ruleID": "No space between attributes.",
            "what": "No space between attributes.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "470"
            },
            "excerpt": "n@demolink.com\"g required=\"\" a"
          },
          {
            "ruleID": "Attribute g not allowed on element input at this point.",
            "what": "Attribute g not allowed on element input at this point.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-email",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "470"
            },
            "excerpt": "label> <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\"> </"
          },
          {
            "ruleID": "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
            "what": "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-purchase-button ",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "487"
            },
            "excerpt": "arfix\"> <input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\"> <sp"
          },
          {
            "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "STYLE",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "540"
            },
            "excerpt": "iner\"> <style>/*! el"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "541"
            },
            "excerpt": " <img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" title=\"Gregg_Portrait-2022_952_r_crop\" alt=\"Gregg_Portrait-2022_952_r_crop\" /> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "565"
            },
            "excerpt": " <p><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://greggh ... ds/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\" /></p><p"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "565"
            },
            "excerpt": "rit;\"><em><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://greg ... t.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\" /><br />"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "565"
            },
            "excerpt": " 275px\" /><br />Gregg "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "577"
            },
            "excerpt": "ng></p><p><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-co ... 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\" /></p><p"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "577"
            },
            "excerpt": "a Barbara.<br />Gregg "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "503"
            },
            "excerpt": "tion> <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;:[]}\"> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "600"
            },
            "excerpt": " <img width=\"574\" height=\"431\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg\" class=\"attachment-full size-full\" alt=\"homeimg2\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg 574w, https://gregghart.org/wp-content/uploads/2020/02/homeimg2-300x225.jpg 300w\" sizes=\"(max-width: 574px) 100vw, 574px\" /> "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "594"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-b748cfb elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden ... 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": "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.",
            "what": "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "priorities",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "645"
            },
            "excerpt": "\"> <a name=\"priorities\" id=\"priorities\"></a> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "828"
            },
            "excerpt": " <img width=\"601\" height=\"451\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg\" class=\"attachment-full size-full\" alt=\"homeimg3\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg 601w, https://gregghart.org/wp-content/uploads/2020/02/homeimg3-300x225.jpg 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" /> "
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "953"
            },
            "excerpt": "tion> <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;:[]}\"> "
          },
          {
            "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.",
            "ordinalSeverity": 0,
            "tagName": "ARTICLE",
            "id": "post-23",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "289"
            },
            "excerpt": "ontent \"> <article id=\"post-23\" class=\"post-23 page type-page status-publish hentry\"> <div"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "991"
            },
            "excerpt": "rong> 2022<br />226 E."
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "991"
            },
            "excerpt": "ido St. #D<br />Santa "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "991"
            },
            "excerpt": ", CA 93101<br /><a hre"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "999"
            },
            "excerpt": "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": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "967"
            },
            "excerpt": " <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= ... t;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": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1005"
            },
            "excerpt": "tion> <section class=\"elementor-section elementor-top-section elementor-element elementor-element-00804a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" dat ... t;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": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1042"
            },
            "excerpt": "page --> <script type='text/javascript'> /* <!"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1047"
            },
            "excerpt": "</script> <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' /> <scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1048"
            },
            "excerpt": "='all' /> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1049"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/masonry.min.js?ver=4.2.2' id='masonry-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1050"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1051"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1052"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1053"
            },
            "excerpt": "</script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1058"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1059"
            },
            "excerpt": "</script> <script type='text/javascript' id='give-donation-summary-script-frontend-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1064"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1065"
            },
            "excerpt": "</script> <script type='text/javascript' id='kava-theme-script-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1070"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1071"
            },
            "excerpt": "</script> <script type='text/javascript' id='kava-theme-script-js-after'> funct"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1074"
            },
            "excerpt": "</script> <script type='text/javascript' src='https://gregghart.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js'></scri"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1075"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1076"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1077"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1078"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1079"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1080"
            },
            "excerpt": "</script> <script type='text/javascript' id='elementor-frontend-js-before'> var e"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1083"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1084"
            },
            "excerpt": "</script> <script type='text/javascript' id='jet-blocks-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1089"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1090"
            },
            "excerpt": "</script> <script type='text/javascript' id='jet-elements-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1095"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1096"
            },
            "excerpt": "</script> <script type='text/javascript' id='jet-tabs-frontend-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1101"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1102"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1103"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1104"
            },
            "excerpt": "</script> <script type='text/javascript' id='jet-tricks-frontend-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1109"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1110"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1111"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1112"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1113"
            },
            "excerpt": "</script> <script type='text/javascript' id='jet-blog-js-extra'> /* <!"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1118"
            },
            "excerpt": "</script> <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"
          },
          {
            "ruleID": "The value of the for attribute of the label element must be the ID of a non-hidden form control.",
            "what": "The value of the for attribute of the label element must be the ID of a non-hidden form control.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "411"
            },
            "excerpt": "lue=\"0\"> <label class=\"give-hidden\" for=\"give-amount\">Donati"
          }
        ]
      },
      "endTime": 1687097741665
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687097741666,
      "url": "https://gregghart.org/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 14:15:43",
          "hash": "5762e64ab6d6af7849581b785e7df1f5719286295eb16313d303c799884f147d19e133432bd35c6b553cbe030557029d9f122b76f1fff6d3263f3c0fe1831897",
          "page": {
            "viewport": {
              "mobile": false,
              "landscape": true,
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36",
              "resolution": {
                "width": 1366,
                "height": 768
              }
            }
          }
        },
        "metadata": {
          "passed": 29,
          "warning": 17,
          "failed": 11,
          "inapplicable": 68
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 11,
              "warning": 10,
              "failed": 5,
              "inapplicable": 41
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R12": {
                "name": "Link has accessible name",
                "code": "QW-ACT-R12",
                "mapping": "c487ae",
                "description": "This rule checks that each link has an accessible name.",
                "metadata": {
                  "target": {
                    "element": [
                      "a[href]",
                      "area[href]"
                    ],
                    "attributes": [
                      "role='link'"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [
                    "G91"
                  ],
                  "url": "https://act-rules.github.io/rules/c487ae",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 15,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name, or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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\">Contibute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R18": {
                "name": "`id` attribute value is unique",
                "code": "QW-ACT-R18",
                "mapping": "3ea0c8",
                "description": "This rule checks that all id attribute values on a single page are unique.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.1",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#parsing"
                    }
                  ],
                  "related": [
                    "H93"
                  ],
                  "url": "https://act-rules.github.io/rules/3ea0c8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 153,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(23)"
                      },
                      {
                        "htmlCode": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(24)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(34)"
                      },
                      {
                        "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>",
                        "pointer": "html > body:nth-child(2) > span:nth-child(35)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R38": {
                "name": "ARIA required owned elements",
                "code": "QW-ACT-R38",
                "mapping": "bc4a75",
                "description": "This rule checks that an element with an explicit semantic role has at least one of its required owned elements.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "role"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#info-and-relationships"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/bc4a75",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target owns elements that doesn't have the correct role."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target owns elements that doesn't have the correct role.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">12345678910111213</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R62": {
                "name": "Element in sequential focus order has visible focus",
                "code": "QW-ACT-R62",
                "mapping": "oj04fd",
                "description": "This rule checks that each element in sequential focus order has some visible focus indication.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.7",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/oj04fd",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 20,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/#priorities\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Priorities</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/endorsements/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/endorse/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Endorse</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/volunteer/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Volunteer</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/gallery/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Gallery</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a 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\">Contibute</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\n\t\tAgricultureAgriculture 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 farmers and ranchers with the support they need, improving the quality of life for agricultural workers, and working to advance policies and programs that increa …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\n\t\tEducationThe 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 to expanding access to affordable childcare and reinvesting in our community colleges and public universities. Gregg strongly believes that this investment must include Cali …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\n\t\tEmergency PreparednessGregg 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 our first responders, invest in emergency response equipment and technology, and improve our emergency communication systems. Gregg is proud to be supported by …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R9": {
                "name": "Links with identical accessible names have equivalent purpose",
                "code": "QW-ACT-R9",
                "mapping": "b20e66",
                "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
                "metadata": {
                  "target": {
                    "element": "a, [role='link']"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b20e66",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 2,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)",
                        "accessibleName": "Facebook-f"
                      },
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)",
                        "accessibleName": "Facebook-f"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R44": {
                "name": "Links with identical accessible names and context serve equivalent purpose",
                "code": "QW-ACT-R44",
                "mapping": "fd3a94",
                "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.",
                "metadata": {
                  "target": {
                    "element": "a, [role='link']"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/fd3a94",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 2,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 8,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > span:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-offline-52-1\" value=\"offline\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-stripe-52-1\" value=\"stripe\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"give-input required\" type=\"text\" name=\"give_first\" autocomplete=\"given-name\" placeholder=\"First Name\" id=\"give-first\" value=\"\" required=\"\" aria-required=\"true\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"give-input\" type=\"text\" name=\"give_last\" autocomplete=\"family-name\" id=\"give-last\" placeholder=\"Last Name\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input 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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R37": {
                "name": "Text has minimum contrast",
                "code": "QW-ACT-R37",
                "mapping": "afw4f7",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
                "metadata": {
                  "target": {
                    "element": [
                      "*"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/afw4f7",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 32,
                  "warning": 4,
                  "failed": 9,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<em>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 life for all who call California home.”</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.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 gree …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 County front and center in Sacramento. Gregg’s top legislative priorities will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 30,
                  "warning": 4,
                  "failed": 11,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<em>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 life for all who call California home.”</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.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 gree …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 County front and center in Sacramento. Gregg’s top legislative priorities will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Element has an image on background.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>GREGG HART FOR ASSEMBLY</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body>.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]&gt;.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]&gt;.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow:before{top:-7px;left:0;bord …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 43,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Priorities</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorse</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Volunteer</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Gallery</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<em>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 life for all who call California home.”</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<em>Gregg Hart&nbsp; &nbsp;&nbsp;</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span 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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.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 gree …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 County front and center in Sacramento. Gregg’s top legislative priorities will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities \n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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 providing farmers and ranchers with 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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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 committed to expanding access to affordable childcare and reinvesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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 support our first responders, invest in emergency response equipment and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>1</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>2</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>3</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>4</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>5</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>6</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>8</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>9</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>10</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>11</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>12</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(12) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>13</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(13) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<strong>GREGG HART FOR ASSEMBLY</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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;\">PAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #1444010\n</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 5,
              "warning": 5,
              "failed": 5,
              "inapplicable": 19
            },
            "assertions": {
              "QW-WCAG-T3": {
                "name": "Providing a description for groups of form controls using `fieldset` and `legend` elements",
                "code": "QW-WCAG-T3",
                "mapping": "H71",
                "description": "This technique checks the correct use of the description element for form controls",
                "metadata": {
                  "target": {
                    "element": "fieldset"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H65"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H71",
                  "passed": 0,
                  "warning": 1,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The `fieldset` element is neither inside nor referencing a `form` element."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the `legend` description is valid.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<fieldset id=\"give-payment-mode-select\">\n\t\t\t\tSelect Payment Method\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t Test Donation\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t Offline Donation\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t Credit Card\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t</fieldset>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The `fieldset` element is neither inside nor referencing a `form` element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<fieldset id=\"give_checkout_user_info\" class=\"\">\n\t\t\n\t\t\tPersonal Info\t\t\n\n\t\t\n\t\t\n\t\t\t\n\t\t\t\tFirst Name\t\t\t\t\t\t\t\t\t*\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\t\t\t\n\t\t\t\tLast Name\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\n\t\t\n\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\tEmail Address\t\t\t\t\t\t\t\t\t*\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\n\n\t\t\n\n\t\t\n\t\t\t\t\t</fieldset>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The `fieldset` element is neither inside nor referencing a `form` element.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\">\n\t\t\t\n\t\t\t\t\n\t\t\tDonation Total:\t\t\n\t\t\n\t\t\t$1.00\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t\t\n\t\t\n\t\t\n\t\n\t\t</fieldset>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"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=\"desktop\">\n\n\tSkip to content\n\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t/*! elementor - v3.7.5 - 14-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-g …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T21": {
                "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link",
                "code": "QW-WCAG-T21",
                "mapping": "F89",
                "description": "This technique checks the text alternative of images which are the only content of a link",
                "metadata": {
                  "target": {
                    "parent": "a",
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html"
                    },
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value"
                    }
                  ],
                  "related": [
                    "H2",
                    "H30",
                    "ARIA7",
                    "ARIA8"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89",
                  "passed": 2,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The image doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The image doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T15": {
                "name": "Using the link element and navigation tools",
                "code": "QW-WCAG-T15",
                "mapping": "H59",
                "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
                "metadata": {
                  "target": {
                    "element": "link"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.5",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways"
                    },
                    {
                      "name": "2.4.8",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/location"
                    }
                  ],
                  "related": [
                    "G1",
                    "G63",
                    "G64",
                    "G123"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59",
                  "passed": 6,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>"
                },
                "results": [
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"pingback\" href=\"https://gregghart.org/xmlrpc.php\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(32)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"dns-prefetch\" href=\"//s.w.org\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(33)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(40)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(41)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(42)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(43)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(44)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(45)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(47)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(48)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(49)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(50)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(51)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(52)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(53)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(54)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(56)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(57)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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&amp;subset=latin&amp;ver=5.9.3\" type=\"text/css\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(58)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(59)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(60)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(61)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(62)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(63)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(65)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(66)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(67)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(68)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(69)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(70)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(71)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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%2C …",
                        "pointer": "html > head:nth-child(1) > link:nth-child(72)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(73)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(74)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(75)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://gregghart.org/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css?ver=e122aaff\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(76)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://fonts.googleapis.com/css?display=swap&amp;family=Playfair+Display%3A300%2C400\" media=\"all\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(77)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://gregghart.org/wp-json/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(93)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://gregghart.org/xmlrpc.php?rsd\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(95)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://gregghart.org/wp-includes/wlwmanifest.xml\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(96)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"shortlink\" href=\"https://gregghart.org/\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(98)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector-150x150.jpg\" sizes=\"32x32\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(105)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" sizes=\"192x192\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(106)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "inapplicable",
                    "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.",
                    "resultCode": "I2",
                    "elements": [
                      {
                        "htmlCode": "<link rel=\"apple-touch-icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\">",
                        "pointer": "html > head:nth-child(1) > link:nth-child(107)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>",
                    "resultCode": "RC1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > link:nth-child(11)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 3,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"give-donation-level-button-wrap\" class=\"give-donation-levels-wrap give-list-inline \"><li><button type=\"button\" data-price-id=\"0\" class=\"give-donation-level-btn give-btn give-btn-level-0 give-default-level price_donate\" value=\"1.00\" data-default=\"1\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(1) > button:nth-child(1)\">$1.00</button></li><li><button type=\"button\" data-price-id=\"1\" class=\"give …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul id=\"give-gateway-radio-list\">\n\t\t\t\t\t\t\t\t\t\t<li class=\"give-gateway-option-selected\">\n\t\t\t\t\t\t\t<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"give-gateway-manual-52-1\" class=\"give-gateway-option\" id=\"give- …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\"><li class=\"slick-active\" role=\"presentation\"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1) > span:nth-child(1)\">1</span></li><li role=\"presentation\"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T19": {
                "name": "Providing submit buttons",
                "code": "QW-WCAG-T19",
                "mapping": "H32",
                "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "3.2.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input"
                    }
                  ],
                  "related": [
                    "G80",
                    "H36",
                    "H84"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32",
                  "passed": 1,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<form method=\"POST\" action=\"#\" class=\"jet-subscribe-form__form\">\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\tI`M IN\t\t\n\t\t\n\t</form>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 53,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" title=\"Gregg_Portrait-2022_952_r_crop\" alt=\"Gregg_Portrait-2022_952_r_crop\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"574\" height=\"431\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg\" class=\"attachment-full size-full\" alt=\"homeimg2\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg 574w, https://gregghart.org/wp-content/uploads/2020/02/homeimg2-300x225.jpg 300w\" sizes=\"(max-width: 574px) 100vw, 574px\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Agriculture_crop.jpg\" alt=\"Agriculture_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/San-Marcos-Foothills-Preserve-1.jpg\" alt=\"San-Marcos-Foothills-Preserve-1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Equity-1_crop.jpg\" alt=\"Equity---1_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Health-Care-3.jpg\" alt=\"Health-Care-3\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Homelessness.jpg\" alt=\"Homelessness\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Housing-1.jpg\" alt=\"Housing---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Jobs_CP.jpg\" alt=\"Gregg---Jobs_CP\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Public-Safety-1.jpg\" alt=\"Public-Safety---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Agriculture_crop.jpg\" alt=\"Agriculture_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/San-Marcos-Foothills-Preserve-1.jpg\" alt=\"San-Marcos-Foothills-Preserve-1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Equity-1_crop.jpg\" alt=\"Equity---1_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Health-Care-3.jpg\" alt=\"Health-Care-3\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Homelessness.jpg\" alt=\"Homelessness\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Housing-1.jpg\" alt=\"Housing---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Jobs_CP.jpg\" alt=\"Gregg---Jobs_CP\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Public-Safety-1.jpg\" alt=\"Public-Safety---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog2-1920x1080-1.jpg\" alt=\"blog2-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog3.jpg\" alt=\"blog3\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog2-1920x1080-1.jpg\" alt=\"blog2-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog3.jpg\" alt=\"blog3\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img width=\"601\" height=\"451\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg\" class=\"attachment-full size-full\" alt=\"homeimg3\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg 601w, https://gregghart.org/wp-content/uploads/2020/02/homeimg3-300x225.jpg 300w\" sizes=\"(max-width: 601px) 100vw, 601px\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 5,
                  "warning": 0,
                  "failed": 171,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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=\"desktop\">\n\n\tSkip to content\n\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t/*! elementor - v3.7.5 - 14-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-g …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t/*! elementor - v3.7.5 - 14-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var( …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "0px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Priorities</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Video</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Print</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorse</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Volunteer</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Gallery</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Contibute</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"elementor-heading-title elementor-size-default\">Get Involved</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "90px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-060de8a elementor-widget__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"060de8a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tAdd your name to get Marta Tompson to the White House!\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "30px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/contacts/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tjoin us\n\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Quick Donation\n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > span:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-form-id-prefix\" value=\"52-1\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-form-id\" value=\"52\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-form-title\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-current-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-form-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-form-hash\" value=\"30499a24c3\" data-time=\"1584352237\" data-nonce-life=\"86400\" data-donor-session=\"0\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(7)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-price-id\" value=\"0\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(8)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(10)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" data-price-id=\"0\" class=\"give-donation-level-btn give-btn give-btn-level-0 give-default-level price_donate\" value=\"1.00\" data-default=\"1\">$1.00</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(1) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" data-price-id=\"1\" class=\"give-donation-level-btn give-btn give-btn-level-1 price_donate\" value=\"5\" data-default=\"0\">$5</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(2) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" data-price-id=\"2\" class=\"give-donation-level-btn give-btn give-btn-level-2 price_donate\" value=\"25\" data-default=\"0\">$25</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(3) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" data-price-id=\"3\" class=\"give-donation-level-btn give-btn give-btn-level-3 price_donate\" value=\"50\" data-default=\"0\">$50</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(4) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" data-price-id=\"4\" class=\"give-donation-level-btn give-btn give-btn-level-4 price_donate\" value=\"100\" data-default=\"0\">$100</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(5) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button type=\"button\" class=\"give-btn give-btn-reveal donate_button\">Donate </button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > button:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "11px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input id=\"give-stripe-payment-method-52-1\" type=\"hidden\" name=\"give_stripe_payment_method\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > input:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-offline-52-1\" value=\"offline\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-stripe-52-1\" value=\"stripe\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"give-input required\" type=\"text\" name=\"give_first\" autocomplete=\"given-name\" placeholder=\"First Name\" id=\"give-first\" value=\"\" required=\"\" aria-required=\"true\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"give-input\" type=\"text\" name=\"give_last\" autocomplete=\"family-name\" id=\"give-last\" placeholder=\"Last Name\" value=\"\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-user-id\" value=\"1\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give_action\" value=\"purchase\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"hidden\" name=\"give-gateway\" value=\"manual\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > div:nth-child(5) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong style=\"color: #3b3d42; font-family: 'Playfair Display', serif; font-size: 21px; letter-spacing: 0px; text-align: inherit;\">Gregg Hart&nbsp; &nbsp;&nbsp;</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "21px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span 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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-77ab65f elementor-widget__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"77ab65f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tThe most successful and promising candidate.\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-3ec4987 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"3ec4987\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tMarta Tompson offers some new kind of a political approach, as opposed to the partisan rhetorics that tears the country and either of the parties apart.\n\nThis perspective candidate embodies the very definition of the American success story, continually setting the standards of excellence while expanding their interests in real estate, sports and entertainment. She is a graduate of the Wharton School of Finance.\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tLearn More\n\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities \n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 justice policies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 providing farmers and ranchers with 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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 committed to expanding access to affordable childcare and reinvesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 support our first responders, invest in emergency response equipment and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 leader in the fight against climate change. Gregg is a strong proponent of protecting our open spaces, wildlands, and coastal areas. Gregg will prioritize equity and justice when advancing environmental policy, recognizing that communities of color and underrepresented communities have been disproportionately impacted by environmental hazards.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Equity</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 communities to understand the inequities that exist and develop solutions that make our state more just, healthy, and prosperous for all.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 drug prices, empower healthcare professionals, and increase mental health services.  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 partnerships that bring together the public, nonprofit, and private sectors to stand up new services and bring people indoors.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Housing</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 in our community should be able to afford to live here. Gregg will make sure the state works collaboratively with cities and counties to meet the unique housing needs of individual communities.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 paid fairly and treated with respect. Gregg will champion policies that help working families and create new economic opportunities, especially as we emerge from the current inflation crisis.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 commitment to the safety of our families and neighborhoods has earned him the endorsement of law enforcement, including the California Highway Patrolmen’s Association, the California Coalition of Law Enforcement Associations, the Santa Barbara City Police Officers Association, and District Attorney-Elect John Savrnoch.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 justice policies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 providing farmers and ranchers with 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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 committed to expanding access to affordable childcare and reinvesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div 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 support our first responders, invest in emergency response equipment and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 leader in the fight against climate change. Gregg is a strong proponent of protecting our open spaces, wildlands, and coastal areas. Gregg will prioritize equity and justice when advancing environmental policy, recognizing that communities of color and underrepresented communities have been disproportionately impacted by environmental hazards.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Equity</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 communities to understand the inequities that exist and develop solutions that make our state more just, healthy, and prosperous for all.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 drug prices, empower healthcare professionals, and increase mental health services.  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 partnerships that bring together the public, nonprofit, and private sectors to stand up new services and bring people indoors.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Housing</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 in our community should be able to afford to live here. Gregg will make sure the state works collaboratively with cities and counties to meet the unique housing needs of individual communities.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 paid fairly and treated with respect. Gregg will champion policies that help working families and create new economic opportunities, especially as we emerge from the current inflation crisis.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 commitment to the safety of our families and neighborhoods has earned him the endorsement of law enforcement, including the California Highway Patrolmen’s Association, the California Coalition of Law Enforcement Associations, the Santa Barbara City Police Officers Association, and District Attorney-Elect John Savrnoch.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 justice policies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">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 reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest News and Updates</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Fighting for What You Believe in Most</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Making a Difference in People’s Lives</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Sanders Statement on CLNC Chair Resignation</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">BURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issued the following statement on the resignation of Debbie Wasserman Schultz as ConLiberal Party chairwoman: “Debbie Wasserman…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Fighting for What You Believe in Most</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Making a Difference in People’s Lives</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Sanders Statement on CLNC Chair Resignation</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">BURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issued the following statement on the resignation of Debbie Wasserman Schultz as ConLiberal Party chairwoman: “Debbie Wasserman…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Volunteer for the Campaign</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-450c502 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"450c502\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tWe are in this race to win it!.\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-54d1793 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"54d1793\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tBut only if we stand united, together e can make history. We need you to be a part of it. Join us now!\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tvolunteer\n\t\t\n\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Hurry Up</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-5e2f8da elementor-widget-tablet__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"5e2f8da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\tThe clock is ticking, so hurry up to make your contribution into building a better America for yourself and your kids!\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">2</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">9</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Day(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "17px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">2</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">3</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Hour(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "17px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">5</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">9</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Minute(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "17px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "48px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">1</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Second(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "17px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Get Involved</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "60px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"jet-subscribe-form__submit elementor-button elementor-size-md\" href=\"#\">I`M IN</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-7fe8722 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"7fe8722\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "24px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-element elementor-element-bbe0dbc elementor-widget__width-auto elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor is-mac\" data-id=\"bbe0dbc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\n\t\t\t\t\t\t\t\n\nPAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #1444010\n\n\t\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "15px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "0px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "var(--icon-size,25px)"
                    ]
                  }
                ]
              },
              "QW-WCAG-T31": {
                "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa",
                "code": "QW-WCAG-T31",
                "mapping": "F24",
                "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-decoration"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.3",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum"
                    },
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [
                    "C23",
                    "C25"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24",
                  "passed": 91,
                  "warning": 0,
                  "failed": 117,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target has a author defined color css property but not a background css property."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Priorities</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Endorse</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Volunteer</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-nav-link-text\">Gallery</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"menu-image-title-hide menu-image-title\">Contibute</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 class=\"elementor-heading-title elementor-size-default\">Get Involved</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tAdd your name to get Marta Tompson to the White House!\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Quick Donation\n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"give-hidden\" for=\"give-amount\">Donation Amount:</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > label:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"give-currency-symbol give-currency-position-before\">__report__lt;/span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span id=\"give-amount-text\" class=\"give-text-input give-amount-top input_dollar\">1.00</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<legend class=\"give-payment-mode-label\">Select Payment Method\t\t\t\n\t\t\t\n\t\t</legend>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > legend:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label for=\"give-gateway-manual-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-manual\"> Test Donation</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > label:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label for=\"give-gateway-offline-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-offline\"> Offline Donation</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > label:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label for=\"give-gateway-stripe-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-stripe\"> Credit Card</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > label:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<legend>\n\t\t\tPersonal Info\t\t</legend>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > legend:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"give-label\" for=\"give-first\">\n\t\t\t\tFirst Name\t\t\t\t\t\t\t\t\t*\n\t\t\t\t\t\t\t\t\t\t\t</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"give-required-indicator\">*</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > label:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"give-label\" for=\"give-last\">\n\t\t\t\tLast Name\t\t\t\t\t\t\t\t\t\t\t</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label class=\"give-label\" for=\"give-email\">\n\t\t\t\tEmail Address\t\t\t\t\t\t\t\t\t*\n\t\t\t\t\t\t\t\t\t\t\t</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > label:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"give-required-indicator\">*</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > label:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"give-donation-total-label\">\n\t\t\tDonation Total:\t\t</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"give-final-total-amount\" data-total=\"1.00\">\n\t\t\t$1.00\t\t</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > p:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 options. Later, Gregg’s expertise in this arena led him to serve as the Deputy Executive Director for SBCAG, supporting regional efforts to widen the 101 freeway and improve bus and passenger rail service throughout Santa Barbara County.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 County front and center in Sacramento. Gregg’s top legislative priorities will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<em>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 life for all who call California home.”</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<em>Gregg Hart&nbsp; &nbsp;&nbsp;</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1) > em:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.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 gree …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<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>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>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 County front and center in Sacramento. Gregg’s top legislative priorities will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tThe most successful and promising candidate.\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tMarta Tompson offers some new kind of a political approach, as opposed to the partisan rhetorics that tears the country and either of the parties apart.\n\nThis perspective candidate embodies the very definition of the American success story, continually setting the standards of excellence while expanding their interests in real estate, sports and entertainment. She is a graduate of the Wharton School of Finance.\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities \n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Equity</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Housing</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Equity</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Housing</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Water</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest News and Updates</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/fighting-for-what-you-believe-in-most/\" tabindex=\"0\">Fighting for What You Believe in Most</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/making-a-difference-in-peoples-lives/\" tabindex=\"0\">Making a Difference in People’s Lives</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/sanders-statement-on-clnc-chair-resignation/\" tabindex=\"0\">Sanders Statement on CLNC Chair Resignation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/fighting-for-what-you-believe-in-most/\" tabindex=\"-1\">Fighting for What You Believe in Most</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/making-a-difference-in-peoples-lives/\" tabindex=\"-1\">Making a Difference in People’s Lives</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/sanders-statement-on-clnc-chair-resignation/\" tabindex=\"-1\">Sanders Statement on CLNC Chair Resignation</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Volunteer for the Campaign</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tWe are in this race to win it!.\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tBut only if we stand united, together e can make history. We need you to be a part of it. Join us now!\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Hurry Up</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tThe clock is ticking, so hurry up to make your contribution into building a better America for yourself and your kids!\t\t\t\t\t\t</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">2</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">9</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Day(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">2</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">3</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Hour(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">5</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">9</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Minute(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__separator\">:</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">1</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"jet-countdown-timer__digit\">7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"jet-countdown-timer__item-label\">Second(s)</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Get Involved</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong>GREGG HART FOR ASSEMBLY</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target has a author defined color css property but not a background css property.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 13,
              "warning": 2,
              "failed": 1,
              "inapplicable": 8
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 6,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities \n</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Education</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h5 class=\"jet-testimonials__title\">Environment</h5>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP17": {
                "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block",
                "code": "QW-BP17",
                "mapping": "G123",
                "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
                "metadata": {
                  "target": {
                    "element": "a",
                    "attributes": "href"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "This link skips a content block."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"content\" class=\"site-content \">\n\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t/*! elementor - v3.7.5 - 14-09-2022 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;fo …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP23": {
                "name": "Listitems are used semantically",
                "code": "QW-BP23",
                "description": "Ensures <li> elements are used semantically",
                "metadata": {
                  "target": {
                    "element": "li"
                  },
                  "passed": 8,
                  "warning": 0,
                  "failed": 13,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Listitem is not used semantically not used semantically"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li class=\"slick-active\" role=\"presentation\">1</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">2</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">3</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">4</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">5</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">6</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">7</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">8</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">9</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">10</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">11</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">12</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(12)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"presentation\">13</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(13)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 88,
                "document": 1,
                "none": 8,
                "region": 18,
                "img": 53,
                "navigation": 1,
                "presentation": 30,
                "article": 1,
                "graphics-document": 2,
                "note": 12,
                "button": 16,
                "heading": 53,
                "form": 2,
                "textbox": 5,
                "list": 2,
                "listitem": 8,
                "group": 3,
                "radio": 3,
                "figure": 44,
                "tabpanel": 13,
                "tablist": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 27,
                "style": 16,
                "link": 53,
                "title": 1,
                "script": 67,
                "body": 1,
                "svg": 10,
                "defs": 8,
                "filter": 8,
                "fecolormatrix": 8,
                "fecomponenttransfer": 8,
                "fefuncr": 8,
                "fefuncg": 8,
                "fefuncb": 8,
                "fefunca": 8,
                "fecomposite": 8,
                "div": 645,
                "a": 39,
                "header": 1,
                "section": 18,
                "span": 76,
                "i": 15,
                "img": 70,
                "nav": 1,
                "article": 1,
                "picture": 12,
                "br": 11,
                "p": 25,
                "ss3-loader": 2,
                "h1": 1,
                "h2": 8,
                "form": 2,
                "label": 8,
                "input": 21,
                "ul": 3,
                "li": 21,
                "button": 6,
                "fieldset": 3,
                "legend": 2,
                "em": 3,
                "strong": 3,
                "figure": 44,
                "h5": 44,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          68,
          101,
          292,
          27
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(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\">Contibute</a>"
          },
          {
            "ruleID": "QW-ACT-R12",
            "what": "This rule checks that each link has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(23)"
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(24)"
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(34)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "elementor-device-mode",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > span:nth-child(35)"
            },
            "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>"
          },
          {
            "ruleID": "QW-ACT-R38",
            "what": "This rule checks that an element with an explicit semantic role has at least one of its required owned elements.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
            },
            "excerpt": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\">12345678910111213</ul>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(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\"> Instagram </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/#priorities\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Priorities</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"#\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Media</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/endorsements/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Endorsements</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/endorse/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Endorse</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/volunteer/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Volunteer</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/gallery/\" class=\"menu-item-link menu-item-link-depth-0 menu-item-link-top\">Gallery</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(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\">Contibute</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(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 ... re sector is successful by providing farmers and ranchers with the support they need, improving the quality of life for agricultural workers, and working to advance policies and programs that increa …"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(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 ... ceed. Gregg is committed to expanding access to affordable childcare and reinvesting in our community colleges and public universities. Gregg strongly believes that this investment must include Cali …"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(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 ... our community safe. Gregg will support our first responders, invest in emergency response equipment and technology, and improve our emergency communication systems. Gregg is proud to be supported by …"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
            },
            "excerpt": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(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\"> Instagram </a>"
          },
          {
            "ruleID": "QW-ACT-R9",
            "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R9",
            "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R44",
            "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R44",
            "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-form-honeypot-52",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > span:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-gateway-manual-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-gateway-offline-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-offline-52-1\" value=\"offline\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-gateway-stripe-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-stripe-52-1\" value=\"stripe\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-first",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input class=\"give-input required\" type=\"text\" name=\"give_first\" autocomplete=\"given-name\" placeholder=\"First Name\" id=\"give-first\" value=\"\" required=\"\" aria-required=\"true\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-last",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input class=\"give-input\" type=\"text\" name=\"give_last\" autocomplete=\"family-name\" id=\"give-last\" placeholder=\"Last Name\" value=\"\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "give-email",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
            },
            "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": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
            },
            "excerpt": "<em>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 life for all who call California home.”</em>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p>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 d ... ant 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 gree …"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
            },
            "excerpt": "<p>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. A ... will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-ACT-R37",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
            },
            "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": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
            },
            "excerpt": "<em>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 life for all who call California home.”</em>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
            },
            "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": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p>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 d ... ant 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 gree …"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
            },
            "excerpt": "<p>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. A ... will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>GREGG HART FOR ASSEMBLY</strong>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\"><head></head><body>.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{p ... 8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]&gt;.tippy-arrow:before{top:-7px;left:0;bord …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Home</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Priorities</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Media</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorsements</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorse</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Volunteer</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Gallery</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Windmills-2022_1066_r_2000</div>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
            },
            "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": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
            },
            "excerpt": "<em>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 life for all who call California home.”</em>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1) > em:nth-child(1)"
            },
            "excerpt": "<em>Gregg Hart&nbsp; &nbsp;&nbsp;</em>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
            },
            "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": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p>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 d ... ant 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 gree …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
            },
            "excerpt": "<p>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. A ... will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities </h2>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 la ... rs and ranchers with 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>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 wil ... vesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 season ... and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>1</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span>2</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3) > span:nth-child(1)"
            },
            "excerpt": "<span>3</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4) > span:nth-child(1)"
            },
            "excerpt": "<span>4</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5) > span:nth-child(1)"
            },
            "excerpt": "<span>5</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6) > span:nth-child(1)"
            },
            "excerpt": "<span>6</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7) > span:nth-child(1)"
            },
            "excerpt": "<span>7</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8) > span:nth-child(1)"
            },
            "excerpt": "<span>8</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9) > span:nth-child(1)"
            },
            "excerpt": "<span>9</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10) > span:nth-child(1)"
            },
            "excerpt": "<span>10</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11) > span:nth-child(1)"
            },
            "excerpt": "<span>11</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(12) > span:nth-child(1)"
            },
            "excerpt": "<span>12</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(13) > span:nth-child(1)"
            },
            "excerpt": "<span>13</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>GREGG HART FOR ASSEMBLY</strong>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
            },
            "excerpt": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "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;\">PAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #1444010 </span>"
          },
          {
            "ruleID": "QW-WCAG-T3",
            "what": "This technique checks the correct use of the description element for form controls",
            "ordinalSeverity": 0,
            "tagName": "FIELDSET",
            "id": "give-payment-mode-select",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12)"
            },
            "excerpt": "<fieldset id=\"give-payment-mode-select\"> Select Payment Method Test Donation Offline Donation Credit Card </fieldset>"
          },
          {
            "ruleID": "QW-WCAG-T3",
            "what": "This technique checks the correct use of the description element for form controls",
            "ordinalSeverity": 2,
            "tagName": "FIELDSET",
            "id": "give_checkout_user_info",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1)"
            },
            "excerpt": "<fieldset id=\"give_checkout_user_info\" class=\"\"> Personal Info First Name * Last Name Email Address * </fieldset>"
          },
          {
            "ruleID": "QW-WCAG-T3",
            "what": "This technique checks the correct use of the description element for form controls",
            "ordinalSeverity": 2,
            "tagName": "FIELDSET",
            "id": "give_purchase_submit",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3)"
            },
            "excerpt": "<fieldset id=\"give_purchase_submit\" class=\"give-donation-submit\"> Donation Total: $1.00 </fieldset>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 0,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"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 l ... ementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-g …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T21",
            "what": "This technique checks the text alternative of images which are the only content of a link",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(4)"
            },
            "excerpt": "<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(5)"
            },
            "excerpt": "<link rel=\"pingback\" href=\"https://gregghart.org/xmlrpc.php\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(32)"
            },
            "excerpt": "<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(33)"
            },
            "excerpt": "<link rel=\"dns-prefetch\" href=\"//s.w.org\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "wp-block-library-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(40)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "venobox.min-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(41)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "bootstrap-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(42)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "mpd-fonts-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(43)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "swiper.min-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(44)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "mpd-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(45)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "contact-form-7-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(47)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "menu-image-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(48)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "dashicons-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(49)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "give-styles-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(50)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "give-donation-summary-style-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(51)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "font-awesome-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(52)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "kava-parent-theme-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(53)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "kava-theme-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(54)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "kava-theme-main-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(56)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "blog-layouts-module-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(57)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "cx-google-fonts-kava-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(58)"
            },
            "excerpt": "<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&amp;subset=latin&amp;ver=5.9.3\" type=\"text/css\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-blocks-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(59)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-elements-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(60)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-elements-skin-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(61)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(62)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(63)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "mp-accordion-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(65)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "mp-tab-style-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(66)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-blog-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(67)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-tabs-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(68)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-tricks-frontend-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(69)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "jet-theme-core-frontend-styles-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(70)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "kava-extra-nucleo-outline-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(71)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "google-fonts-1-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(72)"
            },
            "excerpt": "<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%2C60 ... 00italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C …"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-shared-0-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(73)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-fa-solid-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(74)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "elementor-icons-fa-brands-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(75)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(76)"
            },
            "excerpt": "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://gregghart.org/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css?ver=e122aaff\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(77)"
            },
            "excerpt": "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://fonts.googleapis.com/css?display=swap&amp;family=Playfair+Display%3A300%2C400\" media=\"all\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(93)"
            },
            "excerpt": "<link rel=\"https://api.w.org/\" href=\"https://gregghart.org/wp-json/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(95)"
            },
            "excerpt": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://gregghart.org/xmlrpc.php?rsd\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(96)"
            },
            "excerpt": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://gregghart.org/wp-includes/wlwmanifest.xml\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(98)"
            },
            "excerpt": "<link rel=\"shortlink\" href=\"https://gregghart.org/\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(105)"
            },
            "excerpt": "<link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector-150x150.jpg\" sizes=\"32x32\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(106)"
            },
            "excerpt": "<link rel=\"icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\" sizes=\"192x192\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > head:nth-child(1) > link:nth-child(107)"
            },
            "excerpt": "<link rel=\"apple-touch-icon\" href=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg-Hart_vector.jpg\">"
          },
          {
            "ruleID": "QW-WCAG-T15",
            "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.",
            "ordinalSeverity": 0,
            "tagName": "LINK",
            "id": "e-animations-css",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > link:nth-child(11)"
            },
            "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": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "give-donation-level-button-wrap",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2)"
            },
            "excerpt": "<ul id=\"give-donation-level-button-wrap\" class=\"give-donation-levels-wrap give-list-inline \"><li><button type=\"button\" data-price-id=\"0\" class=\"give-donation-level-btn give-btn give-btn-level-0 give-d ... ld(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(1) > button:nth-child(1)\">$1.00</button></li><li><button type=\"button\" data-price-id=\"1\" class=\"give …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "give-gateway-radio-list",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul id=\"give-gateway-radio-list\"> <li class=\"give-gateway-option-selected\"> <input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\"  ... > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)\"> <label for=\"give-gateway-manual-52-1\" class=\"give-gateway-option\" id=\"give- …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4)"
            },
            "excerpt": "<ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\"><li class=\"slick-active\" role=\"presentation\"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > artic ... \"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child …"
          },
          {
            "ruleID": "QW-WCAG-T19",
            "what": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.",
            "ordinalSeverity": 2,
            "tagName": "FORM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)"
            },
            "excerpt": "<form method=\"POST\" action=\"#\" class=\"jet-subscribe-form__form\"> I`M IN </form>"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cud ... 0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cud ... wLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cud ... 0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img loading=\"lazy\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cud ... wLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)"
            },
            "excerpt": "<img src=\"https://gregghart.org/wp-content/uploads/2022/09/Gregg_Portrait-2022_952_r_crop.jpg\" title=\"Gregg_Portrait-2022_952_r_crop\" alt=\"Gregg_Portrait-2022_952_r_crop\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img width=\"574\" height=\"431\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg\" class=\"attachment-full size-full\" alt=\"homeimg2\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg2.jpg 574w, https://gregghart.org/wp-content/uploads/2020/02/homeimg2-300x225.jpg 300w\" sizes=\"(max-width: 574px) 100vw, 574px\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Agriculture_crop.jpg\" alt=\"Agriculture_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/San-Marcos-Foothills-Preserve-1.jpg\" alt=\"San-Marcos-Foothills-Preserve-1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Equity-1_crop.jpg\" alt=\"Equity---1_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Health-Care-3.jpg\" alt=\"Health-Care-3\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Homelessness.jpg\" alt=\"Homelessness\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Housing-1.jpg\" alt=\"Housing---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Jobs_CP.jpg\" alt=\"Gregg---Jobs_CP\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Public-Safety-1.jpg\" alt=\"Public-Safety---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Agriculture_crop.jpg\" alt=\"Agriculture_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/San-Marcos-Foothills-Preserve-1.jpg\" alt=\"San-Marcos-Foothills-Preserve-1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Equity-1_crop.jpg\" alt=\"Equity---1_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Health-Care-3.jpg\" alt=\"Health-Care-3\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Homelessness.jpg\" alt=\"Homelessness\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Housing-1.jpg\" alt=\"Housing---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Jobs_CP.jpg\" alt=\"Gregg---Jobs_CP\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Public-Safety-1.jpg\" alt=\"Public-Safety---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Reproductive-Rights_crop2.jpg\" alt=\"Reproductive-Rights_crop2\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/09/Criminal-Justice-1.jpg\" alt=\"Criminal-Justice---1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://gregghart.org/wp-content/uploads/2022/10/Gregg-Water-and-Lake-Cachuma-2_crop.jpg\" alt=\"Gregg---Water-and-Lake-Cachuma-(2)_crop\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog2-1920x1080-1.jpg\" alt=\"blog2-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog3.jpg\" alt=\"blog3\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog2-1920x1080-1.jpg\" alt=\"blog2-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog3.jpg\" alt=\"blog3\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog4-1920x1080-1.jpg\" alt=\"blog4-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog5-1920x1080-1.jpg\" alt=\"blog5-1920x1080\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img class=\"jet-testimonials__tag-img\" src=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/wp-content/uploads/2020/02/blog1.jpg\" alt=\"blog1\" loading=\"lazy\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img width=\"601\" height=\"451\" src=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg\" class=\"attachment-full size-full\" alt=\"homeimg3\" loading=\"lazy\" srcset=\"https://gregghart.org/wp-content/uploads/2020/02/homeimg3.jpg 601w, https://gregghart.org/wp-content/uploads/2020/02/homeimg3-300x225.jpg 300w\" sizes=\"(max-width: 601px) 100vw, 601px\">"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<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 l ... ementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-g …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> /*! elementor - v3.7.5 - 14-09-2022 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-gri ... elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var( …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(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\"> Instagram </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Home</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Priorities</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Media</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Video</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Print</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorsements</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorse</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Volunteer</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Gallery</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Contibute</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(2)"
            },
            "excerpt": "<h1 class=\"elementor-heading-title elementor-size-default\">Get Involved</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-060de8a elementor-widget__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"060de8a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> Add your name to get Marta Tompson to the White House! </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/contacts/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"> join us </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Quick Donation </h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-form-honeypot-52",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > span:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-form-id-prefix\" value=\"52-1\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(3)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-form-id\" value=\"52\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(4)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-form-title\" value=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(5)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-current-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(6)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-form-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(7)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-form-hash\" value=\"30499a24c3\" data-time=\"1584352237\" data-nonce-life=\"86400\" data-donor-session=\"0\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(8)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-price-id\" value=\"0\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-amount",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > input:nth-child(10)"
            },
            "excerpt": "<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" required=\"\" aria-required=\"true\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(1) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"0\" class=\"give-donation-level-btn give-btn give-btn-level-0 give-default-level price_donate\" value=\"1.00\" data-default=\"1\">$1.00</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"1\" class=\"give-donation-level-btn give-btn give-btn-level-1 price_donate\" value=\"5\" data-default=\"0\">$5</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(3) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"2\" class=\"give-donation-level-btn give-btn give-btn-level-2 price_donate\" value=\"25\" data-default=\"0\">$25</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(4) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"3\" class=\"give-donation-level-btn give-btn give-btn-level-3 price_donate\" value=\"50\" data-default=\"0\">$50</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > ul:nth-child(2) > li:nth-child(5) > button:nth-child(1)"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"4\" class=\"give-donation-level-btn give-btn give-btn-level-4 price_donate\" value=\"100\" data-default=\"0\">$100</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > button:nth-child(3)"
            },
            "excerpt": "<button type=\"button\" class=\"give-btn give-btn-reveal donate_button\">Donate </button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-stripe-payment-method-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > input:nth-child(4)"
            },
            "excerpt": "<input id=\"give-stripe-payment-method-52-1\" type=\"hidden\" name=\"give_stripe_payment_method\" value=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-gateway-manual-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"manual\" checked=\"checked\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-gateway-offline-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-offline-52-1\" value=\"offline\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-gateway-stripe-52-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-stripe-52-1\" value=\"stripe\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-first",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)"
            },
            "excerpt": "<input class=\"give-input required\" type=\"text\" name=\"give_first\" autocomplete=\"given-name\" placeholder=\"First Name\" id=\"give-first\" value=\"\" required=\"\" aria-required=\"true\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-last",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input class=\"give-input\" type=\"text\" name=\"give_last\" autocomplete=\"family-name\" id=\"give-last\" placeholder=\"Last Name\" value=\"\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-email",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(2)"
            },
            "excerpt": "<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\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(2)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-user-id\" value=\"1\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(3)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give_action\" value=\"purchase\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > input:nth-child(4)"
            },
            "excerpt": "<input type=\"hidden\" name=\"give-gateway\" value=\"manual\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "give-purchase-button ",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > div:nth-child(5) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1)"
            },
            "excerpt": "<strong style=\"color: #3b3d42; font-family: 'Playfair Display', serif; font-size: 21px; letter-spacing: 0px; text-align: inherit;\">Gregg Hart&nbsp; &nbsp;&nbsp;</strong>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
            },
            "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": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-77ab65f elementor-widget__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"77ab65f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> The most successful and promising candidate. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-3ec4987 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"3ec4987\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> Marta ... ican success story, continually setting the standards of excellence while expanding their interests in real estate, sports and entertainment. She is a graduate of the Wharton School of Finance. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"> Learn More </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities </h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 ens ... olicies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe  ... transparency and fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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  ... s and projects to modernize California’s water systems and provide a reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 la ... rs and ranchers with 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>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 wil ... vesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 season ... and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg r ... ize equity and justice when advancing environmental policy, recognizing that communities of color and underrepresented communities have been disproportionately impacted by environmental hazards.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Equity</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 sy ... LGBTQ Californians. Gregg will partner with marginalized communities to understand the inequities that exist and develop solutions that make our state more just, healthy, and prosperous for all.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage  ... rk to be done. Gregg will work to move us closer to universal health coverage and support policies that lower drug prices, empower healthcare professionals, and increase mental health services. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that he ...  stream for the creation of supportive housing units. Gregg has led partnerships that bring together the public, nonprofit, and private sectors to stand up new services and bring people indoors.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Housing</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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  ...  in our community should be able to afford to live here. Gregg will make sure the state works collaboratively with cities and counties to meet the unique housing needs of individual communities.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small busi ... re paid fairly and treated with respect. Gregg will champion policies that help working families and create new economic opportunities, especially as we emerge from the current inflation crisis.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 unders ... lifornia Highway Patrolmen’s Association, the California Coalition of Law Enforcement Associations, the Santa Barbara City Police Officers Association, and District Attorney-Elect John Savrnoch.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 ens ... olicies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe  ... transparency and fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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  ... s and projects to modernize California’s water systems and provide a reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 la ... rs and ranchers with 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>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 wil ... vesting in our community colleges and public universities. Gregg strongly believes that this investment must include California’s technical education programs that promote trade apprenticeships.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<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 season ... and technology, and improve our emergency communication systems. Gregg is proud to be supported by the California Professional Firefighters and the Santa Barbara County Firefighters Association.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg is committed to transitioning away from fossil fuels that create greenhouse gas emissions, accelerate climate change, and threaten our groundwater. Gregg r ... ize equity and justice when advancing environmental policy, recognizing that communities of color and underrepresented communities have been disproportionately impacted by environmental hazards.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Equity</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 sy ... LGBTQ Californians. Gregg will partner with marginalized communities to understand the inequities that exist and develop solutions that make our state more just, healthy, and prosperous for all.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg believes that every Californian should have access to high-quality and affordable healthcare. California has made significant progress in closing coverage  ... rk to be done. Gregg will work to move us closer to universal health coverage and support policies that lower drug prices, empower healthcare professionals, and increase mental health services. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">We must end California’s homelessness crisis. Gregg will support policies that prevent people from falling into homelessness, provide supportive services that he ...  stream for the creation of supportive housing units. Gregg has led partnerships that bring together the public, nonprofit, and private sectors to stand up new services and bring people indoors.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Housing</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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  ...  in our community should be able to afford to live here. Gregg will make sure the state works collaboratively with cities and counties to meet the unique housing needs of individual communities.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Small businesses are the backbone of our communities and our regional economy. As a former small business owner, Gregg understands the challenges that small busi ... re paid fairly and treated with respect. Gregg will champion policies that help working families and create new economic opportunities, especially as we emerge from the current inflation crisis.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 unders ... lifornia Highway Patrolmen’s Association, the California Coalition of Law Enforcement Associations, the Santa Barbara City Police Officers Association, and District Attorney-Elect John Savrnoch.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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 ens ... olicies in the State Assembly. He is proud to be the only Assembly District 37 candidate to earn the endorsement of Planned Parenthood Central Coast Action Fund and NARAL Pro-Choice California. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Gregg is committed to working with crime survivors, law enforcement, community organizations, and criminal justice reform advocates to keep our communities safe  ... transparency and fairness. Gregg is committed to ending gun violence. He will also invest in treatment and support programs to make our communities safer, reduce recidivism, and advance equity. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">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  ... s and projects to modernize California’s water systems and provide a reliable water supply for all California residents and for our vital agriculture industry, while protecting our environment. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest News and Updates</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Fighting for What You Believe in Most</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Making a Difference in People’s Lives</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Sanders Statement on CLNC Chair Resignation</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">BURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issued the following statement on the resignation of Debbie Wasserman Schultz as ConLiberal Party chairwoman: “Debbie Wasserman…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Fighting for What You Believe in Most</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Making a Difference in People’s Lives</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Fear is the true enemy, the only enemy. We could cause a diplomatic crisis. Take the ship into the Neutral Zone, you enjoyed that. When has justice ever been as simple as a rule book? Some days you get…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Sanders Statement on CLNC Chair Resignation</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">BURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issued the following statement on the resignation of Debbie Wasserman Schultz as ConLiberal Party chairwoman: “Debbie Wasserman…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">ConLiberal Rules Committee Passes Reform Commission to Reform…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">PHILADELPHIA – The ConLiberal National Convention Rules Committee on Saturday approved a unity reform commission charged with reducing the number of so-called superdelegates.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Mark McKohen Highlights Leadership On Venezuela At West…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">The candidates will take questions from the audience and from CNN’s Anderson Cooper, who will moderate the event, focusing on the current state of the 2016 race and the platform of the Libertarian Party.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</h5>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"jet-testimonials__comment\">Representative Mark McKohen of Virginia says he plans to vote for the Libertarian Party’s presidential ticket, becoming the first member of Congress to express support for Gary Johnson’s…</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Volunteer for the Campaign</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-450c502 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"450c502\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> We are in this race to win it!. </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-54d1793 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"54d1793\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> But only if we stand united, together e can make history. We need you to be a part of it. Join us now! </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"> volunteer </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Hurry Up</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-5e2f8da elementor-widget-tablet__width-auto elementor-widget elementor-widget-text-editor is-mac\" data-id=\"5e2f8da\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> The clock is ticking, so hurry up to make your contribution into building a better America for yourself and your kids! </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">2</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">9</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Day(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">2</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">3</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Hour(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">5</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">9</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Minute(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">1</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">7</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Second(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Get Involved</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a class=\"jet-subscribe-form__submit elementor-button elementor-size-md\" href=\"#\">I`M IN</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-7fe8722 elementor-widget elementor-widget-text-editor is-mac\" data-id=\"7fe8722\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-bbe0dbc elementor-widget__width-auto elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor is-mac\" data-id=\"bbe0dbc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> PAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #1444010 </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> Facebook-f Instagram </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(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\"> Facebook-f </a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(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\"> Instagram </a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Home</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Priorities</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Media</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorsements</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Endorse</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Volunteer</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-nav-link-text\">Gallery</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(8) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"menu-image-title-hide menu-image-title\">Contibute</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(2)"
            },
            "excerpt": "<h1 class=\"elementor-heading-title elementor-size-default\">Get Involved</h1>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> Add your name to get Marta Tompson to the White House! </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Quick Donation </h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > label:nth-child(9)"
            },
            "excerpt": "<label class=\"give-hidden\" for=\"give-amount\">Donation Amount:</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"give-currency-symbol give-currency-position-before\">__report__lt;/span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "give-amount-text",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(11) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span id=\"give-amount-text\" class=\"give-text-input give-amount-top input_dollar\">1.00</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LEGEND",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > legend:nth-child(1)"
            },
            "excerpt": "<legend class=\"give-payment-mode-label\">Select Payment Method </legend>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "give-gateway-option-manual",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > label:nth-child(2)"
            },
            "excerpt": "<label for=\"give-gateway-manual-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-manual\"> Test Donation</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "give-gateway-option-offline",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > label:nth-child(2)"
            },
            "excerpt": "<label for=\"give-gateway-offline-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-offline\"> Offline Donation</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "give-gateway-option-stripe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > fieldset:nth-child(12) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > label:nth-child(2)"
            },
            "excerpt": "<label for=\"give-gateway-stripe-52-1\" class=\"give-gateway-option\" id=\"give-gateway-option-stripe\"> Credit Card</label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LEGEND",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > legend:nth-child(1)"
            },
            "excerpt": "<legend> Personal Info </legend>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > label:nth-child(1)"
            },
            "excerpt": "<label class=\"give-label\" for=\"give-first\"> First Name * </label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(2) > label:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"give-required-indicator\">*</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(3) > label:nth-child(1)"
            },
            "excerpt": "<label class=\"give-label\" for=\"give-last\"> Last Name </label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > label:nth-child(1)"
            },
            "excerpt": "<label class=\"give-label\" for=\"give-email\"> Email Address * </label>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(1) > p:nth-child(4) > label:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"give-required-indicator\">*</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"give-donation-total-label\"> Donation Total: </span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(13) > fieldset:nth-child(3) > p:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"give-final-total-amount\" data-total=\"1.00\"> $1.00 </span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>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 d ... y his parents, who spent their lives working for the community: His mother worked as an elementary school teacher, and his father was the Library Director for the City and County of Santa Barbara.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p>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 Gov ...  arena led him to serve as the Deputy Executive Director for SBCAG, supporting regional efforts to widen the 101 freeway and improve bus and passenger rail service throughout Santa Barbara County.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3)"
            },
            "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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4)"
            },
            "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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(5)"
            },
            "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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(6)"
            },
            "excerpt": "<p>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. A ... will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > em:nth-child(1)"
            },
            "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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(3) > em:nth-child(1)"
            },
            "excerpt": "<em>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 life for all who call California home.”</em>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(4) > strong:nth-child(1) > em:nth-child(1)"
            },
            "excerpt": "<em>Gregg Hart&nbsp; &nbsp;&nbsp;</em>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1) > span:nth-child(1)"
            },
            "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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(3)"
            },
            "excerpt": "<p>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 d ... ant 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 gree …"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > 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": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(7)"
            },
            "excerpt": "<p>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. A ... will be to focus on equity, criminal justice reform, environmental protections, education, economic opportunity, and practical initiatives to tackle homelessness and the affordable housing crisis.</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> The most successful and promising candidate. </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> Marta Tompson offers some new kind of a political approach, as opposed to the partisan rhetorics that tears the country and either of the parties apart. This p ... ican success story, continually setting the standards of excellence while expanding their interests in real estate, sports and entertainment. She is a graduate of the Wharton School of Finance. </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities </h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Equity</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Housing</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(16) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(17) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(18) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(19) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(20) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(21) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Equity</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(22) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Healthcare</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(23) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Homelessness</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(24) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Housing</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(25) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Jobs and Economic Security</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(26) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Public Safety</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(27) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Reproductive Rights </h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(28) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Criminal Justice</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(29) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Water</h5>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Latest News and Updates</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/fighting-for-what-you-believe-in-most/\" tabindex=\"0\">Fighting for What You Believe in Most</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/making-a-difference-in-peoples-lives/\" tabindex=\"0\">Making a Difference in People’s Lives</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/sanders-statement-on-clnc-chair-resignation/\" tabindex=\"0\">Sanders Statement on CLNC Chair Resignation</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/fighting-for-what-you-believe-in-most/\" tabindex=\"-1\">Fighting for What You Believe in Most</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/making-a-difference-in-peoples-lives/\" tabindex=\"-1\">Making a Difference in People’s Lives</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(12) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/sanders-statement-on-clnc-chair-resignation/\" tabindex=\"-1\">Sanders Statement on CLNC Chair Resignation</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(13) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/conliberal-rules-committee-passes-reform-commission-to-reform-electoral-process/\" tabindex=\"-1\">ConLiberal Rules Committee Passes Reform Commission to Reform…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(14) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/mark-mckohen-highlights-leadership-on-venezuela-at-west-miami-event/\" tabindex=\"-1\">Mark McKohen Highlights Leadership On Venezuela At West…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(15) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/2020/02/05/nyt-congressman-backs-libertarian-presidential-candidate-in-campaign-first/\" tabindex=\"-1\">NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…</a>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Volunteer for the Campaign</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> We are in this race to win it!. </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> But only if we stand united, together e can make history. We need you to be a part of it. Join us now! </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Hurry Up</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> The clock is ticking, so hurry up to make your contribution into building a better America for yourself and your kids! </div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">2</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">9</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Day(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">2</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">3</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Hour(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">5</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">9</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Minute(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__separator\">:</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">1</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"jet-countdown-timer__digit\">7</span>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(2)"
            },
            "excerpt": "<div class=\"jet-countdown-timer__item-label\">Second(s)</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Get Involved</h2>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div class=\"elementor-heading-title elementor-size-default\">Contact</div>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p>GREGG HART FOR ASSEMBLY 2022226 E. Canon Perdido St. #DSanta Barbara, CA 93101gregghartforassembly@gmail.com</p>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong>GREGG HART FOR ASSEMBLY</strong>"
          },
          {
            "ruleID": "QW-WCAG-T31",
            "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(4) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > a:nth-child(5)"
            },
            "excerpt": "<a href=\"mailto:gregghartforassembly@gmail.com\">gregghartforassembly@gmail.com</a>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Meet Gregg Hart</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Gregg Hart – Priorities </h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Agriculture</h5>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Education</h5>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Emergency Preparedness</h5>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(2)"
            },
            "excerpt": "<h5 class=\"jet-testimonials__title\">Environment</h5>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"skip-link screen-reader-text\" href=\"#content\">Skip to content</a>"
          },
          {
            "ruleID": "QW-BP17",
            "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "content",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"content\" class=\"site-content \"> /*! elementor - v3.7.5 - 14-09-2022 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.e ... dget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;fo …"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(1)"
            },
            "excerpt": "<li class=\"slick-active\" role=\"presentation\">1</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"presentation\">2</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(3)"
            },
            "excerpt": "<li role=\"presentation\">3</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(4)"
            },
            "excerpt": "<li role=\"presentation\">4</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(5)"
            },
            "excerpt": "<li role=\"presentation\">5</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(6)"
            },
            "excerpt": "<li role=\"presentation\">6</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(7)"
            },
            "excerpt": "<li role=\"presentation\">7</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(8)"
            },
            "excerpt": "<li role=\"presentation\">8</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(9)"
            },
            "excerpt": "<li role=\"presentation\">9</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(10)"
            },
            "excerpt": "<li role=\"presentation\">10</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(11)"
            },
            "excerpt": "<li role=\"presentation\">11</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(12)"
            },
            "excerpt": "<li role=\"presentation\">12</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(3) > article:nth-child(1) > div:nth-child(1) > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(4) > li:nth-child(13)"
            },
            "excerpt": "<li role=\"presentation\">13</li>"
          }
        ]
      },
      "endTime": 1687097745804
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687097745804,
      "url": "https://gregghart.org/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.103",
        "responseTime": "2023-06-18T14:15:45.531Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1363447,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 167,
              "failing": 13
            },
            "issues": {
              "totalErrors": 26,
              "totalWarnings": 4,
              "totalIssues": 30
            },
            "issuesByLevel": {
              "A": {
                "count": 21,
                "pct": 70
              },
              "AA": {
                "count": 13,
                "pct": 43.33
              },
              "AAA": {
                "count": 30,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 0,
              "allDensity": 2
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "9118a436-f619-48a1-bb49-e5f86e68b519",
          "docID": "775518c8-cd71-4d4e-e33b-19e2bdcc713a",
          "sourceHash": "e505915029b3a6a2184e5c7e5b06fca6",
          "urlHttpCode": 200,
          "clientScriptErrors": [
            {},
            {}
          ],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=9118a436-f619-48a1-bb49-e5f86e68b519",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4894.31
                },
                "height": 4894.31,
                "width": 1024
              },
              "position": {
                "line": 9478,
                "column": 60
              },
              "errorSnippet": "&lt;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 element",
              "xpath": "/html/body",
              "issueID": "46f86dcb449c51df2cc2880497fa0434",
              "signature": "7ce3af92c3a73aadc2dbfb413691a4bc",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=46f86dcb449c51df2cc2880497fa0434"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 18.28125
                },
                "bottom-right": {
                  "x": 209,
                  "y": 42.28125
                },
                "height": 24,
                "width": 209
              },
              "position": {
                "line": 11604,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"&gt;&lt;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\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "3edd7c57f9bf7311fcd5d5a8b9015bb3",
              "signature": "b40d57b077bac8ebd609ff7758001f28",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=3edd7c57f9bf7311fcd5d5a8b9015bb3"
            },
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -92,
                  "y": -42
                },
                "height": -42,
                "width": -92
              },
              "position": {
                "line": 7473,
                "column": 1090
              },
              "errorSnippet": "&lt;a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"&gt; &lt;span class=\"elementor-button-content-wrapper\"&gt; &lt;span class=\"elementor-button-text\"&g",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[5]/div[2]/div[2]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "issueID": "2a9d3b8cd4a7194977496859842872ce",
              "signature": "88545773cc122b5afd8be9d76f15c6ce",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=2a9d3b8cd4a7194977496859842872ce"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 399,
                  "y": 0
                },
                "bottom-right": {
                  "x": 451,
                  "y": 52
                },
                "height": 52,
                "width": 52
              },
              "position": {
                "line": 11675,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\"&gt; &lt;span class=\"elementor-screen-only\"&gt;Facebook-f&lt;/span&gt; &lt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "0ea67bec66a1cea5e7b8071d6d4fd6af",
              "signature": "8aabd026fe0889a1a9ad81a09ea98816",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=0ea67bec66a1cea5e7b8071d6d4fd6af"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 71.1875,
                  "y": 30.5938
                },
                "height": 30.5938,
                "width": 71.1875
              },
              "position": {
                "line": 15155,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;style style=\"\"&gt;/*! elementor - v3.7.5 - 14-09-2022 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widg",
              "xpath": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[1]/div[1]",
              "issueID": "d8c2029ecb13b83c57e97393f83dbdb6",
              "signature": "10b1c85c7ffa06bead11f0bf76caa9fa",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=d8c2029ecb13b83c57e97393f83dbdb6"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 919,
                  "y": 52
                },
                "height": 52,
                "width": 919
              },
              "position": {
                "line": 16032,
                "column": 4
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;div class=\"elementor-social-icons-wrapper elementor-grid\"&gt; &lt;span class=\"elementor-grid-item\"&gt; &lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeate",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "issueID": "64827e8e1baf9cdd3694a61f8bdad183",
              "signature": "54a84e79f4c695c180524c5622cd82d2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=64827e8e1baf9cdd3694a61f8bdad183"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15226,
                "column": 0
              },
              "errorSnippet": "&lt;div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"fullwidth\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition \"&gt;&lt;div class=\"n2-ss-slider-wrapper-inside\"&gt; &lt;div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\"&gt; &lt;di",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "eeb0cfc394138f2cf2ed1f3a6d921b19",
              "signature": "f7be2ae3c62e2581661421c9fab3e028",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=eeb0cfc394138f2cf2ed1f3a6d921b19"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 15245,
                "column": 0
              },
              "errorSnippet": "&lt;div id=\"n2-ss-3\" data-creator=\"Smart Slider 3\" data-responsive=\"fullwidth\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition \"&gt;&lt;div class=\"n2-ss-slider-wrapper-inside\"&gt; &lt;div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\"&gt; &lt;di",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "9af1ae658d289afe82c906ec64e0302c",
              "signature": "55b3cd235bc78efbe9733ade9ab5d7cf",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9af1ae658d289afe82c906ec64e0302c"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": -15,
                  "y": -15
                },
                "bottom-right": {
                  "x": -41,
                  "y": -33
                },
                "height": -18,
                "width": -26
              },
              "position": {
                "line": 7443,
                "column": 215
              },
              "errorSnippet": "&lt;input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\" style=\"\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/span[1]/input[1]",
              "issueID": "a4beab423e1b2f4a0fcfdbb8211ae6e8",
              "signature": "0526c2c3947a19afabc66f19ce0be5ea",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a4beab423e1b2f4a0fcfdbb8211ae6e8"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -36,
                  "y": -50
                },
                "height": -50,
                "width": -36
              },
              "position": {
                "line": 15352,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" data-price-id=\"1\" class=\"give-donation-level-btn give-btn give-btn-level-1 price_donate\" value=\"5\" data-default=\"0\"&gt;$5&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[2]/button[1]",
              "issueID": "0c8d38e252b6a5c6a51956aa6447f3ec",
              "signature": "2862db4dae0025ec60d7b16616966cee",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0c8d38e252b6a5c6a51956aa6447f3ec"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -36,
                  "y": -50
                },
                "height": -50,
                "width": -36
              },
              "position": {
                "line": 15352,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" data-price-id=\"2\" class=\"give-donation-level-btn give-btn give-btn-level-2 price_donate\" value=\"25\" data-default=\"0\"&gt;$25&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[3]/button[1]",
              "issueID": "018a9d989fd2c2fd853cb9d3e35723d2",
              "signature": "f724810ffab1e6347b440bdf9fab0105",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=018a9d989fd2c2fd853cb9d3e35723d2"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -36,
                  "y": -50
                },
                "height": -50,
                "width": -36
              },
              "position": {
                "line": 15352,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" data-price-id=\"3\" class=\"give-donation-level-btn give-btn give-btn-level-3 price_donate\" value=\"50\" data-default=\"0\"&gt;$50&lt;/button&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[4]/button[1]",
              "issueID": "c73ced4fd8d9bf83201a8992786e70e6",
              "signature": "d316605def5fa738c330da9dd5ef1313",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c73ced4fd8d9bf83201a8992786e70e6"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -98,
                  "y": -52
                },
                "height": -52,
                "width": -98
              },
              "position": {
                "line": 15371,
                "column": 8
              },
              "errorSnippet": "&lt;input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/fieldset[2]/div[1]/input[1]",
              "issueID": "83d7319f711f892b66cb759fd9e8ac5e",
              "signature": "bad671bd1b481f872f2a2afe9cb7a2bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=83d7319f711f892b66cb759fd9e8ac5e"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -35
                },
                "height": -35,
                "width": 0
              },
              "position": {
                "line": 15391,
                "column": 4
              },
              "errorSnippet": "&lt;input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\"&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[11]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1]",
              "issueID": "7a5c361044ff0dd51ccae0f0175cb7e3",
              "signature": "bc1bb8aa7fd0c64b2a13464873f61d53",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7a5c361044ff0dd51ccae0f0175cb7e3"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 919,
                  "y": 55
                },
                "height": 55,
                "width": 919
              },
              "position": {
                "line": 16025,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-element elementor-element-bbe0dbc elementor-widget__width-auto elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor is-mac\" data-id=\"bbe0dbc\" data-element_type=\"widget\" data-widget_type=\"text-edito",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "660121ed190d4dd51316bcad14ac05f1",
              "signature": "e57746ee2ed9267dfbbd4dbe327d9994",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=660121ed190d4dd51316bcad14ac05f1"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 919,
                  "y": 25
                },
                "height": 25,
                "width": 919
              },
              "position": {
                "line": 16026,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"elementor-widget-container\"&gt; &lt;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;\"&gt;PAID ",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "38234babe0153f0ff0b18beff38edba9",
              "signature": "2364be2d9463eb90e7b15276d84c7d4c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=38234babe0153f0ff0b18beff38edba9"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 217.5,
                  "y": -7
                },
                "bottom-right": {
                  "x": 597.5,
                  "y": 53
                },
                "height": 60,
                "width": 380
              },
              "position": {
                "line": 16049,
                "column": 1
              },
              "errorSnippet": "&lt;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;\"&gt;PAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #14",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]",
              "issueID": "4e86953e8af2ec3fb7827a7190e55a0e",
              "signature": "cbc47d8b10a0138d74a02d42d702b326",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4e86953e8af2ec3fb7827a7190e55a0e"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 24
                },
                "bottom-right": {
                  "x": 451,
                  "y": 176
                },
                "height": 152,
                "width": 451
              },
              "position": {
                "line": 15501,
                "column": 0
              },
              "errorSnippet": "&lt;em&gt;“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.",
              "xpath": "/html/body/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]",
              "issueID": "2fbd25a6c09d22d6bd7f7dcd53fc2421",
              "signature": "a30c1b052d3cd18b4087c3894f2c40da",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=2fbd25a6c09d22d6bd7f7dcd53fc2421"
            },
            {
              "tID": 154,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This long string of text is in italics.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This element contains a long passage of text that is italicized. Long strings of italicized text can be very difficult for people to read, especially those with dyslexia. Modify this passage of text so that it is no longer italicized. This will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 204
                },
                "bottom-right": {
                  "x": 453,
                  "y": 420
                },
                "height": 216,
                "width": 453
              },
              "position": {
                "line": 15501,
                "column": 0
              },
              "errorSnippet": "&lt;em&gt;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 thes",
              "xpath": "/html/body/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]",
              "issueID": "f5bb4cd4f46a6fbdef0fe3aa4d3334e9",
              "signature": "7fde0e9586ac2bee574eb91d96f951ad",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=154&issueID=f5bb4cd4f46a6fbdef0fe3aa4d3334e9"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 4894.31
                },
                "height": 4894.31,
                "width": 1024
              },
              "position": {
                "line": 9478,
                "column": 60
              },
              "errorSnippet": "&lt;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 element",
              "xpath": "/html/body",
              "issueID": "fec5eda7603fc3e4339bb06818d310ae",
              "signature": "95712c0d292d15e1b6171dcf413ea994",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=fec5eda7603fc3e4339bb06818d310ae"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 1152
                },
                "bottom-right": {
                  "x": 994,
                  "y": 1172
                },
                "height": 20,
                "width": 994
              },
              "position": {
                "line": 11136,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"jet-slick-dots\" style=\"\" role=\"tablist\"&gt;&lt;li class=\"slick-active\" role=\"presentation\"&gt;&lt;span&gt;1&lt;/span&gt;&lt;/li&gt;&lt;li role=\"presentation\"&gt;&lt;span&gt;2&lt;/span&gt;&lt;/li&gt;&lt;li role=\"presentation\"&gt;&lt;span&gt;",
              "xpath": "/html/body/div[1]/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]",
              "issueID": "a001f454d5a0979bc549044ad62e2b40",
              "signature": "aa01fc2e6692d6eab38be541e4a09baa",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=a001f454d5a0979bc549044ad62e2b40"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 15,
                  "y": 32
                },
                "height": 32,
                "width": 15
              },
              "position": {
                "line": 16034,
                "column": 5
              },
              "errorSnippet": "&lt;div id=\"toTop\" role=\"button\" style=\"display: none;\"&gt;&lt;/div&gt;",
              "xpath": "/html/body/div[2]",
              "issueID": "eafbdfc5a1976e47ef12962bfb20ca2f",
              "signature": "6aebe88242babf62fc9ee93a133a3027",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=eafbdfc5a1976e47ef12962bfb20ca2f"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 15,
                  "y": 32
                },
                "height": 32,
                "width": 15
              },
              "position": {
                "line": 16042,
                "column": 7
              },
              "errorSnippet": "&lt;div id=\"toTop\" role=\"button\" style=\"display: none;\"&gt;&lt;/div&gt;",
              "xpath": "/html/body/div[3]",
              "issueID": "7cbf141321db35ebaca2d30a76ed172e",
              "signature": "cce3580f465eb177d0279d84ace2be71",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=7cbf141321db35ebaca2d30a76ed172e"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 30.5938,
                  "y": 30.5938
                },
                "height": 30.5938,
                "width": 30.5938
              },
              "position": {
                "line": 7442,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-c3e5730\" href=\"https://www.facebook.com/hartforassembly/\" target=\"_blank\"&gt; &lt;span class=\"elementor-screen-only\"&gt;Facebook-f&lt;/span&gt; &lt",
              "xpath": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "c8023255d856b6c46465727fae7fe0e7",
              "signature": "f18b51af05c1c11a9e6e3e38be8ab7a8",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c8023255d856b6c46465727fae7fe0e7"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40.59375,
                  "y": 0
                },
                "bottom-right": {
                  "x": 71.18755,
                  "y": 30.5938
                },
                "height": 30.5938,
                "width": 30.5938
              },
              "position": {
                "line": 7442,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-6d27fd9\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\"&gt; &lt;span class=\"elementor-screen-only\"&gt;Instagram&lt;/span&gt; &lt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]",
              "issueID": "49b8e980168a9ee1cb6062ed371b8266",
              "signature": "7bd9c93e9e4b7662ef11d4d8d78f986b",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=49b8e980168a9ee1cb6062ed371b8266"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 64
                },
                "bottom-right": {
                  "x": 249,
                  "y": 108
                },
                "height": 44,
                "width": 209
              },
              "position": {
                "line": 7443,
                "column": 0
              },
              "errorSnippet": "&lt;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\"&gt;&lt;span class=\"jet-nav-link-text\"&gt;&lt;span class=\"menu-image-title-hide",
              "xpath": "/html/body/div[1]/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]",
              "issueID": "cd4cef68b516f05647bfd5d280d45e53",
              "signature": "56b75261f759212966ede27d81569f20",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cd4cef68b516f05647bfd5d280d45e53"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 18.28125
                },
                "bottom-right": {
                  "x": 209,
                  "y": 42.28125
                },
                "height": 24,
                "width": 209
              },
              "position": {
                "line": 11604,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"&gt;&lt;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\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "69422e502fd9b188c3411a332a772682",
              "signature": "8b1977165a9382112323eae46762ede8",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=69422e502fd9b188c3411a332a772682"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 399,
                  "y": 0
                },
                "bottom-right": {
                  "x": 451,
                  "y": 52
                },
                "height": 52,
                "width": 52
              },
              "position": {
                "line": 11675,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-1d6a605\" href=\"https://www.facebook.com/hartforassembly\" target=\"_blank\"&gt; &lt;span class=\"elementor-screen-only\"&gt;Facebook-f&lt;/span&gt; &lt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "b7ab4e5b02d629bb25c689585a48c4e5",
              "signature": "eb75a1fcea4e6c7d6644999ad437c8b6",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b7ab4e5b02d629bb25c689585a48c4e5"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 468,
                  "y": 0
                },
                "bottom-right": {
                  "x": 520,
                  "y": 52
                },
                "height": 52,
                "width": 52
              },
              "position": {
                "line": 11676,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-deb823c\" href=\"https://www.instagram.com/hartforassembly/\" target=\"_blank\"&gt; &lt;span class=\"elementor-screen-only\"&gt;Instagram&lt;/span&gt; &lt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/a[1]",
              "issueID": "20dab854d7d0b7644d8358845e648ab5",
              "signature": "680fddb54275c7c9aadaccce13d2e829",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=20dab854d7d0b7644d8358845e648ab5"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 14849,
                "column": 0
              },
              "errorSnippet": "&lt;br&gt;",
              "xpath": "/html/body/div[1]/div[1]/article[1]/div[1]/section[5]/div[2]/div[2]/div[1]/div[3]/div[1]/br[1]",
              "issueID": "7b7e0357db6d60fa76906c469ab84c7a",
              "signature": "c5cf105bb2aceae88c37bbfad43bbb32",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=7b7e0357db6d60fa76906c469ab84c7a"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          6,
          24
        ],
        "instances": [
          {
            "ruleID": "28",
            "what": "The layout or sizing of this page causes horizontal scrolling.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<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 element"
          },
          {
            "ruleID": "57",
            "what": "This link has no text inside it.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/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": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[5]/div[2]/div[2]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a href=\"https://ld-wp73.template-help.com/wordpress/prod_7099/v2/about/\" class=\"elementor-button-link elementor-button elementor-size-sm\" role=\"button\"> <span class=\"elementor-button-content-wrapper\"> <span class=\"elementor-button-text\"&g"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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> <"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.7.5 - 14-09-2022 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widg"
          },
          {
            "ruleID": "134",
            "what": "Very small text found.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <div class=\"elementor-social-icons-wrapper elementor-grid\"> <span class=\"elementor-grid-item\"> <a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeate"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n2-ss-2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"fullwidth\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition \"><div class=\"n2-ss-slider-wrapper-inside\"> <div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\"> <di"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n2-ss-3",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div id=\"n2-ss-3\" data-creator=\"Smart Slider 3\" data-responsive=\"fullwidth\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition \"><div class=\"n2-ss-slider-wrapper-inside\"> <div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\"> <di"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "give-form-honeypot-52",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/span[1]/input[1]"
            },
            "excerpt": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\" style=\"\">"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[2]/button[1]"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"1\" class=\"give-donation-level-btn give-btn give-btn-level-1 price_donate\" value=\"5\" data-default=\"0\">$5</button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[3]/button[1]"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"2\" class=\"give-donation-level-btn give-btn give-btn-level-2 price_donate\" value=\"25\" data-default=\"0\">$25</button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/ul[1]/li[4]/button[1]"
            },
            "excerpt": "<button type=\"button\" data-price-id=\"3\" class=\"give-donation-level-btn give-btn give-btn-level-3 price_donate\" value=\"50\" data-default=\"0\">$50</button>"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "give-purchase-button ",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[3]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/fieldset[2]/div[1]/input[1]"
            },
            "excerpt": "<input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-purchase\" value=\"DONATE\" data-before-validation-label=\"DONATE\">"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[11]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" placeholder=\"Email Addres\" data-instance-data=\"[]\">"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-element elementor-element-bbe0dbc elementor-widget__width-auto elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor is-mac\" data-id=\"bbe0dbc\" data-element_type=\"widget\" data-widget_type=\"text-edito"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div class=\"elementor-widget-container\"> <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;\">PAID "
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/footer[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]"
            },
            "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;\">PAID FOR BY GREGG HART FOR ASSEMBLY 2022 FPPC ID #14"
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/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]"
            },
            "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."
          },
          {
            "ruleID": "154",
            "what": "This long string of text is in italics.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/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]"
            },
            "excerpt": "<em>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 thes"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"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 element"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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 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>"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[2]"
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[3]"
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none;\"></div>"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/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> &lt"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/header[1]/div[1]/section[1]/div[2]/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> <"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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 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"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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> <"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/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> <"
          },
          {
            "ruleID": "242",
            "what": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
            "ordinalSeverity": 3,
            "tagName": "BR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/article[1]/div[1]/section[5]/div[2]/div[2]/div[1]/div[3]/div[1]/br[1]"
            },
            "excerpt": "<br>"
          }
        ]
      },
      "endTime": 1687097746490
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687097746490,
      "url": "https://gregghart.org/",
      "what": "Testaro",
      "result": {
        "rules": {
          "allHidden": {
            "what": "page that is entirely or mostly hidden",
            "data": {
              "hidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "reallyHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "display": {
                "document": "block",
                "body": "block",
                "main": null
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": ""
              },
              "id": {
                "body": "",
                "main": ""
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 1,
              "items": [
                [
                  "email",
                  "",
                  "{<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" p"
                ]
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "{<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" p"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 546
            },
            "totals": [
              1,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "bulk",
                "what": "Page contains a large number of visible elements",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "HTML",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 6,
                "impactedElements": 6
              },
              "items": [
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                },
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                },
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                },
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                },
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                },
                {
                  "tagName": "PICTURE",
                  "id": "",
                  "text": "<picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w",
                  "impact": 1
                }
              ]
            },
            "totals": [
              0,
              6,
              6,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              },
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              },
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              },
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              },
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              },
              {
                "ruleID": "filterStyle",
                "what": "PICTURE element has a filter style that impacts 1 elements",
                "ordinalSeverity": 2,
                "tagName": "PICTURE",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
              }
            ]
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 22,
              "tabFocused": 22,
              "discrepancy": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 22,
                "types": {
                  "missing": {
                    "total": 21,
                    "tagNames": {
                      "A": 16,
                      "DIV": 5
                    }
                  },
                  "nonoutline": {
                    "total": 1,
                    "tagNames": {
                      "A": 1
                    }
                  },
                  "outline": {
                    "total": 0,
                    "meanDelay": 0,
                    "tagNames": {}
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook-f"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Priorities"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorse"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Volunteer"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Gallery"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contibute"
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-2-arrow-previous",
                    "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-2-arrow-next",
                    "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
                  },
                  {
                    "tagName": "DIV",
                    "id": "slick-slide00",
                    "text": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
                  },
                  {
                    "tagName": "DIV",
                    "id": "slick-slide01",
                    "text": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
                  },
                  {
                    "tagName": "DIV",
                    "id": "slick-slide02",
                    "text": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "gregghartforassembly@gmail.com"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook-f"
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram"
                  }
                ],
                "nonoutline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "outline": []
              }
            },
            "totals": [
              0,
              0,
              1,
              21
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "A element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook-f"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Priorities"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Media"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorse"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Volunteer"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gallery"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contibute"
              },
              {
                "ruleID": "focInd",
                "what": "DIV element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "n2-ss-2-arrow-previous",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
              },
              {
                "ruleID": "focInd",
                "what": "DIV element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "n2-ss-2-arrow-next",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
              },
              {
                "ruleID": "focInd",
                "what": "DIV element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "slick-slide00",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
              },
              {
                "ruleID": "focInd",
                "what": "DIV element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "slick-slide01",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
              },
              {
                "ruleID": "focInd",
                "what": "DIV element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "slick-slide02",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "gregghartforassembly@gmail.com"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook-f"
              },
              {
                "ruleID": "focInd",
                "what": "A element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 95,
                "types": {
                  "onlyFocusable": {
                    "total": 6,
                    "tagNames": {
                      "DIV": 6
                    }
                  },
                  "onlyOperable": {
                    "total": 31,
                    "tagNames": {
                      "DIV": 6,
                      "SPAN": 13,
                      "A": 12
                    }
                  },
                  "focusableAndOperable": {
                    "total": 58,
                    "tagNames": {
                      "A": 27,
                      "DIV": 4,
                      "INPUT": 21,
                      "BUTTON": 6
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [
                  {
                    "tagName": "DIV",
                    "id": "slick-slide00",
                    "text": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
                  },
                  {
                    "tagName": "DIV",
                    "id": "slick-slide01",
                    "text": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
                  },
                  {
                    "tagName": "DIV",
                    "id": "slick-slide02",
                    "text": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "Fighting for What You Believe in MostFear is the true enemy, the only enemy. We could cause a diplom"
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "Making a Difference in People’s LivesFear is the true enemy, the only enemy. We could cause a diplom"
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "Sanders Statement on CLNC Chair ResignationBURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issu"
                  }
                ],
                "onlyOperable": [
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "<div class=\"jet-nav__mobile-trigger jet-nav-mobile-trigger-align-left\" style=\"cursor: default;\"> <sp",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"cursor: def",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "1",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "2",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "3",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "4",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "5",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "6",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "7",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "8",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "9",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "10",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "11",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "12",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "SPAN",
                    "id": "",
                    "text": "13",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "",
                    "text": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"cursor: def",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Fighting for What You Believe in Most",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Making a Difference in People’s Lives",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sanders Statement on CLNC Chair Resignation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "toTop",
                    "text": "<div id=\"toTop\" role=\"button\" style=\"display: none; cursor: default;\"></div>",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook-f",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\" style=\"cursor: default;\"><img src=\"https://g",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Priorities",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Video",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Print",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorse",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Volunteer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Gallery",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contibute",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-2-arrow-previous",
                    "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-2-arrow-next",
                    "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-3-arrow-previous",
                    "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "DIV",
                    "id": "n2-ss-3-arrow-next",
                    "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "join us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-form-honeypot-52",
                    "text": "<input id=\"give-form-honeypot-52\" type=\"text\" name=\"give-honeypot\" class=\"give-honeypot give-hidden\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-form-id-prefix\" value=\"52-1\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-form-id\" value=\"52\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-form-title\" value=\"\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-current-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-form-url\" value=\"https://ld-wp73.template-help.com/wordpress/prod_70",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-form-hash\" value=\"30499a24c3\" data-time=\"1584352237\" data-nonce-life",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-price-id\" value=\"0\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-amount",
                    "text": "<input id=\"give-amount\" class=\"give-amount-hidden\" type=\"hidden\" name=\"give-amount\" value=\"1.00\" req",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "$1.00",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "$5",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "$25",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "$50",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "$100",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-stripe-payment-method-52-1",
                    "text": "<input id=\"give-stripe-payment-method-52-1\" type=\"hidden\" name=\"give_stripe_payment_method\" value=\"\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-gateway-manual-52-1",
                    "text": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-manual-52-1\" value=\"ma",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-gateway-offline-52-1",
                    "text": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-offline-52-1\" value=\"o",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-gateway-stripe-52-1",
                    "text": "<input type=\"radio\" name=\"payment-mode\" class=\"give-gateway\" id=\"give-gateway-stripe-52-1\" value=\"st",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-first",
                    "text": "<input class=\"give-input required\" type=\"text\" name=\"give_first\" autocomplete=\"given-name\" placehold",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-last",
                    "text": "<input class=\"give-input\" type=\"text\" name=\"give_last\" autocomplete=\"family-name\" id=\"give-last\" pla",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-email",
                    "text": "<input class=\"give-input required\" type=\"email\" name=\"give_email\" autocomplete=\"email\" placeholder=\"",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-user-id\" value=\"1\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give_action\" value=\"purchase\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input type=\"hidden\" name=\"give-gateway\" value=\"manual\">",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "INPUT",
                    "id": "give-purchase-button ",
                    "text": "<input type=\"submit\" class=\"give-submit give-btn submit_btn\" id=\"give-purchase-button \" name=\"give-p",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Learn More",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "priorities",
                    "text": "<a name=\"priorities\" id=\"priorities\"></a>",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Fighting for What You Believe in Most",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Making a Difference in People’s Lives",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Sanders Statement on CLNC Chair Resignation",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "volunteer",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "",
                    "text": "<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" pl",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "I`M IN",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\" style=\"cursor: default;\"><img src=\"https://g",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "gregghartforassembly@gmail.com",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\" style=\"cursor: default",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook-f",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              6,
              31
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "slick-slide00",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "slick-slide01",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "slick-slide02",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Fighting for What You Believe in MostFear is the true enemy, the only enemy. We could cause a diplom"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Making a Difference in People’s LivesFear is the true enemy, the only enemy. We could cause a diplom"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is focusable but not operable",
                "ordinalSeverity": 2,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sanders Statement on CLNC Chair ResignationBURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issu"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-nav__mobile-trigger jet-nav-mobile-trigger-align-left\" style=\"cursor: default;\"> <sp"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"cursor: def"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "1"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "2"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "3"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "4"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "5"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "6"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "7"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "8"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "9"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "10"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "11"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "12"
              },
              {
                "ruleID": "focOp",
                "complaint": "SPAN element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "13"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"cursor: def"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Fighting for What You Believe in Most"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Making a Difference in People’s Lives"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sanders Statement on CLNC Chair Resignation"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "focOp",
                "complaint": "A element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "focOp",
                "complaint": "DIV element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "toTop",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none; cursor: default;\"></div>"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 1,
              "items": [
                {
                  "id": "",
                  "text": "Skip to content"
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focVis",
                "what": "Visible link is above or to the left of the display",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 30,
                "triggerSample": 18,
                "impactTriggers": 4,
                "additions": 6,
                "removals": 4,
                "opacityChanges": 2,
                "opacityImpact": 8,
                "unhoverables": 1,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 0
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Facebook-f",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 2
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Instagram",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 2
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "additions": 7,
                    "removals": 0,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 1,
                    "opacityImpact": 6
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorse",
                    "additions": 0,
                    "removals": 4,
                    "opacityChanges": 0,
                    "opacityImpact": 0
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Skip to content"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": []
              }
            },
            "totals": [
              8,
              8,
              4,
              5
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook-f"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Media"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorse"
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 1,
                "wellLabeled": 14
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [
                  {
                    "index": 14,
                    "tagName": "INPUT",
                    "type": "email",
                    "texts": {}
                  }
                ],
                "wellLabeled": [
                  {
                    "index": 0,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {}
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "$1.00"
                    }
                  },
                  {
                    "index": 2,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "$5"
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "$25"
                    }
                  },
                  {
                    "index": 4,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "$50"
                    }
                  },
                  {
                    "index": 5,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "$100"
                    }
                  },
                  {
                    "index": 6,
                    "tagName": "BUTTON",
                    "type": "button",
                    "texts": {
                      "content": "Donate"
                    }
                  },
                  {
                    "index": 7,
                    "tagName": "INPUT",
                    "type": "radio",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Test Donation"
                      ]
                    }
                  },
                  {
                    "index": 8,
                    "tagName": "INPUT",
                    "type": "radio",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Offline Donation"
                      ]
                    }
                  },
                  {
                    "index": 9,
                    "tagName": "INPUT",
                    "type": "radio",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Credit Card"
                      ]
                    }
                  },
                  {
                    "index": 10,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "First Name *"
                      ]
                    }
                  },
                  {
                    "index": 11,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Last Name"
                      ]
                    }
                  },
                  {
                    "index": 12,
                    "tagName": "INPUT",
                    "type": "email",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Email Address *"
                      ]
                    }
                  },
                  {
                    "index": 13,
                    "tagName": "INPUT",
                    "type": "submit",
                    "texts": {
                      "content": "DONATE"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "labClash",
                "what": "Element INPUT is unlabeled",
                "ordinalSeverity": 3,
                "tagName": "INPUT",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "INPUT: "
              }
            ]
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 39,
                "adjacent": {
                  "total": 39,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "Skip to content"
                  },
                  {
                    "id": "",
                    "text": "Facebook-f"
                  },
                  {
                    "id": "",
                    "text": "Instagram"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "Priorities"
                  },
                  {
                    "id": "",
                    "text": "Media"
                  },
                  {
                    "id": "",
                    "text": "Video"
                  },
                  {
                    "id": "",
                    "text": "Print"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "Endorse"
                  },
                  {
                    "id": "",
                    "text": "Volunteer"
                  },
                  {
                    "id": "",
                    "text": "Gallery"
                  },
                  {
                    "id": "",
                    "text": "Contibute"
                  },
                  {
                    "id": "",
                    "text": "join us"
                  },
                  {
                    "id": "",
                    "text": "Learn More"
                  },
                  {
                    "id": "priorities",
                    "text": "<a name=\"priorities\" id=\"priorities\"></a>"
                  },
                  {
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
                  },
                  {
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…"
                  },
                  {
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
                  },
                  {
                    "id": "",
                    "text": "Fighting for What You Believe in Most"
                  },
                  {
                    "id": "",
                    "text": "Making a Difference in People’s Lives"
                  },
                  {
                    "id": "",
                    "text": "Sanders Statement on CLNC Chair Resignation"
                  },
                  {
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
                  },
                  {
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…"
                  },
                  {
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
                  },
                  {
                    "id": "",
                    "text": "Fighting for What You Believe in Most"
                  },
                  {
                    "id": "",
                    "text": "Making a Difference in People’s Lives"
                  },
                  {
                    "id": "",
                    "text": "Sanders Statement on CLNC Chair Resignation"
                  },
                  {
                    "id": "",
                    "text": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
                  },
                  {
                    "id": "",
                    "text": "Mark McKohen Highlights Leadership On Venezuela At West…"
                  },
                  {
                    "id": "",
                    "text": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
                  },
                  {
                    "id": "",
                    "text": "volunteer"
                  },
                  {
                    "id": "",
                    "text": "I`M IN"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
                  },
                  {
                    "id": "",
                    "text": "gregghartforassembly@gmail.com"
                  },
                  {
                    "id": "",
                    "text": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
                  },
                  {
                    "id": "",
                    "text": "Facebook-f"
                  },
                  {
                    "id": "",
                    "text": "Instagram"
                  }
                ]
              }
            },
            "totals": [
              0,
              39,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Skip to content"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook-f"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Priorities"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Media"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Video"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Print"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorse"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Volunteer"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gallery"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contibute"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "join us"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Learn More"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "priorities",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a name=\"priorities\" id=\"priorities\"></a>"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Fighting for What You Believe in Most"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Making a Difference in People’s Lives"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sanders Statement on CLNC Chair Resignation"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Fighting for What You Believe in Most"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Making a Difference in People’s Lives"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Sanders Statement on CLNC Chair Resignation"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "volunteer"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "I`M IN"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "gregghartforassembly@gmail.com"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Facebook-f"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Instagram"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "menuItems": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "menus": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "menuItems": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "miniText": {
            "what": "text smaller than 11 pixels",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 3,
                "inSet": 3,
                "percent": 100
              },
              "items": {
                "inSet": [
                  "Test Donation",
                  "Offline Donation",
                  "Credit Card"
                ],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 55,
              "badRoleElements": 8,
              "redundantRoleElements": 0,
              "tagNames": {
                "DIV": {
                  "button": {
                    "bad": 5,
                    "redundant": 0
                  }
                },
                "A": {
                  "button": {
                    "bad": 3,
                    "redundant": 0
                  }
                }
              }
            },
            "totals": [
              0,
              0,
              0,
              8
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role button (count: 5)",
                "count": 5,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have invalid or native-replaceable explicit role button (count: 3)",
                "count": 3,
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "button": {
                  "total": 6,
                  "subtotals": [
                    5,
                    1
                  ]
                },
                "adjacentLink": {
                  "total": 39,
                  "subtotals": [
                    18,
                    17,
                    4
                  ]
                },
                "h1": {
                  "total": 1
                },
                "h2": {
                  "total": 8,
                  "subtotals": [
                    5,
                    2,
                    1
                  ]
                },
                "h5": {
                  "total": 44,
                  "subtotals": [
                    29,
                    15
                  ]
                }
              },
              "items": {
                "button": {
                  "fontWeight": {
                    "400": [
                      "$1.00",
                      "$5",
                      "$25",
                      "$50",
                      "$100"
                    ],
                    "700": [
                      "Donate"
                    ]
                  },
                  "borderWidth": {
                    "2px": [
                      "$1.00",
                      "$5",
                      "$25",
                      "$50",
                      "$100"
                    ],
                    "1px": [
                      "Donate"
                    ]
                  },
                  "lineHeight": {
                    "18px": [
                      "$1.00",
                      "$5",
                      "$25",
                      "$50",
                      "$100"
                    ],
                    "16px": [
                      "Donate"
                    ]
                  }
                },
                "adjacentLink": {
                  "fontWeight": {
                    "300": [
                      "Skip to content",
                      "Facebook-f",
                      "Instagram",
                      "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u",
                      "Home",
                      "Priorities",
                      "Media",
                      "Video",
                      "Print",
                      "Endorsements",
                      "Endorse",
                      "Volunteer",
                      "Gallery",
                      "Contibute",
                      "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u",
                      "Facebook-f",
                      "Instagram"
                    ],
                    "400": [
                      "<a name=\"priorities\" id=\"priorities\"></a>",
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                      "Fighting for What You Believe in Most",
                      "Making a Difference in People’s Lives",
                      "Sanders Statement on CLNC Chair Resignation",
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                      "Fighting for What You Believe in Most",
                      "Making a Difference in People’s Lives",
                      "Sanders Statement on CLNC Chair Resignation",
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                      "gregghartforassembly@gmail.com",
                      "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
                    ],
                    "700": [
                      "join us",
                      "Learn More",
                      "volunteer",
                      "I`M IN"
                    ]
                  }
                },
                "h2": {
                  "fontWeight": {
                    "400": [
                      "Quick Donation",
                      "Meet Gregg Hart",
                      "Meet Gregg Hart",
                      "Gregg Hart – Priorities",
                      "Latest News and Updates",
                      "Volunteer for the Campaign",
                      "Hurry Up"
                    ],
                    "700": [
                      "Get Involved"
                    ]
                  },
                  "color": {
                    "rgb(255, 255, 255)": [
                      "Quick Donation",
                      "Hurry Up",
                      "Get Involved"
                    ],
                    "rgb(63, 76, 91)": [
                      "Meet Gregg Hart",
                      "Meet Gregg Hart",
                      "Gregg Hart – Priorities",
                      "Latest News and Updates",
                      "Volunteer for the Campaign"
                    ]
                  },
                  "fontSize": {
                    "48px": [
                      "Quick Donation",
                      "Meet Gregg Hart",
                      "Meet Gregg Hart",
                      "Gregg Hart – Priorities",
                      "Latest News and Updates",
                      "Volunteer for the Campaign",
                      "Hurry Up"
                    ],
                    "60px": [
                      "Get Involved"
                    ]
                  }
                },
                "h5": {
                  "color": {
                    "rgb(255, 255, 255)": [
                      "Reproductive Rights",
                      "Criminal Justice",
                      "Water",
                      "Agriculture",
                      "Education",
                      "Emergency Preparedness",
                      "Environment",
                      "Equity",
                      "Healthcare",
                      "Homelessness",
                      "Housing",
                      "Jobs and Economic Security",
                      "Public Safety",
                      "Reproductive Rights",
                      "Criminal Justice",
                      "Water",
                      "Agriculture",
                      "Education",
                      "Emergency Preparedness",
                      "Environment",
                      "Equity",
                      "Healthcare",
                      "Homelessness",
                      "Housing",
                      "Jobs and Economic Security",
                      "Public Safety",
                      "Reproductive Rights",
                      "Criminal Justice",
                      "Water"
                    ],
                    "rgb(63, 76, 91)": [
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                      "Fighting for What You Believe in Most",
                      "Making a Difference in People’s Lives",
                      "Sanders Statement on CLNC Chair Resignation",
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…",
                      "Fighting for What You Believe in Most",
                      "Making a Difference in People’s Lives",
                      "Sanders Statement on CLNC Chair Resignation",
                      "ConLiberal Rules Committee Passes Reform Commission to Reform…",
                      "Mark McKohen Highlights Leadership On Venezuela At West…",
                      "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
                    ]
                  }
                }
              }
            },
            "totals": [
              2,
              0,
              1,
              3
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 3 different styles",
                "count": 2,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Buttons have 2 different styles",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-2 headings have 3 different styles",
                "count": 2,
                "ordinalSeverity": 3,
                "tagName": "H2",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-5 headings have 2 different styles",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "H5",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 0,
                    "correct": 0,
                    "incorrect": 0
                  },
                  "specific": {
                    "tab": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "down": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "home": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "end": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    }
                  }
                },
                "tabElements": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                },
                "tabLists": {
                  "total": 0,
                  "correct": 0,
                  "incorrect": 0
                }
              },
              "tabElements": {
                "incorrect": [],
                "correct": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 6,
              "items": [
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                },
                {
                  "tagName": "IMG",
                  "id": "",
                  "text": "",
                  "title": ""
                }
              ]
            },
            "totals": [
              0,
              0,
              6,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              },
              {
                "ruleID": "titledEl",
                "what": "IMG element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "IMG",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "IMG (): "
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 140,
                "tagNames": {
                  "DIV": 137,
                  "SS3-LOADER": 2,
                  "UL": 1
                }
              },
              "items": [
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"page-preloader-cover\"> <div class=\"page-preloader\"></div> </div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"page-preloader\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Video Print"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-2-align",
                  "text": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-2",
                  "text": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Windmills-2022_1066_r_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Windmills-2022_1066_r_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-XR7"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-XR761WUoa56t\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "LompocDems-2022_898_r_2000Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "LompocDems-2022_898_r_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-1d67488634863\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg Hart brings people together to get things done"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "PP-2022_612_r._2000jpgGregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "PP-2022_612_r._2000jpg"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-1988d57fc698e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Standing up for the Central Coast. And delivering."
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-gosxqtZFUr4n\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Our agricultural community will have a voice at the State Capitol"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-1e9b76f85620e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Stolpman-2022_740_c_2000"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Gregg will work to keep our neighborhoods safe"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-1b93090389bd0\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-2-arrow-previous",
                  "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-2-arrow-next",
                  "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
                },
                {
                  "tagName": "SS3-LOADER",
                  "id": "",
                  "text": "<ss3-loader></ss3-loader>"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-3-align",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-3",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.50.02-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-fbH"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-fbHAkBOo777q\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.14-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.14-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Lxl"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-LxlY5j1gL1Uz\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.41-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.41-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Cq7"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-Cq7WmGbGwYVr\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.59-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.51.59-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-pts"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-ptsTASkMc14l\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.52.20-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.52.20-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-KhN"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-KhNBmuT19NXl\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.52.49-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Screen-Shot-2022-10-05-at-10.52.49-AM"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-DHm"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-layer n2-ow n-uc-DHmVYFPW24Vg\" data-sstype=\"slide\" data-pm=\"default\"></div>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-3-arrow-previous",
                  "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
                },
                {
                  "tagName": "DIV",
                  "id": "n2-ss-3-arrow-next",
                  "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
                },
                {
                  "tagName": "SS3-LOADER",
                  "id": "",
                  "text": "<ss3-loader></ss3-loader>"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
                },
                {
                  "tagName": "UL",
                  "id": "",
                  "text": "12345678910111213"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
                },
                {
                  "tagName": "DIV",
                  "id": "toTop",
                  "text": "<div id=\"toTop\" role=\"button\" style=\"display: block; opacity: 0.0198532;\"></div>"
                }
              ]
            },
            "totals": [
              140,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"page-preloader-cover\"> <div class=\"page-preloader\"></div> </div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"page-preloader\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Video Print"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-2-align",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-2",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Windmills-2022_1066_r_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-XR7"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-XR761WUoa56t\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LompocDems-2022_898_r_2000Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "LompocDems-2022_898_r_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1d67488634863\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg Hart brings people together to get things done"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PP-2022_612_r._2000jpgGregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "PP-2022_612_r._2000jpg"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1988d57fc698e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Standing up for the Central Coast. And delivering."
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-gosxqtZFUr4n\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Our agricultural community will have a voice at the State Capitol"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1e9b76f85620e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Stolpman-2022_740_c_2000"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Gregg will work to keep our neighborhoods safe"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1b93090389bd0\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-2-arrow-previous",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-2-arrow-next",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
              },
              {
                "ruleID": "zIndex",
                "what": "SS3-LOADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "SS3-LOADER",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<ss3-loader></ss3-loader>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-3-align",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-3",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-fbH"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-fbHAkBOo777q\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.14-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.14-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Lxl"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-LxlY5j1gL1Uz\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.41-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.41-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Cq7"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-Cq7WmGbGwYVr\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.59-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.51.59-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-pts"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ptsTASkMc14l\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.52.20-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.52.20-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-KhN"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-KhNBmuT19NXl\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.52.49-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Screen-Shot-2022-10-05-at-10.52.49-AM"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-DHm"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-DHmVYFPW24Vg\" data-sstype=\"slide\" data-pm=\"default\"></div>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-3-arrow-previous",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n2-ss-3-arrow-next",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
              },
              {
                "ruleID": "zIndex",
                "what": "SS3-LOADER element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "SS3-LOADER",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<ss3-loader></ss3-loader>"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
              },
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "12345678910111213"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "toTop",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: block; opacity: 0.0198532;\"></div>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          151,
          53,
          26,
          69
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "{<input class=\"jet-subscribe-form__input jet-subscribe-form__mail-field\" type=\"email\" name=\"email\" p"
          },
          {
            "ruleID": "bulk",
            "what": "Page contains a large number of visible elements",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "filterStyle",
            "what": "PICTURE element has a filter style that impacts 1 elements",
            "ordinalSeverity": 2,
            "tagName": "PICTURE",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PICTURE: <picture class=\"skip-lazy\" data-skip-lazy=\"1\" style=\"filter: blur(0px);\"><img src=\"//gregghart.org/w"
          },
          {
            "ruleID": "focInd",
            "what": "A element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook-f"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Priorities"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorse"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gallery"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contibute"
          },
          {
            "ruleID": "focInd",
            "what": "DIV element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-previous",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
          },
          {
            "ruleID": "focInd",
            "what": "DIV element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-next",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
          },
          {
            "ruleID": "focInd",
            "what": "DIV element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
          },
          {
            "ruleID": "focInd",
            "what": "DIV element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
          },
          {
            "ruleID": "focInd",
            "what": "DIV element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "gregghartforassembly@gmail.com"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook-f"
          },
          {
            "ruleID": "focInd",
            "what": "A element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "AgricultureAgriculture encompasses a vast portion of the northern part of the 37th District. Our far"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "EducationThe son of a public school teacher, Gregg understands the important roles that our schools "
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Emergency PreparednessGregg will champion legislation that increases resources for emergency prepare"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Fighting for What You Believe in MostFear is the true enemy, the only enemy. We could cause a diplom"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Making a Difference in People’s LivesFear is the true enemy, the only enemy. We could cause a diplom"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is focusable but not operable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sanders Statement on CLNC Chair ResignationBURLINGTON, Vt. – U.S. Sen. Bernie Sanders on Sunday issu"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-nav__mobile-trigger jet-nav-mobile-trigger-align-left\" style=\"cursor: default;\"> <sp"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"cursor: def"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "1"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "2"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "3"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "4"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "5"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "6"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "7"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "8"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "9"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "10"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "11"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "12"
          },
          {
            "ruleID": "focOp",
            "complaint": "SPAN element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "13"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"cursor: def"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"cursor: def"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Fighting for What You Believe in Most"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Making a Difference in People’s Lives"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sanders Statement on CLNC Chair Resignation"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "focOp",
            "complaint": "A element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "focOp",
            "complaint": "DIV element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: none; cursor: default;\"></div>"
          },
          {
            "ruleID": "focVis",
            "what": "Visible link is above or to the left of the display",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook-f"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorse"
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "labClash",
            "what": "Element INPUT is unlabeled",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "INPUT: "
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Skip to content"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook-f"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Priorities"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Video"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Print"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorse"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Volunteer"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gallery"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contibute"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "join us"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Learn More"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "priorities",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a name=\"priorities\" id=\"priorities\"></a>"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Fighting for What You Believe in Most"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Making a Difference in People’s Lives"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sanders Statement on CLNC Chair Resignation"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Fighting for What You Believe in Most"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Making a Difference in People’s Lives"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Sanders Statement on CLNC Chair Resignation"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "ConLiberal Rules Committee Passes Reform Commission to Reform…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Mark McKohen Highlights Leadership On Venezuela At West…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "NYT: Congressman Backs Libertarian Presidential Candidate in Campaign…"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "volunteer"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "I`M IN"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://gregghart.org/\" class=\"jet-logo__link\"><img src=\"https://gregghart.org/wp-content/u"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "gregghartforassembly@gmail.com"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a href=\"https://syndon.us/campaign/gregghart\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone "
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Facebook-f"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Instagram"
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role button (count: 5)",
            "count": 5,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have invalid or native-replaceable explicit role button (count: 3)",
            "count": 3,
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 3 different styles",
            "count": 2,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Buttons have 2 different styles",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-2 headings have 3 different styles",
            "count": 2,
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-5 headings have 2 different styles",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "titledEl",
            "what": "IMG element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "IMG (): "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"page-preloader-cover\"> <div class=\"page-preloader\"></div> </div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"page-preloader\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Video Print"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2-align",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000LompocDems-2022_898_r_2000Gregg Hart brings people together to get things "
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Windmills-2022_1066_r_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-XR7"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-XR761WUoa56t\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LompocDems-2022_898_r_2000Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "LompocDems-2022_898_r_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1d67488634863\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg Hart brings people together to get things done"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PP-2022_612_r._2000jpgGregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "PP-2022_612_r._2000jpg"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1988d57fc698e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg is endorsed by Planned Parenthood and NARAL – ProChoice California"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Standing up for the Central Coast. And delivering."
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-gosxqtZFUr4n\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Our agricultural community will have a voice at the State Capitol"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1e9b76f85620e\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Stolpman-2022_740_c_2000"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Gregg will work to keep our neighborhoods safe"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-1b93090389bd0\" data-pm=\"default\" data-sstype=\"col\"><div class=\"n2"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-previous",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-2-arrow-next",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
          },
          {
            "ruleID": "zIndex",
            "what": "SS3-LOADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "SS3-LOADER",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<ss3-loader></ss3-loader>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-3-align",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-3",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div class=\"n2-ss-slide-back"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" d"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AMScreen-Shot-2022-10-05-at-10.51.14-AMScreen-Shot-2022-10-05-at-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.50.02-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-fbH"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-fbHAkBOo777q\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.14-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.14-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Lxl"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-LxlY5j1gL1Uz\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.41-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.41-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Cq7"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-Cq7WmGbGwYVr\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.59-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.51.59-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-pts"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ptsTASkMc14l\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.52.20-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.52.20-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-KhN"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-KhNBmuT19NXl\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.52.49-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Screen-Shot-2022-10-05-at-10.52.49-AM"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-DHm"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-DHmVYFPW24Vg\" data-sstype=\"slide\" data-pm=\"default\"></div>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-3-arrow-previous",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n2-ss-3-arrow-next",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne"
          },
          {
            "ruleID": "zIndex",
            "what": "SS3-LOADER element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "SS3-LOADER",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<ss3-loader></ss3-loader>"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-30606c9 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-30606c9 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "12345678910111213"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__prev-arrow-1739405 jet-arrow prev-arrow slick-arrow\" style=\"\"><i aria-h"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"jet-testimonial__next-arrow-1739405 jet-arrow next-arrow slick-arrow\" style=\"\"><i aria-h"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "toTop",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div id=\"toTop\" role=\"button\" style=\"display: block; opacity: 0.0198532;\"></div>"
          }
        ]
      },
      "endTime": 1687097796323
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687097796323,
      "url": "https://gregghart.org/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Home - Gregg Hart for Assembly",
          "pageurl": "https://gregghart.org/",
          "time": 4.21,
          "creditsremaining": 1191,
          "allitemcount": 468,
          "totalelements": 1338,
          "waveurl": "http://wave.webaim.org/report?url=https://gregghart.org/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 16,
            "items": {
              "alt_link_missing": {
                "id": "alt_link_missing",
                "description": "Linked image missing alternative text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > A:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "label_missing": {
                "id": "label_missing",
                "description": "Missing form label",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child > DIV:first-child > INPUT:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "label_empty": {
                "id": "label_empty",
                "description": "Empty form label",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#give-form-52-wrap > FORM#give-form-52-1 > SPAN:first-child > LABEL:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "aria_reference_broken": {
                "id": "aria_reference_broken",
                "description": "Broken ARIA reference",
                "count": 13,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "4.1.2 Name, Role, Value (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc4.1.2"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 71,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 71,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > SPAN:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > SPAN:first-child + SPAN > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child + P > EM:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child + P + P > EM:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P + P",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P + P + P",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + UL > LI:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > P:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SPAN:first-child > A:first-child > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SPAN:first-child + SPAN > A:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    3.51,
                    "#818a91",
                    "#ffffff",
                    false
                  ],
                  [
                    3.51,
                    "#818a91",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    4.29,
                    "#7a7a7a",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    2.68,
                    "#3c3c51",
                    "#5a77e9",
                    false
                  ],
                  [
                    4,
                    "#7a7a7a",
                    "#f7f7f7",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 8,
            "items": {
              "alt_redundant": {
                "id": "alt_redundant",
                "description": "Redundant alternative text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "legend_missing": {
                "id": "legend_missing",
                "description": "Fieldset missing legend",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#give-form-52-wrap > FORM#give-form-52-1 > DIV#give_purchase_form_wrap > FIELDSET#give_purchase_submit"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  },
                  {
                    "name": "3.3.2 Labels or Instructions (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2"
                  }
                ]
              },
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5",
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > DIV#n2-ss-2-align > DIV:first-child > DIV#n2-ss-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + IMG"
                ],
                "wcag": []
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          0,
          0,
          87
        ],
        "instances": [
          {
            "ruleID": "alt_link_missing",
            "what": "Linked image missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child > A:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "label_missing",
            "what": "Missing form label",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FORM:first-child > DIV:first-child > DIV:first-child > INPUT:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "label_empty",
            "what": "Empty form label",
            "ordinalSeverity": 3,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#give-form-52-wrap > FORM#give-form-52-1 > SPAN:first-child > LABEL:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide00",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide01",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide02",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide03",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide04",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide05",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide06",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide07",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide08",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide09",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide010",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide011",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011"
            },
            "excerpt": ""
          },
          {
            "ruleID": "aria_reference_broken",
            "what": "Broken ARIA reference",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "slick-slide012",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > SPAN:first-child > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > SPAN:first-child + SPAN > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child + P > EM:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child + P + P > EM:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child + P + P + P + P + P + P"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide00 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide01 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide02 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide03 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide04 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide05 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide07 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide08 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide09 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide010 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide011 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide012 > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child + H5 + DIV"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + UL > LI:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SPAN:first-child > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > FOOTER#colophon > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SPAN:first-child + SPAN > A:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_redundant",
            "what": "Redundant alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV#slick-slide06 > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_redundant",
            "what": "Redundant alternative text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "legend_missing",
            "what": "Fieldset missing legend",
            "ordinalSeverity": 0,
            "tagName": "FIELDSET",
            "id": "give_purchase_submit",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV#give-form-52-wrap > FORM#give-form-52-1 > DIV#give_purchase_form_wrap > FIELDSET#give_purchase_submit"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H5",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + H5"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_possible",
            "what": "Possible heading",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + DIV > DIV#n2-ss-2-align > DIV:first-child > DIV#n2-ss-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > HEADER#masthead > DIV:first-child > SECTION:first-child + SECTION > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "title_redundant",
            "what": "Redundant title text",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#page > DIV#content > ARTICLE#post-23 > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SECTION > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + IMG"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687097802468
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD37-c",
      "which": "https://gregghart.org/",
      "what": "Candidate Gregg Hart (D)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T14:14:43",
    "endTime": "2023-06-18T14:16:42",
    "elapsedSeconds": 118,
    "visitLatency": 16,
    "logCount": 12,
    "logSize": 552,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        50
      ],
      [
        "testaro",
        15
      ],
      [
        "alfa",
        11
      ],
      [
        "ibm",
        6
      ],
      [
        "wave",
        6
      ],
      [
        "nuVal",
        4
      ],
      [
        "qualWeb",
        4
      ],
      [
        "axe",
        1
      ],
      [
        "continuum",
        1
      ],
      [
        "tenon",
        1
      ],
      [
        "htmlcs",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 3726,
      "issue": 3318,
      "tool": 406,
      "prevention": 0,
      "log": 2,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          602,
          170,
          470,
          427
        ],
        "byTool": {
          "testaro": [
            151,
            53,
            26,
            69
          ],
          "alfa": [
            138,
            0,
            0,
            98
          ],
          "axe": [
            32,
            11,
            11,
            14
          ],
          "continuum": [
            0,
            0,
            0,
            5
          ],
          "htmlcs": [
            39,
            0,
            0,
            15
          ],
          "ibm": [
            0,
            5,
            0,
            88
          ],
          "nuVal": [
            166,
            0,
            135,
            0
          ],
          "qualWeb": [
            68,
            101,
            292,
            27
          ],
          "tenon": [
            0,
            0,
            6,
            24
          ],
          "wave": [
            8,
            0,
            0,
            87
          ]
        }
      },
      "prevention": {},
      "issue": {
        "spontaneousMotion": {
          "score": 118,
          "maxCount": 59,
          "weight": 2,
          "tools": {
            "testaro": {
              "motion": {
                "quality": 1,
                "what": "Change of visible content not requested by user",
                "complaints": {
                  "countTotal": 59,
                  "texts": [
                    "Content moves or changes without user request"
                  ]
                }
              }
            }
          }
        },
        "linkNoText": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "alfa": {
              "r11": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Links have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "link-name": {
                "quality": 1,
                "what": "Link has no discernible text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "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"
                  ]
                }
              }
            },
            "continuum": {
              "237": {
                "quality": 1,
                "what": "a element has no machanism allowing an accessible name value to be calculated",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This A element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_2.H91.A.Empty": {
                "quality": 1,
                "what": "a element has an id attribute but no href attribute or text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element."
                  ]
                }
              },
              "AAA.1_1_1.H30.2": {
                "quality": 1,
                "what": "img element is the only link content but has no text alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link."
                  ]
                }
              }
            },
            "ibm": {
              "a_text_purpose": {
                "quality": 1,
                "what": "Hyperlink has no link text, label, or image with a text alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Hyperlink has no link text, label or image with a text alternative"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R12": {
                "quality": 1,
                "what": "Link has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that each link has an accessible name."
                  ]
                }
              },
              "QW-WCAG-T21": {
                "quality": 1,
                "what": "Accessible name is not provided for an image which is the only content in a link",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique checks the text alternative of images which are the only content of a link"
                  ]
                }
              }
            },
            "tenon": {
              "57": {
                "quality": 1,
                "what": "Link has no text inside it",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link has no text inside it."
                  ]
                }
              }
            },
            "wave": {
              "alt_link_missing": {
                "quality": 1,
                "what": "Linked image has no text alternative",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Linked image missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "headingLevelSkip": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "alfa": {
              "r53": {
                "quality": 1,
                "what": "Heading skips one or more levels",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Headings are structured"
                  ]
                }
              }
            },
            "axe": {
              "heading-order": {
                "quality": 1,
                "what": "Heading levels do not increase by only one",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Heading levels should only increase by one; Heading order invalid"
                  ]
                }
              }
            },
            "wave": {
              "heading_skipped": {
                "quality": 1,
                "what": "Skipped heading level",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Skipped heading level"
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 70,
          "maxCount": 35,
          "weight": 2,
          "tools": {
            "alfa": {
              "r57": {
                "quality": 1,
                "what": "Perceivable text content is not included in any landmark",
                "complaints": {
                  "countTotal": 32,
                  "texts": [
                    "Perceivable text content is included in a landmark"
                  ]
                }
              }
            },
            "axe": {
              "region": {
                "quality": 1,
                "what": "Some page content is not contained by landmarks",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "All page content should be contained by landmarks; Some page content is not contained by landmarks"
                  ]
                }
              }
            },
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 35,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "h1Missing": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "alfa": {
              "r61": {
                "quality": 1,
                "what": "First heading is not h1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Documents start with a level 1 heading"
                  ]
                }
              }
            },
            "axe": {
              "page-has-heading-one": {
                "quality": 1,
                "what": "Page contains no level-one heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Page should contain a level-one heading; Page must have a level-one heading"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 88,
          "maxCount": 22,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 21,
                  "texts": [
                    "Element in sequential focus order has visible focus"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 20,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            },
            "testaro": {
              "focInd": {
                "quality": 1,
                "what": "Focused element displays a nonstandard or no focus indicator",
                "complaints": {
                  "countTotal": 22,
                  "texts": [
                    "A element has a non-outline focus indicator",
                    "A element has no focus indicator",
                    "DIV element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 93,
          "maxCount": 93,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 93,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "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",
                    "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"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.29:1. Recommendation:  change text colour to #595959.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.01:1. Recommendation:  change text colour to #545454.",
                    "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.",
                    "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."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            }
          }
        },
        "descendantMissing": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "alfa": {
              "r68": {
                "quality": 1,
                "what": "Element does not own an element required by its semantic role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Elements with a role have required children"
                  ]
                }
              }
            },
            "axe": {
              "aria-required-children": {
                "quality": 1,
                "what": "ARIA role does not contain a required child",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Certain ARIA roles must contain particular children; Required ARIA child role not present: tab; Element uses aria-busy=\"true\" while showing a loader"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R38": {
                "quality": 1,
                "what": "Element has no ARIA required owned element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that an element with an explicit semantic role has at least one of its required owned elements."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 284,
          "maxCount": 71,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 71,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image",
                    "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element",
                    "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",
                    "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"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G18.Fail": {
                "quality": 1,
                "what": "Contrast between the text and its background is less than 4.5:1",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.29:1. Recommendation:  change text colour to #767676.",
                    "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."
                  ]
                }
              }
            },
            "ibm": {
              "text_contrast_sufficient": {
                "quality": 1,
                "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "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",
                    "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"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R37": {
                "quality": 1,
                "what": "Text has less than the minimum contrast",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 71,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "overflowHidden": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "alfa": {
              "r83": {
                "quality": 1,
                "what": "Overflow is hidden or clipped if the text is enlarged",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Text nodes are not clipped when text is resized"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "alfa": {
              "r87": {
                "quality": 0.5,
                "what": "First focusable element is not a link to the main content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "First focusable element is link to main content"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              },
              "QW-BP17": {
                "quality": 1,
                "what": "No link at the beginning of a block of repeated content goes to the end of the block",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block."
                  ]
                }
              }
            }
          }
        },
        "ariaBadAttribute": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "axe": {
              "aria-valid-attr-value": {
                "quality": 1,
                "what": "ARIA attribute has an invalid value",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control02\"",
                    "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control03\"",
                    "ARIA attributes must conform to valid values; ARIA attribute element ID does not exist on the page: aria-describedby=\"slick-slide-control04\""
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 32,
          "maxCount": 32,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 32,
                  "texts": [
                    "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                  ]
                }
              }
            }
          }
        },
        "focusableHidden": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "axe": {
              "aria-hidden-focus": {
                "quality": 1,
                "what": "ARIA hidden element is focusable or contains a focusable element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "ARIA hidden element must not be focusable or contain focusable elements; Focusable content should have tabindex='-1' or be removed from the DOM"
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "axe": {
              "landmark-one-main": {
                "quality": 1,
                "what": "page has no main landmark",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Document should have one main landmark; Document does not have a main landmark"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R63": {
                "quality": 1,
                "what": "Document has no landmark with non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content"
                  ]
                }
              }
            }
          }
        },
        "descriptionBadID": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "continuum": {
              "83": {
                "quality": 1,
                "what": "aria-describedby attribute references an invalid or duplicate ID",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This DIV has an aria-describedby attribute value of 'slick-slide-control00', which includes one or more invalid or duplicate ids",
                    "This DIV has an aria-describedby attribute value of 'slick-slide-control01', which includes one or more invalid or duplicate ids",
                    "This DIV has an aria-describedby attribute value of 'slick-slide-control02', which includes one or more invalid or duplicate ids"
                  ]
                }
              }
            }
          }
        },
        "decorativeImageRisk": {
          "score": 16,
          "maxCount": 16,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_1_1.H67.2": {
                "quality": 1,
                "what": "Image marked as decorative may be informative",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Img element is marked so that it is ignored by Assistive Technology."
                  ]
                }
              }
            }
          }
        },
        "labeledHidden": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.F68.Hidden": {
                "quality": 1,
                "what": "Hidden form field is needlessly labeled.",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This hidden form field is labelled in some way. There should be no need to label a hidden form field."
                  ]
                }
              }
            }
          }
        },
        "pseudoHeadingRisk": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H42": {
                "quality": 1,
                "what": "Heading coding is not used but the element may be intended as a heading",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Heading markup should be used if this content is intended as a heading."
                  ]
                }
              }
            },
            "wave": {
              "heading_possible": {
                "quality": 1,
                "what": "Possible heading",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Possible heading"
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_3_F24.F24.FGColour": {
                "quality": 1,
                "what": "Inline foreground color may lack a complementary background color",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour."
                  ]
                }
              },
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              },
              "AAA.1_4_6.G18.BgImage": {
                "quality": 1,
                "what": "Contrast between the text and the background image may be less than 4.5:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "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."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.3_2_5.H83.3": {
                "quality": 1,
                "what": "Link text may fail to indicate that the link will open in a new window",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "legendMissing": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H71.NoLegend": {
                "quality": 1,
                "what": "fieldset has no legend element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T3": {
                "quality": 1,
                "what": "Description for a group of form controls using fieldset and legend elements is not provided",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This technique checks the correct use of the description element for form controls"
                  ]
                }
              }
            },
            "wave": {
              "legend_missing": {
                "quality": 1,
                "what": "fieldset has no legend element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Fieldset missing legend"
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "linkElementBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.2_4_8.H59.1": {
                "quality": 1,
                "what": "link element is not in the document head",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Link elements can only be located in the head section of the document."
                  ]
                }
              }
            }
          }
        },
        "submitButton": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "htmlcs": {
              "AAA.3_2_2.H32.2": {
                "quality": 1,
                "what": "Form has no submit button",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "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."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T19": {
                "quality": 1,
                "what": "Submit button not provided",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context."
                  ]
                }
              }
            }
          }
        },
        "buttonNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.Div.Name": {
                "quality": 1,
                "what": "div element with button role has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "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."
                  ]
                }
              }
            }
          }
        },
        "groupName": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.Fieldset.Name": {
                "quality": 1,
                "what": "Fieldset has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute."
                  ]
                }
              }
            }
          }
        },
        "inputNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.InputEmail.Name": {
                "quality": 1,
                "what": "Email input has no accessible name",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "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."
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 192,
          "maxCount": 48,
          "weight": 4,
          "tools": {
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "The <span> element has the id \"elementor-device-mode\" that is already in use",
                    "The <div> element has the id \"\" that is empty"
                  ]
                }
              }
            },
            "nuVal": {
              "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": {
                "quality": 1,
                "what": "Duplicate id",
                "complaints": {
                  "countTotal": 48,
                  "texts": [
                    "Duplicate ID .",
                    "The first occurrence of ID  was here."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "componentNoText": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_widget_labelled": {
                "quality": 1,
                "what": "Interactive component has no programmatically associated name",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name"
                  ]
                }
              }
            }
          }
        },
        "ariaReferenceBad": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_id_unique": {
                "quality": 1,
                "what": "ARIA attribute has an invalid or duplicated id as its value",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "The 'id' \"slick-slide-control05\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control04\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control03\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control02\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control01\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control00\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control012\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control011\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control010\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control09\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control08\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control07\" specified for the ARIA property 'aria-describedby' value is not valid",
                    "The 'id' \"slick-slide-control06\" specified for the ARIA property 'aria-describedby' value is not valid"
                  ]
                }
              }
            },
            "wave": {
              "aria_reference_broken": {
                "quality": 1,
                "what": "Broken ARIA reference",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Broken ARIA reference"
                  ]
                }
              }
            }
          }
        },
        "figureNoText": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "ibm": {
              "figure_label_exists": {
                "quality": 1,
                "what": "figure element has no associated label",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The <figure> element does not have an associated label"
                  ]
                }
              }
            }
          }
        },
        "roleBad": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_contentinfo_misuse": {
                "quality": 1,
                "what": "Element with a contentinfo role is present without an element with a main role",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The element with \"contentinfo\" role is present without an element with \"main\" role"
                  ]
                }
              }
            }
          }
        },
        "parseError": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_child_valid": {
                "quality": 1,
                "what": "Child element has a role not allowed for the role of the parent",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The element with role \"tablist\" does not own any child element with any of the following role(s): \"tab\""
                  ]
                }
              }
            },
            "nuVal": {
              "No space between attributes.": {
                "quality": 1,
                "what": "No space between attributes",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "No space between attributes."
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 113,
          "maxCount": 113,
          "weight": 1,
          "tools": {
            "nuVal": {
              "The type attribute is unnecessary for JavaScript resources.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a JavaScript resource",
                "complaints": {
                  "countTotal": 101,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              },
              "The type attribute for the style element is not needed and should be omitted.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a style element",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "The type attribute for the style element is not needed and should be omitted."
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 138,
          "maxCount": 46,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^CSS: .+: Parse Error.*$": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: color: Parse Error."
                  ]
                }
              },
              "CSS: Parse Error.": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: Parse Error."
                  ]
                }
              },
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 40,
                  "texts": [
                    "CSS: max-width: auto is not a max-width value.",
                    "CSS: align-items: space-evenly is not a align-items value.",
                    "CSS: align-items: space-around is not a align-items value.",
                    "CSS: align-items: space-between is not a align-items value."
                  ]
                }
              },
              "^CSS: .+: Property .+ doesn't exist.*$": {
                "quality": 1,
                "what": "Invalid property in CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: margin-center: Property margin-center doesn't exist."
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 9,
          "maxCount": 3,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^The .+ attribute on the .+ element is obsolete.+$": {
                "quality": 1,
                "what": "Attribute is obsolete on its element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The charset attribute on the script element is obsolete."
                  ]
                }
              },
              "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead.": {
                "quality": 1,
                "what": "name attribute is obsolete",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead."
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 48,
          "maxCount": 12,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 16,
          "maxCount": 16,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": {
                "quality": 1,
                "what": "section has no heading",
                "complaints": {
                  "countTotal": 16,
                  "texts": [
                    "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order"
                  ]
                }
              }
            }
          }
        },
        "h1Multiple": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "nuVal": {
              "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).": {
                "quality": 1,
                "what": "Page contains more than 1 h1 element",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "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)."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 148,
          "maxCount": 37,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Attribute required not allowed on element input at this point.",
                    "Attribute aria-required not allowed on element input at this point.",
                    "Attribute g not allowed on element input at this point."
                  ]
                }
              },
              "^Attribute .+ is only allowed when .+$": {
                "quality": 1,
                "what": "Attribute is invalid here",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "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."
                  ]
                }
              },
              "An input element with a type attribute whose value is hidden must not have any aria-* attributes.": {
                "quality": 1,
                "what": "hidden-type input element has an ARIA attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "An input element with a type attribute whose value is hidden must not have any aria-* attributes."
                  ]
                }
              },
              "^Bad value .* for attribute .+ on element .+$": {
                "quality": 1,
                "what": "Attribute on this element has an invalid value",
                "complaints": {
                  "countTotal": 27,
                  "texts": [
                    "Bad value give-purchase-button  for attribute id on element input: An ID must not contain whitespace.",
                    "Bad value  for attribute id on element div: An ID must not be the empty string."
                  ]
                }
              }
            }
          }
        },
        "ariaLabelWrongRisk": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)": {
                "quality": 1,
                "what": "aria-label attribute may be misused",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Possible misuse of aria-label. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.)"
                  ]
                }
              }
            }
          }
        },
        "articleHeadingless": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": {
                "quality": 1,
                "what": "article has no heading",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles."
                  ]
                }
              }
            }
          }
        },
        "labelForBad": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "nuVal": {
              "The value of the for attribute of the label element must be the ID of a non-hidden form control.": {
                "quality": 1,
                "what": "for attribute of the label element does not reference a non-hidden form control",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The value of the for attribute of the label element must be the ID of a non-hidden form control."
                  ]
                }
              }
            }
          }
        },
        "labelBadID": {
          "score": 52,
          "maxCount": 13,
          "weight": 4,
          "tools": {
            "nuVal": {
              "The aria-describedby attribute must point to an element in the same document.": {
                "quality": 1,
                "what": "aria-describedby attribute references an element not in the document",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "The aria-describedby attribute must point to an element in the same document."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 88,
          "maxCount": 88,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": {
                "quality": 1,
                "what": "Void element has a useless trailing slash.",
                "complaints": {
                  "countTotal": 88,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "linkTextsSame": {
          "score": 8,
          "maxCount": 4,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R9": {
                "quality": 1,
                "what": "Links with identical accessible names have different purposes",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources."
                  ]
                }
              },
              "QW-ACT-R44": {
                "quality": 1,
                "what": "Links with identical accessible names and context serve different purposes",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources."
                  ]
                }
              }
            },
            "tenon": {
              "98": {
                "quality": 1,
                "what": "Links have the same text but different destinations",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These links have the same text but different destinations."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 32,
          "maxCount": 8,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 43,
          "maxCount": 43,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 43,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "siteNavigation": {
          "score": 47,
          "maxCount": 47,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T15": {
                "quality": 1,
                "what": "link element and navigation tools not used",
                "complaints": {
                  "countTotal": 47,
                  "texts": [
                    "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages."
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 53,
          "maxCount": 53,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 53,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 342,
          "maxCount": 171,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 171,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "colorMissing": {
          "score": 468,
          "maxCount": 117,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T31": {
                "quality": 1,
                "what": "Foreground or background color is specified but not both",
                "complaints": {
                  "countTotal": 117,
                  "texts": [
                    "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination."
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "pseudoListRisk": {
          "score": 13,
          "maxCount": 13,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-BP23": {
                "quality": 1,
                "what": "List item is used nonsemantically",
                "complaints": {
                  "countTotal": 13,
                  "texts": [
                    "Ensures <li> elements are used semantically"
                  ]
                }
              }
            }
          }
        },
        "horizontalScrolling": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "28": {
                "quality": 1,
                "what": "Layout or sizing of the page causes horizontal scrolling",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The layout or sizing of this page causes horizontal scrolling."
                  ]
                }
              }
            }
          }
        },
        "linkVague": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "73": {
                "quality": 1,
                "what": "Link text is too generic to communicate the purpose or destination",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link text is uninformative."
                  ]
                }
              }
            }
          }
        },
        "fontSmall": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "tenon": {
              "134": {
                "quality": 1,
                "what": "Text is very small",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Very small text found."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "allItalics": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "tenon": {
              "154": {
                "quality": 1,
                "what": "Long string of text is italic",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This long string of text is in italics."
                  ]
                }
              }
            }
          }
        },
        "tabIndexMissing": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "tenon": {
              "190": {
                "quality": 1,
                "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "pseudoParagraphRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "tenon": {
              "242": {
                "quality": 1,
                "what": "Multiple consecutive br elements may simulate paragraphs",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Multiple consecutive `<br>` tags next to each other, simulating paragraphs."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "visibleBulk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "bulk": {
                "quality": 1,
                "what": "Page contains many visible elements",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Page contains a large number of visible elements"
                  ]
                }
              }
            }
          }
        },
        "filterStyle": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "testaro": {
              "filterStyle": {
                "quality": 1,
                "what": "Element styles include filter",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "PICTURE element has a filter style that impacts 1 elements"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 111,
          "maxCount": 37,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 37,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "focusedAway": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "testaro": {
              "focVis": {
                "quality": 1,
                "what": "Element when focused is off the display",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Visible link is above or to the left of the display"
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over"
                  ]
                }
              }
            }
          }
        },
        "labelClash": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "testaro": {
              "labClash": {
                "quality": 1,
                "what": "Incompatible label types",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Element INPUT is unlabeled"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 78,
          "maxCount": 39,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 39,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "DIV elements have invalid or native-replaceable explicit role button (count: 5)",
                    "A elements have invalid or native-replaceable explicit role button (count: 3)"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 6,
          "maxCount": 6,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "In-line links have 3 different styles",
                    "Buttons have 2 different styles",
                    "Level-2 headings have 3 different styles",
                    "Level-5 headings have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "IMG element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 140,
          "maxCount": 140,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 140,
                  "texts": [
                    "DIV element has a non-default Z index",
                    "SS3-LOADER element has a non-default Z index",
                    "UL element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "controlNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "wave": {
              "label_missing": {
                "quality": 1,
                "what": "form element has no label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Missing form label"
                  ]
                }
              }
            }
          }
        },
        "labelEmpty": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "wave": {
              "label_empty": {
                "quality": 1,
                "what": "Empty form label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Empty form label"
                  ]
                }
              }
            }
          }
        },
        "imageTextRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "wave": {
              "alt_redundant": {
                "quality": 1,
                "what": "Redundant text alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Redundant alternative text"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        },
        "titleRedundant": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "title_redundant": {
                "quality": 1,
                "what": "Title attribute text is the same as text or alternative text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Redundant title text"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}