Accessibility digest

Synopsis
PageCandidate Josh Hoover (R)
URLhttps://hooverforassembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score1917
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 Josh Hoover (R) at https://hooverforassembly.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.

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

Total score

The total score is the sum of five components.

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

Issue scores

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

Issue scores
IssueScore
duplicateID672
attributeBad352
focusIndication116
textContrastAA76
colorMissing48
fontSizeAbsolute36
overflowHiddenRisk31
slashParseRisk25
linkNoText24
contentBeyondLandmarks24
contrastAAA20
hoverSurprise20
linkIndication20
cssInvalid18
svgImageNoText16
controlNoText16
errorReferenceBad16
linkForcesNewWindow15
inputNoText12
repeatedContentRisk9
inputOnlyPlaceholder9
targetSize9
zIndexNotZero9
sectionHeadingless8
pseudoNavList8
leadingClipsText8
labelClash8
inconsistentStyles7
justification6
leadingInsufficient6
hiddenContentRisk6
navConfusion6
navNoText6
obsolete6
skipRepeatedContent6
linkWindowSurpriseRisk5
textAreaNoText4
pseudoHeadingRisk4
linkPair4
landmarkConfusion3
roleBad3
submitButton3
noHeading3
linkVague3
mainNone2
justificationRisk2
decorativeImageRisk1
scrollRisk1
allItalics1
autocompleteNone1
visibleBulk1

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 duplicateID

WCAG: 4.1.1

Score: 672

Complaints by ibm

Rule element_id_unique

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

Count of instances: 11

Complaint specifics

Complaints by nuVal

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

Description: Duplicate id

Count of instances: 168

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 352

Complaints by nuVal

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

Description: Attribute on this element has an invalid value

Count of instances: 86

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

Description: Attribute not allowed on this element

Count of instances: 2

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 116

Complaints by alfa

Rule r65

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

Count of instances: 29

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

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

Count of instances: 29

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 29

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 76

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 19

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 8

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

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

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R37

Description: Text has less than the minimum contrast

Count of instances: 11

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 12

Complaint specifics

Issue colorMissing

WCAG: 1.4.3

Score: 48

Complaints by qualWeb

Rule QW-WCAG-T31

Description: Foreground or background color is specified but not both

Count of instances: 12

Complaint specifics

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 36

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 9

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

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

Count of instances: 18

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 31

Complaints by qualWeb

Rule QW-ACT-R40

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

Count of instances: 31

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 25

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

Complaint specifics

Issue linkNoText

WCAG: 2.4.4

Score: 24

Complaints by alfa

Rule r11

Description: Link has no accessible name

Count of instances: 5

Complaint specifics

Complaints by axe

Rule link-name

Description: Link has no discernible text

Count of instances: 5

Complaint specifics

Complaints by continuum

Rule 237

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

Count of instances: 5

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.NoContent

Description: Link has an href attribute but no text

Count of instances: 4

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

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R12

Description: Link has no accessible name

Count of instances: 5

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

Complaint specifics

Complaints by wave

Rule alt_link_missing

Description: Linked image has no text alternative

Count of instances: 1

Complaint specifics
Rule link_empty

Description: Link contains no text

Count of instances: 4

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 24

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 11

Complaint specifics

Complaints by axe

Rule region

Description: Some page content is not contained by landmarks

Count of instances: 12

Complaint specifics

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 10

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 20

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 20

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 13

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 4

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 12

Complaint specifics

Complaints by tenon

Rule 95

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 3

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 20

Complaints by testaro

Rule hover

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

Count of instances: 10

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 20

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 10

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 18

Complaints by nuVal

Rule ^CSS: .+: Character .+ is neither a decimal digit number.*$

Description: Nonnumeric character in a numeric style property

Count of instances: 6

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 16

Complaints by continuum

Rule 123

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

Count of instances: 4

Complaint specifics

Issue controlNoText

WCAG: 4.1.2

Score: 16

Complaints by htmlcs

Rule AAA.1_3_1.F68

Description: Form control has no label

Count of instances: 3

Complaint specifics

Complaints by wave

Rule label_missing

Description: form element has no label

Count of instances: 4

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 16

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 4

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 15

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 5

Complaint specifics

Issue inputNoText

WCAG: 4.1.2

Score: 12

Complaints by htmlcs

Rule AAA.4_1_2.H91.InputEmail.Name

Description: Email input has no accessible name

Count of instances: 1

Complaint specifics
Rule AAA.4_1_2.H91.InputText.Name

Description: Text input has no accessible name

Count of instances: 2

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 9

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

Complaint specifics

Issue inputOnlyPlaceholder

WCAG: 4.1.2

Score: 9

Complaints by continuum

Rule 863

Description: input has an accessible name that depends on a placeholder

Count of instances: 3

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 9

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 3

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 9

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 9

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 8

Complaints by nuVal

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

Description: section has no heading

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 8

Complaints by qualWeb

Rule QW-WCAG-T32

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

Count of instances: 4

Complaint specifics

Issue 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 labelClash

WCAG: 1.3.1

Score: 8

Complaints by testaro

Rule labClash

Description: Incompatible label types

Count of instances: 4

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 7

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 7

Complaint specifics

Issue justification

WCAG: 1.4.8

Score: 6

Complaints by alfa

Rule r71

Description: Paragraph text is fully justified

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 36

Description: Text is fully justified

Count of instances: 3

Complaint specifics

Complaints by wave

Rule text_justified

Description: Text is justified

Count of instances: 2

Complaint specifics

Issue leadingInsufficient

WCAG: 1.4.8

Score: 6

Complaints by alfa

Rule r73

Description: Paragraph of text has insufficient line height

Count of instances: 3

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 6

Complaints by axe

Rule hidden-content

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

Count of instances: 6

Complaint specifics

Issue navConfusion

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 531

Description: nav element has an accessible name that is non-unique among the nav elements

Count of instances: 2

Complaint specifics

Issue navNoText

WCAG: 1.3.6

Score: 6

Complaints by continuum

Rule 533

Description: nav element is not the only nav element but has no accessible name

Count of instances: 2

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 6

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

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 linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 5

Complaints by htmlcs

Rule AAA.3_2_5.H83.3

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

Count of instances: 5

Complaint specifics

Issue textAreaNoText

WCAG: 1.3.1

Score: 4

Complaints by continuum

Rule 872

Description: textarea element has no accessible name, but only a placeholder attribute

Count of instances: 1

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.Textarea.Name

Description: textarea element has no accessible name

Count of instances: 1

Complaint specifics

Issue pseudoHeadingRisk

WCAG: 1.3.1

Score: 4

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

Complaint specifics

Complaints by wave

Rule heading_possible

Description: Possible heading

Count of instances: 4

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 4

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 2

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 3

Complaints by axe

Rule landmark-unique

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

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 submitButton

WCAG: 2.5.6

Score: 3

Complaints by qualWeb

Rule QW-WCAG-T19

Description: Submit button not provided

Count of instances: 1

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 3

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

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 mainNone

WCAG: 1.3.6

Score: 2

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue justificationRisk

WCAG: 1.4.8

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T29

Description: Alignment either to the left or right is not specified in CSS

Count of instances: 2

Complaint specifics

Issue decorativeImageRisk

WCAG: 1.1.1

Score: 1

Complaints by htmlcs

Rule AAA.1_1_1.H67.2

Description: Image marked as decorative may be informative

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 1

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

Complaint specifics

Issue allItalics

WCAG: 3.1.5

Score: 1

Complaints by tenon

Rule 154

Description: Long string of text is italic

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

Complete report

