{
  "testEngine": {
    "name": "axe-core",
    "version": "4.12.1"
  },
  "testRunner": {
    "name": "axe"
  },
  "testEnvironment": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.0.0 Safari/537.36",
    "windowWidth": 1366,
    "windowHeight": 900,
    "orientationAngle": 0,
    "orientationType": "portrait-primary"
  },
  "timestamp": "2026-07-02T21:02:41.586Z",
  "url": "https://glasshousebrands.com/",
  "toolOptions": {
    "resultTypes": [
      "violations",
      "incomplete"
    ],
    "runOnly": {
      "type": "tag",
      "values": [
        "wcag2a",
        "wcag2aa",
        "wcag21a",
        "wcag21aa",
        "wcag22aa",
        "section508",
        "best-practice"
      ]
    },
    "reporter": "v1"
  },
  "inapplicable": [
    {
      "id": "accesskeys",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure every accesskey attribute value is unique",
      "help": "accesskey attribute value should be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/accesskeys?application=axeAPI",
      "nodes": []
    },
    {
      "id": "area-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.2"
      ],
      "description": "Ensure <area> elements of image maps have alternative text",
      "help": "Active <area> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/area-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-braille-equivalent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",
      "help": "aria-braille attributes must have a non-braille equivalent",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-braille-equivalent?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-command-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure every ARIA button, link and menuitem has an accessible name",
      "help": "ARIA commands must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-command-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-dialog-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA dialog and alertdialog node has an accessible name",
      "help": "ARIA dialog and alertdialog nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-input-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA input field has an accessible name",
      "help": "ARIA input fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-meter-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA meter node has an accessible name",
      "help": "ARIA meter nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-meter-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-progressbar-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag111",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every ARIA progressbar node has an accessible name",
      "help": "ARIA progressbar nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tab-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA tab node has an accessible name",
      "help": "ARIA tab nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tab-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-text",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role=\"text\" is used on elements with no focusable descendants",
      "help": "\"role=text\" should have no focusable descendants",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-text?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-toggle-field-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure every ARIA toggle field has an accessible name",
      "help": "ARIA toggle fields must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-tooltip-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure every ARIA tooltip node has an accessible name",
      "help": "ARIA tooltip nodes must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "aria-treeitem-name",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure every ARIA treeitem node has an accessible name",
      "help": "ARIA treeitem nodes should have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "autocomplete-valid",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag21aa",
        "wcag135",
        "EN-301-549",
        "EN-9.1.3.5",
        "ACT",
        "RGAAv4",
        "RGAA-11.13.1"
      ],
      "description": "Ensure the autocomplete attribute is correct and suitable for the form field",
      "help": "autocomplete attribute must be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "blink",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag222",
        "section508",
        "section508.22.j",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <blink> elements are not used",
      "help": "<blink> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/blink?application=axeAPI",
      "nodes": []
    },
    {
      "id": "definition-list",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dl> elements are structured correctly",
      "help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/definition-list?application=axeAPI",
      "nodes": []
    },
    {
      "id": "dlitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.3"
      ],
      "description": "Ensure <dt> and <dd> elements are contained by a <dl>",
      "help": "<dt> and <dd> elements must be contained by a <dl>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/dlitem?application=axeAPI",
      "nodes": []
    },
    {
      "id": "empty-table-header",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure table headers have discernible text",
      "help": "Table header text should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-table-header?application=axeAPI",
      "nodes": []
    },
    {
      "id": "form-field-multiple-labels",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag332",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.3.3.2",
        "RGAAv4",
        "RGAA-11.2.1"
      ],
      "description": "Ensure form field does not have multiple label elements",
      "help": "Form field must not have multiple label elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-focusable-content",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure <frame> and <iframe> elements with focusable content do not have tabindex=-1",
      "help": "Frames with focusable content must not have tabindex=-1",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-focusable-content?application=axeAPI",
      "nodes": []
    },
    {
      "id": "frame-title-unique",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.2.1"
      ],
      "description": "Ensure <iframe> and <frame> elements contain a unique title attribute",
      "help": "Frames must have a unique title attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title-unique?application=axeAPI",
      "nodes": []
    },
    {
      "id": "html-xml-lang-mismatch",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",
      "help": "HTML elements with lang and xml:lang must have the same base language",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch?application=axeAPI",
      "nodes": []
    },
    {
      "id": "input-button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure input buttons have discernible text",
      "help": "Input buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-button-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "input-image-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.3"
      ],
      "description": "Ensure <input type=\"image\"> elements have alternative text",
      "help": "Image buttons must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/input-image-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "label-title-only",
      "impact": null,
      "tags": [
        "cat.forms",
        "best-practice"
      ],
      "description": "Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",
      "help": "Form elements should have a visible label",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label-title-only?application=axeAPI",
      "nodes": []
    },
    {
      "id": "label",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure every form element has a label",
      "help": "Form elements must have labels",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/label?application=axeAPI",
      "nodes": []
    },
    {
      "id": "marquee",
      "impact": null,
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag222",
        "TTv5",
        "TT2.b",
        "EN-301-549",
        "EN-9.2.2.2",
        "RGAAv4",
        "RGAA-13.8.1"
      ],
      "description": "Ensure <marquee> elements are not used",
      "help": "<marquee> elements are deprecated and must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/marquee?application=axeAPI",
      "nodes": []
    },
    {
      "id": "meta-refresh",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag221",
        "TTv5",
        "TT8.a",
        "EN-301-549",
        "EN-9.2.2.1",
        "RGAAv4",
        "RGAA-13.1.2"
      ],
      "description": "Ensure <meta http-equiv=\"refresh\"> is not used for delayed refresh",
      "help": "Delayed refresh under 20 hours must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-refresh?application=axeAPI",
      "nodes": []
    },
    {
      "id": "object-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "RGAAv4",
        "RGAA-1.1.6"
      ],
      "description": "Ensure <object> elements have alternative text",
      "help": "<object> elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/object-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "role-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure [role=\"img\"] elements have alternative text",
      "help": "[role=\"img\"] elements must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/role-img-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scope-attr-valid",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice"
      ],
      "description": "Ensure the scope attribute is used correctly on tables",
      "help": "scope attribute should be used correctly",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scope-attr-valid?application=axeAPI",
      "nodes": []
    },
    {
      "id": "scrollable-region-focusable",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag211",
        "wcag213",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "EN-9.2.1.3",
        "RGAAv4",
        "RGAA-7.3.2"
      ],
      "description": "Ensure elements that have scrollable content are accessible by keyboard in Safari",
      "help": "Scrollable region must have keyboard access",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/scrollable-region-focusable?application=axeAPI",
      "nodes": []
    },
    {
      "id": "select-name",
      "impact": null,
      "tags": [
        "cat.forms",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.n",
        "TTv5",
        "TT5.c",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.1.1"
      ],
      "description": "Ensure select element has an accessible name",
      "help": "Select element must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/select-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "server-side-image-map",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag211",
        "section508",
        "section508.22.f",
        "TTv5",
        "TT4.a",
        "EN-301-549",
        "EN-9.2.1.1",
        "RGAAv4",
        "RGAA-1.1.4"
      ],
      "description": "Ensure that server-side image maps are not used",
      "help": "Server-side image maps must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/server-side-image-map?application=axeAPI",
      "nodes": []
    },
    {
      "id": "skip-link",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure all skip links have a focusable target",
      "help": "The skip-link target should exist and be focusable",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/skip-link?application=axeAPI",
      "nodes": []
    },
    {
      "id": "summary-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2"
      ],
      "description": "Ensure summary elements have discernible text",
      "help": "Summary elements must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/summary-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "svg-img-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.5"
      ],
      "description": "Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",
      "help": "<svg> elements with an img role must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/svg-img-alt?application=axeAPI",
      "nodes": []
    },
    {
      "id": "table-duplicate-name",
      "impact": null,
      "tags": [
        "cat.tables",
        "best-practice",
        "RGAAv4",
        "RGAA-5.2.1"
      ],
      "description": "Ensure the <caption> element does not contain the same text as the summary attribute",
      "help": "Tables should not have the same summary and caption",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name?application=axeAPI",
      "nodes": []
    },
    {
      "id": "td-headers-attr",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.4"
      ],
      "description": "Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",
      "help": "Table cell headers attributes must refer to other <th> elements in the same table",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/td-headers-attr?application=axeAPI",
      "nodes": []
    },
    {
      "id": "th-has-data-cells",
      "impact": null,
      "tags": [
        "cat.tables",
        "wcag2a",
        "wcag131",
        "section508",
        "section508.22.g",
        "TTv5",
        "TT14.b",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-5.7.1"
      ],
      "description": "Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",
      "help": "Table headers in a data table must refer to data cells",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells?application=axeAPI",
      "nodes": []
    },
    {
      "id": "valid-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2aa",
        "wcag312",
        "TTv5",
        "TT11.b",
        "EN-301-549",
        "EN-9.3.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.8.1"
      ],
      "description": "Ensure lang attributes have valid values",
      "help": "lang attribute must have a valid value",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/valid-lang?application=axeAPI",
      "nodes": []
    },
    {
      "id": "no-autoplay-audio",
      "impact": null,
      "tags": [
        "cat.time-and-media",
        "wcag2a",
        "wcag142",
        "TTv5",
        "TT2.a",
        "EN-301-549",
        "EN-9.1.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-4.10.1"
      ],
      "description": "Ensure <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",
      "help": "<video> or <audio> elements must not play automatically",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/no-autoplay-audio?application=axeAPI",
      "nodes": []
    }
  ],
  "passes": [
    {
      "id": "aria-allowed-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure an element's role supports its ARIA attributes",
      "help": "Elements must only use supported ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-allowed-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attributes are used correctly for the defined role"
            },
            {
              "id": "aria-allowed-attr-elm",
              "data": null,
              "relatedNodes": [],
              "message": "ARIA attributes are allowed for this element",
              "impact": "critical"
            }
          ],
          "none": [
            {
              "id": "aria-unsupported-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute is supported"
            }
          ],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-allowed-role",
      "impact": "minor",
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role attribute has an appropriate value for the element",
      "help": "ARIA role should be appropriate for the element",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is allowed for given element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"skip-links \" role=\"region\" aria-label=\"Skip Links\" data-acsb=\"skipLinks\"><div><a href=\"#acsbContent\" data-acsb-skip-link=\"content\" class=\"skip-link\">Skip to Content<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div></a></div></div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".skip-links"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-conditional-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are used as described in the specification of the element's role",
      "help": "ARIA attributes must be used as specified for the element's role",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-conditional-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-deprecated-role",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements do not use deprecated roles",
      "help": "Deprecated ARIA roles must not be used",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "deprecatedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role is not deprecated"
            }
          ],
          "impact": null,
          "html": "<div class=\"skip-links \" role=\"region\" aria-label=\"Skip Links\" data-acsb=\"skipLinks\"><div><a href=\"#acsbContent\" data-acsb-skip-link=\"content\" class=\"skip-link\">Skip to Content<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div></a></div></div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".skip-links"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-body",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "wcag412",
        "EN-301-549",
        "EN-9.1.3.1",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden=\"true\" is not present on the document body.",
      "help": "aria-hidden=\"true\" must not be present on the document body",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-hidden-body",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "No aria-hidden attribute is present on document body"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<body class=\"home wp-singular pag...\" data-elementor-devic...=\"desktop\">",
          "target": [
            "body"
          ]
        }
      ]
    },
    {
      "id": "aria-hidden-focus",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-10.8.1"
      ],
      "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
      "help": "ARIA hidden element must not be focusable or contain focusable elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "focusable-modal-open",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements while a modal is open"
            },
            {
              "id": "focusable-disabled",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            },
            {
              "id": "focusable-not-tabbable",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "No focusable elements contained within element"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".content"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-prohibited-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure ARIA attributes are not prohibited for an element's role",
      "help": "Elements must only use permitted ARIA attributes",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "aria-prohibited-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "ARIA attribute is allowed"
            }
          ],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-required-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure elements with ARIA roles have all required ARIA attributes",
      "help": "Required ARIA attributes must be provided",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-required-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "All required ARIA attributes are present"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"skip-links \" role=\"region\" aria-label=\"Skip Links\" data-acsb=\"skipLinks\"><div><a href=\"#acsbContent\" data-acsb-skip-link=\"content\" class=\"skip-link\">Skip to Content<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div></a></div></div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".skip-links"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-required-children",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require child roles contain them",
      "help": "Certain ARIA roles must contain particular children",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-children?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-required-children",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Required ARIA children are present"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">",
          "target": [
            ".elementor-element-6490b3a > .elementor-widget-container > .elementor-social-icons-wrapper.elementor-grid[role=\"list\"]"
          ]
        }
      ]
    },
    {
      "id": "aria-required-parent",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure elements with an ARIA role that require parent roles are contained by them",
      "help": "Certain ARIA roles must be contained by particular parents",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-required-parent?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-required-parent",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Required ARIA parent role present"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<span class=\"elementor-grid-item\" role=\"listitem\">",
          "target": [
            ".elementor-element-6490b3a > .elementor-widget-container > .elementor-social-icons-wrapper.elementor-grid[role=\"list\"] > .elementor-grid-item[role=\"listitem\"]:nth-child(1)"
          ]
        }
      ]
    },
    {
      "id": "aria-roles",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all elements with a role attribute use a valid value",
      "help": "ARIA roles used must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-roles?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "invalidrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is valid"
            },
            {
              "id": "abstractrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Abstract roles are not used"
            },
            {
              "id": "unsupportedrole",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA role is supported"
            }
          ],
          "impact": null,
          "html": "<div class=\"skip-links \" role=\"region\" aria-label=\"Skip Links\" data-acsb=\"skipLinks\"><div><a href=\"#acsbContent\" data-acsb-skip-link=\"content\" class=\"skip-link\">Skip to Content<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div></a></div></div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".skip-links"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr-value",
      "impact": "critical",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all ARIA attributes have valid values",
      "help": "ARIA attributes must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-valid-attr-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute values are valid"
            },
            {
              "id": "aria-errormessage",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique"
            },
            {
              "id": "aria-level",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "aria-level values are valid"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "aria-valid-attr",
      "impact": null,
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure attributes that begin with aria- are valid ARIA attributes",
      "help": "ARIA attributes must conform to valid names",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-valid-attr",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "ARIA attribute name is valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "avoid-inline-spacing",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag21aa",
        "wcag1412",
        "EN-301-549",
        "EN-9.1.4.12",
        "ACT"
      ],
      "description": "Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",
      "help": "Inline text spacing must be adjustable with custom stylesheets",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/avoid-inline-spacing?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "important-letter-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Letter-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-word-spacing",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "word-spacing in the style attribute is not set to !important, or meets the minimum"
            },
            {
              "id": "important-line-height",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "line-height in the style attribute is not set to !important, or meets the minimum"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<svg fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" viewBox=\"0 0 100 131.3\" part=\"acsb-trigger-icon-svg\" data-testid=\"base-icon-svg\" style=\"display: inline-flex;\">",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(5)",
              "svg[viewBox=\"0 0 100 131.3\"]"
            ]
          ]
        }
      ]
    },
    {
      "id": "button-name",
      "impact": null,
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-11.9.1"
      ],
      "description": "Ensure buttons have discernible text",
      "help": "Buttons must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/button-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "button-has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has inner text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "bypass",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag241",
        "section508",
        "section508.22.o",
        "TTv5",
        "TT9.a",
        "EN-301-549",
        "EN-9.2.4.1",
        "RGAAv4",
        "RGAA-12.7.1"
      ],
      "description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
      "help": "Page must have means to bypass repeated blocks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/bypass?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "internal-link-present",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Valid skip link found"
            },
            {
              "id": "header-present",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<p class=\"cky-title\" role=\"heading\" aria-level=\"2\" data-cky-tag=\"title\" style=\"color:#212121\">We value your privacy</p>",
                  "target": [
                    ".cky-title"
                  ]
                },
                {
                  "html": "<h3 class=\"gh-nyse-title\">\n                Glass House Brands is now on the NYSE!\n            </h3>",
                  "target": [
                    ".gh-nyse-title"
                  ]
                },
                {
                  "html": "<h1 class=\"site-title\">\n\t\t\t\t\t<a href=\"https://glasshousebrands.com/home\" title=\"Home\" rel=\"home\">\n\t\t\t\t\t\t<img src=\"https://glasshousebrands.com/wp-content/themes/hello-theme-child-master/images/logo-ghb-25.svg\">\n\t\t\t\t\t</a>\n\t\t\t\t</h1>",
                  "target": [
                    "h1"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Leading The Way</h2>",
                  "target": [
                    ".elementor-element-6bf4402 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Sign Up for Email Alerts</h2>",
                  "target": [
                    ".elementor-element-c777a5e > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">What's New</h2>",
                  "target": [
                    ".elementor-element-66e4378 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Our Brands</h2>",
                  "target": [
                    ".elementor-element-d4c30c9 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Glass House History</h2>",
                  "target": [
                    ".elementor-element-8e7c648 > .elementor-widget-container > h2"
                  ]
                },
                {
                  "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Sign Up for Email Alerts</h2>",
                  "target": [
                    ".elementor-element-973363c > .elementor-widget-container > h2"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a heading"
            },
            {
              "id": "landmark",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main class=\"site-main post-129 page type-page status-publish hentry\" role=\"main\">",
                  "target": [
                    "main"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Page has a landmark region"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#212121",
                "bgColor": "#ffffff",
                "contrastRatio": 16.1,
                "fontSize": "13.5pt (18px)",
                "fontWeight": "bold",
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has sufficient color contrast of 16.1"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<p class=\"cky-title\" role=\"heading\" aria-level=\"2\" data-cky-tag=\"title\" style=\"color:#212121\">We value your privacy</p>",
          "target": [
            ".cky-title"
          ]
        }
      ]
    },
    {
      "id": "document-title",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag242",
        "TTv5",
        "TT12.a",
        "EN-301-549",
        "EN-9.2.4.2",
        "ACT",
        "RGAAv4",
        "RGAA-8.5.1"
      ],
      "description": "Ensure each HTML document contains a non-empty <title> element",
      "help": "Documents must have <title> element to aid in navigation",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/document-title?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "doc-has-title",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Document has a non-empty <title> element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "duplicate-id-aria",
      "impact": null,
      "tags": [
        "cat.parsing",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-8.2.1"
      ],
      "description": "Ensure every id attribute value used in ARIA and in labels is unique",
      "help": "IDs used in ARIA and labels must be unique",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "duplicate-id-aria",
              "data": "ckyPreferenceCenter",
              "relatedNodes": [],
              "impact": "critical",
              "message": "Document has no elements referenced with ARIA or labels that share the same id attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"cky-preference-center\" id=\"ckyPreferenceCenter\" data-cky-tag=\"detail\" style=\"color:#212121;background-color:#FFFFFF;border-color:#f4f4f4\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Customise Consent Preferences\">",
          "target": [
            "#ckyPreferenceCenter"
          ]
        }
      ]
    },
    {
      "id": "empty-heading",
      "impact": "minor",
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure headings have discernible text",
      "help": "Headings should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-heading?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<p class=\"cky-title\" role=\"heading\" aria-level=\"2\" data-cky-tag=\"title\" style=\"color:#212121\">We value your privacy</p>",
          "target": [
            ".cky-title"
          ]
        }
      ]
    },
    {
      "id": "heading-order",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the order of headings is semantically correct",
      "help": "Heading levels should only increase by one",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/heading-order?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "heading-order",
              "data": {
                "headingOrder": [
                  {
                    "ancestry": [
                      "html > body > div:nth-child(7) > div > div:nth-child(2) > p:nth-child(1)"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(9) > div > div:nth-child(2) > h3:nth-child(2)"
                    ],
                    "level": 3
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(33) > div:nth-child(1) > iframe"
                    ],
                    "level": -1
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(33) > header:nth-child(3) > div:nth-child(1) > h1:nth-child(1)"
                    ],
                    "level": 1
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(34) > div > div:nth-child(1) > section:nth-child(2) > div > div > div > section:nth-child(1) > div > div:nth-child(2) > div > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(34) > div > div:nth-child(1) > section:nth-child(3) > div > div > div > div:nth-child(1) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(34) > div > div:nth-child(1) > section:nth-child(4) > div > div > div > div:nth-child(3) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(34) > div > div:nth-child(1) > section:nth-child(5) > div > div > div > section:nth-child(1) > div > div > div > div:nth-child(2) > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > main:nth-child(34) > div > div:nth-child(1) > section:nth-child(7) > div > div > div > section:nth-child(2) > div > div > div > div > div > h2"
                    ],
                    "level": 2
                  },
                  {
                    "ancestry": [
                      "html > body > div:nth-child(36) > section:nth-child(1) > div > div > div > div:nth-child(1) > div > h2"
                    ],
                    "level": 2
                  }
                ]
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Heading order valid"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<p class=\"cky-title\" role=\"heading\" aria-level=\"2\" data-cky-tag=\"title\" style=\"color:#212121\">We value your privacy</p>",
          "target": [
            ".cky-title"
          ]
        }
      ]
    },
    {
      "id": "html-has-lang",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.3.1"
      ],
      "description": "Ensure every HTML document has a lang attribute",
      "help": "<html> element must have a lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-has-lang?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "The <html> element has a lang attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "html-lang-valid",
      "impact": null,
      "tags": [
        "cat.language",
        "wcag2a",
        "wcag311",
        "TTv5",
        "TT11.a",
        "EN-301-549",
        "EN-9.3.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-8.4.1"
      ],
      "description": "Ensure the lang attribute of the <html> element has a valid value",
      "help": "<html> element must have a valid value for the lang attribute",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/html-lang-valid?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "valid-lang",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Value of lang attribute is included in the list of valid languages"
            }
          ],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "image-alt",
      "impact": "critical",
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "TT7.b",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure <img> elements have alternative text or a role of none or presentation",
      "help": "Images must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-alt?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-alt",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has an alt attribute"
            },
            {
              "id": "presentational-role",
              "data": {
                "role": "presentation"
              },
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element's default semantics were overridden with role=\"presentation\""
            }
          ],
          "all": [],
          "none": [
            {
              "id": "alt-space-value",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element has a valid alt attribute value"
            }
          ],
          "impact": null,
          "html": "<img src=\"https://glasshousebrands.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg\" alt=\"\">",
          "target": [
            ".cky-banner-btn-close > img[alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "image-redundant-alt",
      "impact": null,
      "tags": [
        "cat.text-alternatives",
        "best-practice"
      ],
      "description": "Ensure image alternative is not repeated as text",
      "help": "Alternative text of images should not be repeated as text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "duplicate-img-label",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element does not duplicate existing text in <img> alt text"
            }
          ],
          "impact": null,
          "html": "<img src=\"https://glasshousebrands.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg\" alt=\"\">",
          "target": [
            ".cky-banner-btn-close > img[alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "landmark-banner-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the banner landmark is at top level",
      "help": "Banner landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-banner-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "banner"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The banner landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header class=\"site-header\" role=\"banner\">",
          "target": [
            "header"
          ]
        }
      ]
    },
    {
      "id": "landmark-contentinfo-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the contentinfo landmark is at top level",
      "help": "Contentinfo landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-contentinfo-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "contentinfo"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The contentinfo landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer id=\"site-footer\" class=\"site-footer\" role=\"contentinfo\">\n\t</footer>",
          "target": [
            "#site-footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-main-is-top-level",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the main landmark is at top level",
      "help": "Main landmark should not be contained in another landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-main-is-top-level?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-top-level",
              "data": {
                "role": "main"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "The main landmark is at the top level."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main class=\"site-main post-129 page type-page status-publish hentry\" role=\"main\">",
          "target": [
            "main"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-banner",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one banner landmark",
      "help": "Document should not have more than one banner landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-banner?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-banner",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one banner landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<header class=\"site-header\" role=\"banner\">",
          "target": [
            "header"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-contentinfo",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one contentinfo landmark",
      "help": "Document should not have more than one contentinfo landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-contentinfo?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-contentinfo",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one contentinfo landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<footer id=\"site-footer\" class=\"site-footer\" role=\"contentinfo\">\n\t</footer>",
          "target": [
            "#site-footer"
          ]
        }
      ]
    },
    {
      "id": "landmark-no-duplicate-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has at most one main landmark",
      "help": "Document should not have more than one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-no-duplicate-main?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "page-no-duplicate-main",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Document does not have more than one main landmark"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<main class=\"site-main post-129 page type-page status-publish hentry\" role=\"main\">",
          "target": [
            "main"
          ]
        }
      ]
    },
    {
      "id": "landmark-one-main",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure the document has a main landmark",
      "help": "Document should have one main landmark",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-one-main?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-main",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<main class=\"site-main post-129 page type-page status-publish hentry\" role=\"main\">",
                  "target": [
                    "main"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Document has at least one main landmark"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "landmark-unique",
      "impact": null,
      "tags": [
        "cat.semantics",
        "best-practice"
      ],
      "description": "Ensure landmarks are unique",
      "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/landmark-unique?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "landmark-is-unique",
              "data": {
                "role": "region",
                "accessibleText": "skip links"
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<div class=\"skip-links \" role=\"region\" aria-label=\"Skip Links\" data-acsb=\"skipLinks\"><div><a href=\"#acsbContent\" data-acsb-skip-link=\"content\" class=\"skip-link\">Skip to Content<div class=\"content\" aria-hidden=\"true\"><span class=\"icon\">↵</span>ENTER</div></a></div></div>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"skipLinks\"]",
              ".skip-links"
            ]
          ]
        }
      ]
    },
    {
      "id": "link-in-text-block",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2a",
        "wcag141",
        "TTv5",
        "TT13.a",
        "EN-301-549",
        "EN-9.1.4.1",
        "RGAAv4",
        "RGAA-10.6.1"
      ],
      "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.12/link-in-text-block?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "link-in-text-block-style",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<div style=\"text-align:right\" class=\"qmodPrice\"><strong>STOCK INFORMATION</strong><span class=\"greenLine\"> | </span><a class=\"footerMore\" href=\"/how-to-buy-our-stock/\" aria-label=\"Learn more about STOCK INFORMATION\">learn more</a></div>",
                  "target": [
                    ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(1)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Links can be distinguished from surrounding text by visual styling"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<a class=\"footerMore\" href=\"/how-to-buy-our-stock/\" aria-label=\"Learn more about STOCK INFORMATION\">learn more</a>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(1) > .footerMore[href$=\"how-to-buy-our-stock/\"]"
          ]
        }
      ]
    },
    {
      "id": "link-name",
      "impact": "serious",
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-6.2.1"
      ],
      "description": "Ensure links have discernible text",
      "help": "Links must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has text that is visible to screen readers"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is not in tab order or has accessible text"
            }
          ],
          "impact": null,
          "html": "<a href=\"https://accessibe.co...\" target=\"_blank\" rel=\"noopener\" tabindex=\"-1\" data-acsb=\"sr-trigger\" data-acsb-sr-only=\"true\" class=\"acsb-sr-only\" style=\"position: absolute; ...\">",
          "target": [
            ".acsb-sr-only"
          ]
        }
      ]
    },
    {
      "id": "list",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure that lists are structured correctly",
      "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/list?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "only-listitems",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List element only has direct children that are allowed inside <li> elements"
            }
          ],
          "impact": null,
          "html": "<ul id=\"menu-main-menu\" class=\"menu\">",
          "target": [
            "#menu-main-menu"
          ]
        }
      ]
    },
    {
      "id": "listitem",
      "impact": null,
      "tags": [
        "cat.structure",
        "wcag2a",
        "wcag131",
        "EN-301-549",
        "EN-9.1.3.1",
        "RGAAv4",
        "RGAA-9.3.1"
      ],
      "description": "Ensure <li> elements are used semantically",
      "help": "<li> elements must be contained in a <ul> or <ol>",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/listitem?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "listitem",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "List item has a <ul>, <ol> or role=\"list\" parent element"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<li id=\"menu-item-1288\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1288\">",
          "target": [
            "#menu-item-1288"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport-large",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "best-practice"
      ],
      "description": "Ensure <meta name=\"viewport\"> can scale a significant amount",
      "help": "Users should be able to zoom and scale the text up to 500%",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport-large?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport-large",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "<meta> tag does not prevent significant zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "meta-viewport",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag2aa",
        "wcag144",
        "EN-301-549",
        "EN-9.1.4.4",
        "ACT",
        "RGAAv4",
        "RGAA-10.4.2"
      ],
      "description": "Ensure <meta name=\"viewport\"> does not disable text scaling and zooming",
      "help": "Zooming and scaling must not be disabled",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/meta-viewport?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "meta-viewport",
              "data": null,
              "relatedNodes": [],
              "impact": "moderate",
              "message": "<meta> tag does not disable zooming on mobile devices"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.86, maximum-scale=5.0, minimum-scale=0.86\">",
          "target": [
            "meta[name=\"viewport\"]"
          ]
        }
      ]
    },
    {
      "id": "nested-interactive",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "wcag2a",
        "wcag412",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
      "help": "Interactive controls must not be nested",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/nested-interactive?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "no-focusable-content",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have focusable descendants"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "page-has-heading-one",
      "impact": null,
      "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.12/page-has-heading-one?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "page-has-heading-one",
              "data": null,
              "relatedNodes": [
                {
                  "html": "<h1 class=\"site-title\">\n\t\t\t\t\t<a href=\"https://glasshousebrands.com/home\" title=\"Home\" rel=\"home\">\n\t\t\t\t\t\t<img src=\"https://glasshousebrands.com/wp-content/themes/hello-theme-child-master/images/logo-ghb-25.svg\">\n\t\t\t\t\t</a>\n\t\t\t\t</h1>",
                  "target": [
                    "h1"
                  ]
                }
              ],
              "impact": "moderate",
              "message": "Page has at least one level-one heading"
            }
          ],
          "none": [],
          "impact": null,
          "html": "<html lang=\"en-US\">",
          "target": [
            "html"
          ]
        }
      ]
    },
    {
      "id": "presentation-role-conflict",
      "impact": null,
      "tags": [
        "cat.aria",
        "best-practice",
        "ACT"
      ],
      "description": "Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",
      "help": "Elements marked as presentational should be consistently ignored",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "is-element-focusable",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element is focusable."
            },
            {
              "id": "has-global-aria-attribute",
              "data": [],
              "relatedNodes": [],
              "impact": "minor",
              "message": "Element has global ARIA attributes: "
            }
          ],
          "impact": null,
          "html": "<img src=\"https://glasshousebrands.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg\" alt=\"\">",
          "target": [
            ".cky-banner-btn-close > img[alt=\"\"]"
          ]
        }
      ]
    },
    {
      "id": "region",
      "impact": "moderate",
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-9.2.1"
      ],
      "description": "Ensure all page content is contained by landmarks",
      "help": "All page content should be contained by landmarks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/region?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "All page content is contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<access-widget-ui data-acsb=\"\" class=\"notranslate\"></access-widget-ui>",
          "target": [
            "access-widget-ui[data-acsb=\"\"]:nth-child(1)"
          ]
        }
      ]
    },
    {
      "id": "tabindex",
      "impact": null,
      "tags": [
        "cat.keyboard",
        "best-practice"
      ],
      "description": "Ensure tabindex attribute values are not greater than 0",
      "help": "Elements should not have tabindex greater than zero",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/tabindex?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "tabindex",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have a tabindex greater than 0"
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    },
    {
      "id": "target-size",
      "impact": null,
      "tags": [
        "cat.sensory-and-visual-cues",
        "wcag22aa",
        "wcag258"
      ],
      "description": "Ensure touch targets have sufficient size and space",
      "help": "All touch targets must be 24px large, or leave sufficient space",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/target-size?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "target-offset",
              "data": {
                "closestOffset": 24,
                "minOffset": 24
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of 24px which is at least 24px."
            }
          ],
          "all": [],
          "none": [],
          "impact": null,
          "html": "<button class=\"screen-reader-button \" data-acsb-sr-only=\"true\" aria-pressed=\"false\" tabindex=\"-1\">Use Website In a Screen-Reader Mode</button>",
          "target": [
            [
              "access-widget-ui[data-acsb=\"\"]:nth-child(1)",
              ".screen-reader-button"
            ]
          ]
        }
      ]
    }
  ],
  "incomplete": [
    {
      "id": "aria-valid-attr-value",
      "impact": "critical",
      "tags": [
        "cat.aria",
        "wcag2a",
        "wcag412",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-7.1.1"
      ],
      "description": "Ensure all ARIA attributes have valid values",
      "help": "ARIA attributes must conform to valid values",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "aria-valid-attr-value",
              "data": {
                "messageKey": "controlsWithinPopup",
                "needsReview": "aria-controls=\"ckyPreferenceCenter\""
              },
              "relatedNodes": [],
              "impact": "critical",
              "message": "Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls=\"ckyPreferenceCenter\""
            }
          ],
          "none": [],
          "impact": "critical",
          "html": "<button class=\"cky-btn cky-btn-customize\" aria-label=\"Customize\" aria-haspopup=\"true\" aria-controls=\"ckyPreferenceCenter\" data-cky-tag=\"settings-button\" style=\"color:#000000;background-color:transparent;border-color:#000000\">Customize</button>",
          "target": [
            ".cky-btn-customize"
          ],
          "failureSummary": "Fix all of the following:\n  Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls=\"ckyPreferenceCenter\""
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#999999",
                "bgColor": "#ffffff",
                "contrastRatio": 2.84,
                "fontSize": "18.0pt (24px)",
                "fontWeight": "normal",
                "messageKey": "shortTextContent",
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"gh-modal-content\">",
                  "target": [
                    ".gh-modal-content"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element content is too short to determine if it is actual text content"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<span class=\"gh-close\">×</span>",
          "target": [
            ".gh-close"
          ],
          "failureSummary": "Fix any of the following:\n  Element content is too short to determine if it is actual text content"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "contrastRatio": 0,
                "fontSize": "11.3pt (15px)",
                "fontWeight": "bold",
                "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": "<h3 class=\"gh-nyse-title\">\n                Glass House Brands is now on the NYSE!\n            </h3>",
          "target": [
            ".gh-nyse-title"
          ],
          "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it is overlapped by another element"
        }
      ]
    },
    {
      "id": "frame-tested",
      "impact": "critical",
      "tags": [
        "cat.structure",
        "best-practice",
        "review-item"
      ],
      "description": "Ensure <iframe> and <frame> elements contain the axe-core script",
      "help": "Frames should be tested with axe-core",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-tested?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [
            {
              "id": "frame-tested",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "The iframe still has to be tested with axe-core"
            }
          ],
          "none": [],
          "impact": "critical",
          "html": "<iframe name=\"investorframe2\" id=\"investorframe2\" style=\"width:100%;\" src=\"https://glasshousebrands.gcs-web.com/stock-quote-iframe\" scrolling=\"no\" frameborder=\"0\" onload=\"idm_frameload(this)\"></iframe>",
          "target": [
            "#investorframe2"
          ],
          "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
        }
      ]
    },
    {
      "id": "link-in-text-block",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2a",
        "wcag141",
        "TTv5",
        "TT13.a",
        "EN-301-549",
        "EN-9.1.4.1",
        "RGAAv4",
        "RGAA-10.6.1"
      ],
      "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.12/link-in-text-block?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "link-in-text-block",
              "data": {
                "messageKey": "bgOverlap"
              },
              "relatedNodes": [
                {
                  "html": "<div id=\"footerQuotes\" class=\"qmodPrice\">",
                  "target": [
                    ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's contrast ratio could not be determined because of element overlap"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"mailto:info@glasshousebrands.com\">info@glasshousebrands.com</a>",
          "target": [
            "a:nth-child(10)"
          ],
          "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
        },
        {
          "any": [
            {
              "id": "link-in-text-block",
              "data": {
                "messageKey": "bgOverlap"
              },
              "relatedNodes": [
                {
                  "html": "<div id=\"footerQuotes\" class=\"qmodPrice\">",
                  "target": [
                    ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's contrast ratio could not be determined because of element overlap"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"mailto:ir@glasshousebrands.com\">ir@glasshousebrands.com</a>",
          "target": [
            "a[href=\"mailto:ir@glasshousebrands.com\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
        },
        {
          "any": [
            {
              "id": "link-in-text-block",
              "data": {
                "messageKey": "bgOverlap"
              },
              "relatedNodes": [
                {
                  "html": "<p>",
                  "target": [
                    ".elementor-element-8ed3d5f > .elementor-widget-container > p:nth-child(2)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element's contrast ratio could not be determined because of element overlap"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<a href=\"http://www.p65warnings.ca.gov/cannabis\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline;\">www.P65Warnings.ca.gov/cannabis</span></a>",
          "target": [
            ".elementor-element-8ed3d5f > .elementor-widget-container > p:nth-child(2) > a[rel=\"noopener\"][target=\"_blank\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Element's contrast ratio could not be determined because of element overlap"
        }
      ]
    },
    {
      "id": "video-caption",
      "impact": "critical",
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag122",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT17.a",
        "EN-301-549",
        "EN-9.1.2.2",
        "RGAAv4",
        "RGAA-4.3.1"
      ],
      "description": "Ensure <video> elements have captions",
      "help": "<video> elements must have captions",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/video-caption?application=axeAPI",
      "nodes": [
        {
          "any": [],
          "all": [],
          "none": [
            {
              "id": "caption",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Check that captions are available for the element"
            }
          ],
          "impact": "critical",
          "html": "<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay=\"\" muted=\"\" playsinline=\"\" loop=\"\" src=\"https://glasshousebrands.com/wp-content/uploads/2025/07/GLASSHOUSE_BRANDVIDEO_WEBSITE_WIDE_UPDATED_918_1_Compressed.mp4\" style=\"width: 1366px; height: 768.375px;\"></video>",
          "target": [
            "video"
          ],
          "failureSummary": "Fix all of the following:\n  Check that captions are available for the element"
        }
      ]
    }
  ],
  "violations": [
    {
      "id": "aria-allowed-role",
      "impact": "minor",
      "tags": [
        "cat.aria",
        "best-practice"
      ],
      "description": "Ensure role attribute has an appropriate value for the element",
      "help": "ARIA role should be appropriate for the element",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "aria-allowed-role",
              "data": [
                "presentation"
              ],
              "relatedNodes": [],
              "impact": "minor",
              "message": "ARIA role presentation is not allowed for given element"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay=\"\" muted=\"\" playsinline=\"\" loop=\"\" src=\"https://glasshousebrands.com/wp-content/uploads/2025/07/GLASSHOUSE_BRANDVIDEO_WEBSITE_WIDE_UPDATED_918_1_Compressed.mp4\" style=\"width: 1366px; height: 768.375px;\"></video>",
          "target": [
            "video"
          ],
          "failureSummary": "Fix any of the following:\n  ARIA role presentation is not allowed for given element"
        }
      ]
    },
    {
      "id": "color-contrast",
      "impact": "serious",
      "tags": [
        "cat.color",
        "wcag2aa",
        "wcag143",
        "TTv5",
        "TT13.c",
        "EN-301-549",
        "EN-9.1.4.3",
        "ACT",
        "RGAAv4",
        "RGAA-3.2.1"
      ],
      "description": "Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
      "help": "Elements must meet minimum color contrast ratio thresholds",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/color-contrast?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#00c4b3",
                "bgColor": "#ffffff",
                "contrastRatio": 2.19,
                "fontSize": "13.5pt (18px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-82d8685\" data-id=\"82d8685\" data-element_type=\"column\" data-e-type=\"column\" id=\"leadingWay\">",
                  "target": [
                    "#leadingWay"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.19 (foreground color: #00c4b3, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p>About Us</p>",
          "target": [
            ".elementor-element-b114ced > .elementor-widget-container > p"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #00c4b3, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#00c4b3",
                "contrastRatio": 2.19,
                "fontSize": "27.0pt (36px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<strong>began in 2015</strong>",
                  "target": [
                    "p > strong:nth-child(1)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>began in 2015</strong>",
          "target": [
            "p > strong:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#00c4b3",
                "contrastRatio": 2.19,
                "fontSize": "27.0pt (36px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<strong>largest cannabis flower brand</strong>",
                  "target": [
                    "strong:nth-child(2)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>largest cannabis flower brand</strong>",
          "target": [
            "strong:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#00c4b3",
                "contrastRatio": 2.19,
                "fontSize": "27.0pt (36px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<strong>largest market</strong>",
                  "target": [
                    "strong:nth-child(3)"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<strong>largest market</strong>",
          "target": [
            "strong:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #ffffff, background color: #00c4b3, font size: 27.0pt (36px), font weight: bold). Expected contrast ratio of 3:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#3cbb9b",
                "contrastRatio": 2.39,
                "fontSize": "24.0pt (32px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-widget-wrap elementor-element-populated\">",
                  "target": [
                    ".elementor-element-e871bb6 > .elementor-element-populated.elementor-widget-wrap"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 24.0pt (32px), font weight: bold). Expected contrast ratio of 3:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Sign Up for Email Alerts</h2>",
          "target": [
            ".elementor-element-c777a5e > .elementor-widget-container > h2"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 24.0pt (32px), font weight: bold). Expected contrast ratio of 3:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#3cbb9b",
                "contrastRatio": 2.39,
                "fontSize": "13.5pt (18px)",
                "fontWeight": "normal",
                "messageKey": null,
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-widget-wrap elementor-element-populated\">",
                  "target": [
                    ".elementor-element-e871bb6 > .elementor-element-populated.elementor-widget-wrap"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p>Receive notifications for press releases, quotes, and other news. </p>",
          "target": [
            ".elementor-element-1d89011 > .elementor-widget-container > p"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#00c4b3",
                "bgColor": "#ffffff",
                "contrastRatio": 2.19,
                "fontSize": "13.5pt (18px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<body class=\"home wp-singular pag...\" data-elementor-devic...=\"desktop\">",
                  "target": [
                    "body"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.19 (foreground color: #00c4b3, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p>Investor Highlights</p>",
          "target": [
            ".elementor-element-0294347 > .elementor-widget-container > p"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.19 (foreground color: #00c4b3, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#3cbb9b",
                "contrastRatio": 2.39,
                "fontSize": "24.0pt (32px)",
                "fontWeight": "bold",
                "messageKey": null,
                "expectedContrastRatio": "3:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-widget-wrap elementor-element-populated\">",
                  "target": [
                    ".elementor-element-62532d88 > .elementor-element-populated.elementor-widget-wrap"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 24.0pt (32px), font weight: bold). Expected contrast ratio of 3:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<h2 class=\"elementor-heading-title elementor-size-default\">Sign Up for Email Alerts</h2>",
          "target": [
            ".elementor-element-973363c > .elementor-widget-container > h2"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 24.0pt (32px), font weight: bold). Expected contrast ratio of 3:1"
        },
        {
          "any": [
            {
              "id": "color-contrast",
              "data": {
                "fgColor": "#ffffff",
                "bgColor": "#3cbb9b",
                "contrastRatio": 2.39,
                "fontSize": "13.5pt (18px)",
                "fontWeight": "normal",
                "messageKey": null,
                "expectedContrastRatio": "4.5:1"
              },
              "relatedNodes": [
                {
                  "html": "<div class=\"elementor-widget-wrap elementor-element-populated\">",
                  "target": [
                    ".elementor-element-62532d88 > .elementor-element-populated.elementor-widget-wrap"
                  ]
                }
              ],
              "impact": "serious",
              "message": "Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<p>Receive notifications for press releases, quotes, and other news.</p>",
          "target": [
            ".elementor-element-c2dbf5a > .elementor-widget-container > p"
          ],
          "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.39 (foreground color: #ffffff, background color: #3cbb9b, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1"
        }
      ]
    },
    {
      "id": "empty-heading",
      "impact": "minor",
      "tags": [
        "cat.name-role-value",
        "best-practice"
      ],
      "description": "Ensure headings have discernible text",
      "help": "Headings should not be empty",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/empty-heading?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": "minor",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "minor",
              "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": "minor",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [],
          "impact": "minor",
          "html": "<h1 class=\"site-title\">\n\t\t\t\t\t<a href=\"https://glasshousebrands.com/home\" title=\"Home\" rel=\"home\">\n\t\t\t\t\t\t<img src=\"https://glasshousebrands.com/wp-content/themes/hello-theme-child-master/images/logo-ghb-25.svg\">\n\t\t\t\t\t</a>\n\t\t\t\t</h1>",
          "target": [
            "h1"
          ],
          "failureSummary": "Fix 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": "frame-title",
      "impact": "serious",
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag412",
        "section508",
        "section508.22.i",
        "TTv5",
        "TT12.d",
        "EN-301-549",
        "EN-9.4.1.2",
        "RGAAv4",
        "RGAA-2.1.1"
      ],
      "description": "Ensure <iframe> and <frame> elements have an accessible name",
      "help": "Frames must have an accessible name",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/frame-title?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title 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": "presentational-role",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
            }
          ],
          "all": [],
          "none": [],
          "impact": "serious",
          "html": "<iframe name=\"investorframe2\" id=\"investorframe2\" style=\"width:100%;\" src=\"https://glasshousebrands.gcs-web.com/stock-quote-iframe\" scrolling=\"no\" frameborder=\"0\" onload=\"idm_frameload(this)\"></iframe>",
          "target": [
            "#investorframe2"
          ],
          "failureSummary": "Fix any of the following:\n  Element has no title 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's default semantics were not overridden with role=\"none\" or role=\"presentation\""
        }
      ]
    },
    {
      "id": "image-alt",
      "impact": "critical",
      "tags": [
        "cat.text-alternatives",
        "wcag2a",
        "wcag111",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT7.a",
        "TT7.b",
        "EN-301-549",
        "EN-9.1.1.1",
        "ACT",
        "RGAAv4",
        "RGAA-1.1.1"
      ],
      "description": "Ensure <img> elements have alternative text or a role of none or presentation",
      "help": "Images must have alternative text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/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": "critical",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "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": "critical",
              "message": "Element has no title attribute"
            },
            {
              "id": "presentational-role",
              "data": null,
              "relatedNodes": [],
              "impact": "critical",
              "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
            }
          ],
          "all": [],
          "none": [],
          "impact": "critical",
          "html": "<img src=\"https://glasshousebrands.com/wp-content/themes/hello-theme-child-master/images/logo-ghb-25.svg\">",
          "target": [
            "a[title=\"Home\"] > 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": "link-name",
      "impact": "serious",
      "tags": [
        "cat.name-role-value",
        "wcag2a",
        "wcag244",
        "wcag412",
        "section508",
        "section508.22.a",
        "TTv5",
        "TT6.a",
        "EN-301-549",
        "EN-9.2.4.4",
        "EN-9.4.1.2",
        "ACT",
        "RGAAv4",
        "RGAA-6.2.1"
      ],
      "description": "Ensure links have discernible text",
      "help": "Links must have discernible text",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/link-name?application=axeAPI",
      "nodes": [
        {
          "any": [
            {
              "id": "has-visible-text",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element does not have text that is visible to screen readers"
            },
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
            },
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is in tab order and does not have accessible text"
            }
          ],
          "impact": "serious",
          "html": "<a href=\"https://www.instagram.com/glasshousebrands/\" target=\"_blank\" class=\"instagram\"></a>",
          "target": [
            ".instagram"
          ],
          "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": "serious",
              "message": "Element does not have text that is visible to screen readers"
            },
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
            },
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is in tab order and does not have accessible text"
            }
          ],
          "impact": "serious",
          "html": "<a href=\"https://www.linkedin.com/company/glass-house-brands-inc/\" target=\"_blank\" class=\"linkedin\"></a>",
          "target": [
            ".linkedin"
          ],
          "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": "serious",
              "message": "Element does not have text that is visible to screen readers"
            },
            {
              "id": "aria-label",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-label attribute does not exist or is empty"
            },
            {
              "id": "aria-labelledby",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
            },
            {
              "id": "non-empty-title",
              "data": {
                "messageKey": "noAttr"
              },
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element has no title attribute"
            }
          ],
          "all": [],
          "none": [
            {
              "id": "focusable-no-name",
              "data": null,
              "relatedNodes": [],
              "impact": "serious",
              "message": "Element is in tab order and does not have accessible text"
            }
          ],
          "impact": "serious",
          "html": "<a href=\"https://twitter.com/GlassHouseBR\" target=\"_blank\" class=\"twitter\"></a>",
          "target": [
            ".twitter"
          ],
          "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": "serious",
              "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=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-745f071\" href=\"https://www.instagram.com/glasshousebrands/\" target=\"_blank\">",
          "target": [
            ".elementor-repeater-item-745f071"
          ],
          "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": "serious",
              "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=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-6819eb0\" href=\"https://twitter.com/glasshousebr\" target=\"_blank\">",
          "target": [
            ".elementor-repeater-item-6819eb0"
          ],
          "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": "serious",
              "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=\"elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-fb9804e\" href=\"https://www.linkedin.com/company/glass-house-brands-inc/\" target=\"_blank\">",
          "target": [
            ".elementor-repeater-item-fb9804e"
          ],
          "failureSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
        }
      ]
    },
    {
      "id": "region",
      "impact": "moderate",
      "tags": [
        "cat.keyboard",
        "best-practice",
        "RGAAv4",
        "RGAA-9.2.1"
      ],
      "description": "Ensure all page content is contained by landmarks",
      "help": "All page content should be contained by landmarks",
      "helpUrl": "https://dequeuniversity.com/rules/axe/4.12/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": "<a href=\"https://accessibe.co...\" target=\"_blank\" rel=\"noopener\" tabindex=\"-1\" data-acsb=\"sr-trigger\" data-acsb-sr-only=\"true\" class=\"acsb-sr-only\" style=\"position: absolute; ...\">",
          "target": [
            ".acsb-sr-only"
          ],
          "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=\"gh-nyse-modal\" class=\"gh-modal-wrapper\" style=\"display: block; opacity: 1; transform: translateY(0px);\">",
          "target": [
            "#gh-nyse-modal"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<section class=\"elementor-section el...\" data-id=\"6a2ff2f1\" data-element_type=\"section\" data-e-type=\"section\" id=\"subFooter\" data-settings=\"{\"background_backgro...\">",
          "target": [
            ".elementor-element-6a2ff2f1"
          ],
          "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 style=\"text-align:right\" class=\"qmodPrice\"><strong>STOCK INFORMATION</strong><span class=\"greenLine\"> | </span><a class=\"footerMore\" href=\"/how-to-buy-our-stock/\" aria-label=\"Learn more about STOCK INFORMATION\">learn more</a></div>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<strong>COMMON SHARES\n</strong>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > strong:nth-child(1)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"greenLine\"> | </span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > .greenLine:nth-child(2)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span>Cboe CA: GLAS.A.U: </span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > span:nth-child(3)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"qmod-segment qmod-last\">12.40<!-- rivets: if quote.key.currency --><span><span class=\"qmod-element qmod-currency\">USD</span></span></span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > .qtool[data-qmod-params=\"{\\\"symbol\\\":\\\"GLAS.A.U:AQN\\\"}\"][data-qmod-tool=\"miniquotes\"] > .qmod-miniquotes.qmod-ui-tool > .qmod-quote.qmod-quote-0[rv-addclass=\"index | preFix \\\"qmod-quote-\\\"\"] > span > .qmod-last.qmod-segment"
          ],
          "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": "<strong>WARRANTS\n</strong>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > strong:nth-child(6)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"greenLine\"> | </span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > .greenLine:nth-child(7)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span>Cboe CA: GLAS.WT.U:</span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > span:nth-child(8)"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<span class=\"qmod-segment qmod-last\">0.11<!-- rivets: if quote.key.currency --><span><span class=\"qmod-element qmod-currency\">USD</span></span></span>",
          "target": [
            ".elementor-element-56a9a0a > .elementor-widget-container > .qmodPrice:nth-child(2) > .qtool[data-qmod-params=\"{\\\"symbol\\\":\\\"GLAS.WT.U:AQN\\\"}\"][data-qmod-tool=\"miniquotes\"] > .qmod-miniquotes.qmod-ui-tool > .qmod-quote.qmod-quote-0[rv-addclass=\"index | preFix \\\"qmod-quote-\\\"\"] > span > .qmod-last.qmod-segment"
          ],
          "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": "<a href=\"mailto:info@glasshousebrands.com\">info@glasshousebrands.com</a>",
          "target": [
            "a:nth-child(10)"
          ],
          "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": "<a href=\"mailto:ir@glasshousebrands.com\">ir@glasshousebrands.com</a>",
          "target": [
            "a[href=\"mailto:ir@glasshousebrands.com\"]"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        },
        {
          "any": [
            {
              "id": "region",
              "data": {
                "isIframe": false
              },
              "relatedNodes": [],
              "impact": "moderate",
              "message": "Some page content is not contained by landmarks"
            }
          ],
          "all": [],
          "none": [],
          "impact": "moderate",
          "html": "<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b472f7 elementor-section-full_width footerInner elementor-section-height-default elementor-section-height-default\" data-id=\"2b472f7\" data-element_type=\"section\" data-e-type=\"section\">",
          "target": [
            ".elementor-element-2b472f7"
          ],
          "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
        }
      ]
    }
  ]
}