Accessibility test digest

Synopsis

Page: Y-12 National Security Complex

URL: http://www.y12.doe.gov/

Score: 935

Tested by: Testaro, procedure tp14

Scored by: Testilo, procedure sp14a

Digested by: Testilo, procedure dp14a

Introduction

The Testaro application used its tp14 testing procedure to test the accessibility (barrier-free design and coding) of the Y-12 National Security Complex web page at http://www.y12.doe.gov/ on 2022/07/18. The procedure performed 1075 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp14a scoring procedure to compute partial and total scores for the page. The total score is 935 (where 0 is the best possible score). The scored report is appended below.

Finally, Testilo used procedure dp14a to produce this digest, briefly explaining how sp14a computed the scores.

Score summary

Score components
total935
log108
preventions100
contrastAA135
contentBeyondLandmarks120
focusIndication75
linkNoText52
imageNoText51
contrastAAA43
spontaneousMotion28
titleRedundant27
linkIndication25
fontSmall25
targetSize24
buttonNoText19
obsolete10
metaBansZoom8
inconsistentStyles7
contrastRisk7
childMissing6
linkTextsSame6
leadingClipsText6
zIndexNotZero5
h1Missing5
horizontalScrolling5
roleBad4
headingOfNothing4
hoverSurprise3
skipRepeatedContent3
hiddenContentRisk3
linkConfusionRisk3
mainNot13
headingStructure3
scrollRisk3
linkComprehensionRisk3
linkPair3
pdfLink3

Issue summary

Special issues

log: Score 108. This is based on the amount of browser error logging and miscellaneous logging during the tests.

preventions: Score 100. This is based on tests that the page did not allow to be run. That impedes accessibility progress and risks interfering with tools that users with disabilities need.

Classified issues

contrastAA: Score 135. Issues reported by tests in this category:

contentBeyondLandmarks: Score 120. Issues reported by tests in this category:

focusIndication: Score 75. Issues reported by tests in this category:

linkNoText: Score 52. Issues reported by tests in this category:

imageNoText: Score 51. Issues reported by tests in this category:

contrastAAA: Score 43. Issues reported by tests in this category:

spontaneousMotion: Score 28. Issues reported by tests in this category:

titleRedundant: Score 27. Issues reported by tests in this category:

linkIndication: Score 25. Issues reported by tests in this category:

fontSmall: Score 25. Issues reported by tests in this category:

targetSize: Score 24. Issues reported by tests in this category:

buttonNoText: Score 19. Issues reported by tests in this category:

obsolete: Score 10. Issues reported by tests in this category:

metaBansZoom: Score 8. Issues reported by tests in this category:

inconsistentStyles: Score 7. Issues reported by tests in this category:

contrastRisk: Score 7. Issues reported by tests in this category:

childMissing: Score 6. Issues reported by tests in this category:

linkTextsSame: Score 6. Issues reported by tests in this category:

leadingClipsText: Score 6. Issues reported by tests in this category:

zIndexNotZero: Score 5. Issues reported by tests in this category:

h1Missing: Score 5. Issues reported by tests in this category:

horizontalScrolling: Score 5. Issues reported by tests in this category:

roleBad: Score 4. Issues reported by tests in this category:

headingOfNothing: Score 4. Issues reported by tests in this category:

hoverSurprise: Score 3. Issues reported by tests in this category:

skipRepeatedContent: Score 3. Issues reported by tests in this category:

hiddenContentRisk: Score 3. Issues reported by tests in this category:

linkConfusionRisk: Score 3. Issues reported by tests in this category:

mainNot1: Score 3. Issues reported by tests in this category:

headingStructure: Score 3. Issues reported by tests in this category:

scrollRisk: Score 3. Issues reported by tests in this category:

linkComprehensionRisk: Score 3. Issues reported by tests in this category:

linkPair: Score 3. Issues reported by tests in this category:

pdfLink: Score 3. Issues reported by tests in this category:

Discussion

Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp14a. You can modify and extend Testaro and Testilo to fit other theories and priorities.

Here, in brief, is how sp14a computes a score for a page.

The precise rules of sp14a are found in the code itself.

Report