{
  "id": "18ixx-ts27-caAD7-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687124961460,
      "endTime": 1687124962497
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687124962498,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687124965319
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687124965319,
      "url": "https://hooverforassembly.com/",
      "endTime": 1687124967850
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687124967850,
      "url": "https://hooverforassembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                809622,
                809622,
                809622,
                809622,
                809622
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687124981584
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687124981584,
      "endTime": 1687124982323
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687124982324,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687124983250
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687124983250,
      "url": "https://hooverforassembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 31,
          "warnings": 68
        },
        "items": [
          {
            "index": 2,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">",
                "  <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\">",
                "    <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">",
                "  </picture>",
                "</a>"
              ]
            }
          },
          {
            "index": 12,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>"
              ]
            }
          },
          {
            "index": 15,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"facebook-f\">",
                "      <path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path>",
                "    </svg>",
                "  </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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"twitter\">",
                "      <path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1...",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 17,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"instagram\">",
                "      <path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26...",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 158,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 159,
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "YOUR VOICE"
              ]
            }
          },
          {
            "index": 160,
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "IN SACRAMENTO"
              ]
            }
          },
          {
            "index": 161,
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]/text()[1]",
              "codeLines": [
                "\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover"
              ]
            }
          },
          {
            "index": 162,
            "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Sign up for updates:"
              ]
            }
          },
          {
            "index": 163,
            "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]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]",
              "codeLines": [
                "SUBSCRIBE"
              ]
            }
          },
          {
            "index": 164,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Meet Josh Hoover"
              ]
            }
          },
          {
            "index": 165,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
              ]
            }
          },
          {
            "index": 166,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "LEARN MORE"
              ]
            }
          },
          {
            "index": 167,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Issues That Matter"
              ]
            }
          },
          {
            "index": 168,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice."
              ]
            }
          },
          {
            "index": 188,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">",
                "  <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-uenbj\">",
                "    <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">",
                "  </picture>",
                "</a>"
              ]
            }
          },
          {
            "index": 189,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Home",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 190,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    About Josh",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 191,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    AD 7",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 192,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    News",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 193,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Endorsements",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 194,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Media",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 195,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Contact",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 196,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Issues",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 197,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">",
                "  <span class=\"brz-span brz-text__editor\">",
                "    DONATE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 198,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "codeLines": [
                "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>"
              ]
            }
          },
          {
            "index": 199,
            "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": "input",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/input[1]",
              "codeLines": [
                "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              ]
            }
          },
          {
            "index": 200,
            "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": "input",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/input[1]",
              "codeLines": [
                "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              ]
            }
          },
          {
            "index": 201,
            "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": "input",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[3]/input[1]",
              "codeLines": [
                "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)|(&quot;.+&quot;))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..."
              ]
            }
          },
          {
            "index": 202,
            "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": "textarea",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[4]/textarea[1]",
              "codeLines": [
                "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>"
              ]
            }
          },
          {
            "index": 203,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]",
              "codeLines": [
                "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">",
                "  <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\">",
                "    <g class=\"nc-icon-wrapper\" fill=\"currentColor\">",
                "      <path fill=\"currentColor\" d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path>",
                "    </g>",
                "  </svg>",
                "  <span class=\"brz-span brz-text__editor\">",
                "    SUBSCRIBE",
                "  </span>",
                "  <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">",
                "    <g class=\"nc-icon-wrapper\" fill=\"currentColor\">",
                "      <g class=\"nc-loop_circle-02-24\" transform=\"rotate(18.48428571428583 12 12)\">",
                "        <path opacity=\"0.4\" fill=\"currentColor\" d=\"M12,24C5.3833008,24,0,18.6166992,0,12S5.3833008,0,12,0s12,5.3833008,12,12 S18.6166992,24,12,24z M12,2C6.4858398,2,2,6.4858398,2,12s4.4858398,10,10,10s10-4.4858398,10-10S17.5141602,2,12,2z\"></path>",
                "        <path data-color=\"color-2\" fill=\"currentColor\" d=\"M24,12h-2c0-5.5141602-4.4858398-10-10-10V0C18.6166992,0,24,5.3833008,24,12z\"></path>",
                "      </g>",
                "      <script>",
                "        !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,...",
                "      </script>",
                "    </g>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 204,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">",
                "  <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\">",
                "    <g class=\"nc-icon-wrapper\" fill=\"currentColor\">",
                "      <path fill=\"currentColor\" d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path>",
                "    </g>",
                "  </svg>",
                "  <span class=\"brz-span brz-text__editor\">",
                "    LEARN MORE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 205,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">",
                "  <span class=\"brz-span brz-text__editor\">",
                "    DONATE",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 206,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"facebook-f\">",
                "      <path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path>",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 207,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"twitter\">",
                "      <path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1...",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 208,
            "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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span brz-icon css-19j4wxv\">",
                "    <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\" class=\"brz-icon-svg\" data-type=\"fa\" data-name=\"instagram\">",
                "      <path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26...",
                "    </svg>",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 209,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Home",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 210,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    About Josh",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 211,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    AD 7",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 212,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    News",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 213,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Endorsements",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 214,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Media",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 215,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Contact",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 216,
            "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]",
              "codeLines": [
                "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">",
                "  <span class=\"brz-span\">",
                "    Issues",
                "  </span>",
                "</a>"
              ]
            }
          },
          {
            "index": 217,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 218,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "DONATE"
              ]
            }
          },
          {
            "index": 219,
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "YOUR VOICE"
              ]
            }
          },
          {
            "index": 220,
            "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Sign up for updates:"
              ]
            }
          },
          {
            "index": 221,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Meet Josh Hoover"
              ]
            }
          },
          {
            "index": 222,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
              ]
            }
          },
          {
            "index": 223,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "LEARN MORE"
              ]
            }
          },
          {
            "index": 224,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Issues That Matter"
              ]
            }
          },
          {
            "index": 225,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice."
              ]
            }
          },
          {
            "index": 227,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 228,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "About Josh"
              ]
            }
          },
          {
            "index": 229,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "AD 7"
              ]
            }
          },
          {
            "index": 230,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 231,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Endorsements"
              ]
            }
          },
          {
            "index": 232,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Media"
              ]
            }
          },
          {
            "index": 233,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 234,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Issues"
              ]
            }
          },
          {
            "index": 235,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "P.O. Box 850"
              ]
            }
          },
          {
            "index": 236,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]",
              "codeLines": [
                "Wilton, CA 95693"
              ]
            }
          },
          {
            "index": 237,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Hoover for Assembly 2024 ID# 1456759"
              ]
            }
          },
          {
            "index": 251,
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 253,
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "YOUR VOICE"
              ]
            }
          },
          {
            "index": 254,
            "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]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]",
              "codeLines": [
                "Sign up for updates:"
              ]
            }
          },
          {
            "index": 255,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Meet Josh Hoover"
              ]
            }
          },
          {
            "index": 256,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
              ]
            }
          },
          {
            "index": 257,
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "LEARN MORE"
              ]
            }
          },
          {
            "index": 258,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Issues That Matter"
              ]
            }
          },
          {
            "index": 259,
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice."
              ]
            }
          },
          {
            "index": 261,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 262,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "About Josh"
              ]
            }
          },
          {
            "index": 263,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "AD 7"
              ]
            }
          },
          {
            "index": 264,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "News"
              ]
            }
          },
          {
            "index": 265,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Endorsements"
              ]
            }
          },
          {
            "index": 266,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Media"
              ]
            }
          },
          {
            "index": 267,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Contact"
              ]
            }
          },
          {
            "index": 268,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]",
              "codeLines": [
                "Issues"
              ]
            }
          },
          {
            "index": 269,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "P.O. Box 850"
              ]
            }
          },
          {
            "index": 270,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]",
              "codeLines": [
                "Wilton, CA 95693"
              ]
            }
          },
          {
            "index": 271,
            "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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Paid for by Hoover for Assembly 2024 ID# 1456759"
              ]
            }
          },
          {
            "index": 277,
            "verdict": "failed",
            "rule": {
              "ruleID": "r71",
              "ruleSummary": "Paragraphs of text are not justified",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r71",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">",
                "  <span class=\"brz-cp-color1\">",
                "    Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 279,
            "verdict": "failed",
            "rule": {
              "ruleID": "r71",
              "ruleSummary": "Paragraphs of text are not justified",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r71",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">",
                "  California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice.",
                "</p>"
              ]
            }
          },
          {
            "index": 292,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">",
                "  <span class=\"brz-cp-color3\">",
                "    YOUR VOICE",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 294,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">",
                "  <span class=\"brz-cp-color1\">",
                "    Meet Josh Hoover",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 296,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">",
                "  <span class=\"brz-cp-color1\">",
                "    Issues That Matter",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 301,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">",
                "  <span class=\"brz-cp-color3\">",
                "    YOUR VOICE",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 302,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">",
                "  <strong class=\"brz-cp-color1\">",
                "    Sign up for updates:",
                "  </strong>",
                "</p>"
              ]
            }
          },
          {
            "index": 303,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">",
                "  <span class=\"brz-cp-color1\">",
                "    Meet Josh Hoover",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 304,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">",
                "  <span class=\"brz-cp-color1\">",
                "    Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 305,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">",
                "  <span class=\"brz-cp-color1\">",
                "    Issues That Matter",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 306,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">",
                "  California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice.",
                "</p>"
              ]
            }
          },
          {
            "index": 307,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-cfwzr\" data-uniq-id=\"ivcdo\" data-generated-css=\"brz-css-aehwb\">",
                "  <span class=\"brz-cp-color1\">",
                "    P.O. Box 850",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 308,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"brz-css-bnnne\" data-generated-css=\"brz-css-rzzhh\" data-uniq-id=\"smuwo\">",
                "  <span class=\"brz-cp-color1\">",
                "    Wilton, CA 95693",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 309,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"brz-css-whyna\" data-generated-css=\"brz-css-qaemb\" data-uniq-id=\"jdtcx\">",
                "  <span class=\"brz-cp-color1\">",
                "    Paid for by Hoover for Assembly 2024 ID# 1456759",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 424,
            "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": [
          68,
          0,
          0,
          31
        ],
        "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"> <picture class=\"brz-picture brz-d-block brz-p-relative ... -uenbj\"> <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://w ... 279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path> </svg> </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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www.w3.org ... 219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1... </svg> </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[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www ... 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26... </svg> </span> </a>"
          },
          {
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "YOUR VOICE"
          },
          {
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "IN SACRAMENTO"
          },
          {
            "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]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]/em[1]/text()[1]"
            },
            "excerpt": "\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "Sign up for updates:"
          },
          {
            "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]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]"
            },
            "excerpt": "SUBSCRIBE"
          },
          {
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Meet Josh Hoover"
          },
          {
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
          },
          {
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "LEARN MORE"
          },
          {
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Issues That Matter"
          },
          {
            "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]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice."
          },
          {
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"> <picture class=\"brz-picture brz-d-block brz-p-relative ... -uenbj\"> <img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> 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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About Josh </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> AD 7 </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> News </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> 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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Contact </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Issues </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"> <span class=\"brz-span brz-text__editor\"> DONATE </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/input[1]"
            },
            "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[2]/input[1]"
            },
            "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[3]/input[1]"
            },
            "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)|(&quot;.+&quot;))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..."
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[4]/textarea[1]"
            },
            "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]"
            },
            "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www. ... ull;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,... </script> </g> </svg> </button>"
          },
          {
            "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"> <svg version=\"1.1\" xmlns=\"http://www.w3.o ... 6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\"></path> </g> </svg> <span class=\"brz-span brz-text__editor\"> LEARN MORE </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"> <span class=\"brz-span brz-text__editor\"> DONATE </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://w ... 279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path> </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www.w3.org ... 219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 1... </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-19j4wxv\"> <svg xmlns=\"http://www ... 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26... </svg> </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> 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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About Josh </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> AD 7 </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> News </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> 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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Contact </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]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Issues </span> </a>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "YOUR VOICE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "Sign up for updates:"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Meet Josh Hoover"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "LEARN MORE"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Issues That Matter"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "About Josh"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "AD 7"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "News"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "P.O. Box 850"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]"
            },
            "excerpt": "Wilton, CA 95693"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Hoover for Assembly 2024 ID# 1456759"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "YOUR VOICE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]"
            },
            "excerpt": "Sign up for updates:"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Meet Josh Hoover"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "LEARN MORE"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Issues That Matter"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]"
            },
            "excerpt": "California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice."
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "About Josh"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "AD 7"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "News"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Contact"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]"
            },
            "excerpt": "Issues"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "P.O. Box 850"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]"
            },
            "excerpt": "Wilton, CA 95693"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Paid for by Hoover for Assembly 2024 ID# 1456759"
          },
          {
            "ruleID": "r71",
            "what": "Paragraphs of text are not justified",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"> <span class=\"brz-cp-color1\"> Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable. </span> </p>"
          },
          {
            "ruleID": "r71",
            "what": "Paragraphs of text are not justified",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\"> California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice. </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\"> <span class=\"brz-cp-color3\"> YOUR VOICE </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\"> <span class=\"brz-cp-color1\"> Meet Josh Hoover </span> </p>"
          },
          {
            "ruleID": "r73",
            "what": "Paragraphs of text have sufficient line height",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\"> <span class=\"brz-cp-color1\"> Issues That Matter </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\"> <span class=\"brz-cp-color3\"> YOUR VOICE </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\"> <strong class=\"brz-cp-color1\"> Sign up for updates: </strong> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\"> <span class=\"brz-cp-color1\"> Meet Josh Hoover </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\"> <span class=\"brz-cp-color1\"> Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable. </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\"> <span class=\"brz-cp-color1\"> Issues That Matter </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\"> California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice. </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-cfwzr\" data-uniq-id=\"ivcdo\" data-generated-css=\"brz-css-aehwb\"> <span class=\"brz-cp-color1\"> P.O. Box 850 </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]"
            },
            "excerpt": "<p class=\"brz-css-bnnne\" data-generated-css=\"brz-css-rzzhh\" data-uniq-id=\"smuwo\"> <span class=\"brz-cp-color1\"> Wilton, CA 95693 </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p class=\"brz-css-whyna\" data-generated-css=\"brz-css-qaemb\" data-uniq-id=\"jdtcx\"> <span class=\"brz-cp-color1\"> Paid for by Hoover for Assembly 2024 ID# 1456759 </span> </p>"
          },
          {
            "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": 1687124990642
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687124990642,
      "url": "https://hooverforassembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 62,
          "rulesPassed": 36,
          "rulesWarned": 2,
          "rulesViolated": 5,
          "warnings": {
            "minor": 6,
            "moderate": 0,
            "serious": 6,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 13,
            "serious": 20,
            "critical": 0
          }
        },
        "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-18T21:49:51.184Z",
          "url": "https://hooverforassembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "33.8pt (45px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-image\"></div>",
                          "target": [
                            ".brz-css-lkfbv > .brz-bg > .brz-bg-image"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color3\">YOUR VOICE</span>",
                  "target": [
                    ".brz-cp-color3"
                  ],
                  "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": "28.5pt (38px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-image\"></div>",
                          "target": [
                            ".brz-css-lkfbv > .brz-bg > .brz-bg-image"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>",
                  "target": [
                    ".brz-css-vafgg > .brz-cp-color8"
                  ],
                  "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": "24.8pt (33px)",
                        "fontWeight": "bold",
                        "messageKey": "elmPartiallyObscuring",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it partially overlaps other elements"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<em class=\"brz-cp-color8\">",
                  "target": [
                    "em"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it partially overlaps other elements"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "34.5pt (46px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-image\"></div>",
                          "target": [
                            ".brz-css-spdsz > .brz-bg > .brz-bg-image"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>",
                  "target": [
                    ".brz-css-qukkp > .brz-cp-color1"
                  ],
                  "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": "elmPartiallyObscuring",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it partially overlaps other elements"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>",
                  "target": [
                    ".brz-css-ziwkr > .brz-cp-color1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it partially overlaps other elements"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-image\"></div>",
                          "target": [
                            ".brz-css-spdsz > .brz-bg > .brz-bg-image"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>",
                  "target": [
                    ".brz-css-qlglw > .brz-text__editor.brz-span"
                  ],
                  "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": "<nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">",
                  "target": [
                    "#hdkaecyxtctcrgymhvoruuxycafgrozlgeer"
                  ],
                  "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": "<nav id=\"yaxmorymmnxiswgbiytxsqaimdqqydzavssl\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-snqhq brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">",
                  "target": [
                    "#yaxmorymmnxiswgbiytxsqaimdqqydzavssl"
                  ],
                  "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=\"brz-mm-menu__icon\">",
                  "target": [
                    ".brz-css-epxln > .brz-mm-menu__icon"
                  ],
                  "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 version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">",
                  "target": [
                    ".brz-form-spinner"
                  ],
                  "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=\"brz-mm-menu__icon\">",
                  "target": [
                    "div[data-mmenu-title=\"Menu\"] > .brz-mm-menu__icon"
                  ],
                  "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=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</span></a></div>",
                  "target": [
                    ".brz-mm-wrapper__blocker"
                  ],
                  "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": "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": "#ffffff",
                        "bgColor": "#068804",
                        "contrastRatio": 4.63,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span class=\"brz-span brz-text__editor\">DONATE</span></a>",
                          "target": [
                            ".brz-css-olzka"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span brz-text__editor\">DONATE</span>",
                  "target": [
                    ".brz-css-olzka > .brz-text__editor.brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#f4b223",
                        "contrastRatio": 4.29,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            ".brz-css-dhtzz > .brz-bg > .brz-bg-color"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>",
                  "target": [
                    "strong"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 15.0pt (20px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#f4b223",
                        "contrastRatio": 4.29,
                        "fontSize": "34.5pt (46px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            ".brz-css-wcsuo > .brz-bg > .brz-bg-color"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">Issues That Matter </span>",
                  "target": [
                    ".brz-css-pfiao > .brz-cp-color1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">About Josh</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(2) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">AD 7</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(3) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">News</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(4) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Endorsements</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(5) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Media</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(6) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Contact</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(7) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Issues</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(8) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">&nbsp;P.O. Box 850</span>",
                  "target": [
                    ".brz-css-cfwzr > .brz-cp-color1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">&nbsp;&nbsp;Wilton, CA&nbsp;95693</span>",
                  "target": [
                    ".brz-css-bnnne > .brz-cp-color1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005487",
                        "bgColor": "#efefef",
                        "contrastRatio": 6.97,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>",
                  "target": [
                    ".brz-css-whyna > .brz-cp-color1"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#f4b223",
                        "bgColor": "#005487",
                        "contrastRatio": 4.29,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            ".brz-section__menu-item > .brz-bg > .brz-bg-color"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Home</span>",
                  "target": [
                    ".brz-css-snqhq > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#f4b223",
                        "bgColor": "#efefef",
                        "contrastRatio": 1.62,
                        "fontSize": "11.3pt (15px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"brz-bg-color\"></div>",
                          "target": [
                            "#smemyydntkxerlduxexfttwrqlkdyzavetlf > .brz-bg > .brz-bg-color"
                          ]
                        },
                        {
                          "html": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">",
                          "target": [
                            "#mm-0"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"brz-span\">Home</span>",
                  "target": [
                    ".brz-css-lkwiw > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\">",
                          "target": [
                            "div[data-mmenu-title=\"Menu\"] > .brz-css-lkwiw"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\">",
                  "target": [
                    ".brz-css-epxln > .brz-css-snqhq"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "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 class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">",
                  "target": [
                    ".brz-css-htbpn > .brz-a[href$=\"hooverforassembly.com/\"][data-brz-link-type=\"external\"]"
                  ],
                  "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 class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>",
                  "target": [
                    ".brz-container-link"
                  ],
                  "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 class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                  "target": [
                    "#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > .brz-icon__container > .brz-a[target=\"_blank\"][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"
                },
                {
                  "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 class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                  "target": [
                    "#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > .brz-icon__container > .brz-a[target=\"_blank\"][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"
                },
                {
                  "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 class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">",
                  "target": [
                    "#aizlfvzsxytdeneumphozodggxcolvzxfnnv > .brz-icon__container > .brz-a[target=\"_blank\"][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": "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=\"brz-columns brz-css-nnluj brz-css-zsaxm\" data-custom-id=\"rficmivpowseuatrxurnkbbqikzwkslpncgh\">",
                  "target": [
                    ".brz-css-zsaxm"
                  ],
                  "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=\"brz-columns brz-css-nnluj brz-css-hpvnr\" data-custom-id=\"amvhvkllqfiyeirslqjfrsdeiulwdmijcdrj\">",
                  "target": [
                    ".brz-css-hpvnr"
                  ],
                  "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 data-uid=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" id=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" class=\"brz-section brz-css-qrnsm\">",
                  "target": [
                    "#ictulthagulesfdooadqeakxzdtjulfjjgwq"
                  ],
                  "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=\"brz-css-sdahp brz-wrapper\">",
                  "target": [
                    ".brz-css-fzfyw > .brz-css-sdahp.brz-wrapper"
                  ],
                  "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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">",
                  "target": [
                    ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(1)"
                  ],
                  "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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">",
                  "target": [
                    ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(2)"
                  ],
                  "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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">",
                  "target": [
                    ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(3)"
                  ],
                  "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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\">",
                  "target": [
                    ".brz-css-axozj"
                  ],
                  "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=\"brz-css-sdahp brz-wrapper\">",
                  "target": [
                    ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(1)"
                  ],
                  "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=\"brz-css-sdahp brz-wrapper\">",
                  "target": [
                    ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(3)"
                  ],
                  "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": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>",
                  "target": [
                    ".brz-css-qlglw > .brz-text__editor.brz-span"
                  ],
                  "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 data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\">",
                  "target": [
                    "#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          6,
          6,
          13,
          20
        ],
        "instances": [
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-cp-color3"
            },
            "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-vafgg > .brz-cp-color8"
            },
            "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements",
            "ordinalSeverity": 1,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "em"
            },
            "excerpt": "<em class=\"brz-cp-color8\">"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-qukkp > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-ziwkr > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-qlglw > .brz-text__editor.brz-span"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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": "NAV",
            "id": "hdkaecyxtctcrgymhvoruuxycafgrozlgeer",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#hdkaecyxtctcrgymhvoruuxycafgrozlgeer"
            },
            "excerpt": "<nav id=\"hdkaecyxtctcrgymhvoruuxycafgrozlgeer\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-lkwiw brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">"
          },
          {
            "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": "NAV",
            "id": "yaxmorymmnxiswgbiytxsqaimdqqydzavssl",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#yaxmorymmnxiswgbiytxsqaimdqqydzavssl"
            },
            "excerpt": "<nav id=\"yaxmorymmnxiswgbiytxsqaimdqqydzavssl\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-kqcsn brz-css-snqhq brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">"
          },
          {
            "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": ".brz-css-epxln > .brz-mm-menu__icon"
            },
            "excerpt": "<div class=\"brz-mm-menu__icon\">"
          },
          {
            "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": ".brz-form-spinner"
            },
            "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">"
          },
          {
            "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": "div[data-mmenu-title=\"Menu\"] > .brz-mm-menu__icon"
            },
            "excerpt": "<div class=\"brz-mm-menu__icon\">"
          },
          {
            "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": ".brz-mm-wrapper__blocker"
            },
            "excerpt": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</span></a></div>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.63 (foreground color: #ffffff, background color: #068804, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-olzka > .brz-text__editor.brz-span"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, 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": "strong"
            },
            "excerpt": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #005487, background color: #f4b223, font size: 34.5pt (46px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-pfiao > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Issues That Matter </span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(2) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">About Josh</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(3) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">AD 7</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(4) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">News</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(5) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Endorsements</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(6) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Media</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(7) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Contact</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item:nth-child(8) > .menu-item.menu-item-type-post_type.menu-item-object-page > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Issues</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-cfwzr > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">&nbsp;P.O. Box 850</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-bnnne > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">&nbsp;&nbsp;Wilton, CA&nbsp;95693</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.97 (foreground color: #005487, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-whyna > .brz-cp-color1"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.29 (foreground color: #f4b223, background color: #005487, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-snqhq > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.62 (foreground color: #f4b223, background color: #efefef, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-lkwiw > ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-epxln > .brz-css-snqhq"
            },
            "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\">"
          },
          {
            "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": ".brz-css-htbpn > .brz-a[href$=\"hooverforassembly.com/\"][data-brz-link-type=\"external\"]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\">"
          },
          {
            "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": ".brz-container-link"
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>"
          },
          {
            "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": "#bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">"
          },
          {
            "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": "#tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">"
          },
          {
            "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": "#aizlfvzsxytdeneumphozodggxcolvzxfnnv > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">"
          },
          {
            "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": ".brz-css-zsaxm"
            },
            "excerpt": "<div class=\"brz-columns brz-css-nnluj brz-css-zsaxm\" data-custom-id=\"rficmivpowseuatrxurnkbbqikzwkslpncgh\">"
          },
          {
            "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": ".brz-css-hpvnr"
            },
            "excerpt": "<div class=\"brz-columns brz-css-nnluj brz-css-hpvnr\" data-custom-id=\"amvhvkllqfiyeirslqjfrsdeiulwdmijcdrj\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "ictulthagulesfdooadqeakxzdtjulfjjgwq",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#ictulthagulesfdooadqeakxzdtjulfjjgwq"
            },
            "excerpt": "<section data-uid=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" id=\"ictulthagulesfdooadqeakxzdtjulfjjgwq\" class=\"brz-section brz-css-qrnsm\">"
          },
          {
            "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": ".brz-css-fzfyw > .brz-css-sdahp.brz-wrapper"
            },
            "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">"
          },
          {
            "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(1)"
            },
            "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">"
          },
          {
            "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(2)"
            },
            "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">"
          },
          {
            "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": ".brz-css-pazfc.brz-css-siqvg.brz-css-ytrbl:nth-child(3)"
            },
            "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\">"
          },
          {
            "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": ".brz-css-axozj"
            },
            "excerpt": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\">"
          },
          {
            "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": ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(1)"
            },
            "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">"
          },
          {
            "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": ".brz-css-ubdit > .brz-column__items.brz-css-qytsn > .brz-css-sdahp.brz-wrapper:nth-child(3)"
            },
            "excerpt": "<div class=\"brz-css-sdahp brz-wrapper\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".brz-css-qlglw > .brz-text__editor.brz-span"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#kvhafdzircdxdnwgjgzozdkdgyvctjxlywua"
            },
            "excerpt": "<section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\">"
          }
        ]
      },
      "endTime": 1687124991225
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687124991225,
      "endTime": 1687124991769
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687124991770,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687124992590
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687124992590,
      "url": "https://hooverforassembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w ... r\"><path d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\" fill=\"currentColor\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg brz-css-xvnnw\"][data-type=\"glyph\"][data-name=\"tail-right\"]",
            "attNo": 10
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg data-name=\"facebook-f\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h ... vg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 320 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"facebook-f\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg data-name=\"twitter\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558- ... 502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 512 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"twitter\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg data-name=\"instagram\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 31 ... 7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 448 512\"][class=\"brz-icon-svg\"][data-type=\"fa\"][data-name=\"instagram\"]",
            "attNo": 5
          }
        },
        {
          "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 data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative  ... css-uenbj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" class=\"brz-img brz-img-svg\" decoding=\"async\"></picture></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[class=\"brz-a\"][href=\"https://hooverforassembly.com/\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"]",
            "attNo": 5
          }
        },
        {
          "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 id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\"></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "a[class=\"brz-a brz-container-link\"][href=\"https://www.efundraisingconnections.com/c/Hoover2024/\"][data-brz-link-type=\"external\"][id=\"\"]",
            "attNo": 4
          }
        },
        {
          "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 id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"facebo ... =\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg></span></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[class=\"brz-a\"][href=\"https://www.facebook.com/HooverForAssembly\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]",
            "attNo": 6
          }
        },
        {
          "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 id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"twitter\" data-t ... 6.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg></span></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[class=\"brz-a\"][href=\"https://twitter.com/joshua_hoover\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]",
            "attNo": 6
          }
        },
        {
          "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 id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"instagra ... .5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></a>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "a[class=\"brz-a\"][href=\"https://www.instagram.com/joshua_hoover/\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 531,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 533,
          "bestPracticeId": 2519,
          "attribute": "This nav does not have an accessible name as required when two or more nav elements are present",
          "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present",
          "element": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>",
          "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "nav[class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"]",
            "attNo": 1
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvb ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\"][name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\"][placeholder=\"First Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"First Name*\"][data-placeholder=\"First Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgr ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" type=\"text\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"text\"][id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\"][name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\"][placeholder=\"Last Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"Last Name*\"][data-placeholder=\"Last Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 863,
          "bestPracticeId": 2440,
          "attribute": "This input should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name",
          "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" type=\"email\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "input[type=\"email\"][id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\"][name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\"][placeholder=\"Email*\"][required=\"\"][pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\"][data-type=\"Email\"][data-label=\"Email*\"][data-placeholder=\"Email*\"][class=\"brz-input brz-forms2__field brz-forms2__field-email\"]",
            "attNo": 10
          }
        },
        {
          "engineTestId": 872,
          "bestPracticeId": 2440,
          "attribute": "This textarea should not rely on text in the placeholder attribute for an accessible name",
          "attributeDetail": "This textarea should not rely on text in the placeholder attribute for an accessible name",
          "element": "<textarea class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\" data-placeholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizm ... eholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" type=\"paragraph\"></textarea>",
          "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "textarea[type=\"paragraph\"][id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\"][name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\"][placeholder=\"Comments\"][data-type=\"Paragraph\"][data-label=\"Comments\"][data-placeholder=\"Comments\"][class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"]",
            "attNo": 8
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          17
        ],
        "instances": [
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w ... r\"><path d=\"M22.707,11.293L15,3.586L13.586,5l6,6H2c-0.553,0-1,0.448-1,1s0.447,1,1,1h17.586l-6,6L15,20.414 l7.707-7.707C23.098,12.316,23.098,11.684,22.707,11.293z\" fill=\"currentColor\"></path></g></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg data-name=\"facebook-f\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h ... vg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg data-name=\"twitter\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558- ... 502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg data-name=\"instagram\" data-type=\"fa\" class=\"brz-icon-svg\" viewbox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 31 ... 7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>"
          },
          {
            "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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative  ... css-uenbj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" class=\"brz-img brz-img-svg\" decoding=\"async\"></picture></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(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\"></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(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"facebo ... =\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg></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(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"twitter\" data-t ... 6.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg></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(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\"><span class=\"brz-span brz-icon css-19j4wxv\"><svg data-name=\"instagra ... .5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg></span></a>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>"
          },
          {
            "ruleID": "531",
            "what": "This nav does not have a unique accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>"
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-snqhq\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>"
          },
          {
            "ruleID": "533",
            "what": "This nav does not have an accessible name as required when two or more nav elements are present",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-kqcsn brz-css-lkwiw\"><ul data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\" class=\"brz-menu__ul\"><li data-menu-item-id=\"d0caf37b4e6e88fe77a37068f9 ... ta-brz-link-type=\"external\" href=\"https://hooverforassembly.com/issues/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Issues</span></a></li></ul></nav>"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvb ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgr ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" type=\"text\">"
          },
          {
            "ruleID": "863",
            "what": "This input should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" type=\"email\">"
          },
          {
            "ruleID": "872",
            "what": "This textarea should not rely on text in the placeholder attribute for an accessible name",
            "ordinalSeverity": 3,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<textarea class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\" data-placeholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizm ... eholder=\"Comments\" data-label=\"Comments\" data-type=\"Paragraph\" placeholder=\"Comments\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" type=\"paragraph\"></textarea>"
          }
        ]
      },
      "endTime": 1687124992831
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687124992831,
      "endTime": 1687124993371
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687124993371,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687124994253
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687124994253,
      "url": "https://hooverforassembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_3_1.F68": {
            "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [
              {
                "tagName": "input",
                "id": "#ohskqrivgluktmvunffndhwarfmbfnnuvnez",
                "code": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              },
              {
                "tagName": "input",
                "id": "#plilyqirbifjxclfqkrwfthuerymggxcqyby",
                "code": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              },
              {
                "tagName": "textarea",
                "id": "#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
                "code": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.87:1. Recommendation:  change text colour to #775200.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-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 1:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-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 1:1. Recommendation:  change text colour to #feffff.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-span brz-text__editor\">...</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 4.63:1. Recommendation:  change background to #026800.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-span brz-text__editor\">...</span>"
              }
            ]
          },
          "AAA.1_4_6.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "em",
                "id": "",
                "code": "<em class=\"brz-cp-color8\">...</em>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-cp-color8\">...</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 1.87:1. Recommendation:  change text colour to #9f6d00.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"brz-cp-color3\">...</span>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              }
            ]
          },
          "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": "#udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
                "code": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)"
              }
            ]
          },
          "AAA.4_1_2.H91.InputText.Name": {
            "This textinput 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": "#ohskqrivgluktmvunffndhwarfmbfnnuvnez",
                "code": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              },
              {
                "tagName": "input",
                "id": "#plilyqirbifjxclfqkrwfthuerymggxcqyby",
                "code": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
              }
            ]
          },
          "AAA.4_1_2.H91.Textarea.Name": {
            "This textarea 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": "textarea",
                "id": "#myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
                "code": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">"
              }
            ]
          },
          "AAA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">...</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": "",
                "code": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>"
              }
            ]
          },
          "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          8,
          0,
          0,
          18
        ],
        "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 decoding=\"async\" class=\"brz-img brz-img-svg\" src=\"https://hooverforassembly.com/wp-content/uploads/2021/11/HooverLogo_BlueBG.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">"
          },
          {
            "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 class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\">...</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": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>"
          },
          {
            "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">...</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=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">...</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=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</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=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</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=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
          },
          {
            "ruleID": "AAA.1_3_1.F68",
            "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "AAA.1_3_1.F68",
            "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "AAA.1_3_1.F68",
            "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.",
            "ordinalSeverity": 3,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.87:1. Recommendation:  change text colour to #775200.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-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 1:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-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 1:1. Recommendation:  change text colour to #feffff.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">...</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 4.63:1. Recommendation:  change background to #026800.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<em class=\"brz-cp-color8\">...</em>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-cp-color8\">...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.87:1. Recommendation:  change text colour to #9f6d00.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span class=\"brz-cp-color3\">...</span>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoContent",
            "what": "Anchor element found with a valid href attribute, but no link content has been supplied.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>"
          },
          {
            "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": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)"
          },
          {
            "ruleID": "AAA.4_1_2.H91.InputText.Name",
            "what": "This textinput 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": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "AAA.4_1_2.H91.InputText.Name",
            "what": "This textinput 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": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "AAA.4_1_2.H91.Textarea.Name",
            "what": "This textarea 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": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\">...</textarea>"
          }
        ]
      },
      "endTime": 1687124994433
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687124994433,
      "endTime": 1687124994985
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687124994985,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687124995915
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687124995915,
      "url": "https://hooverforassembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 27,
          "recommendation": 3,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "text_contrast_sufficient",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]",
              "aria": "/document[1]/paragraph[1]"
            },
            "message": "Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800",
            "bounds": {
              "left": 514,
              "top": 314,
              "height": 113,
              "width": 147
            },
            "snippet": "<span class=\"brz-cp-color3\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[4]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 30,
              "top": 1935,
              "height": 54,
              "width": 199
            },
            "snippet": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[2]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 642,
              "top": 41,
              "height": 50,
              "width": 124
            },
            "snippet": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "aria": "/document[1]/link[3]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 635,
              "top": 15,
              "height": 101,
              "width": 147
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 30,
              "top": 30,
              "height": 71,
              "width": 160
            },
            "snippet": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[4]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 431,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 431,
              "top": 3027,
              "height": 42,
              "width": 42
            },
            "snippet": "<div data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\" class=\"brz-icon__container\" id=\"\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[3]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 379,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 379,
              "top": 3027,
              "height": 42,
              "width": 42
            },
            "snippet": "<div data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\" class=\"brz-icon__container\" id=\"\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[2]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 327,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <div> element has the id \"\" that is empty",
            "bounds": {
              "left": 327,
              "top": 3027,
              "height": 42,
              "width": 42
            },
            "snippet": "<div data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\" class=\"brz-icon__container\" id=\"\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[1]"
            },
            "message": "The <a> element has the id \"\" that is empty",
            "bounds": {
              "left": 301,
              "top": 2954,
              "height": 54,
              "width": 200
            },
            "snippet": "<a data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[7]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 435,
              "top": 2343,
              "height": 213,
              "width": 314
            },
            "snippet": "<p data-uniq-id=\"kjhfb\" data-generated-css=\"brz-css-hpghv\" class=\"brz-css-xrdho\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[6]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 435,
              "top": 2277,
              "height": 46,
              "width": 314
            },
            "snippet": "<p data-generated-css=\"brz-css-vdkjo\" data-uniq-id=\"fpkwg\" class=\"brz-css-pfiao\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[4]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 30,
              "top": 1935,
              "height": 54,
              "width": 199
            },
            "snippet": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[5]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 30,
              "top": 1819,
              "height": 96,
              "width": 505
            },
            "snippet": "<p data-uniq-id=\"iogcf\" data-generated-css=\"brz-css-ztlfb\" class=\"brz-css-ziwkr\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[4]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 30,
              "top": 1728,
              "height": 60,
              "width": 505
            },
            "snippet": "<p data-generated-css=\"brz-css-fzdrr\" data-uniq-id=\"iyfmh\" class=\"brz-css-qukkp\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[3]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 23,
              "top": 1123,
              "height": 38,
              "width": 754
            },
            "snippet": "<p data-generated-css=\"brz-css-rwzwb\" data-uniq-id=\"wuant\" class=\"brz-css-gwvzu\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 374,
              "top": 485,
              "height": 472,
              "width": 357
            },
            "snippet": "<h1 class=\"brz-css-kkrjv\" data-uniq-id=\"keuvi\" data-generated-css=\"brz-css-amqui\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[2]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 445,
              "top": 425,
              "height": 41,
              "width": 286
            },
            "snippet": "<p data-uniq-id=\"ieifl\" data-generated-css=\"brz-css-eagrg\" class=\"brz-css-vafgg\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 445,
              "top": 308,
              "height": 126,
              "width": 286
            },
            "snippet": "<p data-uniq-id=\"vnboe\" data-generated-css=\"brz-css-elcnj\" class=\"brz-css-czrpt\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[2]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 642,
              "top": 41,
              "height": 50,
              "width": 124
            },
            "snippet": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]",
              "aria": "/document[1]/link[3]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 635,
              "top": 15,
              "height": 101,
              "width": 147
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/link[1]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 30,
              "top": 30,
              "height": 71,
              "width": 160
            },
            "snippet": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[4]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 431,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[3]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 379,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "a_text_purpose",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[2]"
            },
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "bounds": {
              "left": 327,
              "top": 3037,
              "height": 19,
              "width": 42
            },
            "snippet": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">",
            "level": "violation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/svg[1]",
              "aria": "/document[1]/link[4]/graphics-document[1]"
            },
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "bounds": {
              "left": 185,
              "top": 1954,
              "height": 16,
              "width": 16
            },
            "snippet": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/svg[1]",
              "aria": "/document[1]/form[1]/button[1]"
            },
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "bounds": {
              "left": 446,
              "top": 1587,
              "height": 16,
              "width": 16
            },
            "snippet": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_contentinfo_misuse",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/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": 2737,
              "height": 584,
              "width": 800
            },
            "snippet": "<footer data-custom-id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" class=\"brz-footer brz-css-vqzyi brz-css-mhrey\" id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" data-uid=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          3,
          0,
          27
        ],
        "instances": [
          {
            "ruleID": "text_contrast_sufficient",
            "what": "Text contrast of 1.87 with its background is less than the WCAG AA minimum requirements for text of size 45px and weight of 800",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]"
            },
            "excerpt": "<span class=\"brz-cp-color3\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\" class=\"brz-icon__container\" id=\"\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\" class=\"brz-icon__container\" id=\"\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\" class=\"brz-icon__container\" id=\"\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <a> element has the id \"\" that is empty",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-uniq-id=\"kjhfb\" data-generated-css=\"brz-css-hpghv\" class=\"brz-css-xrdho\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-generated-css=\"brz-css-vdkjo\" data-uniq-id=\"fpkwg\" class=\"brz-css-pfiao\">"
          },
          {
            "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[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\" id=\"\" data-brz-link-type=\"external\" href=\"/about/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-uniq-id=\"iogcf\" data-generated-css=\"brz-css-ztlfb\" class=\"brz-css-ziwkr\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-generated-css=\"brz-css-fzdrr\" data-uniq-id=\"iyfmh\" class=\"brz-css-qukkp\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-generated-css=\"brz-css-rwzwb\" data-uniq-id=\"wuant\" class=\"brz-css-gwvzu\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[4]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 class=\"brz-css-kkrjv\" data-uniq-id=\"keuvi\" data-generated-css=\"brz-css-amqui\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-uniq-id=\"ieifl\" data-generated-css=\"brz-css-eagrg\" class=\"brz-css-vafgg\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-uniq-id=\"vnboe\" data-generated-css=\"brz-css-elcnj\" class=\"brz-css-czrpt\">"
          },
          {
            "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[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\" id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\">"
          },
          {
            "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[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[3]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" class=\"brz-a brz-container-link\">"
          },
          {
            "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[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\" id=\"\" data-brz-link-type=\"external\" href=\"https://hooverforassembly.com/\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/joshua_hoover/\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/joshua_hoover\" class=\"brz-a\">"
          },
          {
            "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[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/HooverForAssembly\" class=\"brz-a\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/a[1]/svg[1]"
            },
            "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[5]/button[1]/svg[1]"
            },
            "excerpt": "<svg data-name=\"tail-right\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-xvnnw\" xml:space=\"preserve\" viewBox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">"
          },
          {
            "ruleID": "aria_contentinfo_misuse",
            "what": "The element with \"contentinfo\" role is present without an element with \"main\" role",
            "ordinalSeverity": 1,
            "tagName": "FOOTER",
            "id": "smemyydntkxerlduxexfttwrqlkdyzavetlf",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/footer[1]"
            },
            "excerpt": "<footer data-custom-id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" class=\"brz-footer brz-css-vqzyi brz-css-mhrey\" id=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\" data-uid=\"smemyydntkxerlduxexfttwrqlkdyzavetlf\">"
          }
        ]
      },
      "endTime": 1687125001448
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687125001448,
      "endTime": 1687125001951
    },
    {
      "type": "url",
      "which": "https://hooverforassembly.com/",
      "what": "Candidate Josh Hoover (R)",
      "startTime": 1687125001951,
      "result": {
        "url": "https://hooverforassembly.com/"
      },
      "endTime": 1687125002865
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687125002865,
      "url": "https://hooverforassembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 327,
              "lastColumn": 5302,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 327,
              "lastColumn": 11624,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 327,
              "lastColumn": 18370,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 7845,
              "firstColumn": 7670,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 7845,
              "firstColumn": 7670,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8191,
              "firstColumn": 8018,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8191,
              "firstColumn": 8018,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8539,
              "firstColumn": 8358,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8539,
              "firstColumn": 8358,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8888,
              "firstColumn": 8706,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 183
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 8888,
              "firstColumn": 8706,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 183
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9238,
              "firstColumn": 9063,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9238,
              "firstColumn": 9063,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9583,
              "firstColumn": 9406,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9583,
              "firstColumn": 9406,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9929,
              "firstColumn": 9753,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 9929,
              "firstColumn": 9753,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11003,
              "firstColumn": 10760,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11003,
              "firstColumn": 10760,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11345,
              "firstColumn": 11170,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11345,
              "firstColumn": 11170,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11691,
              "firstColumn": 11518,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 11691,
              "firstColumn": 11518,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 174
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12039,
              "firstColumn": 11858,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12039,
              "firstColumn": 11858,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 182
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12388,
              "firstColumn": 12206,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 183
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12388,
              "firstColumn": 12206,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 183
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12738,
              "firstColumn": 12563,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 12738,
              "firstColumn": 12563,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 176
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 13083,
              "firstColumn": 12906,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 13083,
              "firstColumn": 12906,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 178
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 13429,
              "firstColumn": 13253,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 13429,
              "firstColumn": 13253,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 177
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 14532,
              "firstColumn": 14388,
              "message": "Duplicate ID .",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 14532,
              "firstColumn": 14388,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 145
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 15745,
              "firstColumn": 15524,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 222
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 15745,
              "firstColumn": 15524,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 222
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16022,
              "firstColumn": 15869,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16022,
              "firstColumn": 15869,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16303,
              "firstColumn": 16152,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16303,
              "firstColumn": 16152,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16586,
              "firstColumn": 16427,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16586,
              "firstColumn": 16427,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16870,
              "firstColumn": 16710,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 161
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 16870,
              "firstColumn": 16710,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 161
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17155,
              "firstColumn": 17002,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17155,
              "firstColumn": 17002,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17435,
              "firstColumn": 17280,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17435,
              "firstColumn": 17280,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17716,
              "firstColumn": 17562,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 448,
              "lastColumn": 17716,
              "firstColumn": 17562,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 669,
              "firstColumn": 435,
              "message": "Duplicate ID .",
              "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 235
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 669,
              "firstColumn": 435,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 235
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 883,
              "firstColumn": 751,
              "message": "Duplicate ID .",
              "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 883,
              "firstColumn": 751,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 13677,
              "firstColumn": 13498,
              "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": "div></nav><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height: 80.0234px;\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 6796,
              "firstColumn": 6522,
              "message": "Attribute type not allowed on element textarea at this point.",
              "extract": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text",
              "hiliteStart": 10,
              "hiliteLength": 275
            },
            {
              "type": "info",
              "lastLine": 449,
              "lastColumn": 3712,
              "firstColumn": 3580,
              "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": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 11593,
              "firstColumn": 11436,
              "message": "Duplicate ID .",
              "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 11593,
              "firstColumn": 11436,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 449,
              "lastColumn": 9675,
              "firstColumn": 9529,
              "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": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "info",
              "lastLine": 449,
              "lastColumn": 12606,
              "firstColumn": 12474,
              "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": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16023,
              "firstColumn": 15789,
              "message": "Duplicate ID .",
              "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 235
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16023,
              "firstColumn": 15789,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 235
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16387,
              "firstColumn": 16295,
              "message": "Duplicate ID .",
              "extract": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16387,
              "firstColumn": 16295,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16521,
              "firstColumn": 16388,
              "message": "Duplicate ID .",
              "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 16521,
              "firstColumn": 16388,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 134
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 17091,
              "firstColumn": 16999,
              "message": "Duplicate ID .",
              "extract": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 17091,
              "firstColumn": 16999,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 17216,
              "firstColumn": 17092,
              "message": "Duplicate ID .",
              "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 17216,
              "firstColumn": 17092,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 125
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 18402,
              "firstColumn": 18310,
              "message": "Duplicate ID .",
              "extract": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 18402,
              "firstColumn": 18310,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 93
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 18534,
              "firstColumn": 18403,
              "message": "Duplicate ID .",
              "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 132
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 18534,
              "firstColumn": 18403,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 132
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21035,
              "firstColumn": 20814,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 222
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21035,
              "firstColumn": 20814,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 222
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21312,
              "firstColumn": 21159,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21312,
              "firstColumn": 21159,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21593,
              "firstColumn": 21442,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21593,
              "firstColumn": 21442,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21876,
              "firstColumn": 21717,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 21876,
              "firstColumn": 21717,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22160,
              "firstColumn": 22000,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 161
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22160,
              "firstColumn": 22000,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 161
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22445,
              "firstColumn": 22292,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22445,
              "firstColumn": 22292,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 154
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22725,
              "firstColumn": 22570,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 22725,
              "firstColumn": 22570,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 23006,
              "firstColumn": 22852,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 448,
              "lastColumn": 7503,
              "firstColumn": 7260,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 244
            },
            {
              "type": "error",
              "lastLine": 449,
              "lastColumn": 23006,
              "firstColumn": 22852,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 155
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 56,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "y</title>\n<meta name='robots' content='max-image-preview:large' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 56
            },
            {
              "type": "info",
              "lastLine": 9,
              "lastColumn": 57,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "large' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 140,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "s.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly &raquo; Feed\" href=\"https://hooverforassembly.com/feed/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 140
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 158,
              "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=\"Josh Hoover for Assembly &raquo; Comments Feed\" href=\"https://hooverforassembly.com/comments/feed/\" />\n<scri",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 31,
              "lastColumn": 167,
              "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='astra-theme-css-css' href='https://hooverforassembly.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=3.7.9' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 35,
              "lastColumn": 159,
              "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='wp-block-library-css' href='https://hooverforassembly.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 42,
              "lastColumn": 180,
              "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='astra-addon-css-css' href='https://hooverforassembly.com/wp-content/uploads/astra-addon/astra-addon-6318d6b5e81151-14237532.css?ver=3.9.2' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 180
            },
            {
              "type": "info",
              "lastLine": 43,
              "lastColumn": 610,
              "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='brizy-asset-google-10-css'  class=\"brz-link brz-link-google\" type=\"text/css\" href='https://fonts.googleapis.com/css?family=Josefin+Sans%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700%2C100italic%2C200italic%2C300italic%2Citalic%2C500italic%2C600italic%2C700italic%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic&#038;subset=arabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Ckhmer%2Ckorean%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese&#038;display=swap&#038;ver=2.4.5' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 610
            },
            {
              "type": "info",
              "lastLine": 44,
              "lastColumn": 261,
              "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='brizy-asset-upload-10-css'  class=\"brz-link brz-link-upload\" type=\"text/css\" href='https://hooverforassembly.com/?brizy-font=ohdtqvhtbgwmmcsippsiasgpqeyziicwxata%3A100%2C200%2C400%2C500%2C700%2C800%2C900&#038;ver=2.4.5' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 261
            },
            {
              "type": "info",
              "lastLine": 45,
              "lastColumn": 257,
              "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='brizy-asset-group-1_3-20-css'  class=\"brz-link brz-link-preview-lib\" data-group=\"group-1_3\" href='https://hooverforassembly.com/wp-content/plugins/brizy/public/editor-build/241-wp/editor/css/group-1_3.css?ver=2.4.5' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 257
            },
            {
              "type": "info",
              "lastLine": 46,
              "lastColumn": 256,
              "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='brizy-asset-group-2-21-css'  class=\"brz-link brz-link-preview-lib-pro\" data-group=\"group-2\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/group-2-pro.css?ver=2.4.6' media='all' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 256
            },
            {
              "type": "info",
              "lastLine": 47,
              "lastColumn": 228,
              "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='brizy-asset-main-30-css'  class=\"brz-link brz-link-preview-pro\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/preview.pro.css?ver=2.4.6' media='all' />\n<styl",
              "hiliteStart": 10,
              "hiliteLength": 228
            },
            {
              "type": "info",
              "lastLine": 309,
              "lastColumn": 79,
              "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://hooverforassembly.com/wp-json/\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 79
            },
            {
              "type": "info",
              "lastLine": 309,
              "lastColumn": 187,
              "firstColumn": 80,
              "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://hooverforassembly.com/wp-json/wp/v2/pages/37\" /><link ",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 309,
              "lastColumn": 300,
              "firstColumn": 188,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ges/37\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://hooverforassembly.com/xmlrpc.php?rsd\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 113
            },
            {
              "type": "info",
              "lastLine": 310,
              "lastColumn": 126,
              "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://hooverforassembly.com/wp-includes/wlwmanifest.xml\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 311,
              "lastColumn": 51,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 312,
              "lastColumn": 62,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "6.2.2\" />\n<link rel=\"canonical\" href=\"https://hooverforassembly.com/\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "info",
              "lastLine": 313,
              "lastColumn": 62,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/\" />\n<link rel='shortlink' href='https://hooverforassembly.com/' />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 62
            },
            {
              "type": "info",
              "lastLine": 314,
              "lastColumn": 160,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 315,
              "lastColumn": 168,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F&#038;format=xml\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "error",
              "lastLine": 329,
              "lastColumn": 5302,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 329,
              "lastColumn": 11624,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "error",
              "lastLine": 329,
              "lastColumn": 18370,
              "message": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
              "extract": "x + 10px + 10px); padding-righ",
              "hiliteStart": 15,
              "hiliteLength": 1
            },
            {
              "type": "info",
              "lastLine": 444,
              "lastColumn": 126,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\n</style>\n<link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-32x32.png\" sizes=\"32x32\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 445,
              "lastColumn": 130,
              "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://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-192x192.png\" sizes=\"192x192\" />\n<link",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 446,
              "lastColumn": 126,
              "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://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-180x180.png\" />\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 126
            },
            {
              "type": "info",
              "lastLine": 447,
              "lastColumn": 137,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-270x270.png\" />\n</hea",
              "hiliteStart": 10,
              "hiliteLength": 137
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8217,
              "firstColumn": 7999,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8217,
              "firstColumn": 7999,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8491,
              "firstColumn": 8341,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8491,
              "firstColumn": 8341,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8769,
              "firstColumn": 8621,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 8769,
              "firstColumn": 8621,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9049,
              "firstColumn": 8893,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9049,
              "firstColumn": 8893,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9330,
              "firstColumn": 9173,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9330,
              "firstColumn": 9173,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9612,
              "firstColumn": 9462,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9612,
              "firstColumn": 9462,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9889,
              "firstColumn": 9737,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 9889,
              "firstColumn": 9737,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 10167,
              "firstColumn": 10016,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 450,
              "lastColumn": 10167,
              "firstColumn": 10016,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 568,
              "firstColumn": 350,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 568,
              "firstColumn": 350,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 869,
              "firstColumn": 719,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 869,
              "firstColumn": 719,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1174,
              "firstColumn": 1026,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1174,
              "firstColumn": 1026,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1481,
              "firstColumn": 1325,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1481,
              "firstColumn": 1325,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1789,
              "firstColumn": 1632,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 1789,
              "firstColumn": 1632,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2098,
              "firstColumn": 1948,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2098,
              "firstColumn": 1948,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2402,
              "firstColumn": 2250,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2402,
              "firstColumn": 2250,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2707,
              "firstColumn": 2556,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 2707,
              "firstColumn": 2556,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 3423,
              "firstColumn": 3192,
              "message": "Duplicate ID .",
              "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 232
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 3423,
              "firstColumn": 3192,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 232
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 3634,
              "firstColumn": 3505,
              "message": "Duplicate ID .",
              "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 3634,
              "firstColumn": 3505,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></",
              "hiliteStart": 10,
              "hiliteLength": 130
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 6189,
              "firstColumn": 6017,
              "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": "eset-all\"><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height:auto\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 173
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 9630,
              "firstColumn": 9356,
              "message": "Attribute type not allowed on element textarea at this point.",
              "extract": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text",
              "hiliteStart": 10,
              "hiliteLength": 275
            },
            {
              "type": "info",
              "lastLine": 451,
              "lastColumn": 6479,
              "firstColumn": 6347,
              "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": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 14385,
              "firstColumn": 14231,
              "message": "Duplicate ID .",
              "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 14385,
              "firstColumn": 14231,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 155
            },
            {
              "type": "info",
              "lastLine": 451,
              "lastColumn": 12470,
              "firstColumn": 12324,
              "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": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 147
            },
            {
              "type": "info",
              "lastLine": 451,
              "lastColumn": 15392,
              "firstColumn": 15260,
              "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": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c",
              "hiliteStart": 10,
              "hiliteLength": 133
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 18806,
              "firstColumn": 18575,
              "message": "Duplicate ID .",
              "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 232
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 18806,
              "firstColumn": 18575,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span ",
              "hiliteStart": 10,
              "hiliteLength": 232
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19167,
              "firstColumn": 19078,
              "message": "Duplicate ID .",
              "extract": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19167,
              "firstColumn": 19078,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19298,
              "firstColumn": 19168,
              "message": "Duplicate ID .",
              "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19298,
              "firstColumn": 19168,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 131
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19859,
              "firstColumn": 19770,
              "message": "Duplicate ID .",
              "extract": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19859,
              "firstColumn": 19770,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19981,
              "firstColumn": 19860,
              "message": "Duplicate ID .",
              "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 122
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 19981,
              "firstColumn": 19860,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 122
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 21158,
              "firstColumn": 21069,
              "message": "Duplicate ID .",
              "extract": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 21158,
              "firstColumn": 21069,
              "message": "Bad value  for attribute id on element div: An ID must not be the empty string.",
              "extract": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla",
              "hiliteStart": 10,
              "hiliteLength": 90
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 21287,
              "firstColumn": 21159,
              "message": "Duplicate ID .",
              "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 129
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 21287,
              "firstColumn": 21159,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 129
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 23779,
              "firstColumn": 23561,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 23779,
              "firstColumn": 23561,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24053,
              "firstColumn": 23903,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24053,
              "firstColumn": 23903,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24331,
              "firstColumn": 24183,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24331,
              "firstColumn": 24183,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24611,
              "firstColumn": 24455,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24611,
              "firstColumn": 24455,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24892,
              "firstColumn": 24735,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 24892,
              "firstColumn": 24735,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25174,
              "firstColumn": 25024,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25174,
              "firstColumn": 25024,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25451,
              "firstColumn": 25299,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25451,
              "firstColumn": 25299,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25729,
              "firstColumn": 25578,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 451,
              "lastColumn": 25729,
              "firstColumn": 25578,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 568,
              "firstColumn": 350,
              "message": "Duplicate ID .",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 568,
              "firstColumn": 350,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 219
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 869,
              "firstColumn": 719,
              "message": "Duplicate ID .",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 869,
              "firstColumn": 719,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1174,
              "firstColumn": 1026,
              "message": "Duplicate ID .",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1174,
              "firstColumn": 1026,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 149
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1481,
              "firstColumn": 1325,
              "message": "Duplicate ID .",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1481,
              "firstColumn": 1325,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1789,
              "firstColumn": 1632,
              "message": "Duplicate ID .",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 1789,
              "firstColumn": 1632,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 158
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2098,
              "firstColumn": 1948,
              "message": "Duplicate ID .",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2098,
              "firstColumn": 1948,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 151
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2402,
              "firstColumn": 2250,
              "message": "Duplicate ID .",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2402,
              "firstColumn": 2250,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 153
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2707,
              "firstColumn": 2556,
              "message": "Duplicate ID .",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            },
            {
              "type": "info",
              "lastLine": 450,
              "lastColumn": 7007,
              "firstColumn": 6866,
              "subType": "warning",
              "message": "The first occurrence of ID  was here.",
              "extract": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu",
              "hiliteStart": 10,
              "hiliteLength": 142
            },
            {
              "type": "error",
              "lastLine": 452,
              "lastColumn": 2707,
              "firstColumn": 2556,
              "message": "Bad value  for attribute id on element a: An ID must not be the empty string.",
              "extract": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span ",
              "hiliteStart": 10,
              "hiliteLength": 152
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          92,
          0,
          178,
          0
        ],
        "instances": [
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "327"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "327"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "327"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a></"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></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": "thljctroccmxkqjihjiavnetrivcjlrfyacr",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "div></nav><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height: 80.0234px;\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c"
          },
          {
            "ruleID": "Attribute type not allowed on element textarea at this point.",
            "what": "Attribute type not allowed on element textarea at this point.",
            "ordinalSeverity": 2,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text"
          },
          {
            "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": "ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c"
          },
          {
            "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": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "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": "449"
            },
            "excerpt": "hpyqbdow\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "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": "449"
            },
            "excerpt": "uusbjpzl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "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": "449"
            },
            "excerpt": "lvzxfnnv\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "448"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "449"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "y</title> <meta name='robots' content='max-image-preview:large' /> <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": "9"
            },
            "excerpt": "large' /> <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": "10"
            },
            "excerpt": "s.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly &raquo; Feed\" href=\"https://hooverforassembly.com/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": "11"
            },
            "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Josh Hoover for Assembly &raquo; Comments Feed\" href=\"https://hooverforassembly.com/comments/feed/\" /> <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": "31"
            },
            "excerpt": "</style> <link rel='stylesheet' id='astra-theme-css-css' href='https://hooverforassembly.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=3.7.9' media='all' /> <styl"
          },
          {
            "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": "35"
            },
            "excerpt": " </style> <link rel='stylesheet' id='wp-block-library-css' href='https://hooverforassembly.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' media='all' /> <styl"
          },
          {
            "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": " </style> <link rel='stylesheet' id='astra-addon-css-css' href='https://hooverforassembly.com/wp-content/uploads/astra-addon/astra-addon-6318d6b5e81151-14237532.css?ver=3.9.2' 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": "43"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-google-10-css' class=\"brz-link brz-link-google\" type=\"text/css\" href='https://fonts.googleapis.com/css?family=Josefin+Sans%3A100%2C200%2C300%2Cregular% ... %2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Ckhmer%2Ckorean%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese&#038;display=swap&#038;ver=2.4.5' 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": "44"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-upload-10-css' class=\"brz-link brz-link-upload\" type=\"text/css\" href='https://hooverforassembly.com/?brizy-font=ohdtqvhtbgwmmcsippsiasgpqeyziicwxata%3A100%2C200%2C400%2C500%2C700%2C800%2C900&#038;ver=2.4.5' 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": "45"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-group-1_3-20-css' class=\"brz-link brz-link-preview-lib\" data-group=\"group-1_3\" href='https://hooverforassembly.com/wp-content/plugins/brizy/public/editor-build/241-wp/editor/css/group-1_3.css?ver=2.4.5' 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": "46"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-group-2-21-css' class=\"brz-link brz-link-preview-lib-pro\" data-group=\"group-2\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/group-2-pro.css?ver=2.4.6' 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": "47"
            },
            "excerpt": "='all' /> <link rel='stylesheet' id='brizy-asset-main-30-css' class=\"brz-link brz-link-preview-pro\" href='https://hooverforassembly.com/wp-content/plugins/brizy-pro/public/editor-build/116-wp/css/preview.pro.css?ver=2.4.6' media='all' /> <styl"
          },
          {
            "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": "309"
            },
            "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://hooverforassembly.com/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": "309"
            },
            "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://hooverforassembly.com/wp-json/wp/v2/pages/37\" /><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": "309"
            },
            "excerpt": "ges/37\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://hooverforassembly.com/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": "310"
            },
            "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://hooverforassembly.com/wp-includes/wlwmanifest.xml\" /> <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": "311"
            },
            "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <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": "312"
            },
            "excerpt": "6.2.2\" /> <link rel=\"canonical\" href=\"https://hooverforassembly.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": "313"
            },
            "excerpt": ".com/\" /> <link rel='shortlink' href='https://hooverforassembly.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": "314"
            },
            "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%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": "315"
            },
            "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://hooverforassembly.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhooverforassembly.com%2F&#038;format=xml\" /> <meta"
          },
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "329"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "329"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "ruleID": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "what": "CSS: height: Character N is neither a decimal digit number, decimal point, nor \"e\" notation exponential mark.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "329"
            },
            "excerpt": "x + 10px + 10px); padding-righ"
          },
          {
            "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": "444"
            },
            "excerpt": " </style> <link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-32x32.png\" 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": "445"
            },
            "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-192x192.png\" 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": "446"
            },
            "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-180x180.png\" /> <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": "447"
            },
            "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://hooverforassembly.com/wp-content/uploads/2021/11/cropped-HooverIcon-270x270.png\" /> </hea"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "nguutktl\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></a></"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "div></div><a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id></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": "thljctroccmxkqjihjiavnetrivcjlrfyacr",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "eset-all\"><section id=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" style=\"height:auto\" data-uid=\"thljctroccmxkqjihjiavnetrivcjlrfyacr\" class=\"brz-section brz-section__header brz-css-wcwdn\"><div c"
          },
          {
            "ruleID": "Attribute type not allowed on element textarea at this point.",
            "what": "Attribute type not allowed on element textarea at this point.",
            "ordinalSeverity": 2,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ss-axozj\"><textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></text"
          },
          {
            "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": "ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "</section><section data-uid=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" id=\"ozbowcoxnfxxqnpzqygrobawpqcnarwpgyvj\" class=\"brz-section brz-css-qrnsm\"><div c"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "wegmwvae\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\"><svg v"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "SECTION",
            "id": "ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "</section><section data-uid=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" id=\"ghseyflkbqbfdzebfpxfrtnjmwjcghgrzhkj\" class=\"brz-section brz-css-qrnsm brz-css-rjtgi\"><div c"
          },
          {
            "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": "kvhafdzircdxdnwgjgzozdkdgyvctjxlywua",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "</section><section data-uid=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" id=\"kvhafdzircdxdnwgjgzozdkdgyvctjxlywua\" class=\"brz-section brz-css-qrnsm\"><div c"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ezhwpurg\"><a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\"><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "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": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "hpyqbdow\"><div id class=\"brz-icon__container\" data-custom-id=\"bduknlcmxgzlfhqaepxtthbqbvawhpyqbdow\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "hpyqbdow\"><a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "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": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "uusbjpzl\"><div id class=\"brz-icon__container\" data-custom-id=\"tvcksrqyxdebyqdmcaczwcljzyoduusbjpzl\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "uusbjpzl\"><a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla"
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "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": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "lvzxfnnv\"><div id class=\"brz-icon__container\" data-custom-id=\"aizlfvzsxytdeneumphozodggxcolvzxfnnv\"><a cla"
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "lvzxfnnv\"><a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "451"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "eafd3d86\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "27acf707\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "9377b79f\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "76730162\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "8840dd8b\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "5b14b112\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "Duplicate ID .",
            "what": "Duplicate ID .",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          },
          {
            "ruleID": "The first occurrence of ID  was here.",
            "what": "The first occurrence of ID  was here.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "450"
            },
            "excerpt": "ss-htbpn\"><a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"><pictu"
          },
          {
            "ruleID": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "what": "Bad value  for attribute id on element a: An ID must not be the empty string.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "452"
            },
            "excerpt": "ecb82231\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id><span "
          }
        ]
      },
      "endTime": 1687125005436
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687125005436,
      "url": "https://hooverforassembly.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 21:50:06",
          "hash": "13477450e420ea217d7e3163647a9252a8b0ae2ca9ba4db70cfebcfa890c8bcafb0f13907ac3dbf0e695a7ef2ed26154bd3cb74b6a9b0fed42bb5feaa95d5857",
          "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": 27,
          "warning": 12,
          "failed": 9,
          "inapplicable": 77
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 13,
              "warning": 8,
              "failed": 3,
              "inapplicable": 43
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "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 lang=\"en-US\"><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": 19,
                  "warning": 0,
                  "failed": 5,
                  "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 class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > 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) > 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 class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > 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 class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "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": 29,
                  "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=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > 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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)|(&quot;.+&quot;))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">SUBSCRIBE    !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.sta …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">LEARN MORE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > 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 class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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 class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > 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 class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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": 4,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div: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=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div: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=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@&quot;]+)*)|(&quot;.+&quot;))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div: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": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea: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": 18,
                  "warning": 0,
                  "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": "<span class=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">About Josh</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">AD 7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">News</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Contact</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Issues</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color3\">YOUR VOICE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span: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": 17,
                  "warning": 0,
                  "failed": 12,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">About Josh</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">AD 7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">News</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Contact</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Issues</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span brz-text__editor\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color3\">YOUR VOICE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body>Josh Hoover for Assembly\n\n\n\n\n\nwindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/hooverforassembly.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=6.2.2\"}};\n/*! This file is auto-generated */\n!function(e,a,t){var n,r,o,i=a.createElement(\"canvas\"),p=i.getContext&amp;&amp;i.getContext(\"2d\");function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement( …",
                        "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": 31,
                  "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=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">About Josh</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">AD 7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">News</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Contact</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li: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": "<span class=\"brz-span\">Issues</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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=\"brz-span brz-text__editor\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > 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=\"brz-cp-color3\">YOUR VOICE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color8\">IN SACRAMENTO</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(4) > div:nth-child(1) > div:nth-child(1) > h1: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": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": "<span class=\"brz-span brz-text__editor\">SUBSCRIBE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color1\">Issues That Matter </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-span brz-text__editor\">DONATE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"brz-span\">Home</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">About Josh</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">AD 7</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">News</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Endorsements</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Media</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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=\"brz-span\">Contact</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li: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": "<span class=\"brz-span\">Issues</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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=\"brz-cp-color1\">&nbsp;P.O. Box 850</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span class=\"brz-cp-color1\">&nbsp;&nbsp;Wilton, CA&nbsp;95693</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > p: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 class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 4,
              "warning": 2,
              "failed": 6,
              "inapplicable": 22
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"home page-template page-template-brizy-blank-template page-template-brizy-blank-template-php page page-id-37 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-header ast-plain-container ast-no-sidebar astra-3.7.9 ast-normal-title-enabled brz astra-addon-3.9.2 brz-mm-wrapper ast-desktop\" style=\"\">\n    MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesMain MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues\nDONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voter …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page does not links to local content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page does not links to local content.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > 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) > 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": 0,
                  "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 class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > 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) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 4,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-menu__ul brz-mm-listview\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-mm-menu__item brz-mm-menu__item-empty brz-mm-menu__item--current brz-mm-listitem\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item brz-mm-listitem__text\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span class=\"brz-span\" _ …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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 class=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"brz-menu__ul\" data-menu-items-active=\"d0caf37b4e6e88fe77a37068f994e9b8\"><li class=\"brz-menu__item brz-menu__item--current\" data-menu-item-id=\"d0caf37b4e6e88fe77a37068f994e9b8\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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:n …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "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": 0,
                  "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 class=\"brz-form brz-d-xs-flex brz-flex-xs-wrap\" action=\"https://hooverforassembly.com/wp-admin/admin-ajax.php?action=brizy_submit_form\" novalidate=\"\" data-form-id=\"fiwzonyzcrctindwbiqslhbikebpujqzhlwq\" data-project-id=\"e28cfcc2b925de058887ca436e1917a9\" data-success=\"\" data-error=\"\" data-redirect=\"\">SUBSCRIBE    !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form: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": 12,
                  "warning": 0,
                  "failed": 18,
                  "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": "<p class=\"brz-css-czrpt\" data-generated-css=\"brz-css-elcnj\" data-uniq-id=\"vnboe\">YOUR VOICE</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "45px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-vafgg\" data-generated-css=\"brz-css-eagrg\" data-uniq-id=\"ieifl\">IN SACRAMENTO</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "38px"
                    ]
                  },
                  {
                    "verdict": "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 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "33px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-gwvzu\" data-uniq-id=\"wuant\" data-generated-css=\"brz-css-rwzwb\"> Sign up for updates:</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div: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": "<div class=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form: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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form: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=\"brz-forms2__item brz-css-pazfc brz-css-siqvg brz-css-ytrbl brz-css-axozj\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form: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": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-qukkp\" data-uniq-id=\"iyfmh\" data-generated-css=\"brz-css-fzdrr\">Meet Josh Hoover</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "46px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-ziwkr\" data-generated-css=\"brz-css-ztlfb\" data-uniq-id=\"iogcf\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > div:nth-child(1) > p: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": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-xvnnw\" data-type=\"glyph\" data-name=\"tail-right\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-pfiao\" data-uniq-id=\"fpkwg\" data-generated-css=\"brz-css-vdkjo\">Issues That Matter </p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "46px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "19px"
                    ]
                  },
                  {
                    "verdict": "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=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "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": "<span class=\"brz-span brz-icon css-19j4wxv\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-span brz-icon css-19j4wxv\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > 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=\"brz-span brz-icon css-19j4wxv\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  }
                ]
              },
              "QW-WCAG-T29": {
                "name": "Specifying alignment either to the left or right in CSS",
                "code": "QW-WCAG-T29",
                "mapping": "C19",
                "description": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "text-align"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C19",
                  "passed": 14,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a text-align css property not equal to justify."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a text-align css property not equal to justify.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<style class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz-css-wcwdn{display:block;}}\n.brz .brz-css-kjohs{padding:75px 0px 75px 0px;margin:0;}.brz .brz-css-kjohs > .brz-bg{border:0px solid rgba(102, 115, 141, 0);border-radius: 0px;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image{background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image:after{content: \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(39)"
                      }
                    ],
                    "attributes": [
                      "text-align: justify"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a text-align css property not equal to justify.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<style class=\"brz-style\">@media(min-width:991px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:991px) and (min-width:768px){.brz .brz-css-wcwdn{display:block;}}@media(max-width:767px){.brz .brz-css-wcwdn{display:block;}}\n.brz .brz-css-kjohs{padding:75px 0px 75px 0px;margin:0;}.brz .brz-css-kjohs > .brz-bg{border:0px solid rgba(102, 115, 141, 0);border-radius: 0px;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image{background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-image:after{content: \"\";background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-color{background-color:rgba(0, 0, 0, 0);background-image:none;}.brz .brz-css-kjohs > .brz-bg > .brz-bg-shape__top{background-size: …",
                        "pointer": "html > head:nth-child(1) > style:nth-child(39)"
                      }
                    ],
                    "attributes": [
                      "text-align: justify"
                    ]
                  }
                ]
              },
              "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": 38,
                  "warning": 0,
                  "failed": 12,
                  "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": "<span class=\"brz-cp-color3\">YOUR VOICE</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-cp-color8\">IN SACRAMENTO</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(3) > div:nth-child(1) > div:nth-child(1) > 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": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</em>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(4) > div:nth-child(1) > div:nth-child(1) > h1: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": "<strong class=\"brz-cp-color1\"> Sign up for updates:</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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": "<span class=\"brz-cp-color1\">Meet Josh Hoover</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > 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=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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) > div:nth-child(1) > 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=\"brz-cp-color1\">Issues That Matter </span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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) > 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": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility,  protecting taxpayers and fighting for school choice.</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(7) > div: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(2) > div:nth-child(1) > 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": "<span class=\"brz-cp-color1\">&nbsp;P.O. Box 850</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-cp-color1\">&nbsp;&nbsp;Wilton, CA&nbsp;95693</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > 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=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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=\"brz-mm-sronly\">Close menu</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 10,
              "warning": 2,
              "failed": 0,
              "inapplicable": 12
            },
            "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": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 data-generated-css=\"brz-css-amqui\" data-uniq-id=\"keuvi\" class=\"brz-css-kkrjv\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "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": 3,
                  "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=\"brz-mm-navbar__title\" href=\"#mm-2\">Menu</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"mm-2\" class=\"brz-mm-panel brz-mm-panel_opened\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a class=\"brz-mm-navbar__title\" href=\"#mm-1\">Main Menu</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div id=\"mm-1\" class=\"brz-mm-panel brz-mm-panel_opened\">Main MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "This link skips a content block.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a href=\"#mm-0\">Close menu</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(9) > a:nth-child(1)"
                      },
                      {
                        "htmlCode": "<div class=\"brz-root__container brz-reset-all brz-mm-page brz-mm-slideout\" id=\"mm-0\">MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesMain MenuHomeAbout JoshAD 7NewsEndorsementsMediaContactIssuesHomeAbout JoshAD 7NewsEndorsementsMediaContactIssues\nDONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover Sign up for updates:SUBSCRIBE    !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAn …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(9)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 70,
                "document": 1,
                "none": 8,
                "navigation": 4,
                "list": 4,
                "listitem": 32,
                "region": 5,
                "presentation": 3,
                "graphics-document": 8,
                "heading": 1,
                "form": 1,
                "textbox": 4,
                "button": 1,
                "separator": 1
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 5,
                "link": 27,
                "title": 1,
                "script": 20,
                "style": 6,
                "body": 1,
                "svg": 16,
                "defs": 8,
                "filter": 8,
                "fecolormatrix": 8,
                "fecomponenttransfer": 8,
                "fefuncr": 8,
                "fefuncg": 8,
                "fefuncb": 8,
                "fefunca": 8,
                "fecomposite": 8,
                "div": 162,
                "nav": 4,
                "a": 43,
                "span": 50,
                "ul": 4,
                "li": 32,
                "section": 5,
                "picture": 3,
                "img": 3,
                "g": 6,
                "path": 9,
                "p": 10,
                "h1": 1,
                "em": 1,
                "strong": 1,
                "form": 1,
                "input": 3,
                "textarea": 1,
                "button": 1,
                "hr": 1,
                "footer": 1
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          12,
          69,
          35,
          28
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-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) > section:nth-child(3) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)"
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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) > section:nth-child(3) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-olzka\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ubyhgefcywvvxrapkbligqoqihphnguutktl\">DONATE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)"
            },
            "excerpt": "<a class=\"brz-a brz-container-link\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" data-brz-link-type=\"external\" id=\"\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@ ... \\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)"
            },
            "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1)"
            },
            "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-eeqdh brz-css-dyvux\" data-custom-id=\"umnlgbrtbfuovfvljxpavniocczuxkliovjo\">SUBSCRIBE !function(){function t(t){this.element=t,this.animationId,this.start= ... mationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.sta …"
          },
          {
            "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) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-qlglw\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xxsszrpwfuhffhaylyrkdazqgubawegmwvae\">LEARN MORE</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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a brz-btn brz-css-eeqdh brz-css-hrctz\" href=\"https://www.efundraisingconnections.com/c/Hoover2024/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"exlnrexrkqxlsrqfshrgemwjynllezhwpurg\">DONATE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/HooverForAssembly\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/joshua_hoover\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://www.instagram.com/joshua_hoover/\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"></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(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-37 current_page_item\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/about/\" data-brz-link-type=\"external\" id=\"\">About Josh</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(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/ad7/\" data-brz-link-type=\"external\" id=\"\">AD 7</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(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/?page_id=332\" data-brz-link-type=\"external\" id=\"\">News</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(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/endorsements/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/media/\" data-brz-link-type=\"external\" id=\"\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/contact/\" data-brz-link-type=\"external\" id=\"\">Contact</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(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://hooverforassembly.com/issues/\" data-brz-link-type=\"external\" id=\"\">Issues</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": "ohskqrivgluktmvunffndhwarfmbfnnuvnez",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" id=\"ohskqrivgluktmvunffndhwarfmbfnnuvnez\" name=\"yhncbxhzswfihzkvblxkglftmpmvzhetzbsn\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "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": "plilyqirbifjxclfqkrwfthuerymggxcqyby",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" id=\"plilyqirbifjxclfqkrwfthuerymggxcqyby\" name=\"ubtmahmpvxedljadapgrygwtflyjnhxvyjjg\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">"
          },
          {
            "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": "udlmrjauqkgskvvxeofijqxbwsqaaazvuchw",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(3) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"email\" id=\"udlmrjauqkgskvvxeofijqxbwsqaaazvuchw\" name=\"fkzbaxflumyuftzqcaqlargnpxypekpyxfin\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@&quot;]+(\\.[^<>()\\[\\]\\\\.,;:\\s@ ... \\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" data-type=\"Email\" data-label=\"Email*\" data-placeholder=\"Email*\" class=\"brz-input brz-forms2__field brz-forms2__field-email\">"
          },
          {
            "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": "TEXTAREA",
            "id": "myoekjurnhyzhmopurrwkpqzjdjlqytfbymg",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(4) > textarea:nth-child(1)"
            },
            "excerpt": "<textarea type=\"paragraph\" id=\"myoekjurnhyzhmopurrwkpqzjdjlqytfbymg\" name=\"saoidpfihstvlxyxicjizmdqsnpiezuxogzj\" placeholder=\"Comments\" data-type=\"Paragraph\" data-label=\"Comments\" data-placeholder=\"Comments\" class=\"brz-textarea brz-forms2__field brz-forms2__field-paragraph\"></textarea>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">About Josh</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">AD 7</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">News</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Endorsements</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Media</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Contact</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Issues</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>"
          },
          {
            "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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">About Josh</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">AD 7</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">News</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Endorsements</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Media</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Contact</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Issues</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Home</span>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body>Josh Hoover for Assembly window._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/14.0.0\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/ ... ;function s(e,t){p.clearRect(0,0,i.width,i.height),p.fillText(e,0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(t,0,0),e===i.toDataURL()}function c(e){var t=a.createElement( …"
          },
          {
            "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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">About Josh</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">AD 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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">News</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Contact</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) > section:nth-child(3) > div:nth-child(1) > div: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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Issues</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) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</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) > section:nth-child(4) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color3\">YOUR VOICE</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) > section:nth-child(4) > div: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(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color8\">IN SACRAMENTO</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": "EM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(4) > div: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(4) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) > em:nth-child(1)"
            },
            "excerpt": "<em class=\"brz-cp-color8\">\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voters for entrusting me with this responsibility, it is one that I accept with gratitude and humility.\" – Josh Hoover</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": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong class=\"brz-cp-color1\"> Sign up for updates:</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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > button:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">SUBSCRIBE</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) > section:nth-child(6) > 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) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Meet Josh Hoover</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) > section:nth-child(6) > 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) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Throughout his time in the State Legislature, Josh has worked to put families first through his work to reform education, provide school choice, keep our neighborhoods safe, and make California more affordable.</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) > section:nth-child(6) > 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(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">LEARN MORE</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) > section:nth-child(7) > div: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) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Issues That Matter </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) > section:nth-child(7) > div: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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p class=\"brz-css-xrdho\" data-generated-css=\"brz-css-hpghv\" data-uniq-id=\"kjhfb\">California deserves a Representative in Sacramento who will fight to keep our communities safe by standing with public safety, making California more affordable, advocating for fiscal responsibility, protecting taxpayers and fighting for school choice.</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": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span brz-text__editor\">DONATE</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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">About Josh</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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">AD 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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">News</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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Contact</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) > footer:nth-child(8) > 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) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-span\">Issues</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) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">&nbsp;P.O. Box 850</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) > footer:nth-child(8) > 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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">&nbsp;&nbsp;Wilton, CA&nbsp;95693</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) > footer:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span class=\"brz-cp-color1\">Paid for by Hoover for Assembly 2024 ID# 1456759</span>"
          },
          {
            "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-brizy-blank-template page-template-brizy-blank-template-php page page-id-37 wp-custom-logo ast-single-post ast-inherit-site-logo-transparent ast-hfb-heade ... ssues DONATEYOUR VOICEIN SACRAMENTO\"I am honored to have the opportunity to serve the people of the 7th Assembly District and represent our community in the State Legislature. Thank you to the voter …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(9) > section:nth-child(3) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></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) > section:nth-child(3) > 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) > a:nth-child(1)"
            },
            "excerpt": "<a class=\"brz-a\" href=\"https://hooverforassembly.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"bqvurpffomobdaqjxcyuldokovwtdtnuoijq\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their