/* HPC v748: all pages, white checkbox background with beige check */
:root {
  --hpc-checkbox-beige-v748: #a8833c;
  --hpc-checkbox-border-v748: #c5ad7d;
}

html:root body input[type="checkbox"][type="checkbox"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  width: 1.35em !important;
  height: 1.35em !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 0.45em 0 0 !important;
  border: 1px solid var(--hpc-checkbox-border-v748) !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  vertical-align: -0.2em !important;
}

html:root body input[type="checkbox"][type="checkbox"]:checked,
html:root body input[type="checkbox"][type="checkbox"]:checked:hover,
html:root body input[type="checkbox"][type="checkbox"]:checked:focus,
html:root body input[type="checkbox"][type="checkbox"]:checked:active {
  border-color: var(--hpc-checkbox-border-v748) !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.3 4.3L19 7.5' fill='none' stroke='%23a8833c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 78% 78% !important;
}

html:root body input[type="checkbox"][type="checkbox"]:focus-visible {
  outline: 2px solid rgba(168, 131, 60, 0.32) !important;
  outline-offset: 2px !important;
}

html:root body .hpc-unified-check-before-v748.hpc-unified-check-before-v748.hpc-unified-check-before-v748.hpc-unified-check-before-v748::before,
html:root body .hpc-unified-check-after-v748.hpc-unified-check-after-v748.hpc-unified-check-after-v748.hpc-unified-check-after-v748::after,
html:root body .check-list li::before,
html:root body .required-check::before,
html:root body .required-check > .check-box::before,
html:root body .check-box::before,
html:root body .option-check::before,
html:root body .sections h3::before,
html:root body .card li::before {
  box-sizing: border-box !important;
  border: 1px solid var(--hpc-checkbox-border-v748) !important;
  background-color: #fff !important;
  color: var(--hpc-checkbox-beige-v748) !important;
  text-shadow: none !important;
}

@media (max-width: 800px) {
  html:root body input[type="checkbox"][type="checkbox"] {
    background-color: #fff !important;
  }

  html:root body .hpc-unified-check-before-v748.hpc-unified-check-before-v748.hpc-unified-check-before-v748.hpc-unified-check-before-v748::before,
  html:root body .hpc-unified-check-after-v748.hpc-unified-check-after-v748.hpc-unified-check-after-v748.hpc-unified-check-after-v748::after,
  html:root body .check-list li::before,
  html:root body .required-check::before,
  html:root body .required-check > .check-box::before,
  html:root body .check-box::before,
  html:root body .option-check::before,
  html:root body .sections h3::before,
  html:root body .card li::before {
    background-color: #fff !important;
    color: var(--hpc-checkbox-beige-v748) !important;
  }
}
/* HPC-V749-CHECKBOX-FINISH-START
   The square itself stays white; only the check mark is beige. */
html:root body .required-check > .check-box,
html:root body [class*="required-check"] > .check-box,
html:root body [class*="required_check"] > .check-box,
html:root body .hpc-v172-required-check > span[aria-hidden="true"],
html:root body [class*="required-check"] > span[aria-hidden="true"],
html:root body [class*="required_check"] > span[aria-hidden="true"],
html:root body .hpc-unified-check-box-v749.hpc-unified-check-box-v749.hpc-unified-check-box-v749 {
  box-sizing: border-box !important;
  border: 1px solid #c5ad7d !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #a8833c !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html:root body .required-check > .check-box::before,
html:root body [class*="required-check"] > .check-box::before,
html:root body [class*="required_check"] > .check-box::before {
  content: "✓" !important;
  box-sizing: border-box !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #a8833c !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}

@media (max-width: 800px) {
  html:root body .required-check > .check-box,
  html:root body [class*="required-check"] > .check-box,
  html:root body [class*="required_check"] > .check-box,
  html:root body .hpc-v172-required-check > span[aria-hidden="true"],
  html:root body [class*="required-check"] > span[aria-hidden="true"],
  html:root body [class*="required_check"] > span[aria-hidden="true"],
  html:root body .hpc-unified-check-box-v749.hpc-unified-check-box-v749.hpc-unified-check-box-v749 {
    border-color: #c5ad7d !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #a8833c !important;
  }
}
/* HPC-V749-CHECKBOX-FINISH-END */