{
  "id": "4aieq-ynsc",
  "host": {
    "id": "ynsc",
    "which": "http://www.y12.doe.gov/",
    "what": "Y-12 National Security Complex"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-18T02:24:16"
    },
    {
      "event": "endTime",
      "value": "2022-07-18T02:26:04"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "http://www.y12.doe.gov/",
        "what": "Y-12 National Security Complex"
      },
      {
        "type": "tenonRequest",
        "id": "a",
        "withNewContent": true,
        "what": "Tenon API version 2 test request"
      },
      {
        "type": "test",
        "which": "motion",
        "what": "spontaneous change of content; requires webkit",
        "delay": 2500,
        "interval": 2500,
        "count": 5
      },
      {
        "type": "launch",
        "which": "chromium",
        "what": "Chromium browser"
      },
      {
        "type": "url",
        "which": "http://www.y12.doe.gov/",
        "what": "Y-12 National Security Complex"
      },
      {
        "type": "test",
        "which": "bulk",
        "what": "count of visible elements"
      },
      {
        "type": "test",
        "which": "embAc",
        "withItems": true,
        "what": "active elements incorrectly embedded in each other"
      },
      {
        "type": "test",
        "which": "focAll",
        "what": "Tab-focusability"
      },
      {
        "type": "test",
        "which": "focInd",
        "revealAll": false,
        "allowedDelay": 250,
        "withItems": true,
        "what": "focus indicators"
      },
      {
        "type": "test",
        "which": "focOp",
        "withItems": true,
        "what": "focusability and operability of elements"
      },
      {
        "type": "test",
        "which": "hover",
        "headSize": 20,
        "headSampleSize": 20,
        "tailSampleSize": 15,
        "withItems": true,
        "what": "hover impacts"
      },
      {
        "type": "test",
        "which": "labClash",
        "withItems": true,
        "what": "unlabeled and mislabeled form controls"
      },
      {
        "type": "test",
        "which": "linkUl",
        "withItems": true,
        "what": "underlining of inline links"
      },
      {
        "type": "test",
        "which": "menuNav",
        "withItems": true,
        "what": "keyboard navigation within true-focus menus"
      },
      {
        "type": "test",
        "which": "radioSet",
        "withItems": true,
        "what": "grouping of radio buttons in fieldsets"
      },
      {
        "type": "test",
        "which": "role",
        "what": "validity and necessity of role assignments"
      },
      {
        "type": "test",
        "which": "styleDiff",
        "withItems": true,
        "what": "style consistency of headings, buttons, and links"
      },
      {
        "type": "test",
        "which": "tabNav",
        "withItems": true,
        "what": "keyboard navigation within tab lists"
      },
      {
        "type": "test",
        "which": "zIndex",
        "withItems": true,
        "what": "elements with non-auto z indexes"
      },
      {
        "type": "test",
        "which": "alfa",
        "what": "Siteimprove alfa"
      },
      {
        "type": "test",
        "which": "axe",
        "detailLevel": 2,
        "rules": [],
        "what": "Axe core, all rules"
      },
      {
        "type": "test",
        "which": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "type": "test",
        "which": "wave",
        "reportType": 4,
        "what": "WAVE, report-type 4"
      },
      {
        "type": "test",
        "which": "tenon",
        "id": "a",
        "what": "Tenon API version 2 result retrieval"
      }
    ]
  },
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "what": "Webkit browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "Y-12 National Security Complex",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "http://www.y12.doe.gov/",
      "result": {
        "bytes": [
          1057414,
          1077940,
          1151659,
          1151659,
          1212137
        ],
        "localRatios": [
          1.019,
          1.068,
          1,
          1.053
        ],
        "meanLocalRatio": 1.035,
        "maxLocalRatio": 1.068,
        "globalRatio": 1.146,
        "pixelChanges": [
          76543,
          448537,
          0,
          556430
        ],
        "meanPixelChange": 270377,
        "maxPixelChange": 556430,
        "changeFrequency": 0.75
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "Y-12 National Security Complex",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "visibleElements": 215
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "tabFocusables": 47,
        "tabFocused": 47,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "total": 47,
          "types": {
            "indicatorMissing": {
              "total": 11,
              "tagNames": {
                "A": 11
              }
            },
            "nonOutlinePresent": {
              "total": 36,
              "tagNames": {
                "A": 36
              }
            },
            "outlinePresent": {
              "total": 0,
              "meanDelay": 0,
              "tagNames": {}
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Home"
            },
            {
              "tagName": "A",
              "text": "About"
            },
            {
              "tagName": "A",
              "text": "News"
            },
            {
              "tagName": "A",
              "text": "Careers"
            },
            {
              "tagName": "A",
              "text": "Mission"
            },
            {
              "tagName": "A",
              "text": "Suppliers"
            },
            {
              "tagName": "A",
              "text": "UPF"
            },
            {
              "tagName": "A",
              "text": "Library"
            },
            {
              "tagName": "A",
              "text": "Contact"
            },
            {
              "tagName": "A",
              "text": "Search"
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": "Transforming Y-12 Transforming Y-12"
            },
            {
              "tagName": "A",
              "text": "About Y-12 About Y-12"
            },
            {
              "tagName": "A",
              "text": "Careers Careers"
            },
            {
              "tagName": "A",
              "text": "Transforming Y-12 Transforming Y-12"
            },
            {
              "tagName": "A",
              "text": "About Y-12 About Y-12"
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Norwood Middle School repeats win of “Dream it. Do it.” competition"
            },
            {
              "tagName": "A",
              "text": "Pantex, Y-12 teams recognized by NNSA Defense Programs"
            },
            {
              "tagName": "A",
              "text": "NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29"
            },
            {
              "tagName": "A",
              "text": "UT, CNS sign $9.5 million agreement"
            },
            {
              "tagName": "A",
              "text": "NNSA Release: Decisions uphold integrity of contracting process and will position NNSA to manage gro"
            },
            {
              "tagName": "A",
              "text": "More..."
            },
            {
              "tagName": "A",
              "text": "Meet the NOC/SOC"
            },
            {
              "tagName": "A",
              "text": "I am mission success: Matthew Hensley"
            },
            {
              "tagName": "A",
              "text": "Nuclear Criticality Safety’s roadmap helped drive team to success"
            },
            {
              "tagName": "A",
              "text": "PIT Crew treads faster track for Y-12 part production"
            },
            {
              "tagName": "A",
              "text": "Summer interns arrive to work, learn at Pantex and Y-12"
            },
            {
              "tagName": "A",
              "text": "More..."
            },
            {
              "tagName": "A",
              "text": "following guidance"
            },
            {
              "tagName": "A",
              "text": "More..."
            },
            {
              "tagName": "A",
              "text": "MEDIUM"
            },
            {
              "tagName": "A",
              "text": "site entry process"
            },
            {
              "tagName": "A",
              "text": "facebook"
            },
            {
              "tagName": "A",
              "text": "twitter"
            },
            {
              "tagName": "A",
              "text": "youtube"
            },
            {
              "tagName": "A",
              "text": "rss"
            },
            {
              "tagName": "A",
              "text": "Y-12 National Security Complex"
            },
            {
              "tagName": "A",
              "text": "CNS"
            },
            {
              "tagName": "A",
              "text": "Pantex"
            },
            {
              "tagName": "A",
              "text": "DOE"
            },
            {
              "tagName": "A",
              "text": "NNSA"
            },
            {
              "tagName": "A",
              "text": "NPO"
            },
            {
              "tagName": "A",
              "text": "Disclaimer"
            },
            {
              "tagName": "A",
              "text": "Security Notice"
            },
            {
              "tagName": "A",
              "text": "Accessibility"
            }
          ],
          "outlinePresent": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "total": 63,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 0,
              "tagNames": {}
            },
            "focusableAndOperable": {
              "total": 63,
              "tagNames": {
                "A": 60,
                "BUTTON": 3
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" title=\"Home\" style=\"cursor: default;\"> <img src=\"http://www.y12.doe.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#sidr-close\" class=\"toggle-sidr-close\" style=\"cursor: default;\"></a>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "navigation-toggle",
              "text": "<a href=\"#sidr-main\" id=\"navigation-toggle\" class=\"mobileburger\" style=\"cursor: ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suppliers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "UPF",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transforming Y-12 Transforming Y-12",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Y-12 About Y-12",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Transforming Y-12 Transforming Y-12",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About Y-12 About Y-12",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"flex-prev\" href=\"#\" style=\"cursor: default;\"><span class=\"fa fa-angle-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"flex-next\" href=\"#\" style=\"cursor: default;\"><span class=\"fa fa-angle-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Norwood Middle School repeats win of “Dream it. Do it.” competition",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pantex, Y-12 teams recognized by NNSA Defense Programs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "UT, CNS sign $9.5 million agreement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NNSA Release: Decisions uphold integrity of contracting process and will positio",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More...",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Meet the NOC/SOC",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "I am mission success: Matthew Hensley",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Nuclear Criticality Safety’s roadmap helped drive team to success",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "PIT Crew treads faster track for Y-12 part production",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Summer interns arrive to work, learn at Pantex and Y-12",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More...",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "following guidance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More...",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "MEDIUM",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "site entry process",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "youtube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "rss",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Y-12 National Security Complex",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "CNS",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pantex",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "DOE",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NNSA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "NPO",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Disclaimer",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Security Notice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxPrevious",
              "text": "<button type=\"button\" id=\"cboxPrevious\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxNext",
              "text": "<button type=\"button\" id=\"cboxNext\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cboxSlideshow",
              "text": "<button type=\"button\" id=\"cboxSlideshow\" style=\"cursor: default;\"></button>",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"#sidr-close\" class=\"sidr-class-toggle-sidr-close\" style=\"cursor: defaul",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "News",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Careers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Mission",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Suppliers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "UPF",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "triggers": 70,
          "headTriggers": 20,
          "tailTriggers": 50,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 2
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": []
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "TransformingY-12TransformingY-12"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "CareersCareers"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 3,
          "wellLabeled": 0
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxPrevious\"></button>}"
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxNext\"></button>}"
            },
            {
              "index": 2,
              "tagName": "BUTTON",
              "type": "button",
              "content": "{<button type=\"button\" id=\"cboxSlideshow\"></button>}"
            }
          ],
          "wellLabeled": []
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "links": 60,
          "adjacent": {
            "total": 21,
            "underlined": 0,
            "underlinedPercent": 0
          }
        },
        "items": {
          "underlined": [],
          "notUnderlined": [
            "",
            "",
            "",
            "Norwood Middle School repeats win of “Dream it. Do it.” competition",
            "Pantex, Y-12 teams recognized by NNSA Defense Programs",
            "NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29",
            "UT, CNS sign $9.5 million agreement",
            "NNSA Release: Decisions uphold integrity of contracting process and will position NNSA to manage growing mission requirements",
            "More...",
            "Meet the NOC/SOC",
            "I am mission success: Matthew Hensley",
            "Nuclear Criticality Safety’s roadmap helped drive team to success",
            "PIT Crew treads faster track for Y-12 part production",
            "Summer interns arrive to work, learn at Pantex and Y-12",
            "More...",
            "following guidance",
            "More...",
            "MEDIUM",
            "site entry process",
            "Y-12 National Security Complex",
            ""
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "menuItems": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "menus": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "menuItems": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "roleElements": 2,
        "badRoleElements": 0,
        "redundantRoleElements": 1,
        "tagNames": {
          "NAV": {
            "navigation": {
              "bad": 0,
              "redundant": 1
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "mainStyles": [
          "fontStyle",
          "fontWeight",
          "opacity",
          "textDecorationLine",
          "textDecorationStyle",
          "textDecorationThickness"
        ],
        "buttonStyles": [
          "borderStyle",
          "borderWidth",
          "height",
          "lineHeight",
          "maxHeight",
          "maxWidth",
          "minHeight",
          "minWidth",
          "outlineOffset",
          "outlineStyle",
          "outlineWidth"
        ],
        "headingStyles": [
          "color",
          "fontSize"
        ],
        "listLinkStyles": [
          "color",
          "fontSize",
          "lineHeight"
        ],
        "totals": {
          "button": {
            "total": 3,
            "subtotals": [
              2,
              1
            ]
          },
          "adjacentLink": {
            "total": 21,
            "subtotals": [
              20,
              1
            ]
          },
          "listLink": {
            "total": 39,
            "subtotals": [
              10,
              9,
              9,
              8,
              2,
              1
            ]
          },
          "h2": {
            "total": 4,
            "subtotals": [
              2,
              2
            ]
          },
          "h3": {
            "total": 1
          }
        },
        "items": {
          "button": {
            "height": {
              "25px": [
                "",
                ""
              ],
              "auto": [
                ""
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "",
                "",
                "Norwood Middle School repeats win of “Dream it. Do it.” competition",
                "Pantex, Y-12 teams recognized by NNSA Defense Programs",
                "NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29",
                "UT, CNS sign $9.5 million agreement",
                "NNSA Release: Decisions uphold integrity of contracting process and will position NNSA to manage growing mission requirements",
                "More...",
                "Meet the NOC/SOC",
                "I am mission success: Matthew Hensley",
                "Nuclear Criticality Safety’s roadmap helped drive team to success",
                "PIT Crew treads faster track for Y-12 part production",
                "Summer interns arrive to work, learn at Pantex and Y-12",
                "More...",
                "following guidance",
                "More...",
                "MEDIUM",
                "site entry process",
                "Y-12 National Security Complex",
                ""
              ],
              "600": [
                ""
              ]
            }
          },
          "listLink": {
            "opacity": {
              "1": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "Careers                                  Careers",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "facebook",
                "twitter",
                "youtube",
                "rss",
                "CNS",
                "Pantex",
                "DOE",
                "NNSA",
                "NPO",
                "Disclaimer",
                "Security Notice",
                "Accessibility",
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ],
              "0.5": [
                "",
                ""
              ]
            },
            "color": {
              "rgb(255, 255, 255)": [
                "Home",
                "",
                ""
              ],
              "rgb(221, 221, 221)": [
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ],
              "rgb(0, 112, 201)": [
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "Careers                                  Careers",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "facebook",
                "twitter",
                "youtube",
                "rss"
              ],
              "rgb(85, 85, 85)": [
                "CNS",
                "Pantex",
                "DOE",
                "NNSA",
                "NPO",
                "Disclaimer",
                "Security Notice",
                "Accessibility"
              ],
              "rgb(112, 112, 112)": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ]
            },
            "fontSize": {
              "14px": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "Careers                                  Careers",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "facebook",
                "twitter",
                "youtube",
                "rss"
              ],
              "21px": [
                "",
                ""
              ],
              "12.25px": [
                "CNS",
                "Pantex",
                "DOE",
                "NNSA",
                "NPO",
                "Disclaimer",
                "Security Notice",
                "Accessibility"
              ],
              "16px": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ]
            },
            "lineHeight": {
              "50px": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ],
              "23.8px": [
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "Careers                                  Careers",
                "Transforming Y-12                                  Transforming Y-12",
                "About Y-12                                  About Y-12",
                "facebook",
                "twitter",
                "youtube",
                "rss"
              ],
              "70px": [
                "",
                ""
              ],
              "20.825px": [
                "CNS",
                "Pantex",
                "DOE",
                "NNSA",
                "NPO",
                "Disclaimer",
                "Security Notice",
                "Accessibility"
              ],
              "27.2px": [
                "Home",
                "About",
                "News",
                "Careers",
                "Mission",
                "Suppliers",
                "UPF",
                "Library",
                "Contact",
                "Search"
              ]
            }
          },
          "h2": {
            "fontWeight": {
              "400": [
                "Press Releases",
                "Y-12 Blog"
              ],
              "600": [
                "Suppliers/subs: COVID-19 info",
                "Attention Y-12 employees"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "tabElements": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "tabLists": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "tabElements": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "total": 13,
          "tagNames": {
            "DIV": 10,
            "A": 3
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "header-wrap",
            "text": "Home\nAbout\nNews\nCareers\nMission\nSuppliers\nUPF\nLibrary\nContact\nSearch"
          },
          {
            "tagName": "A",
            "id": "navigation-toggle",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Transforming Y-12 Transforming Y-12"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "About Y-12 About Y-12"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Careers Careers"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Transforming Y-12 Transforming Y-12"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "About Y-12 About Y-12"
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "cboxOverlay",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "colorbox",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "cboxWrapper",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "sidr-main",
            "text": "Home\nAbout\nNews\nCareers\nMission\nSuppliers\nUPF\nLibrary\nContact\nSearch"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "failures": 97,
          "warnings": 12
        },
        "items": [
          {
            "index": 13,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#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]/div[2]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a class=\"flex-prev\" href=\"#\">",
                "  <span class=\"fa fa-angle-left\"></span>",
                "</a>"
              ]
            }
          },
          {
            "index": 14,
            "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/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#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]/div[2]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a class=\"flex-next\" href=\"#\">",
                "  <span class=\"fa fa-angle-right\"></span>",
                "</a>"
              ]
            }
          },
          {
            "index": 242,
            "verdict": "failed",
            "rule": {
              "ruleID": "r47",
              "ruleSummary": "<meta name='viewport'> elements do not prevent zoom",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r47",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#reflow",
                  "chapter": "1.4.10",
                  "title": "Reflow"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "meta",
              "path": "/html[1]/head[1]/meta[4]",
              "codeLines": [
                "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">"
              ]
            }
          },
          {
            "index": 264,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]",
              "codeLines": [
                "Press Releases"
              ]
            }
          },
          {
            "index": 265,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Norwood Middle School repeats win of “Dream it. Do it.” competition"
              ]
            }
          },
          {
            "index": 266,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 267,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 6, 2022 - 2:27pm"
              ]
            }
          },
          {
            "index": 268,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Pantex, Y-12 teams recognized by NNSA Defense Programs"
              ]
            }
          },
          {
            "index": 269,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 270,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 27, 2022 - 4:33pm"
              ]
            }
          },
          {
            "index": 271,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29"
              ]
            }
          },
          {
            "index": 272,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 273,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Thursday, June 23, 2022 - 8:42am"
              ]
            }
          },
          {
            "index": 274,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "UT, CNS sign $9.5 million agreement"
              ]
            }
          },
          {
            "index": 275,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 276,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 20, 2022 - 4:16pm"
              ]
            }
          },
          {
            "index": 277,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "NNSA Release: Decisions uphold integrity of contracting process and will position NNSA to manage gr..."
              ]
            }
          },
          {
            "index": 278,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 279,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, May 16, 2022 - 3:30pm"
              ]
            }
          },
          {
            "index": 280,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "More..."
              ]
            }
          },
          {
            "index": 281,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/text()[1]",
              "codeLines": [
                "Y-12 Blog"
              ]
            }
          },
          {
            "index": 282,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Meet the NOC/SOC"
              ]
            }
          },
          {
            "index": 283,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 284,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:21pm"
              ]
            }
          },
          {
            "index": 285,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "I am mission success: Matthew Hensley"
              ]
            }
          },
          {
            "index": 286,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 287,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:15pm"
              ]
            }
          },
          {
            "index": 288,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Nuclear Criticality Safety’s roadmap helped drive team to success"
              ]
            }
          },
          {
            "index": 289,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 290,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:54am"
              ]
            }
          },
          {
            "index": 291,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "PIT Crew treads faster track for Y-12 part production"
              ]
            }
          },
          {
            "index": 292,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 293,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:46am"
              ]
            }
          },
          {
            "index": 294,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]/text()[1]",
              "codeLines": [
                "Summer interns arrive to work, learn at Pantex and Y-12"
              ]
            }
          },
          {
            "index": 295,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 296,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:38am"
              ]
            }
          },
          {
            "index": 297,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "More..."
              ]
            }
          },
          {
            "index": 298,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/h2[1]/span[1]/text()[1]",
              "codeLines": [
                "Suppliers/subs: COVID-19 info"
              ]
            }
          },
          {
            "index": 299,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Please see the"
              ]
            }
          },
          {
            "index": 300,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "following guidance"
              ]
            }
          },
          {
            "index": 301,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "provided by Jason Eaton, Senior Director, SCM"
              ]
            }
          },
          {
            "index": 302,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]",
              "codeLines": [
                "More..."
              ]
            }
          },
          {
            "index": 303,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]/a[1]/font[1]/text()[1]",
              "codeLines": [
                "MEDIUM"
              ]
            }
          },
          {
            "index": 304,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]/span[1]/text()[1]",
              "codeLines": [
                "Attention Y-12 employees"
              ]
            }
          },
          {
            "index": 305,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "If your supervisor has approved your return to the site, please follow the new"
              ]
            }
          },
          {
            "index": 306,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]/a[1]/text()[1]",
              "codeLines": [
                "site entry process"
              ]
            }
          },
          {
            "index": 307,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]/text()[2]",
              "codeLines": [
                ", including the green and red card on page 3."
              ]
            }
          },
          {
            "index": 308,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "facebook"
              ]
            }
          },
          {
            "index": 309,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "twitter"
              ]
            }
          },
          {
            "index": 310,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "youtube"
              ]
            }
          },
          {
            "index": 311,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "rss"
              ]
            }
          },
          {
            "index": 325,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 326,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 ...",
                "  following guidance",
                "</a>"
              ]
            }
          },
          {
            "index": 327,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"/sites/default/files/assets/document/Y-12_Site_entry_factsheet_COVID-19_1220.pdf\" title=\"S...",
                "  site entry process",
                "</a>"
              ]
            }
          },
          {
            "index": 334,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a href=\"/\" title=\"Home\">",
                "  <img src=\"http://www.y12.doe.gov/sites/default/files/y12logo.png\" alt=\"Home\">",
                "</a>"
              ]
            }
          },
          {
            "index": 335,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[1]/a[1]",
              "codeLines": [
                "<a href=\"/\" class=\"active\">",
                "  Home",
                "</a>"
              ]
            }
          },
          {
            "index": 336,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[2]/a[1]",
              "codeLines": [
                "<a href=\"/about\" title=\"About\">",
                "  About",
                "</a>"
              ]
            }
          },
          {
            "index": 337,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[3]/a[1]",
              "codeLines": [
                "<a href=\"/news\" title=\"News\">",
                "  News",
                "</a>"
              ]
            }
          },
          {
            "index": 338,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[4]/a[1]",
              "codeLines": [
                "<a href=\"/careers/\">",
                "  Careers",
                "</a>"
              ]
            }
          },
          {
            "index": 339,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[5]/a[1]",
              "codeLines": [
                "<a href=\"/mission\" title=\"Mission\">",
                "  Mission",
                "</a>"
              ]
            }
          },
          {
            "index": 340,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[6]/a[1]",
              "codeLines": [
                "<a href=\"/suppliers\" title=\"Suppliers\">",
                "  Suppliers",
                "</a>"
              ]
            }
          },
          {
            "index": 341,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[7]/a[1]",
              "codeLines": [
                "<a href=\"/upf\" title=\"Uranium Processing Facility\">",
                "  UPF",
                "</a>"
              ]
            }
          },
          {
            "index": 342,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[8]/a[1]",
              "codeLines": [
                "<a href=\"/library\" title=\"Library\">",
                "  Library",
                "</a>"
              ]
            }
          },
          {
            "index": 343,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[9]/a[1]",
              "codeLines": [
                "<a href=\"/contact\" title=\"Contact Us\">",
                "  Contact",
                "</a>"
              ]
            }
          },
          {
            "index": 344,
            "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/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[10]/a[1]",
              "codeLines": [
                "<a href=\"/search/node\" title=\"Search\">",
                "  Search",
                "</a>"
              ]
            }
          },
          {
            "index": 377,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 378,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 6, 2022 - 2:27pm"
              ]
            }
          },
          {
            "index": 379,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 380,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 27, 2022 - 4:33pm"
              ]
            }
          },
          {
            "index": 381,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 382,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Thursday, June 23, 2022 - 8:42am"
              ]
            }
          },
          {
            "index": 383,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 384,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 20, 2022 - 4:16pm"
              ]
            }
          },
          {
            "index": 385,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 386,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, May 16, 2022 - 3:30pm"
              ]
            }
          },
          {
            "index": 388,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 389,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:21pm"
              ]
            }
          },
          {
            "index": 390,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 391,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:15pm"
              ]
            }
          },
          {
            "index": 392,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 393,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:54am"
              ]
            }
          },
          {
            "index": 394,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 395,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:46am"
              ]
            }
          },
          {
            "index": 396,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 397,
            "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/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:38am"
              ]
            }
          },
          {
            "index": 407,
            "verdict": "failed",
            "rule": {
              "ruleID": "r68",
              "ruleSummary": "Elements with a role have required children",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r68",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships",
                  "chapter": "1.3.1",
                  "title": "Info and Relationships"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "ul",
              "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/ul[1]",
              "codeLines": [
                "<ul class=\"slides clr\" style=\"width: 1000%; transition-duration: 0s; transform: translate3d(-2560px...",
                "  <li class=\"homepage-slider-slide clone\" style=\"width: 2560px;\">",
                "    <a href=\"/about/transforming-y-12\">",
                "      <div class=\"homepage-slide-inner container\">",
                "        <div class=\"homepage-slide-content\">",
                "          <div class=\"homepage-slide-title\">",
                "            Transforming Y-12",
                "          </div>",
                "          <div class=\"clr\"></div>",
                "          <div class=\"homepage-slide-caption\">",
                "            Transforming Y-12",
                "          </div>",
                "        </div>",
                "      </div>",
                "      <img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                "    </a>",
                "  </li>",
                "  <li class=\"homepage-slider-slide flex-active-slide\" style=\"width: 2560px;\">",
                "    <a href=\"/about\">",
                "      <div class=\"homepage-slide-inner container\">",
                "        <div class=\"homepage-slide-content\">",
                "          <div class=\"homepage-slide-title\">",
                "            About Y-12",
                "          </div>",
                "          <div class=\"clr\"></div>",
                "          <div class=\"homepage-slide-caption\">",
                "            About Y-12",
                "          </div>",
                "        </div>",
                "      </div>",
                "      <img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                "    </a>",
                "  </li>",
                "  <li class=\"homepage-slider-slide\" style=\"width: 2560px;\">",
                "    <a href=\"/careers\">",
                "      <div class=\"homepage-slide-inner container\">",
                "        <div class=\"homepage-slide-content\">",
                "          <div class=\"homepage-slide-title\">",
                "            Careers",
                "          </div>",
                "          <div class=\"clr\"></div>",
                "          <div class=\"homepage-slide-caption\">",
                "            Careers",
                "          </div>",
                "        </div>",
                "      </div>",
                "      <img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
                "    </a>",
                "  </li>",
                "  <li class=\"homepage-slider-slide\" style=\"width: 2560px;\">",
                "    <a href=\"/about/transforming-y-12\">",
                "      <div class=\"homepage-slide-inner container\">",
                "        <div class=\"homepage-slide-content\">",
                "          <div class=\"homepage-slide-title\">",
                "            Transforming Y-12",
                "          </div>",
                "          <div class=\"clr\"></div>",
                "          <div class=\"homepage-slide-caption\">",
                "            Transforming Y-12",
                "          </div>",
                "        </div>",
                "      </div>",
                "      <img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                "    </a>",
                "  </li>",
                "  <li class=\"homepage-slider-slide clone\" style=\"width: 2560px;\">",
                "    <a href=\"/about\">",
                "      <div class=\"homepage-slide-inner container\">",
                "        <div class=\"homepage-slide-content\">",
                "          <div class=\"homepage-slide-title\">",
                "            About Y-12",
                "          </div>",
                "          <div class=\"clr\"></div>",
                "          <div class=\"homepage-slide-caption\">",
                "            About Y-12",
                "          </div>",
                "        </div>",
                "      </div>",
                "      <img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                "    </a>",
                "  </li>",
                "</ul>"
              ]
            }
          },
          {
            "index": 412,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 413,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 6, 2022 - 2:27pm"
              ]
            }
          },
          {
            "index": 414,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 415,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 27, 2022 - 4:33pm"
              ]
            }
          },
          {
            "index": 416,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 417,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Thursday, June 23, 2022 - 8:42am"
              ]
            }
          },
          {
            "index": 418,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 419,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, June 20, 2022 - 4:16pm"
              ]
            }
          },
          {
            "index": 420,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 421,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Monday, May 16, 2022 - 3:30pm"
              ]
            }
          },
          {
            "index": 423,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 424,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:21pm"
              ]
            }
          },
          {
            "index": 425,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 426,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, July 13, 2022 - 2:15pm"
              ]
            }
          },
          {
            "index": 427,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 428,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:54am"
              ]
            }
          },
          {
            "index": 429,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 430,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:46am"
              ]
            }
          },
          {
            "index": 431,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]/text()[1]",
              "codeLines": [
                "Posted:"
              ]
            }
          },
          {
            "index": 432,
            "verdict": "failed",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]/text()[1]",
              "codeLines": [
                "Wednesday, June 29, 2022 - 10:38am"
              ]
            }
          },
          {
            "index": 441,
            "verdict": "failed",
            "rule": {
              "ruleID": "r70",
              "ruleSummary": "No obsolete or deprecated elements are used",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r70",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 638,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h3",
              "path": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]",
              "codeLines": [
                "<h3 style=\"background-color:#f7a800;\">",
                "  <center>",
                "    <a href=\"/suppliers/important-notices\" title=\"COVID-19 information\">",
                "      <font color=\"black\">",
                "        MEDIUM",
                "      </font>",
                "    </a>",
                "  </center>",
                "</h3>"
              ]
            }
          },
          {
            "index": 656,
            "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>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "totals": {
          "rulesNA": 61,
          "rulesPassed": 31,
          "rulesWarned": 5,
          "rulesViolated": 9,
          "warnings": {
            "minor": 8,
            "moderate": 0,
            "serious": 41,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 13,
            "serious": 55,
            "critical": 6
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.4.2"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2022-07-18T02:25:51.244Z",
          "url": "http://www.y12.doe.gov/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/\" class=\"active\">Home</a>",
                  "target": [
                    ".active"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/about\" title=\"About\">About</a>",
                  "target": [
                    ".collapsed:nth-child(2) > a[title=\"About\"][href$=\"about\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news\" title=\"News\">News</a>",
                  "target": [
                    ".collapsed:nth-child(3) > a[title=\"News\"][href$=\"news\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/careers/\">Careers</a>",
                  "target": [
                    ".leaf:nth-child(4) > a[href$=\"careers/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/mission\" title=\"Mission\">Mission</a>",
                  "target": [
                    ".collapsed:nth-child(5) > a[href$=\"mission\"][title=\"Mission\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/suppliers\" title=\"Suppliers\">Suppliers</a>",
                  "target": [
                    ".collapsed:nth-child(6) > a[href$=\"suppliers\"][title=\"Suppliers\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/upf\" title=\"Uranium Processing Facility\">UPF</a>",
                  "target": [
                    ".collapsed:nth-child(7) > a[href$=\"upf\"][title=\"Uranium Processing Facility\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/library\" title=\"Library\">Library</a>",
                  "target": [
                    ".collapsed:nth-child(8) > a[href$=\"library\"][title=\"Library\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/contact\" title=\"Contact Us\">Contact</a>",
                  "target": [
                    ".collapsed:nth-child(9) > a[href$=\"contact\"][title=\"Contact Us\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
                          "target": [
                            "a[href$=\"careers\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">Careers</div>",
                  "target": [
                    "a[href$=\"careers\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                          "target": [
                            ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">Transforming Y-12</div>",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Press Releases</span>",
                  "target": [
                    "#block-views-front-page-press-releases-block > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/norwood-middle-school-repeats-win-%E2%80%9Cdream-it-do-it%E2%80%9D-competition\">Norwood Middle School repeats win of “Dream it. Do it.” competition</a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Y-12 Blog</span>",
                  "target": [
                    "#block-views-front-page-blog-posts-block > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/meet-nocsoc\">Meet the NOC/SOC</a>",
                  "target": [
                    "a[href$=\"meet-nocsoc\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Suppliers/subs: COVID-19 info</span>",
                  "target": [
                    "#block-block-36 > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#555555",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Please see the <a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a> provided by Jason Eaton, Senior Director, SCM</p>",
                  "target": [
                    "#block-block-36 > .content > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a>",
                  "target": [
                    "#block-block-36 > .content > p:nth-child(1) > a[target=\"new\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/\" class=\"active\">Home</a>",
                  "target": [
                    ".active"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/about\" title=\"About\">About</a>",
                  "target": [
                    ".collapsed:nth-child(2) > a[title=\"About\"][href$=\"about\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news\" title=\"News\">News</a>",
                  "target": [
                    ".collapsed:nth-child(3) > a[title=\"News\"][href$=\"news\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/careers/\">Careers</a>",
                  "target": [
                    ".leaf:nth-child(4) > a[href$=\"careers/\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/mission\" title=\"Mission\">Mission</a>",
                  "target": [
                    ".collapsed:nth-child(5) > a[href$=\"mission\"][title=\"Mission\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/suppliers\" title=\"Suppliers\">Suppliers</a>",
                  "target": [
                    ".collapsed:nth-child(6) > a[href$=\"suppliers\"][title=\"Suppliers\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/upf\" title=\"Uranium Processing Facility\">UPF</a>",
                  "target": [
                    ".collapsed:nth-child(7) > a[href$=\"upf\"][title=\"Uranium Processing Facility\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/library\" title=\"Library\">Library</a>",
                  "target": [
                    ".collapsed:nth-child(8) > a[href$=\"library\"][title=\"Library\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"header-wrap\" class=\"clr fixed-header\">",
                          "target": [
                            "#header-wrap"
                          ]
                        },
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/contact\" title=\"Contact Us\">Contact</a>",
                  "target": [
                    ".collapsed:nth-child(9) > a[href$=\"contact\"][title=\"Contact Us\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".flex-active-slide > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
                          "target": [
                            "a[href$=\"careers\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">Careers</div>",
                  "target": [
                    "a[href$=\"careers\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                          "target": [
                            ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">Transforming Y-12</div>",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "32.3pt (43.078px)",
                        "fontWeight": "bold",
                        "messageKey": "imgNode",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                          "target": [
                            ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > img"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because element contains an image node"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div class=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because element contains an image node"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Press Releases</span>",
                  "target": [
                    "#block-views-front-page-press-releases-block > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/norwood-middle-school-repeats-win-%E2%80%9Cdream-it-do-it%E2%80%9D-competition\">Norwood Middle School repeats win of “Dream it. Do it.” competition</a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Y-12 Blog</span>",
                  "target": [
                    "#block-views-front-page-blog-posts-block > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/meet-nocsoc\">Meet the NOC/SOC</a>",
                  "target": [
                    "a[href$=\"meet-nocsoc\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#444444",
                        "contrastRatio": 0,
                        "fontSize": "15.8pt (21px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Suppliers/subs: COVID-19 info</span>",
                  "target": [
                    "#block-block-36 > h2 > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#555555",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Please see the <a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a> provided by Jason Eaton, Senior Director, SCM</p>",
                  "target": [
                    "#block-block-36 > .content > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#0070c9",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgOverlap",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it is overlapped by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a>",
                  "target": [
                    "#block-block-36 > .content > p:nth-child(1) > a[target=\"new\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
                }
              ]
            },
            {
              "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.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"homepage-slide-caption\">Transforming Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(1) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-caption"
                  ],
                  "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=\"homepage-slide-caption\">About Y-12</div>",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-caption"
                  ],
                  "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=\"homepage-slide-caption\">Careers</div>",
                  "target": [
                    "a[href$=\"careers\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-caption"
                  ],
                  "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=\"homepage-slide-caption\">Transforming Y-12</div>",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-caption"
                  ],
                  "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=\"homepage-slide-caption\">About Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-caption"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">",
                  "target": [
                    "#colorbox"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"sidr-main\" class=\"sidr left\">",
                  "target": [
                    "#sidr-main"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "more",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "www.y12.doe.gov",
                          "port": "",
                          "pathname": "/news/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/news/blog\" title=\"More...\">More...</a>",
                          "target": [
                            "a[href$=\"blog\"]"
                          ]
                        },
                        {
                          "html": "<a href=\"/suppliers/important-notices\" title=\"Suppliers/subs: COVID-19 info\">More...</a>",
                          "target": [
                            "a[title=\"Suppliers/subs: COVID-19 info\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"/news\" title=\"More...\">More...</a>",
                  "target": [
                    "a[title=\"More...\"][href$=\"news\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            },
            {
              "id": "link-in-text-block",
              "impact": "serious",
              "tags": [
                "cat.color",
                "experimental",
                "wcag2a",
                "wcag141"
              ],
              "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
              "help": "Links must be distinguishable without relying on color",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-in-text-block?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": {
                        "messageKey": "bgOverlap"
                      },
                      "relatedNodes": [
                        {
                          "html": "<p>Please see the <a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a> provided by Jason Eaton, Senior Director, SCM</p>",
                          "target": [
                            "#block-block-36 > .content > p:nth-child(1)"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's contrast ratio could not be determined because of element overlap"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\">following guidance</a>",
                  "target": [
                    "#block-block-36 > .content > p:nth-child(1) > a[target=\"new\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Element's contrast ratio could not be determined because of element overlap"
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 6, 2022 - 2:27pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/pantex-y-12-teams-recognized-nnsa-defense-programs\">Pantex, Y-12 teams recognized by NNSA Defense Programs</a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-2.views-row-even.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, June 27, 2022 - 4:33pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/nnsa-release-nnsa-hosting-virtual-job-fair-nuclear-security-enterprise-june-29\">NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29</a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-3.views-row-odd.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Thursday, June 23, 2022 - 8:42am</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/ut-cns-sign-95-million-agreement\">UT, CNS sign $9.5 million agreement</a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-4.views-row-even.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, June 20, 2022 - 4:16pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/press-releases/nnsa-release-decisions-uphold-integrity-contracting-process-and-will-position\">NNSA Release: Decisions uphold integrity of contracting process and will position NNSA to manage growing mission requirements </a>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, May 16, 2022 - 3:30pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news\" title=\"More...\">More...</a>",
                  "target": [
                    "a[title=\"More...\"][href$=\"news\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 13, 2022 - 2:21pm</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/i-am-mission-success-matthew-hensley\">I am mission success: Matthew Hensley</a>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-2.views-row-even.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 13, 2022 - 2:15pm</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/nuclear-criticality-safety%E2%80%99s-roadmap-helped-drive-team-success\">Nuclear Criticality Safety’s roadmap helped drive team to success</a>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-3.views-row-odd.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:54am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/pit-crew-treads-faster-track-y-12-part-production\">PIT Crew treads faster track for Y-12 part production</a>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-4.views-row-even.views-row > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:46am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "11.5pt (15.4px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog/summer-interns-arrive-work-learn-pantex-and-y-12\">Summer interns arrive to work, learn at Pantex and Y-12</a>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-title.views-field > .field-content > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:38am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/news/blog\" title=\"More...\">More...</a>",
                  "target": [
                    "a[href$=\"blog\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/suppliers/important-notices\" title=\"Suppliers/subs: COVID-19 info\">More...</a>",
                  "target": [
                    "a[title=\"Suppliers/subs: COVID-19 info\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#0070c9",
                        "bgColor": "#ffffff",
                        "contrastRatio": 5.04,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sites/default/files/assets/document/Y-12_Site_entry_factsheet_COVID-19_1220.pdf\" title=\"Site Entry Factsheet\" target=\"New\">site entry process</a>",
                  "target": [
                    "a[title=\"Site Entry Factsheet\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.04 (foreground color: #0070c9, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 6, 2022 - 2:27pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, June 27, 2022 - 4:33pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Thursday, June 23, 2022 - 8:42am</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, June 20, 2022 - 4:16pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Monday, May 16, 2022 - 3:30pm</span>",
                  "target": [
                    ".view-front-page-press-releases > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 13, 2022 - 2:21pm</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-1.views-row-first.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, July 13, 2022 - 2:15pm</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-2.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:54am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-3.views-row-odd.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:46am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-4.views-row-even.views-row > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"views-label views-label-created\">Posted: </span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .views-label.views-label-created"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#888888",
                        "bgColor": "#ffffff",
                        "contrastRatio": 3.54,
                        "fontSize": "8.9pt (11.844px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body class=\"html front not-logged-in no-sidebars page-node\" style=\"\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"field-content\">Wednesday, June 29, 2022 - 10:38am</span>",
                  "target": [
                    ".view-front-page-blog-posts > .view-content > .views-row-5.views-row-last.views-row-odd > .views-field-created.views-field > .field-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.54 (foreground color: #888888, background color: #ffffff, font size: 8.9pt (11.844px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "image-alt",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures <img> elements have alternate text or a role of none or presentation",
              "help": "Images must have alternate text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/image-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(1) > a[href$=\"transforming-y-12\"] > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
                  "target": [
                    "a[href$=\"careers\"] > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > img"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "landmark-one-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has a main landmark",
              "help": "Document should have one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-one-main?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-main",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Document does not have a main landmark"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en\" dir=\"ltr\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:dc=\"http://purl.org/dc/terms/\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:og=\"http://ogp.me/ns#\" xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\" xmlns:sioc=\"http://rdfs.org/sioc/ns#\" xmlns:sioct=\"http://rdfs.org/sioc/types#\" xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\" class=\"js\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Document does not have a main landmark"
                }
              ]
            },
            {
              "id": "link-in-text-block",
              "impact": "serious",
              "tags": [
                "cat.color",
                "experimental",
                "wcag2a",
                "wcag141"
              ],
              "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color",
              "help": "Links must be distinguishable without relying on color",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/link-in-text-block?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "link-in-text-block",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<p>If your supervisor has approved your return to the site, please follow the new <a href=\"/sites/default/files/assets/document/Y-12_Site_entry_factsheet_COVID-19_1220.pdf\" title=\"Site Entry Factsheet\" target=\"New\">site entry process</a>, including the green and red card on page 3. </p>",
                          "target": [
                            "#block-block-31 > .content > p"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Links need to be distinguished from surrounding text in some way other than by color"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/sites/default/files/assets/document/Y-12_Site_entry_factsheet_COVID-19_1220.pdf\" title=\"Site Entry Factsheet\" target=\"New\">site entry process</a>",
                  "target": [
                    "a[title=\"Site Entry Factsheet\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Links need to be distinguished from surrounding text in some way other than by color"
                }
              ]
            },
            {
              "id": "link-name",
              "impact": "serious",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "wcag244",
                "section508",
                "section508.22.a",
                "ACT"
              ],
              "description": "Ensures links have discernible text",
              "help": "Links must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/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=\"flex-prev\" href=\"#\"><span class=\"fa fa-angle-left\"></span></a>",
                  "target": [
                    ".flex-prev"
                  ],
                  "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=\"flex-next\" href=\"#\"><span class=\"fa fa-angle-right\"></span></a>",
                  "target": [
                    ".flex-next"
                  ],
                  "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": "meta-viewport",
              "impact": "critical",
              "tags": [
                "cat.sensory-and-visual-cues",
                "best-practice",
                "ACT"
              ],
              "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming",
              "help": "Zooming and scaling should not be disabled",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/meta-viewport?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "meta-viewport",
                      "data": "maximum-scale",
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "maximum-scale on <meta> tag disables zooming on mobile devices"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">",
                  "target": [
                    "meta[name=\"viewport\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices"
                }
              ]
            },
            {
              "id": "page-has-heading-one",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensure that the page, or at least one of its frames contains a level-one heading",
              "help": "Page should contain a level-one heading",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/page-has-heading-one?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "page-has-heading-one",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Page must have a level-one heading"
                    }
                  ],
                  "none": [],
                  "impact": "moderate",
                  "html": "<html lang=\"en\" dir=\"ltr\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:dc=\"http://purl.org/dc/terms/\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:og=\"http://ogp.me/ns#\" xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\" xmlns:sioc=\"http://rdfs.org/sioc/ns#\" xmlns:sioct=\"http://rdfs.org/sioc/types#\" xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\" class=\"js\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  Page must have a level-one heading"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/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=\"homepage-slide-title\">Transforming Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(1) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "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": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(1) > a[href$=\"transforming-y-12\"] > img"
                  ],
                  "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=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "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": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                  "target": [
                    ".flex-active-slide > a[href$=\"about\"] > img"
                  ],
                  "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=\"homepage-slide-title\">Careers</div>",
                  "target": [
                    "a[href$=\"careers\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "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": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
                  "target": [
                    "a[href$=\"careers\"] > img"
                  ],
                  "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=\"homepage-slide-title\">Transforming Y-12</div>",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "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": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
                  "target": [
                    ".homepage-slider-slide:nth-child(4) > a[href$=\"transforming-y-12\"] > img"
                  ],
                  "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=\"homepage-slide-title\">About Y-12</div>",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > .homepage-slide-inner.container > .homepage-slide-content > .homepage-slide-title"
                  ],
                  "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": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
                  "target": [
                    ".clone.homepage-slider-slide:nth-child(5) > a[href$=\"about\"] > img"
                  ],
                  "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 id=\"preface-wrap\" class=\"site-preface clr\">",
                  "target": [
                    "#preface-wrap"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "Error": {
          "AA.1_1_1.H37": {
            "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">"
              }
            ]
          },
          "AA.1_3_1.H49.Center": {
            "Presentational markup used that has become obsolete in HTML5.": [
              {
                "tagName": "center",
                "id": "",
                "code": "<center>...</center>"
              }
            ]
          },
          "AA.1_3_1.H49.Font": {
            "Presentational markup used that has become obsolete in HTML5.": [
              {
                "tagName": "font",
                "id": "",
                "code": "<font color=\"black\">...</font>"
              }
            ]
          },
          "AA.1_4_3.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 3.54:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"field-content\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"views-label views-label-created\">...</span>"
              }
            ]
          },
          "AA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "#navigation-toggle",
                "code": "<a href=\"#sidr-main\" id=\"navigation-toggle\" class=\"mobileburger\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-next\" href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"flex-prev\" href=\"#\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#sidr-close\" class=\"sidr-class-toggle-sidr-close\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#sidr-close\" class=\"toggle-sidr-close\">...</a>"
              }
            ]
          },
          "AA.4_1_2.H91.Button.Name": {
            "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "button",
                "id": "#cboxNext",
                "code": "<button type=\"button\" id=\"cboxNext\">...</button>"
              },
              {
                "tagName": "button",
                "id": "#cboxPrevious",
                "code": "<button type=\"button\" id=\"cboxPrevious\">...</button>"
              },
              {
                "tagName": "button",
                "id": "#cboxSlideshow",
                "code": "<button type=\"button\" id=\"cboxSlideshow\">...</button>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2>...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2>...</h2>"
              }
            ]
          },
          "AA.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": "#cboxOverlay",
                "code": "<div id=\"cboxOverlay\" style=\"display: none;\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#header-wrap",
                "code": "<div id=\"header-wrap\" class=\"clr fixed-header\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#sidr-main",
                "code": "<div id=\"sidr-main\" class=\"sidr left\">...</div>"
              }
            ],
            "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [
              {
                "tagName": "meta",
                "id": "",
                "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">"
              }
            ]
          },
          "AA.1_4_3.G145.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 3:1.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"homepage-slide-title\">...</div>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/\" class=\"active\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/about\" title=\"About\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/careers/\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/contact\" title=\"Contact Us\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/library\" title=\"Library\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/mission\" title=\"Mission\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/news\" title=\"News\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/suppliers\" title=\"Suppliers\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/upf\" title=\"Uranium Processing Facility\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/news/rss.xml\" target=\"new\" title=\"RSS\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/search/node\" title=\"Search\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://twitter.com/y12nsc\" target=\"new\" title=\"twitter\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.facebook.com/y12nsc\" target=\"new\" title=\"facebook\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://www.youtube.com/y12nsc\" target=\"new\" title=\"youtube\">...</a>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "font",
                "id": "",
                "code": "<font color=\"black\">...</font>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "content": {
          "totals": {
            "violation": 54,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[7]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[7]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[6]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[6]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[5]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[5]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[4]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/573634.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[3]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[2]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/489193.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_Img_HasAlt",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]/img[1]",
                "aria": "/document[1]/list[1]/listitem[1]/link[1]/img[1]"
              },
              "message": "Image does not have an 'alt' attribute short text alternative",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 800
              },
              "snippet": "<img src=\"/sites/all/themes/y12nsc/images/458935.jpg\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[2]/li[2]/a[1]",
                "aria": "/document[1]/list[3]/listitem[2]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 750,
                "top": 216,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-next\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[2]/li[1]/a[1]",
                "aria": "/document[1]/list[3]/listitem[1]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 0,
                "top": 216,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-prev\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
                "aria": "/document[1]/list[2]/listitem[2]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 750,
                "top": 216,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-next\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
                "aria": "/document[1]/list[2]/listitem[1]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 0,
                "top": 216,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-prev\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/a[1]",
                "aria": "/document[1]/banner[1]/link[3]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 710,
                "top": 0,
                "height": 50,
                "width": 30
              },
              "snippet": "<a class=\"mobileburger\" id=\"navigation-toggle\" href=\"#sidr-main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 1028,
                "height": 0,
                "width": 209
              },
              "snippet": "<ul id=\"socialicons\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]",
                "aria": "/document[1]/heading[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 800,
                "height": 59,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 878,
                "height": 112,
                "width": 209
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 540,
                "height": 59,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[14]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 708,
                "height": 19,
                "width": 46
              },
              "snippet": "<a title=\"Suppliers/subs: COVID-19 info\" href=\"/suppliers/important-notices\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 618,
                "height": 68,
                "width": 209
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]/a[1]",
                "aria": "/document[1]/heading[4]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 584,
                "top": 750,
                "height": 30,
                "width": 102
              },
              "snippet": "<a title=\"COVID-19 information\" href=\"/suppliers/important-notices\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 540,
                "height": 30,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 1111,
                "height": 23,
                "width": 209
              },
              "snippet": "<p class=\"more\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[11]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 978,
                "height": 62,
                "width": 201
              },
              "snippet": "<a href=\"/news/blog/summer-interns-arrive-work-learn-pantex-and-y-12\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[10]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 881,
                "height": 42,
                "width": 197
              },
              "snippet": "<a href=\"/news/blog/pit-crew-treads-faster-track-y-12-part-production\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[9]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 764,
                "height": 62,
                "width": 201
              },
              "snippet": "<a href=\"/news/blog/nuclear-criticality-safety%E2%80%99s-roadmap-helped-drive-team-success\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[8]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 667,
                "height": 42,
                "width": 154
              },
              "snippet": "<a href=\"/news/blog/i-am-mission-success-matthew-hensley\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 590,
                "height": 21,
                "width": 138
              },
              "snippet": "<a href=\"/news/blog/meet-nocsoc\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 540,
                "height": 30,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 1251,
                "height": 23,
                "width": 209
              },
              "snippet": "<p class=\"more\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 1058,
                "height": 122,
                "width": 200
              },
              "snippet": "<a href=\"/news/press-releases/nnsa-release-decisions-uphold-integrity-contracting-process-and-will-position\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 961,
                "height": 42,
                "width": 177
              },
              "snippet": "<a href=\"/news/press-releases/ut-cns-sign-95-million-agreement\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 824,
                "height": 82,
                "width": 196
              },
              "snippet": "<a href=\"/news/press-releases/nnsa-release-nnsa-hosting-virtual-job-fair-nuclear-security-enterprise-june-29\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 707,
                "height": 62,
                "width": 208
              },
              "snippet": "<a href=\"/news/press-releases/pantex-y-12-teams-recognized-nnsa-defense-programs\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 590,
                "height": 62,
                "width": 202
              },
              "snippet": "<a href=\"/news/press-releases/norwood-middle-school-repeats-win-%E2%80%9Cdream-it-do-it%E2%80%9D-competition\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[2]/ul[1]",
                "aria": "/document[1]/list[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -800,
                "top": 601,
                "height": 0,
                "width": 11200
              },
              "snippet": "<ul style=\"width: 1400%; transition-duration: 0s; transform: translate3d(-800px, 0px, 0px);\" class=\"slides clr\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 1043,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 1043,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 926,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 926,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 829,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 829,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 712,
                "height": 35,
                "width": 190
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 712,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 615,
                "height": 35,
                "width": 190
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 615,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 1183,
                "height": 35,
                "width": 175
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 1183,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 1006,
                "height": 35,
                "width": 176
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 1006,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 909,
                "height": 35,
                "width": 183
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 909,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 772,
                "height": 35,
                "width": 176
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 772,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 655,
                "height": 35,
                "width": 183
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 655,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ContentinfoWithNoMain_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[4]/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": 60,
                "top": 1338,
                "height": 83,
                "width": 680
              },
              "snippet": "<footer id=\"footer-bottom\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[1]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge, chrome=1\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]/a[1]/font[1]",
                "aria": "/document[1]/heading[4]/link[1]"
              },
              "message": "The <font> element is deprecated in HTML 5",
              "bounds": {
                "left": 584,
                "top": 750,
                "height": 30,
                "width": 102
              },
              "snippet": "<font color=\"black\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]",
                "aria": "/document[1]/heading[4]"
              },
              "message": "The <center> element is deprecated in HTML 5",
              "bounds": {
                "left": 530,
                "top": 750,
                "height": 31,
                "width": 209
              },
              "snippet": "<center>",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 710,
                "top": 0,
                "height": 50,
                "width": 30
              },
              "snippet": "<nav role=\"navigation\" class=\"navigation main-navigation clr\" id=\"site-navigation\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 44,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[1]/li[2]/a[1]",
                "aria": "/document[1]/list[2]/listitem[2]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 750,
                "top": -34,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-next\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[2]/ul[1]/li[1]/a[1]",
                "aria": "/document[1]/list[2]/listitem[1]/link[1]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 0,
                "top": -34,
                "height": 70,
                "width": 50
              },
              "snippet": "<a href=\"#\" class=\"flex-prev\">",
              "level": "violation"
            },
            {
              "ruleId": "WCAG20_A_HasText",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/a[1]",
                "aria": "/document[1]/banner[1]/link[3]"
              },
              "message": "Hyperlink has no link text, label or image with a text alternative",
              "bounds": {
                "left": 710,
                "top": 0,
                "height": 50,
                "width": 30
              },
              "snippet": "<a class=\"mobileburger\" id=\"navigation-toggle\" href=\"#sidr-main\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]",
                "aria": "/document[1]/list[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 528,
                "height": 0,
                "width": 209
              },
              "snippet": "<ul id=\"socialicons\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]",
                "aria": "/document[1]/heading[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 300,
                "height": 59,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 378,
                "height": 112,
                "width": 209
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 40,
                "height": 59,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[2]/a[1]",
                "aria": "/document[1]/link[14]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 208,
                "height": 19,
                "width": 46
              },
              "snippet": "<a title=\"Suppliers/subs: COVID-19 info\" href=\"/suppliers/important-notices\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 530,
                "top": 118,
                "height": 68,
                "width": 209
              },
              "snippet": "<p>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]/a[1]",
                "aria": "/document[1]/heading[4]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 584,
                "top": 250,
                "height": 30,
                "width": 102
              },
              "snippet": "<a title=\"COVID-19 information\" href=\"/suppliers/important-notices\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 40,
                "height": 30,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 611,
                "height": 23,
                "width": 209
              },
              "snippet": "<p class=\"more\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[11]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 478,
                "height": 62,
                "width": 201
              },
              "snippet": "<a href=\"/news/blog/summer-interns-arrive-work-learn-pantex-and-y-12\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[10]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 381,
                "height": 42,
                "width": 197
              },
              "snippet": "<a href=\"/news/blog/pit-crew-treads-faster-track-y-12-part-production\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[9]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 264,
                "height": 62,
                "width": 201
              },
              "snippet": "<a href=\"/news/blog/nuclear-criticality-safety%E2%80%99s-roadmap-helped-drive-team-success\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[8]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 167,
                "height": 42,
                "width": 154
              },
              "snippet": "<a href=\"/news/blog/i-am-mission-success-matthew-hensley\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[7]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 295,
                "top": 90,
                "height": 21,
                "width": 138
              },
              "snippet": "<a href=\"/news/blog/meet-nocsoc\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
                "aria": "/document[1]/heading[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 40,
                "height": 30,
                "width": 209
              },
              "snippet": "<h2>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
                "aria": "/document[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 751,
                "height": 23,
                "width": 209
              },
              "snippet": "<p class=\"more\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[5]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 558,
                "height": 122,
                "width": 200
              },
              "snippet": "<a href=\"/news/press-releases/nnsa-release-decisions-uphold-integrity-contracting-process-and-will-position\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[4]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 461,
                "height": 42,
                "width": 177
              },
              "snippet": "<a href=\"/news/press-releases/ut-cns-sign-95-million-agreement\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[3]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 324,
                "height": 82,
                "width": 196
              },
              "snippet": "<a href=\"/news/press-releases/nnsa-release-nnsa-hosting-virtual-job-fair-nuclear-security-enterprise-june-29\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[2]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 207,
                "height": 62,
                "width": 208
              },
              "snippet": "<a href=\"/news/press-releases/pantex-y-12-teams-recognized-nnsa-defense-programs\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": 60,
                "top": 90,
                "height": 62,
                "width": 202
              },
              "snippet": "<a href=\"/news/press-releases/norwood-middle-school-repeats-win-%E2%80%9Cdream-it-do-it%E2%80%9D-competition\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 543,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 543,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 426,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 426,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 329,
                "height": 35,
                "width": 195
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 329,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 212,
                "height": 35,
                "width": 190
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 212,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 115,
                "height": 35,
                "width": 190
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 295,
                "top": 115,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 683,
                "height": 35,
                "width": 175
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 683,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 506,
                "height": 35,
                "width": 176
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 506,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 409,
                "height": 35,
                "width": 183
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 409,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 272,
                "height": 35,
                "width": 176
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 272,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[2]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 155,
                "height": 35,
                "width": 183
              },
              "snippet": "<span class=\"field-content\">",
              "level": "violation"
            },
            {
              "ruleId": "IBMA_Color_Contrast_WCAG2AA",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/span[1]",
                "aria": "/document[1]"
              },
              "message": "Text contrast of 3.54 with its background is less than the WCAG AA minimum requirements for text of size 11.844px and weight of 400",
              "bounds": {
                "left": 60,
                "top": 155,
                "height": 16,
                "width": 45
              },
              "snippet": "<span class=\"views-label views-label-created\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_ContentinfoWithNoMain_Implicit",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[4]/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": 60,
                "top": 838,
                "height": 83,
                "width": 680
              },
              "snippet": "<footer id=\"footer-bottom\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[1]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge, chrome=1\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]/a[1]/font[1]",
                "aria": "/document[1]/heading[4]/link[1]"
              },
              "message": "The <font> element is deprecated in HTML 5",
              "bounds": {
                "left": 584,
                "top": 250,
                "height": 30,
                "width": 102
              },
              "snippet": "<font color=\"black\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h3[1]/center[1]",
                "aria": "/document[1]/heading[4]"
              },
              "message": "The <center> element is deprecated in HTML 5",
              "bounds": {
                "left": 530,
                "top": 250,
                "height": 31,
                "width": 209
              },
              "snippet": "<center>",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[3]/nav[1]",
                "aria": "/document[1]/banner[1]/navigation[1]"
              },
              "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
              "bounds": {
                "left": 710,
                "top": 0,
                "height": 50,
                "width": 30
              },
              "snippet": "<nav role=\"navigation\" class=\"navigation main-navigation clr\" id=\"site-navigation\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Y-12 National Security Complex",
          "pageurl": "http://www.y12.doe.gov/",
          "time": 2.43,
          "creditsremaining": 709,
          "allitemcount": 85,
          "totalelements": 314,
          "waveurl": "http://wave.webaim.org/report?url=http://www.y12.doe.gov/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 13,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child > A:first-child > DIV:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child > DIV:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child > DIV:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > DIV:first-child + IMG",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child > DIV:first-child + IMG"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "button_empty": {
                "id": "button_empty",
                "description": "Empty button",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxPrevious",
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxNext",
                  "HTML > HEAD:first-child + BODY > DIV#colorbox > DIV#cboxWrapper > DIV:first-child + DIV > DIV#cboxContent > BUTTON#cboxSlideshow"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_empty": {
                "id": "link_empty",
                "description": "Empty link",
                "count": 5,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#sidr-close > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > A#navigation-toggle",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV:first-child + UL > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV:first-child + UL > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 25,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 25,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#homepage-slider-wrap > DIV#homepage-slider > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > SPAN:first-child + SPAN"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ],
                  [
                    3.54,
                    "#888888",
                    "#ffffff",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 29,
            "items": {
              "h1_missing": {
                "id": "h1_missing",
                "description": "Missing first level heading",
                "count": 1,
                "selectors": [
                  false
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 3,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > P:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > P:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-36 > H2:first-child + DIV > P:first-child + P > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-36 > H2:first-child + DIV > P:first-child + P + H3 > CENTER:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_pdf": {
                "id": "link_pdf",
                "description": "Link to PDF document",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-36 > H2:first-child + DIV > P:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-31 > H2:first-child + DIV > P:first-child > A:first-child"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 21,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#header-wrap > HEADER#header > DIV#site-navigation-wrap > NAV#site-navigation > DIV#main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child > DIV:first-child > DIV#block-views-front-page-press-releases-block > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > P:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV > DIV:first-child > DIV#block-views-front-page-blog-posts-block > H2:first-child + DIV > DIV:first-child > DIV:first-child + DIV > P:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-11 > DIV:first-child > DIV#social > UL#socialicons > LI#facebook > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-11 > DIV:first-child > DIV#social > UL#socialicons > LI#twitter > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#preface-wrap > DIV#preface > DIV#preface-block-wrap > DIV:first-child + DIV + DIV > DIV:first-child > DIV#block-block-11 > DIV:first-child > DIV#social > UL#socialicons > LI#youtube > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#footer-wrap > DIV#footer > FOOTER#footer-bottom > DIV:first-child > DIV#footer-menu > DIV:first-child > DIV#block-menu-menu-footer-menu > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#footer-wrap > DIV#footer > FOOTER#footer-bottom > DIV:first-child > DIV#footer-menu > DIV:first-child > DIV#block-menu-menu-footer-menu > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#footer-wrap > DIV#footer > FOOTER#footer-bottom > DIV:first-child > DIV#footer-menu > DIV:first-child > DIV#block-menu-menu-footer-menu > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#wrap > DIV#footer-wrap > DIV#footer > FOOTER#footer-bottom > DIV:first-child > DIV#footer-menu > DIV:first-child > DIV#block-menu-menu-footer-menu > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#sidr-main > DIV:first-child + DIV > DIV#sidr-id-main-menu > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI + LI + LI > A:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "URL",
      "result": "http://www.y12.doe.gov/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "http://www.y12.doe.gov/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.081",
        "responseTime": "2022-07-18T02:26:05.015Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1004006,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 62,
              "totalWarnings": 1,
              "totalIssues": 63
            },
            "issuesByLevel": {
              "A": {
                "count": 52,
                "pct": 82.54
              },
              "AA": {
                "count": 21,
                "pct": 33.33
              },
              "AAA": {
                "count": 63,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 6,
              "warningDensity": 0,
              "allDensity": 6
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "2ebb41f4-9737-408c-a7ee-c67bced1ff76",
          "docID": "8acece90-2e91-49f2-b792-e993a5de2267",
          "sourceHash": "ae3844874ea756fa01ebfe735656f847",
          "urlHttpCode": 200,
          "clientScriptErrors": [],
          "remainingApiCalls": {
            "planCalls": 0,
            "boosts": 19
          },
          "globalStats": {
            "errorDensity": "N/A",
            "warningDensity": "N/A",
            "allDensity": "N/A",
            "stdDev": "N/A"
          },
          "resultUrl": "http://ngnix/history.php?responseID=2ebb41f4-9737-408c-a7ee-c67bced1ff76",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 1203.59
                },
                "height": 1203.59,
                "width": 1024
              },
              "position": {
                "line": 2703,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"&gt; &lt;div id=\"wrap\"&gt; &lt;div id=\"header-wrap\" class=\"clr fixed-header\"&gt; &lt;header id=\"header\" class=\"site-header clr container\"&gt; &lt;div id=\"logo\" class=\"clr\"&gt; &lt;di",
              "xpath": "/html/body",
              "issueID": "3d85cf32724810604eaf99f096829f99",
              "signature": "5ce6696aba168d381f21159da14e4fa5",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=3d85cf32724810604eaf99f096829f99"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 667,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#sidr-close\" class=\"toggle-sidr-close\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/a[1]",
              "issueID": "ba9bf73597ebabc736870bbaaa81c8a8",
              "signature": "0c736d07cb56dfe120600b69daaf47da",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=ba9bf73597ebabc736870bbaaa81c8a8"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 30,
                  "y": 50
                },
                "height": 50,
                "width": 30
              },
              "position": {
                "line": 667,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#sidr-main\" id=\"navigation-toggle\" class=\"mobileburger\" style=\"\"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/a[1]",
              "issueID": "3c75890b6b3ae1c3c6309a1a011921ab",
              "signature": "31b027322b7019b2d186b116061c1c82",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=3c75890b6b3ae1c3c6309a1a011921ab"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 250
                },
                "bottom-right": {
                  "x": 50,
                  "y": 320
                },
                "height": 70,
                "width": 50
              },
              "position": {
                "line": 1708,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-prev\" href=\"#\"&gt;&lt;span class=\"fa fa-angle-left\"&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/ul[1]/li[1]/a[1]",
              "issueID": "5b80cd940f3c53b91987b45f6aca22f8",
              "signature": "48de0fc81ed88bf53f79207f337e2b61",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=5b80cd940f3c53b91987b45f6aca22f8"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 974,
                  "y": 250
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 320
                },
                "height": 70,
                "width": 50
              },
              "position": {
                "line": 1708,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"flex-next\" href=\"#\"&gt;&lt;span class=\"fa fa-angle-right\"&gt;&lt;/span&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/ul[1]/li[2]/a[1]",
              "issueID": "977cfe98edaf34a81f0bca5ae6bfe9df",
              "signature": "33b301ca0d7d824008315dc4522c36c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=977cfe98edaf34a81f0bca5ae6bfe9df"
            },
            {
              "tID": 57,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has no text inside it.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5309,
                "column": 58
              },
              "errorSnippet": "&lt;a href=\"#sidr-close\" class=\"sidr-class-toggle-sidr-close\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/a[1]",
              "issueID": "27b0228cd3a2a2e46241633f24454f28",
              "signature": "89fbdae5f67075e8abae7aa23aedf832",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=27b0228cd3a2a2e46241633f24454f28"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 667,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/\" title=\"Home\"&gt; &lt;img src=\"http://www.y12.doe.gov/sites/default/files/y12logo.png\" alt=\"Home\"&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[1]/div[1]/a[1]",
              "issueID": "3408a829cb57082bc0bd05d2e32268c5",
              "signature": "d0585480d653ed7b316b75723f20c5ee",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3408a829cb57082bc0bd05d2e32268c5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 36.5938,
                  "y": 50
                },
                "height": 50,
                "width": 36.5938
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about\" title=\"About\"&gt;About&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "d4a8cc7ad4cf54af7aef7c6456571907",
              "signature": "2b2b3a97c5bea7d8292d655f0b4cf018",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d4a8cc7ad4cf54af7aef7c6456571907"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 35.0156,
                  "y": 50
                },
                "height": 50,
                "width": 35.0156
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news\" title=\"News\"&gt;News&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "73ea525e031f81085890012a568df34d",
              "signature": "9339302217afa6fc131f5b4b4b76a3bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=73ea525e031f81085890012a568df34d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 47.4688,
                  "y": 50
                },
                "height": 50,
                "width": 47.4688
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/mission\" title=\"Mission\"&gt;Mission&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "ef4f9874309f15750b3e31d4ab9d1ca8",
              "signature": "68b5b4b40ef07eac57b289b3446e7f85",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ef4f9874309f15750b3e31d4ab9d1ca8"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 58.375,
                  "y": 50
                },
                "height": 50,
                "width": 58.375
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/suppliers\" title=\"Suppliers\"&gt;Suppliers&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "651124d747c7218fa1e85b673200eef0",
              "signature": "31d170fe376d662a6023ea2dc644d95d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=651124d747c7218fa1e85b673200eef0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 42.7969,
                  "y": 50
                },
                "height": 50,
                "width": 42.7969
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/library\" title=\"Library\"&gt;Library&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[8]/a[1]",
              "issueID": "d2d30e0ebd6a79a068fe78135eac57af",
              "signature": "824391eb60cdba9491177b46a8ee1cdf",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d2d30e0ebd6a79a068fe78135eac57af"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 17,
                  "y": 17
                },
                "height": 17,
                "width": 17
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/search/node\" title=\"Search\"&gt;Search&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[10]/a[1]",
              "issueID": "3ffacd733e26ee19186bf59ea675da2b",
              "signature": "32f12372807f7b00f702ed18253edb3c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=3ffacd733e26ee19186bf59ea675da2b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 1033
                },
                "bottom-right": {
                  "x": 66,
                  "y": 1049
                },
                "height": 16,
                "width": 44
              },
              "position": {
                "line": 4301,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news\" title=\"More...\"&gt;More...&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "77e68eff89d83509932ac7f2b1c2095b",
              "signature": "0cb3d2b797277bce265c2404f447c2cc",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=77e68eff89d83509932ac7f2b1c2095b"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 994
                },
                "bottom-right": {
                  "x": 402.21875,
                  "y": 1010
                },
                "height": 16,
                "width": 44
              },
              "position": {
                "line": 4661,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/blog\" title=\"More...\"&gt;More...&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "cf9282abae2f05772197f7309954cda5",
              "signature": "ba9272921065621a9c4c7b29a5683089",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cf9282abae2f05772197f7309954cda5"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 694.4375,
                  "y": 898
                },
                "bottom-right": {
                  "x": 718.4375,
                  "y": 898
                },
                "height": 0,
                "width": 24
              },
              "position": {
                "line": 4829,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/y12nsc\" target=\"new\" title=\"facebook\"&gt;facebook&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "653bc7c2f799b2fcc6e4196645cc3e07",
              "signature": "02d2cb38f4e04f33373021c2ef04fc73",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=653bc7c2f799b2fcc6e4196645cc3e07"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 742.4375,
                  "y": 898
                },
                "bottom-right": {
                  "x": 766.4375,
                  "y": 898
                },
                "height": 0,
                "width": 24
              },
              "position": {
                "line": 4900,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/y12nsc\" target=\"new\" title=\"twitter\"&gt;twitter&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "b3ee53c6370671ae27c0f2bb51a56061",
              "signature": "ded7305bd8a7d28ad4ff7e3e9a7cefc7",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=b3ee53c6370671ae27c0f2bb51a56061"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 790.4375,
                  "y": 898
                },
                "bottom-right": {
                  "x": 814.4375,
                  "y": 898
                },
                "height": 0,
                "width": 24
              },
              "position": {
                "line": 4901,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/y12nsc\" target=\"new\" title=\"youtube\"&gt;youtube&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "89053c3ebf6ceb6588894e25fd637d5f",
              "signature": "073dae04e4d14f0db387c2f7b8447bbc",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=89053c3ebf6ceb6588894e25fd637d5f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 838.4375,
                  "y": 898
                },
                "bottom-right": {
                  "x": 862.4375,
                  "y": 898
                },
                "height": 0,
                "width": 24
              },
              "position": {
                "line": 4901,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/rss.xml\" target=\"new\" title=\"RSS\"&gt;rss&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "6f2d296f8f659eb4efe9c7a90c79a323",
              "signature": "d5b95d44c9ed0b180faeaa9798b13785",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=6f2d296f8f659eb4efe9c7a90c79a323"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 231.9375,
                  "y": 3
                },
                "bottom-right": {
                  "x": 264.9375,
                  "y": 17
                },
                "height": 14,
                "width": 33
              },
              "position": {
                "line": 5129,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"http://nnsa.energy.gov\" title=\"NNSA\"&gt;NNSA&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "7abed6c702dc068583f49460f8920dda",
              "signature": "126979e1aae4d1cccd592c33e0b8f4d8",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=7abed6c702dc068583f49460f8920dda"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 284.828125,
                  "y": 3
                },
                "bottom-right": {
                  "x": 310.828125,
                  "y": 17
                },
                "height": 14,
                "width": 26
              },
              "position": {
                "line": 5129,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://nnsa.energy.gov/fieldoffices/npo\" title=\"NPO\"&gt;NPO&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "e1a43a3262b9eb171850189cbad58071",
              "signature": "6d46e6a3170854ff34ded19206504afe",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=e1a43a3262b9eb171850189cbad58071"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 330.90625,
                  "y": 3
                },
                "bottom-right": {
                  "x": 387.90625,
                  "y": 17
                },
                "height": 14,
                "width": 57
              },
              "position": {
                "line": 5296,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"/disclaimer\" title=\"Disclaimer\"&gt;Disclaimer&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "afc67ecba1b050f1a5bbcaa090a47484",
              "signature": "e6fab990f53ef0f82ac61210552bc44b",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=afc67ecba1b050f1a5bbcaa090a47484"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 407.609375,
                  "y": 3
                },
                "bottom-right": {
                  "x": 489.609375,
                  "y": 17
                },
                "height": 14,
                "width": 82
              },
              "position": {
                "line": 5297,
                "column": 40
              },
              "errorSnippet": "&lt;a href=\"/security-notice\" title=\"Security Notice\"&gt;Security Notice&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[7]/a[1]",
              "issueID": "26b5b039bb972571cd5a2b96a63a41bc",
              "signature": "e2bee0722f0231012d1ed6766c588111",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=26b5b039bb972571cd5a2b96a63a41bc"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 5717,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/about\" title=\"About\"&gt;About&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "ee1ede20eb9f9e9092ea73bd723e80f1",
              "signature": "095455d936df3e95fa96f2a0cfcc683c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ee1ede20eb9f9e9092ea73bd723e80f1"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 5717,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news\" title=\"News\"&gt;News&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "c45361fdb58c3b857d7f9b4775424f93",
              "signature": "4ddcea72d6d60ffa9c059d5db309702d",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=c45361fdb58c3b857d7f9b4775424f93"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 6466,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/mission\" title=\"Mission\"&gt;Mission&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "871cac2bee2cd52d540c1104617144e0",
              "signature": "4e0fd1435ebd115bc702dc1a3cc402a1",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=871cac2bee2cd52d540c1104617144e0"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 6466,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/suppliers\" title=\"Suppliers\"&gt;Suppliers&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "d58b7072df9718df15859ac18121aef9",
              "signature": "e5ddd793cfac6f4bfe142999249b19bf",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=d58b7072df9718df15859ac18121aef9"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 6466,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/library\" title=\"Library\"&gt;Library&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[8]/a[1]",
              "issueID": "5d95962ac707c8f32e8528636e628c6f",
              "signature": "9ae57da02d51f6f00df92061cff527c3",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5d95962ac707c8f32e8528636e628c6f"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 6825,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/search/node\" title=\"Search\"&gt;Search&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[10]/a[1]",
              "issueID": "8d8398dbeb2cc3e95d995e219033a914",
              "signature": "af6f59f1e17e9f071ae9fc79d9bbf87c",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=8d8398dbeb2cc3e95d995e219033a914"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 224.125,
                  "y": 47
                },
                "height": 47,
                "width": 224.125
              },
              "position": {
                "line": 8407,
                "column": 13
              },
              "errorSnippet": "&lt;div class=\"homepage-slide-title\"&gt;About Y-12&lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]/div[1]/div[1]/div[1]",
              "issueID": "2bb949a7a7fa2b9bf7f5a1df3099dd51",
              "signature": "4a4224f345459c74e6f28c3a3e2a48f3",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=2bb949a7a7fa2b9bf7f5a1df3099dd51"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 591
                },
                "bottom-right": {
                  "x": 285,
                  "y": 628
                },
                "height": 37,
                "width": 263
              },
              "position": {
                "line": 1724,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/press-releases/norwood-middle-school-repeats-win-%E2%80%9Cdream-it-do-it%E2%80%9D-competition\"&gt;Norwood Middle School repeats win of “Dream it. Do it.” competition&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "f208d8d6285c58aac203b7e96768579b",
              "signature": "fd05640788a04551224250c5d50cdfed",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f208d8d6285c58aac203b7e96768579b"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 674
                },
                "bottom-right": {
                  "x": 302,
                  "y": 711
                },
                "height": 37,
                "width": 280
              },
              "position": {
                "line": 1724,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/press-releases/pantex-y-12-teams-recognized-nnsa-defense-programs\"&gt;Pantex, Y-12 teams recognized by NNSA Defense Programs&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
              "issueID": "bffd21271da919370297c423c21962b1",
              "signature": "53132b513574e1f85c47856571a206c7",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=bffd21271da919370297c423c21962b1"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 748
                },
                "bottom-right": {
                  "x": 316,
                  "y": 805
                },
                "height": 57,
                "width": 294
              },
              "position": {
                "line": 4300,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/news/press-releases/nnsa-release-nnsa-hosting-virtual-job-fair-nuclear-security-enterprise-june-29\"&gt;NNSA Release - NNSA hosting virtual job fair for Nuclear Security Enterprise on June 29&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
              "issueID": "cbf2ac4e1cb57e1eb4697edc62054a50",
              "signature": "e392379429bbb333782864213c82fcab",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=cbf2ac4e1cb57e1eb4697edc62054a50"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 591
                },
                "bottom-right": {
                  "x": 494.21875,
                  "y": 608
                },
                "height": 17,
                "width": 136
              },
              "position": {
                "line": 4301,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/blog/meet-nocsoc\"&gt;Meet the NOC/SOC&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "b87035ccb295b2fee2a0b6d75ce9cb79",
              "signature": "05c7ba56dd44c3698de8a7dc8b814ef5",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=b87035ccb295b2fee2a0b6d75ce9cb79"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 674
                },
                "bottom-right": {
                  "x": 631.21875,
                  "y": 691
                },
                "height": 17,
                "width": 273
              },
              "position": {
                "line": 4660,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/blog/i-am-mission-success-matthew-hensley\"&gt;I am mission success: Matthew Hensley&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/span[1]/a[1]",
              "issueID": "4f6a9c1d16d55679b94312aa3d706903",
              "signature": "cea3d4e616b119e59114411ffb51a15f",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4f6a9c1d16d55679b94312aa3d706903"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 748
                },
                "bottom-right": {
                  "x": 652.21875,
                  "y": 785
                },
                "height": 37,
                "width": 294
              },
              "position": {
                "line": 4660,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/blog/nuclear-criticality-safety%E2%80%99s-roadmap-helped-drive-team-success\"&gt;Nuclear Criticality Safety’s roadmap helped drive team to success&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/span[1]/a[1]",
              "issueID": "dec6e14d81931d4e8e5480c99b2e566b",
              "signature": "c05a7a854e5f6a7b0747ee6a1bad9f83",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=dec6e14d81931d4e8e5480c99b2e566b"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 790.953125,
                  "y": 591
                },
                "bottom-right": {
                  "x": 905.953125,
                  "y": 607
                },
                "height": 16,
                "width": 115
              },
              "position": {
                "line": 4661,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/sites/default/files/assets/document/COVID-19_response_questionnaire.pdf\" title=\"COVID-19 Response Questionnaire\" target=\"new\"&gt;following guidance&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "b440d563a5658f66df717e12a8e72784",
              "signature": "8b3c89d95372db7f111e9a9505f5dd4b",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=b440d563a5658f66df717e12a8e72784"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 694.4375,
                  "y": 656
                },
                "bottom-right": {
                  "x": 738.4375,
                  "y": 672
                },
                "height": 16,
                "width": 44
              },
              "position": {
                "line": 4828,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/suppliers/important-notices\" title=\"Suppliers/subs: COVID-19 info\"&gt;More...&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[2]/a[1]",
              "issueID": "931696b57c71e93988d96f446e0eebbf",
              "signature": "41895851e2a3147cadbe02ebfa142a82",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=931696b57c71e93988d96f446e0eebbf"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 994
                },
                "bottom-right": {
                  "x": 402.21875,
                  "y": 1010
                },
                "height": 16,
                "width": 44
              },
              "position": {
                "line": 4661,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/blog\" title=\"More...\"&gt;More...&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]",
              "issueID": "cb032b10aab4f8732fefae5e0f43232f",
              "signature": "76cc460c81ba6789f84bce9ff768f7fe",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=cb032b10aab4f8732fefae5e0f43232f"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 694.4375,
                  "y": 656
                },
                "bottom-right": {
                  "x": 738.4375,
                  "y": 672
                },
                "height": 16,
                "width": 44
              },
              "position": {
                "line": 4828,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/suppliers/important-notices\" title=\"Suppliers/subs: COVID-19 info\"&gt;More...&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/p[2]/a[1]",
              "issueID": "7b6eb74b6cedb1ec13b8157b5b9258a0",
              "signature": "f01386959bf4caef71f6c1c7a5d5baae",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=7b6eb74b6cedb1ec13b8157b5b9258a0"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 633
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 651
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8472,
                "column": 13
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, July 6, 2022 - 2:27pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "54502324783ec2ecae431e2d36a0581e",
              "signature": "622e43885825586c5af7dcbd2bbe65c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=54502324783ec2ecae431e2d36a0581e"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 716
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 734
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8478,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Monday, June 27, 2022 - 4:33pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]",
              "issueID": "59db5a2a5512b5a4f3d402bc798250f9",
              "signature": "cbec00307f1b8c4178a143cb81074228",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=59db5a2a5512b5a4f3d402bc798250f9"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 810
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 828
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8485,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Thursday, June 23, 2022 - 8:42am&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]",
              "issueID": "bd42d59567c205a050e7c04c767c1204",
              "signature": "86c40bd372d2f719cd842f909e2c858e",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=bd42d59567c205a050e7c04c767c1204"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 867
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 885
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8489,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Monday, June 20, 2022 - 4:16pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]",
              "issueID": "abc2deda30dc4c2e2504f55aa5e03bc7",
              "signature": "e30eba1cbcfcea94873d8f2e139777e6",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=abc2deda30dc4c2e2504f55aa5e03bc7"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 981
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 999
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8493,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Monday, May 16, 2022 - 3:30pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]",
              "issueID": "ea10ca09dc762f556d49786466df146e",
              "signature": "c669925cc6db75b0b82712f219647af5",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=ea10ca09dc762f556d49786466df146e"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 613
                },
                "bottom-right": {
                  "x": 663.76575,
                  "y": 631
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8519,
                "column": 13
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, July 13, 2022 - 2:21pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "cc9dacc89dd82b9d19c4b8d07dddb9de",
              "signature": "a7482b6c4d23a7ac720dee92ffe29da1",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=cc9dacc89dd82b9d19c4b8d07dddb9de"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 696
                },
                "bottom-right": {
                  "x": 663.76575,
                  "y": 714
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8525,
                "column": 5
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, July 13, 2022 - 2:15pm&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]",
              "issueID": "14c25eff3e9d76c85563ff29e69da8d4",
              "signature": "4c154bb96bfcc4f8228ae5849cc9202c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=14c25eff3e9d76c85563ff29e69da8d4"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 790
                },
                "bottom-right": {
                  "x": 663.76575,
                  "y": 808
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8532,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, June 29, 2022 - 10:54am&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]",
              "issueID": "f97f601d2b379b31e63fc88001b6da9e",
              "signature": "84b939eca05a562edb925a9818d53e32",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=f97f601d2b379b31e63fc88001b6da9e"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 864
                },
                "bottom-right": {
                  "x": 663.76575,
                  "y": 882
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8536,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, June 29, 2022 - 10:46am&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[2]",
              "issueID": "2389f2ffc5b7f4c72d6adb399085af1b",
              "signature": "51f60b4ed7fecb799daf640e3bf7e0f0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=2389f2ffc5b7f4c72d6adb399085af1b"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 358.21875,
                  "y": 938
                },
                "bottom-right": {
                  "x": 663.76575,
                  "y": 956
                },
                "height": 18,
                "width": 305.547
              },
              "position": {
                "line": 8540,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-created\"&gt; &lt;span class=\"views-label views-label-created\"&gt;Posted: &lt;/span&gt; &lt;span class=\"field-content\"&gt;Wednesday, June 29, 2022 - 10:38am&lt;/span&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]",
              "issueID": "6a8e11490a9a7ed54410c46af623606f",
              "signature": "0b61d5badae1b3247c77beb40a11a19c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=6a8e11490a9a7ed54410c46af623606f"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 22,
                  "y": 908
                },
                "bottom-right": {
                  "x": 327.547,
                  "y": 968
                },
                "height": 60,
                "width": 305.547
              },
              "position": {
                "line": 8491,
                "column": 3
              },
              "errorSnippet": "&lt;div class=\"views-field views-field-title\"&gt; &lt;span class=\"field-content\"&gt;&lt;a href=\"/news/press-releases/nnsa-release-decisions-uphold-integrity-contracting-process-and-will-position\"&gt;NNSA Release: Decisions uphold integrity of contracting",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "issueID": "e1d38920fd610464ec1c58af3d4a4bd0",
              "signature": "9d1bc4ce3e2398e0a13a87fb2a7e2db9",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e1d38920fd610464ec1c58af3d4a4bd0"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 667,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"#sidr-close\" class=\"toggle-sidr-close\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/a[1]",
              "issueID": "cd6e92ade345268eaefd70271677f4c5",
              "signature": "d680e387a1c9b69f8da5243fadaa62a3",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cd6e92ade345268eaefd70271677f4c5"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 28,
                  "y": 50
                },
                "height": 50,
                "width": 28
              },
              "position": {
                "line": 668,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/upf\" title=\"Uranium Processing Facility\"&gt;UPF&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[1]/header[1]/div[3]/nav[1]/div[1]/ul[1]/li[7]/a[1]",
              "issueID": "b93afb814d07159355785b16fafa1bf8",
              "signature": "0efeb325ceea650e8ec2a46b48f5b973",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b93afb814d07159355785b16fafa1bf8"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 838.4375,
                  "y": 898
                },
                "bottom-right": {
                  "x": 862.4375,
                  "y": 898
                },
                "height": 0,
                "width": 24
              },
              "position": {
                "line": 4901,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/news/rss.xml\" target=\"new\" title=\"RSS\"&gt;rss&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[3]/div[1]/div[1]/div[3]/div[1]/div[3]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "82470a44dace7686265d598669f82d9e",
              "signature": "1c3af984f8651e689e06ff1a69a20637",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=82470a44dace7686265d598669f82d9e"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 82.78125,
                  "y": 3
                },
                "bottom-right": {
                  "x": 108.78125,
                  "y": 17
                },
                "height": 14,
                "width": 26
              },
              "position": {
                "line": 4972,
                "column": 33
              },
              "errorSnippet": "&lt;a href=\"https://www.cns-llc.us\" title=\"CNS, LLC\"&gt;CNS&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "21cd4247efcba6957b53304d7f38557f",
              "signature": "c9c62c2aaf46c23f78a080c19a1a319c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=21cd4247efcba6957b53304d7f38557f"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 185.859375,
                  "y": 3
                },
                "bottom-right": {
                  "x": 211.859375,
                  "y": 17
                },
                "height": 14,
                "width": 26
              },
              "position": {
                "line": 5129,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.energy.gov\" title=\"U.S. Department of Energy\"&gt;DOE&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "84e609d387657cff2b16294d9e0e8dc0",
              "signature": "cc7319aac37eaff6e747f8198cbe12ea",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=84e609d387657cff2b16294d9e0e8dc0"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 284.828125,
                  "y": 3
                },
                "bottom-right": {
                  "x": 310.828125,
                  "y": 17
                },
                "height": 14,
                "width": 26
              },
              "position": {
                "line": 5129,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://nnsa.energy.gov/fieldoffices/npo\" title=\"NPO\"&gt;NPO&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[4]/div[1]/footer[1]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "369e114f5b4ae12b578523b73ebd58ad",
              "signature": "3bb082e8518d827ca74a5ff21c5ce8d2",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=369e114f5b4ae12b578523b73ebd58ad"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 25,
                  "y": 25
                },
                "height": 25,
                "width": 25
              },
              "position": {
                "line": 8639,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxPrevious\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[1]",
              "issueID": "dfe48edbaf78eab7c8a18370e1a8e285",
              "signature": "d45c2ddc7044fecf9922e54f7630d52d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=dfe48edbaf78eab7c8a18370e1a8e285"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 25,
                  "y": 25
                },
                "height": 25,
                "width": 25
              },
              "position": {
                "line": 8639,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxNext\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[2]",
              "issueID": "9942b1e299403058cae5213b30b65850",
              "signature": "a5d62877e123a9482f7fefa254a9f265",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9942b1e299403058cae5213b30b65850"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8639,
                "column": 0
              },
              "errorSnippet": "&lt;button type=\"button\" id=\"cboxSlideshow\"&gt;&lt;/button&gt;",
              "xpath": "/html/body/div[3]/div[1]/div[2]/div[2]/button[3]",
              "issueID": "9f204e3bc667c554519a4ebef2d9e2fb",
              "signature": "27bc39a37a076f4939977b66a074b8a0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9f204e3bc667c554519a4ebef2d9e2fb"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5309,
                "column": 58
              },
              "errorSnippet": "&lt;a href=\"#sidr-close\" class=\"sidr-class-toggle-sidr-close\"&gt;&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[1]/a[1]",
              "issueID": "9104fe04d4614f26b53e371dc78a0103",
              "signature": "473e862e2bf84fdd9413fbcdedc52190",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9104fe04d4614f26b53e371dc78a0103"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -15
                },
                "height": -15,
                "width": 0
              },
              "position": {
                "line": 6466,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/upf\" title=\"Uranium Processing Facility\"&gt;UPF&lt;/a&gt;",
              "xpath": "/html/body/div[4]/div[2]/div[1]/ul[1]/li[7]/a[1]",
              "issueID": "70df2198cdf6e5d30407d5daaae0d3e1",
              "signature": "290a72307a2952a72ad526846d26d6b6",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=70df2198cdf6e5d30407d5daaae0d3e1"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 1203.59
                },
                "height": 1203.59,
                "width": 1024
              },
              "position": {
                "line": 2703,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"html front not-logged-in no-sidebars page-node\" style=\"\"&gt; &lt;div id=\"wrap\"&gt; &lt;div id=\"header-wrap\" class=\"clr fixed-header\"&gt; &lt;header id=\"header\" class=\"site-header clr container\"&gt; &lt;div id=\"logo\" class=\"clr\"&gt; &lt;di",
              "xpath": "/html/body",
              "issueID": "ac031ade89ca0b33d9336379d223f7a6",
              "signature": "6519d92f88ef6888b51ebd2c8a6cd94b",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=ac031ade89ca0b33d9336379d223f7a6"
            }
          ],
          "log": []
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "Chromium browser"
    },
    {
      "type": "url",
      "which": "http://www.y12.doe.gov/",
      "what": "Y-12 National Security Complex",
      "result": "ERROR: Attempts to visit http://www.y12.doe.gov/ failed"
    },
    {
      "type": "test",
      "which": "continuum",
      "what": "Continuum",
      "result": {
        "error": "ERROR: No page identified",
        "prevented": true
      }
    }
  ],
  "timeStamp": "4aieq",
  "startTime": "2022-07-18T02:24:16",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      48
    ],
    [
      "motion",
      14
    ],
    [
      "focInd",
      14
    ],
    [
      "alfa",
      4
    ],
    [
      "ibm",
      4
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ]
  ],
  "logCount": 13,
  "logSize": 1283,
  "errorLogCount": 13,
  "errorLogSize": 1283,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 5,
  "endTime": "2022-07-18T02:26:04",
  "elapsedSeconds": 113,
  "score": {
    "scoreProcID": "sp14a",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "motion": 52,
        "focInd": 69,
        "hover": 2,
        "linkUl": 42,
        "role": 1,
        "styleDiff": 19,
        "zIndex": 13
      },
      "alfa": {
        "r11": 8,
        "r47": 4,
        "r57": 192,
        "r61": 4,
        "r62": 8,
        "r65": 11,
        "r66": 80,
        "r68": 4,
        "r69": 80,
        "r70": 4,
        "r78": 4,
        "r87": 1
      },
      "axe": {
        "color-contrast-enhanced": 116,
        "color-contrast": 80,
        "hidden-content": 0,
        "identical-links-same-purpose": 0,
        "link-in-text-block": 4,
        "image-alt": 20,
        "landmark-one-main": 2,
        "link-name": 6,
        "meta-viewport": 4,
        "page-has-heading-one": 2,
        "region": 22
      },
      "htmlcs": {
        "e:AA.1_1_1.H37": 12,
        "e:AA.1_3_1.H49.Center": 4,
        "e:AA.1_3_1.H49.Font": 4,
        "e:AA.1_4_3.G18.Fail": 8,
        "e:AA.4_1_2.H91.A.NoContent": 20,
        "e:AA.4_1_2.H91.Button.Name": 12,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 4,
        "w:AA.1_4_3.G145.Abs": 1,
        "w:AA.1_4_3.G18.Abs": 9,
        "w:AA.1_4_3.G18.BgImage": 5,
        "w:AA.1_4_3_F24.F24.FGColour": 1
      },
      "ibm": {
        "WCAG20_Img_HasAlt": 28,
        "WCAG20_A_HasText": 20,
        "Rpt_Aria_OrphanedContent_Native_Host_Sematics": 88,
        "IBMA_Color_Contrast_WCAG2AA": 80,
        "Rpt_Aria_ContentinfoWithNoMain_Implicit": 1,
        "element_attribute_deprecated": 3,
        "aria_role_redundant": 1
      },
      "wave": {
        "e:alt_missing": 20,
        "e:button_empty": 12,
        "e:link_empty": 20,
        "c:contrast": 75,
        "a:h1_missing": 1,
        "a:link_suspicious": 3,
        "a:link_redundant": 2,
        "a:link_pdf": 2,
        "a:title_redundant": 21
      },
      "tenon": {
        "28": 4,
        "57": 20,
        "79": 92,
        "95": 36,
        "98": 8,
        "134": 30,
        "144": 4,
        "152": 44,
        "155": 2
      }
    },
    "groupDetails": {
      "groups": {
        "spontaneousMotion": {
          "testaro": {
            "motion": {
              "score": 26,
              "what": "Change of visible content not requested by user"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 69,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 11,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 1,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 21,
              "what": "Non-underlined adjacent links"
            }
          },
          "alfa": {
            "r62": {
              "score": 4,
              "what": "Inline link is not distinct from the surrounding text except by color"
            }
          },
          "axe": {
            "link-in-text-block": {
              "score": 2,
              "what": "Link is not distinct from surrounding text without reliance on color"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 1,
              "what": "Nonexistent or implicit-overriding role"
            }
          },
          "ibm": {
            "Rpt_Aria_ContentinfoWithNoMain_Implicit": {
              "score": 1,
              "what": "Element has a contentinfo role when no element has a main role"
            },
            "aria_role_redundant": {
              "score": 1,
              "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 5,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 3,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "linkNoText": {
          "alfa": {
            "r11": {
              "score": 8,
              "what": "Link has no accessible name"
            }
          },
          "axe": {
            "link-name": {
              "score": 6,
              "what": "Link has no discernible text"
            }
          },
          "htmlcs": {
            "e:AA.4_1_2.H91.A.NoContent": {
              "score": 20,
              "what": "Link has an href attribute but no text"
            }
          },
          "ibm": {
            "WCAG20_A_HasText": {
              "score": 20,
              "what": "Hyperlink has no text description"
            }
          },
          "wave": {
            "e:link_empty": {
              "score": 20,
              "what": "Link contains no text"
            }
          },
          "tenon": {
            "57": {
              "score": 20,
              "what": "Link has no text inside it"
            }
          }
        },
        "metaBansZoom": {
          "alfa": {
            "r47": {
              "score": 4,
              "what": "Meta element restricts zooming"
            }
          },
          "axe": {
            "meta-viewport": {
              "score": 4,
              "what": "Zooming and scaling are disabled"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 96,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 11,
              "what": "Some page content is not contained by landmarks"
            }
          },
          "ibm": {
            "Rpt_Aria_OrphanedContent_Native_Host_Sematics": {
              "score": 44,
              "what": "Content does not reside within an element with a landmark role"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          },
          "axe": {
            "page-has-heading-one": {
              "score": 1,
              "what": "Page contains no level-one heading"
            }
          },
          "wave": {
            "a:h1_missing": {
              "score": 1,
              "what": "Missing first level heading"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 20,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 29,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 9,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "childMissing": {
          "alfa": {
            "r68": {
              "score": 4,
              "what": "Element does not own an element required by its semantic role"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 60,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 60,
              "what": "Element has insufficient color contrast"
            }
          },
          "htmlcs": {
            "e:AA.1_4_3.G18.Fail": {
              "score": 6,
              "what": "Contrast between the text and its background is less than 4.5:1"
            }
          },
          "ibm": {
            "IBMA_Color_Contrast_WCAG2AA": {
              "score": 60,
              "what": "Contrast ratio of text with background does not meet WCAG 2.1 AA"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 56,
              "what": "Very low contrast"
            }
          }
        },
        "obsolete": {
          "alfa": {
            "r70": {
              "score": 3,
              "what": "Element is obsolete or deprecated"
            }
          },
          "htmlcs": {
            "e:AA.1_3_1.H49.Center": {
              "score": 3,
              "what": "center element is obsolete"
            },
            "e:AA.1_3_1.H49.Font": {
              "score": 3,
              "what": "font element is obsolete"
            }
          },
          "ibm": {
            "element_attribute_deprecated": {
              "score": 2,
              "what": "Element or attribute is obsolete"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 2,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "skipRepeatedContent": {
          "alfa": {
            "r87": {
              "score": 1,
              "what": "First focusable element is not a link to the main content"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "imageNoText": {
          "axe": {
            "image-alt": {
              "score": 20,
              "what": "Image has no text alternative"
            }
          },
          "htmlcs": {
            "e:AA.1_1_1.H37": {
              "score": 12,
              "what": "img element has no alt attribute"
            }
          },
          "ibm": {
            "WCAG20_Img_HasAlt": {
              "score": 28,
              "what": "Image has no alt attribute conveying its meaning, or alt=\"\" if decorative"
            }
          },
          "wave": {
            "e:alt_missing": {
              "score": 20,
              "what": "Text alternative is missing"
            }
          }
        },
        "mainNot1": {
          "axe": {
            "landmark-one-main": {
              "score": 1,
              "what": "page has no main landmark"
            }
          }
        },
        "buttonNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.Button.Name": {
              "score": 12,
              "what": "Button element has no accessible name"
            }
          },
          "wave": {
            "e:button_empty": {
              "score": 12,
              "what": "Button is empty or has no value text"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G18.Abs": {
              "score": 2,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            },
            "w:AA.1_4_3_F24.F24.FGColour": {
              "score": 1,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "linkComprehensionRisk": {
          "wave": {
            "a:link_suspicious": {
              "score": 1,
              "what": "Suspicious link text"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 1,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "pdfLink": {
          "wave": {
            "a:link_pdf": {
              "score": 1,
              "what": "Link to PDF document"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 5,
              "what": "Title attribute text is the same as text or alternative text"
            }
          },
          "tenon": {
            "79": {
              "score": 23,
              "what": "Link has a title attribute that is the same as the text inside the link"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 4,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 23,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 4,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 22,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {
      "continuum": 100
    },
    "summary": {
      "total": 935,
      "log": 108,
      "preventions": 100,
      "solos": 0,
      "groups": [
        {
          "groupName": "contrastAA",
          "score": 135
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 120
        },
        {
          "groupName": "focusIndication",
          "score": 75
        },
        {
          "groupName": "linkNoText",
          "score": 52
        },
        {
          "groupName": "imageNoText",
          "score": 51
        },
        {
          "groupName": "contrastAAA",
          "score": 43
        },
        {
          "groupName": "spontaneousMotion",
          "score": 28
        },
        {
          "groupName": "titleRedundant",
          "score": 27
        },
        {
          "groupName": "linkIndication",
          "score": 25
        },
        {
          "groupName": "fontSmall",
          "score": 25
        },
        {
          "groupName": "targetSize",
          "score": 24
        },
        {
          "groupName": "buttonNoText",
          "score": 19
        },
        {
          "groupName": "obsolete",
          "score": 10
        },
        {
          "groupName": "metaBansZoom",
          "score": 8
        },
        {
          "groupName": "inconsistentStyles",
          "score": 7
        },
        {
          "groupName": "contrastRisk",
          "score": 7
        },
        {
          "groupName": "childMissing",
          "score": 6
        },
        {
          "groupName": "linkTextsSame",
          "score": 6
        },
        {
          "groupName": "leadingClipsText",
          "score": 6
        },
        {
          "groupName": "zIndexNotZero",
          "score": 5
        },
        {
          "groupName": "h1Missing",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "roleBad",
          "score": 4
        },
        {
          "groupName": "headingOfNothing",
          "score": 4
        },
        {
          "groupName": "hoverSurprise",
          "score": 3
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "mainNot1",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "linkComprehensionRisk",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "pdfLink",
          "score": 3
        }
      ]
    }
  }
}