.thgov-wrap,
.thgov-faq {
  --th-blue: #000091;
  --th-blue-soft: #f5f5ff;
  --th-blue-mid: #e8edff;
  --th-red: #e1000f;
  --th-text: #161616;
  --th-muted: #666666;
  --th-border: #dddddd;
  --th-bg: #ffffff;
  --th-soft: #f6f6f6;
  --th-green: #18753c;
  --th-warning: #b34000;
  --th-radius: 0;
  --th-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  max-width: 1180px !important;
  margin: 0 auto !important;
  color: var(--th-text) !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.58 !important;
}

.thgov-wrap *,
.thgov-faq * {
  box-sizing: border-box !important;
}

.thgov-wrap a,
.thgov-faq a {
  color: var(--th-blue) !important;
  text-decoration-thickness: .08em !important;
  text-underline-offset: .18em !important;
}

.thgov-hero {
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 54%, #eef2ff 100%) !important;
  border: 1px solid var(--th-border) !important;
  border-top: 0 !important;
  padding: clamp(28px, 5vw, 64px) !important;
  margin: 0 0 22px !important;
  box-shadow: var(--th-shadow) !important;
}

.thgov-rfbar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  width: 100% !important;
  height: 6px !important;
}

.thgov-rfbar span:nth-child(1) {
  background: var(--th-blue) !important;
  flex: 1 !important;
}

.thgov-rfbar span:nth-child(2) {
  background: #ffffff !important;
  flex: 1 !important;
}

.thgov-rfbar span:nth-child(3) {
  background: var(--th-red) !important;
  flex: 1 !important;
}

.thgov-kicker,
.thgov-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--th-blue) !important;
  margin: 0 0 14px !important;
}

.thgov-kicker::before,
.thgov-eyebrow::before {
  content: "" !important;
  width: 28px !important;
  height: 3px !important;
  background: var(--th-red) !important;
  display: inline-block !important;
}

.thgov-title {
  max-width: 940px !important;
  margin: 0 !important;
  color: var(--th-text) !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: .98 !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

.thgov-lead {
  max-width: 860px !important;
  margin: 22px 0 0 !important;
  color: #3a3a3a !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.55 !important;
}

.thgov-date-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 220px !important;
  gap: 0 !important;
  margin: 34px 0 0 !important;
  border: 1px solid var(--th-blue) !important;
  background: #ffffff !important;
}

.thgov-date-main {
  padding: clamp(22px, 3vw, 34px) !important;
  border-left: 6px solid var(--th-blue) !important;
}

.thgov-date-label {
  display: block !important;
  color: var(--th-muted) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  margin: 0 0 8px !important;
}

.thgov-date-main strong {
  display: block !important;
  color: var(--th-blue) !important;
  font-size: clamp(26px, 4vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
}

.thgov-date-main p {
  margin: 12px 0 0 !important;
  color: #333333 !important;
  font-size: 17px !important;
}

.thgov-date-side {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 24px !important;
  background: var(--th-blue) !important;
  color: #ffffff !important;
}

.thgov-date-side span,
.thgov-date-side small {
  color: rgba(255, 255, 255, .82) !important;
  font-weight: 700 !important;
}

.thgov-date-side strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 38px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 6px 0 !important;
}

.thgov-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 28px 0 0 !important;
}

.thgov-actions--left {
  justify-content: flex-start !important;
}

.thgov-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 20px !important;
  border: 2px solid var(--th-blue) !important;
  font-weight: 850 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.thgov-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 145, .16) !important;
}

.thgov-btn--primary {
  background: var(--th-blue) !important;
  color: #ffffff !important;
}

.thgov-btn--secondary {
  background: #ffffff !important;
  color: var(--th-blue) !important;
}

.thgov-btn--ghost {
  background: transparent !important;
  border-color: var(--th-border) !important;
  color: var(--th-text) !important;
}

.thgov-quicknav {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--th-border) !important;
  margin: 0 0 22px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05) !important;
}

.thgov-quicknav a {
  flex: 1 1 auto !important;
  padding: 13px 14px !important;
  text-align: center !important;
  color: var(--th-blue) !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border-right: 1px solid var(--th-border) !important;
}

.thgov-quicknav a:last-child {
  border-right: 0 !important;
}

.thgov-quicknav a:hover {
  background: var(--th-blue-soft) !important;
}

.thgov-section {
  background: #ffffff !important;
  border: 1px solid var(--th-border) !important;
  padding: clamp(24px, 4vw, 46px) !important;
  margin: 0 0 22px !important;
}

.thgov-section--soft {
  background: var(--th-soft) !important;
}

.thgov-section--blue {
  background: linear-gradient(135deg, var(--th-blue) 0%, #1212a8 100%) !important;
  color: #ffffff !important;
  border-color: var(--th-blue) !important;
}

.thgov-section--blue .thgov-eyebrow,
.thgov-section--blue h2,
.thgov-section--blue h3,
.thgov-section--blue p,
.thgov-section--blue li {
  color: #ffffff !important;
}

.thgov-section--blue .thgov-eyebrow::before {
  background: #ffffff !important;
}

.thgov-section--blue .thgov-link-card {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .5) !important;
}

.thgov-section--final {
  border-left: 6px solid var(--th-red) !important;
  background: #fff7f7 !important;
}

.thgov-section h2,
.thgov-faq h2 {
  margin: 0 0 18px !important;
  color: var(--th-text) !important;
  font-size: clamp(26px, 3.5vw, 40px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
}

.thgov-section h3,
.thgov-faq h3 {
  margin: 0 0 10px !important;
  color: var(--th-text) !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.thgov-section p,
.thgov-faq p {
  margin: 0 0 16px !important;
  color: #333333 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.thgov-section p:last-child,
.thgov-faq p:last-child {
  margin-bottom: 0 !important;
}

.thgov-summary-grid,
.thgov-info-grid,
.thgov-exceptions,
.thgov-check-grid,
.thgov-qa-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 22px 0 0 !important;
}

.thgov-exceptions,
.thgov-check-grid,
.thgov-qa-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.thgov-summary-card,
.thgov-info-card,
.thgov-exception-card,
.thgov-check-card,
.thgov-qa-card,
.thgov-panel {
  background: #ffffff !important;
  border: 1px solid var(--th-border) !important;
  padding: 22px !important;
  min-width: 0 !important;
}

.thgov-summary-card {
  position: relative !important;
  padding-top: 58px !important;
}

.thgov-icon {
  position: absolute !important;
  top: 18px !important;
  left: 22px !important;
  display: inline-flex !important;
  width: 30px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--th-blue) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.thgov-callout {
  margin: 24px 0 0 !important;
  padding: 20px 22px !important;
  background: #fff4e5 !important;
  border-left: 6px solid var(--th-warning) !important;
  color: #2b1a00 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.thgov-table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  margin: 22px 0 0 !important;
  border: 1px solid var(--th-border) !important;
  background: #ffffff !important;
}

.thgov-table {
  width: 100% !important;
  border-collapse: collapse !important;
  min-width: 720px !important;
  margin: 0 !important;
}

.thgov-table th,
.thgov-table td {
  padding: 15px 16px !important;
  border-bottom: 1px solid var(--th-border) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.thgov-table th {
  background: var(--th-blue) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

.thgov-table tr:last-child td {
  border-bottom: 0 !important;
}

.thgov-two-cols {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 22px 0 0 !important;
}

.thgov-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 !important;
}

.thgov-list li {
  position: relative !important;
  padding: 0 0 11px 28px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.thgov-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .68em !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--th-blue) !important;
  transform: rotate(45deg) !important;
}

.thgov-section--blue .thgov-list li::before {
  background: #ffffff !important;
}

.thgov-link-card {
  display: inline-flex !important;
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--th-blue) !important;
  color: var(--th-blue) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.thgov-link-card:hover {
  background: rgba(0, 0, 145, .08) !important;
}

.thgov-info-card strong {
  display: block !important;
  color: var(--th-blue) !important;
  font-size: 20px !important;
  margin: 0 0 8px !important;
}

.thgov-check-card--danger {
  border-left: 6px solid var(--th-red) !important;
}

.thgov-steps {
  display: grid !important;
  gap: 14px !important;
  margin: 22px 0 0 !important;
}

.thgov-step {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  padding: 20px !important;
  border: 1px solid var(--th-border) !important;
  background: #ffffff !important;
}

.thgov-step > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  background: var(--th-blue) !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.thgov-timeline {
  position: relative !important;
  display: grid !important;
  gap: 16px !important;
  margin: 22px 0 0 !important;
}

.thgov-time {
  position: relative !important;
  padding: 22px 22px 22px 28px !important;
  border-left: 6px solid var(--th-blue) !important;
  background: var(--th-blue-soft) !important;
}

.thgov-time span {
  display: inline-block !important;
  margin: 0 0 8px !important;
  color: var(--th-blue) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.thgov-faq {
  background: var(--th-soft) !important;
  border: 1px solid var(--th-border) !important;
  padding: clamp(24px, 4vw, 46px) !important;
  margin: 22px auto !important;
}

.thgov-qa-card {
  border-top: 4px solid var(--th-blue) !important;
}

@media (max-width: 900px) {
  .thgov-date-card,
  .thgov-two-cols,
  .thgov-summary-grid,
  .thgov-info-grid,
  .thgov-exceptions,
  .thgov-check-grid,
  .thgov-qa-grid {
    grid-template-columns: 1fr !important;
  }

  .thgov-quicknav {
    position: static !important;
  }

  .thgov-quicknav a {
    flex-basis: 50% !important;
    border-bottom: 1px solid var(--th-border) !important;
  }
}

@media (max-width: 640px) {
  .thgov-wrap,
  .thgov-faq {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip !important;
  }

  .thgov-wrap *,
  .thgov-faq * {
    min-width: 0 !important;
  }

  .thgov-hero,
  .thgov-section,
  .thgov-faq {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: clip !important;
  }

  .thgov-title {
    font-size: 34px !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .thgov-lead {
    font-size: 17px !important;
  }

  .thgov-date-main strong {
    font-size: 27px !important;
  }

  .thgov-actions,
  .thgov-actions--left {
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow-x: clip !important;
  }

  .thgov-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .thgov-quicknav {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .thgov-quicknav a {
    flex-basis: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .thgov-step {
    grid-template-columns: 1fr !important;
  }

  .thgov-table {
    min-width: 0 !important;
  }
}

.thgov-path-grid,
.thgov-topic-grid,
.thgov-orientation-grid,
.thgov-resource-grid,
.thgov-method-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 24px 0 0 !important;
}

.thgov-topic-grid,
.thgov-orientation-grid,
.thgov-resource-grid,
.thgov-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.thgov-resource-grid,
.thgov-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.thgov-path-card,
.thgov-topic-card,
.thgov-orientation-card,
.thgov-resource-card,
.thgov-method-card {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid var(--th-border) !important;
  padding: 24px !important;
  min-width: 0 !important;
  color: var(--th-text) !important;
  text-decoration: none !important;
}

.thgov-path-card {
  border-top: 6px solid var(--th-blue) !important;
}

.thgov-path-card--owner {
  border-top-color: var(--th-red) !important;
}

.thgov-path-label {
  display: inline-flex !important;
  margin: 0 0 12px !important;
  padding: 6px 10px !important;
  background: var(--th-blue-soft) !important;
  color: var(--th-blue) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.thgov-path-card--owner .thgov-path-label {
  background: #fff1f1 !important;
  color: var(--th-red) !important;
}

.thgov-topic-card,
.thgov-orientation-card,
.thgov-resource-card {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.thgov-topic-card:hover,
.thgov-orientation-card:hover,
.thgov-resource-card:hover {
  transform: translateY(-3px) !important;
  border-color: var(--th-blue) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 145, .10) !important;
}

.thgov-topic-card strong,
.thgov-resource-card strong {
  display: block !important;
  color: var(--th-blue) !important;
  font-size: 19px !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}

.thgov-topic-card span,
.thgov-resource-card span {
  display: block !important;
  color: #3a3a3a !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.thgov-orientation-card {
  border-left: 5px solid var(--th-blue) !important;
}

.thgov-orientation-card a {
  display: inline-flex !important;
  margin: 12px 0 0 !important;
  font-weight: 850 !important;
}

.thgov-category-focus {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 18px 0 0 !important;
}

.thgov-category-focus a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  background: #ffffff !important;
  border: 1px solid var(--th-blue) !important;
  color: var(--th-blue) !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.thgov-section--category-intro {
  border-left: 6px solid var(--th-blue) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 100%) !important;
}

.thgov-section--method {
  border-top: 6px solid var(--th-blue) !important;
}

.thgov-method-card {
  border-top: 4px solid var(--th-blue) !important;
}

@media (max-width: 1100px) {
  .thgov-topic-grid,
  .thgov-orientation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .thgov-path-grid,
  .thgov-topic-grid,
  .thgov-orientation-grid,
  .thgov-resource-grid,
  .thgov-method-grid {
    grid-template-columns: 1fr !important;
  }
}

.thgov-ownerhub .thgov-ownerhub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 52%, #fff7f7 100%) !important;
}

.thgov-ownerhub .thgov-date-main {
  border-left-color: var(--th-red) !important;
}

.thgov-ownerhub .thgov-date-main strong {
  color: var(--th-red) !important;
}

.thgov-document-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 24px 0 0 !important;
}

.thgov-document-card {
  background: #ffffff !important;
  border: 1px solid var(--th-border) !important;
  border-top: 4px solid var(--th-blue) !important;
  padding: 22px !important;
  min-width: 0 !important;
}

.thgov-document-card h3 {
  margin: 0 0 10px !important;
  color: var(--th-text) !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.thgov-document-card p {
  margin: 0 !important;
  color: #333333 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

.thgov-ownerhub .thgov-check-card--danger {
  border-left: 6px solid var(--th-red) !important;
}

.thgov-ownerhub .thgov-path-card--owner {
  border-top-color: var(--th-red) !important;
}

.thgov-ownerhub .thgov-path-card--owner .thgov-path-label {
  background: #fff1f1 !important;
  color: var(--th-red) !important;
}

@media (max-width: 1100px) {
  .thgov-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .thgov-document-grid {
    grid-template-columns: 1fr !important;
  }
}

.thgov-tenanthub .thgov-tenanthub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5f5ff 52%, #eef7ff 100%) !important;
}

.thgov-tenanthub .thgov-date-main {
  border-left-color: var(--th-blue) !important;
}

.thgov-tenanthub .thgov-date-main strong {
  color: var(--th-blue) !important;
}

.thgov-tenanthub .thgov-path-card--tenant {
  border-top-color: var(--th-blue) !important;
}

.thgov-tenanthub .thgov-path-card--tenant .thgov-path-label {
  background: var(--th-blue-soft) !important;
  color: var(--th-blue) !important;
}

.thgov-exhub .thgov-exhub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #fff9f2 50%, #f5f5ff 100%) !important;
}

.thgov-exhub .thgov-date-main {
  border-left-color: var(--th-warning) !important;
}

.thgov-exhub .thgov-date-main strong {
  color: var(--th-warning) !important;
}

.thgov-exhub .thgov-exception-card {
  border-top: 4px solid var(--th-warning) !important;
}

.thgov-exhub .thgov-topic-card {
  border-left: 5px solid var(--th-warning) !important;
}

.thgov-exhub .thgov-check-card--danger,
.thgov-exhub .thgov-path-card--owner {
  border-left-color: var(--th-red) !important;
}

.thgov-prochub .thgov-prochub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 48%, #fff8ef 100%) !important;
}

.thgov-prochub .thgov-date-main {
  border-left-color: var(--th-warning) !important;
}

.thgov-prochub .thgov-date-main strong {
  color: var(--th-warning) !important;
}

.thgov-prochub .thgov-time {
  border-left-color: var(--th-warning) !important;
}

.thgov-prochub .thgov-document-card {
  border-top-color: var(--th-warning) !important;
}

.thgov-prochub .thgov-summary-card:nth-child(1) .thgov-icon {
  background: var(--th-warning) !important;
}

.thgov-prochub .thgov-summary-card:nth-child(2) .thgov-icon {
  background: var(--th-blue) !important;
}

.thgov-prochub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-green) !important;
}

.thgov-solhub .thgov-solhub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #fff8ef 48%, #f7f7ff 100%) !important;
}

.thgov-solhub .thgov-date-main {
  border-left-color: var(--th-warning) !important;
}

.thgov-solhub .thgov-date-main strong {
  color: var(--th-warning) !important;
}

.thgov-solhub .thgov-document-card {
  border-top-color: var(--th-warning) !important;
}

.thgov-solhub .thgov-time {
  border-left-color: var(--th-warning) !important;
}

.thgov-solhub .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-solhub .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-solhub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-warning) !important;
}

.thgov-locrighthub .thgov-locrighthub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5f5ff 50%, #eef7ff 100%) !important;
}

.thgov-locrighthub .thgov-date-main {
  border-left-color: var(--th-blue) !important;
}

.thgov-locrighthub .thgov-date-main strong {
  color: var(--th-blue) !important;
}

.thgov-locrighthub .thgov-document-card {
  border-top-color: var(--th-blue) !important;
}

.thgov-locrighthub .thgov-time {
  border-left-color: var(--th-blue) !important;
}

.thgov-locrighthub .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-locrighthub .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-locrighthub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-blue) !important;
}

.thgov-aidhub .thgov-aidhub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5f5ff 48%, #eefaf6 100%) !important;
}

.thgov-aidhub .thgov-date-main {
  border-left-color: var(--th-green) !important;
}

.thgov-aidhub .thgov-date-main strong {
  color: var(--th-green) !important;
}

.thgov-aidhub .thgov-document-card {
  border-top-color: var(--th-green) !important;
}

.thgov-aidhub .thgov-time {
  border-left-color: var(--th-green) !important;
}

.thgov-aidhub .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-aidhub .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-aidhub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-green) !important;
}

.thgov-newshub .thgov-newshub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 50%, #eef7ff 100%) !important;
}

.thgov-newshub .thgov-date-main {
  border-left-color: var(--th-blue) !important;
}

.thgov-newshub .thgov-date-main strong {
  color: var(--th-blue) !important;
}

.thgov-newshub .thgov-document-card {
  border-top-color: var(--th-blue) !important;
}

.thgov-newshub .thgov-time {
  border-left-color: var(--th-blue) !important;
}

.thgov-newshub .thgov-summary-card:nth-child(1) .thgov-icon {
  background: var(--th-blue) !important;
}

.thgov-newshub .thgov-summary-card:nth-child(2) .thgov-icon {
  background: var(--th-red) !important;
}

.thgov-newshub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-warning, #b45309) !important;
}

.thgov-rightshub .thgov-rightshub-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f7f7ff 50%, #fff3f3 100%) !important;
}

.thgov-rightshub .thgov-date-main {
  border-left-color: var(--th-red) !important;
}

.thgov-rightshub .thgov-date-main strong {
  color: var(--th-red) !important;
}

.thgov-rightshub .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-rightshub .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-rightshub .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-blue) !important;
}

.thgov-rightshub .thgov-document-card {
  border-top-color: var(--th-red) !important;
}

.thgov-energyarticle .thgov-energyarticle-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f5f5ff 48%, #fff8ef 100%) !important;
}

.thgov-energyarticle .thgov-date-main {
  border-left-color: var(--th-warning) !important;
}

.thgov-energyarticle .thgov-date-main strong {
  color: var(--th-warning) !important;
}

.thgov-energyarticle .thgov-document-card,
.thgov-energyarticle .thgov-topic-card {
  border-top-color: var(--th-warning) !important;
}

.thgov-energyarticle .thgov-time {
  border-left-color: var(--th-warning) !important;
}

.thgov-energyarticle .thgov-summary-card:nth-child(1) .thgov-icon {
  background: var(--th-green) !important;
}

.thgov-energyarticle .thgov-summary-card:nth-child(2) .thgov-icon {
  background: var(--th-red) !important;
}

.thgov-energyarticle .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-warning) !important;
}

.thgov-wrap,
.thgov-wrap *,
.thgov-wrap *::before,
.thgov-wrap *::after,
.thgov-faq,
.thgov-faq *,
.thgov-faq *::before,
.thgov-faq *::after {
  box-sizing: border-box !important;
}

.thgov-wrap {
  width: 100% !important;
  max-width: 1180px !important;
  overflow-x: clip !important;
}

.thgov-wrap img,
.thgov-wrap iframe,
.thgov-wrap video,
.thgov-wrap embed,
.thgov-wrap object,
.thgov-faq img,
.thgov-faq iframe,
.thgov-faq video,
.thgov-faq embed,
.thgov-faq object {
  max-width: 100% !important;
}

.thgov-wrap .thgov-section h2,
.thgov-wrap .thgov-section h3,
.thgov-wrap .thgov-section h4,
.thgov-wrap .thgov-section h5,
.thgov-wrap .thgov-section h6,
.thgov-wrap .thgov-summary-card h3,
.thgov-wrap .thgov-info-card h3,
.thgov-wrap .thgov-exception-card h3,
.thgov-wrap .thgov-check-card h3,
.thgov-wrap .thgov-document-card h3,
.thgov-wrap .thgov-topic-card h3,
.thgov-wrap .thgov-resource-card h3,
.thgov-wrap .thgov-method-card h3,
.thgov-wrap .thgov-time h3,
.thgov-wrap .thgov-step h3,
.thgov-wrap .thgov-panel h3,
.thgov-faq h2,
.thgov-faq h3 {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.thgov-wrap .thgov-title,
.thgov-wrap .thgov-date-main strong,
.thgov-wrap .thgov-date-side strong,
.thgov-wrap .thgov-section h2,
.thgov-wrap .thgov-section h3,
.thgov-wrap .thgov-topic-card strong,
.thgov-wrap .thgov-resource-card strong {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.thgov-wrap .thgov-section ul:not(.thgov-list),
.thgov-wrap .thgov-section ol:not(.thgov-list) {
  margin: 16px 0 18px 0 !important;
  padding-left: 1.45rem !important;
}

.thgov-wrap .thgov-section ul:not(.thgov-list) {
  list-style: disc outside !important;
}

.thgov-wrap .thgov-section ol:not(.thgov-list) {
  list-style: decimal outside !important;
}

.thgov-wrap .thgov-section ul:not(.thgov-list) > li,
.thgov-wrap .thgov-section ol:not(.thgov-list) > li {
  display: list-item !important;
  list-style-position: outside !important;
  margin: 0 0 9px 0 !important;
  padding-left: 4px !important;
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

.thgov-wrap .thgov-section ul:not(.thgov-list) > li {
  list-style-type: disc !important;
}

.thgov-wrap .thgov-section ol:not(.thgov-list) > li {
  list-style-type: decimal !important;
}

.thgov-wrap .thgov-section .thgov-list,
.thgov-wrap .thgov-section .thgov-list > li {
  list-style: none !important;
}

.thgov-wrap .thgov-section .thgov-list {
  padding-left: 0 !important;
}

.thgov-wrap .thgov-section .thgov-list > li {
  display: block !important;
  padding-left: 28px !important;
}

.thgov-wrap .thgov-date-card {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 300px) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.thgov-wrap .thgov-date-main,
.thgov-wrap .thgov-date-side {
  min-width: 0 !important;
  max-width: 100% !important;
}

.thgov-wrap .thgov-date-main {
  overflow: hidden !important;
}

.thgov-wrap .thgov-date-side {
  overflow: hidden !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.thgov-wrap .thgov-date-side strong {
  color: #ffffff !important;
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  white-space: normal !important;
}

.thgov-wrap .thgov-date-side span,
.thgov-wrap .thgov-date-side small,
.thgov-wrap .thgov-date-side p {
  max-width: 100% !important;
  color: rgba(255,255,255,.88) !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.thgov-wrap .thgov-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid var(--th-border) !important;
  background: #ffffff !important;
}

.thgov-wrap table.thgov-table,
.thgov-wrap .thgov-table {
  width: 100% !important;
  min-width: 720px !important;
  max-width: none !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
  color: #161616 !important;
}

.thgov-wrap table th,
.thgov-wrap table td,
.thgov-wrap .thgov-table th,
.thgov-wrap .thgov-table td {
  max-width: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
  vertical-align: top !important;
}

.thgov-wrap table th,
.thgov-wrap .thgov-table th {
  background: var(--th-blue) !important;
  color: #ffffff !important;
}

.thgov-wrap table th *,
.thgov-wrap .thgov-table th * {
  color: #ffffff !important;
}

.thgov-wrap table td,
.thgov-wrap .thgov-table td,
.thgov-wrap table td *,
.thgov-wrap .thgov-table td * {
  color: #161616 !important;
}

.thgov-wrap table td a,
.thgov-wrap .thgov-table td a {
  color: var(--th-blue) !important;
  font-weight: 800 !important;
}

.thgov-wrap .thgov-section--blue {
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue > .thgov-eyebrow,
.thgov-wrap .thgov-section--blue > h2,
.thgov-wrap .thgov-section--blue > h3,
.thgov-wrap .thgov-section--blue > h4,
.thgov-wrap .thgov-section--blue > h5,
.thgov-wrap .thgov-section--blue > h6,
.thgov-wrap .thgov-section--blue > p,
.thgov-wrap .thgov-section--blue > strong,
.thgov-wrap .thgov-section--blue > em,
.thgov-wrap .thgov-section--blue > small,
.thgov-wrap .thgov-section--blue > ul > li,
.thgov-wrap .thgov-section--blue > ol > li {
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue > p a,
.thgov-wrap .thgov-section--blue > ul a,
.thgov-wrap .thgov-section--blue > ol a,
.thgov-wrap .thgov-section--blue > a {
  color: #ffffff !important;
  text-decoration-color: rgba(255,255,255,.85) !important;
}

.thgov-wrap .thgov-section--blue .thgov-eyebrow::before {
  background: #ffffff !important;
}

.thgov-wrap .thgov-section--blue .thgov-table-wrap {
  background: #ffffff !important;
  border-color: rgba(255,255,255,.45) !important;
}

.thgov-wrap .thgov-section--blue table,
.thgov-wrap .thgov-section--blue .thgov-table,
.thgov-wrap .thgov-section--blue table td,
.thgov-wrap .thgov-section--blue .thgov-table td,
.thgov-wrap .thgov-section--blue table td *,
.thgov-wrap .thgov-section--blue .thgov-table td * {
  background: #ffffff !important;
  color: #161616 !important;
}

.thgov-wrap .thgov-section--blue table th,
.thgov-wrap .thgov-section--blue .thgov-table th,
.thgov-wrap .thgov-section--blue table th *,
.thgov-wrap .thgov-section--blue .thgov-table th * {
  background: var(--th-blue) !important;
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue .thgov-summary-card,
.thgov-wrap .thgov-section--blue .thgov-info-card,
.thgov-wrap .thgov-section--blue .thgov-exception-card,
.thgov-wrap .thgov-section--blue .thgov-check-card,
.thgov-wrap .thgov-section--blue .thgov-document-card,
.thgov-wrap .thgov-section--blue .thgov-topic-card,
.thgov-wrap .thgov-section--blue .thgov-resource-card,
.thgov-wrap .thgov-section--blue .thgov-method-card,
.thgov-wrap .thgov-section--blue .thgov-orientation-card,
.thgov-wrap .thgov-section--blue .thgov-path-card,
.thgov-wrap .thgov-section--blue .thgov-panel,
.thgov-wrap .thgov-section--blue .thgov-time {
  background: #ffffff !important;
  color: var(--th-text) !important;
}

.thgov-wrap .thgov-section--blue .thgov-summary-card h3,
.thgov-wrap .thgov-section--blue .thgov-info-card h3,
.thgov-wrap .thgov-section--blue .thgov-exception-card h3,
.thgov-wrap .thgov-section--blue .thgov-check-card h3,
.thgov-wrap .thgov-section--blue .thgov-document-card h3,
.thgov-wrap .thgov-section--blue .thgov-topic-card h3,
.thgov-wrap .thgov-section--blue .thgov-resource-card h3,
.thgov-wrap .thgov-section--blue .thgov-method-card h3,
.thgov-wrap .thgov-section--blue .thgov-orientation-card h3,
.thgov-wrap .thgov-section--blue .thgov-path-card h3,
.thgov-wrap .thgov-section--blue .thgov-panel h3,
.thgov-wrap .thgov-section--blue .thgov-time h3 {
  color: var(--th-text) !important;
}

.thgov-wrap .thgov-section--blue .thgov-summary-card p,
.thgov-wrap .thgov-section--blue .thgov-info-card p,
.thgov-wrap .thgov-section--blue .thgov-exception-card p,
.thgov-wrap .thgov-section--blue .thgov-check-card p,
.thgov-wrap .thgov-section--blue .thgov-document-card p,
.thgov-wrap .thgov-section--blue .thgov-topic-card p,
.thgov-wrap .thgov-section--blue .thgov-resource-card p,
.thgov-wrap .thgov-section--blue .thgov-method-card p,
.thgov-wrap .thgov-section--blue .thgov-orientation-card p,
.thgov-wrap .thgov-section--blue .thgov-path-card p,
.thgov-wrap .thgov-section--blue .thgov-panel p,
.thgov-wrap .thgov-section--blue .thgov-time p,
.thgov-wrap .thgov-section--blue .thgov-summary-card li,
.thgov-wrap .thgov-section--blue .thgov-info-card li,
.thgov-wrap .thgov-section--blue .thgov-exception-card li,
.thgov-wrap .thgov-section--blue .thgov-check-card li,
.thgov-wrap .thgov-section--blue .thgov-document-card li,
.thgov-wrap .thgov-section--blue .thgov-topic-card li,
.thgov-wrap .thgov-section--blue .thgov-resource-card li,
.thgov-wrap .thgov-section--blue .thgov-method-card li,
.thgov-wrap .thgov-section--blue .thgov-orientation-card li,
.thgov-wrap .thgov-section--blue .thgov-path-card li,
.thgov-wrap .thgov-section--blue .thgov-panel li,
.thgov-wrap .thgov-section--blue .thgov-time li,
.thgov-wrap .thgov-section--blue .thgov-summary-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-info-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-exception-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-check-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-document-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-topic-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-resource-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-method-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-orientation-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-path-card span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-panel span:not(.thgov-icon):not(.thgov-path-label),
.thgov-wrap .thgov-section--blue .thgov-time span:not(.thgov-icon):not(.thgov-path-label) {
  color: #333333 !important;
}

.thgov-wrap .thgov-section--blue .thgov-topic-card strong,
.thgov-wrap .thgov-section--blue .thgov-resource-card strong,
.thgov-wrap .thgov-section--blue .thgov-topic-card a,
.thgov-wrap .thgov-section--blue .thgov-resource-card a,
.thgov-wrap .thgov-section--blue .thgov-document-card a,
.thgov-wrap .thgov-section--blue .thgov-check-card a,
.thgov-wrap .thgov-section--blue .thgov-time a,
.thgov-wrap .thgov-section--blue .thgov-orientation-card a,
.thgov-wrap .thgov-section--blue .thgov-path-card a {
  color: var(--th-blue) !important;
}

.thgov-wrap .thgov-section--blue .thgov-check-card .thgov-list li::before,
.thgov-wrap .thgov-section--blue .thgov-summary-card .thgov-list li::before,
.thgov-wrap .thgov-section--blue .thgov-info-card .thgov-list li::before,
.thgov-wrap .thgov-section--blue .thgov-document-card .thgov-list li::before,
.thgov-wrap .thgov-section--blue .thgov-panel .thgov-list li::before,
.thgov-wrap .thgov-section--blue .thgov-time .thgov-list li::before {
  background: var(--th-blue) !important;
}

.thgov-wrap .thgov-section--blue .thgov-check-card--danger .thgov-list li::before {
  background: var(--th-red) !important;
}

.thgov-wrap a.thgov-btn,
.thgov-wrap .thgov-btn {
  text-decoration: none !important;
  cursor: pointer !important;
  min-width: 0 !important;
  white-space: normal !important;
  text-align: center !important;
}

.thgov-wrap a.thgov-btn--primary,
.thgov-wrap .thgov-btn--primary,
.thgov-wrap .thgov-actions a.thgov-btn--primary {
  background: var(--th-blue) !important;
  border-color: var(--th-blue) !important;
  color: #ffffff !important;
}

.thgov-wrap a.thgov-btn--primary:visited,
.thgov-wrap a.thgov-btn--primary:hover,
.thgov-wrap a.thgov-btn--primary:focus {
  color: #ffffff !important;
}

.thgov-wrap a.thgov-btn--secondary,
.thgov-wrap .thgov-btn--secondary,
.thgov-wrap .thgov-actions a.thgov-btn--secondary {
  background: #ffffff !important;
  border-color: var(--th-blue) !important;
  color: var(--th-blue) !important;
}

.thgov-wrap a.thgov-btn--secondary:visited,
.thgov-wrap a.thgov-btn--secondary:hover,
.thgov-wrap a.thgov-btn--secondary:focus {
  color: var(--th-blue) !important;
}

.thgov-wrap a.thgov-btn--ghost,
.thgov-wrap .thgov-btn--ghost,
.thgov-wrap .thgov-actions a.thgov-btn--ghost {
  background: #ffffff !important;
  border-color: var(--th-border) !important;
  color: var(--th-text) !important;
}

.thgov-wrap a.thgov-btn--ghost:visited,
.thgov-wrap a.thgov-btn--ghost:hover,
.thgov-wrap a.thgov-btn--ghost:focus {
  color: var(--th-text) !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--primary,
.thgov-wrap .thgov-section--blue .thgov-btn--primary {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--th-blue) !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--primary:visited,
.thgov-wrap .thgov-section--blue a.thgov-btn--primary:hover,
.thgov-wrap .thgov-section--blue a.thgov-btn--primary:focus {
  color: var(--th-blue) !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--secondary,
.thgov-wrap .thgov-section--blue .thgov-btn--secondary {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--secondary:visited,
.thgov-wrap .thgov-section--blue a.thgov-btn--secondary:hover,
.thgov-wrap .thgov-section--blue a.thgov-btn--secondary:focus {
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--ghost,
.thgov-wrap .thgov-section--blue .thgov-btn--ghost {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.65) !important;
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue a.thgov-btn--ghost:visited,
.thgov-wrap .thgov-section--blue a.thgov-btn--ghost:hover,
.thgov-wrap .thgov-section--blue a.thgov-btn--ghost:focus {
  color: #ffffff !important;
}

.thgov-faq .thgov-qa-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin: 24px 0 0 !important;
}

.thgov-faq .thgov-qa-card {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--th-border,#dddddd) !important;
  border-left: 5px solid var(--th-blue,#000091) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.04) !important;
  overflow: hidden !important;
}

.thgov-faq .thgov-qa-card h3 {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 18px 58px 18px 20px !important;
  color: #161616 !important;
  background: #ffffff !important;
  background-image: none !important;
  cursor: pointer !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.thgov-faq .thgov-qa-card h3::after {
  content: "+" !important;
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  background: var(--th-blue,#000091) !important;
  color: #ffffff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.thgov-faq .thgov-qa-card p {
  display: none !important;
  margin: 0 !important;
  padding: 0 20px 20px 20px !important;
  color: #333333 !important;
  background: #ffffff !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.thgov-faq .thgov-qa-card.is-open {
  border-color: var(--th-blue,#000091) !important;
  box-shadow: 0 14px 32px rgba(0,0,145,.10) !important;
}

.thgov-faq .thgov-qa-card.is-open h3,
.thgov-faq .thgov-qa-card h3:hover {
  color: var(--th-blue,#000091) !important;
  background: #f5f5ff !important;
}

.thgov-faq .thgov-qa-card.is-open h3::after {
  content: "−" !important;
}

.thgov-faq .thgov-qa-card.is-open p {
  display: block !important;
}

.thgov-faq .thgov-qa-card h3:focus-visible {
  outline: 3px solid var(--th-blue,#000091) !important;
  outline-offset: -3px !important;
}

.thgov-waterarticle .thgov-waterarticle-hero {
  background: linear-gradient(135deg,#ffffff 0%,#f5f5ff 48%,#eef7ff 100%) !important;
}

.thgov-waterarticle .thgov-date-main {
  border-left-color: var(--th-blue) !important;
}

.thgov-waterarticle .thgov-date-main strong {
  color: var(--th-blue) !important;
}

.thgov-waterarticle .thgov-document-card,
.thgov-waterarticle .thgov-topic-card,
.thgov-waterarticle .thgov-info-card {
  border-top-color: var(--th-blue) !important;
}

.thgov-waterarticle .thgov-time {
  border-left-color: var(--th-blue) !important;
}

.thgov-freehostarticle .thgov-freehostarticle-hero {
  background: linear-gradient(135deg,#ffffff 0%,#f5f5ff 48%,#fff8ef 100%) !important;
}

.thgov-freehostarticle .thgov-date-main {
  border-left-color: var(--th-warning) !important;
}

.thgov-freehostarticle .thgov-date-main strong {
  color: var(--th-warning) !important;
}

.thgov-freehostarticle .thgov-document-card,
.thgov-freehostarticle .thgov-topic-card,
.thgov-freehostarticle .thgov-info-card {
  border-top-color: var(--th-warning) !important;
}

.thgov-freehostarticle .thgov-time {
  border-left-color: var(--th-warning) !important;
}

.thgov-preventunpaidarticle .thgov-preventunpaidarticle-hero {
  background: linear-gradient(135deg,#ffffff 0%,#f7f7ff 48%,#eefaf6 100%) !important;
}

.thgov-preventunpaidarticle .thgov-date-main {
  border-left-color: var(--th-green) !important;
}

.thgov-preventunpaidarticle .thgov-date-main strong {
  color: var(--th-green) !important;
}

.thgov-preventunpaidarticle .thgov-document-card,
.thgov-preventunpaidarticle .thgov-topic-card,
.thgov-preventunpaidarticle .thgov-info-card {
  border-top-color: var(--th-green) !important;
}

.thgov-preventunpaidarticle .thgov-time {
  border-left-color: var(--th-green) !important;
}

.thgov-waterarticle .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-freehostarticle .thgov-summary-card:nth-child(1) .thgov-icon,
.thgov-preventunpaidarticle .thgov-summary-card:nth-child(2) .thgov-icon {
  background: var(--th-blue) !important;
}

.thgov-waterarticle .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-freehostarticle .thgov-summary-card:nth-child(2) .thgov-icon,
.thgov-preventunpaidarticle .thgov-summary-card:nth-child(3) .thgov-icon {
  background: var(--th-warning) !important;
}

.thgov-waterarticle .thgov-summary-card:nth-child(3) .thgov-icon,
.thgov-freehostarticle .thgov-summary-card:nth-child(3) .thgov-icon,
.thgov-preventunpaidarticle .thgov-summary-card:nth-child(1) .thgov-icon {
  background: var(--th-green) !important;
}

@media (max-width: 900px) {
  .thgov-wrap .thgov-date-card {
    grid-template-columns: 1fr !important;
  }

  .thgov-wrap .thgov-date-side {
    width: 100% !important;
  }

  .thgov-wrap .thgov-date-side strong {
    font-size: clamp(25px,7vw,34px) !important;
  }
}

@media (max-width: 700px) {
  .thgov-wrap .thgov-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-x: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  .thgov-wrap table.thgov-table,
  .thgov-wrap .thgov-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
  }

  .thgov-wrap .thgov-table caption {
    display: block !important;
    margin: 0 0 12px !important;
    color: inherit !important;
    font-weight: 900 !important;
    text-align: left !important;
  }

  .thgov-wrap .thgov-table thead {
    display: none !important;
  }

  .thgov-wrap .thgov-table tbody {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .thgov-wrap .thgov-table tr {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
    border: 1px solid var(--th-border,#dddddd) !important;
    border-left: 5px solid var(--th-blue,#000091) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.04) !important;
    overflow: hidden !important;
  }

  .thgov-wrap .thgov-table td,
  .thgov-wrap .thgov-table th {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 12px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--th-border,#dddddd) !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .thgov-wrap .thgov-table td:last-child,
  .thgov-wrap .thgov-table th:last-child {
    border-bottom: 0 !important;
  }

  .thgov-wrap .thgov-table td:first-child,
  .thgov-wrap .thgov-table th:first-child {
    background: var(--th-blue-soft,#f5f5ff) !important;
    color: var(--th-blue,#000091) !important;
    font-weight: 900 !important;
  }

  .thgov-wrap .thgov-table td:first-child strong,
  .thgov-wrap .thgov-table th:first-child strong {
    color: var(--th-blue,#000091) !important;
    font-weight: 900 !important;
  }

  .thgov-wrap .thgov-table td *,
  .thgov-wrap .thgov-table th * {
    max-width: none !important;
    color: inherit !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table-wrap,
  .thgov-wrap .thgov-section--blue .thgov-table,
  .thgov-wrap .thgov-section--blue .thgov-table tbody,
  .thgov-wrap .thgov-section--blue .thgov-table tr,
  .thgov-wrap .thgov-section--blue .thgov-table td {
    color: #333333 !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table td:first-child {
    color: var(--th-blue,#000091) !important;
  }

  .thgov-wrap .thgov-actions,
  .thgov-wrap .thgov-actions--left {
    width: 100% !important;
    align-items: stretch !important;
    justify-content: stretch !important;
  }

  .thgov-wrap .thgov-actions .thgov-btn {
    width: 100% !important;
  }

  .thgov-faq .thgov-qa-card h3 {
    padding: 16px 52px 16px 16px !important;
    font-size: 17px !important;
  }

  .thgov-faq .thgov-qa-card h3::after {
    right: 14px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .thgov-faq .thgov-qa-card p {
    padding: 0 16px 18px 16px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .sscms_content_post,
  .sscms_content_cat,
  .sscms_content_index,
  .thgov-wrap,
  .thgov-faq {
    overflow-x: clip !important;
  }

  .thgov-wrap,
  .thgov-faq {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .thgov-wrap > *,
  .thgov-faq > *,
  .thgov-hero,
  .thgov-section,
  .thgov-quicknav,
  .thgov-date-card,
  .thgov-actions,
  .thgov-summary-grid,
  .thgov-info-grid,
  .thgov-exceptions,
  .thgov-check-grid,
  .thgov-qa-grid,
  .thgov-path-grid,
  .thgov-topic-grid,
  .thgov-orientation-grid,
  .thgov-resource-grid,
  .thgov-method-grid,
  .thgov-document-grid,
  .thgov-timeline,
  .thgov-steps,
  .thgov-two-cols {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .thgov-hero,
  .thgov-section,
  .thgov-faq {
    overflow-x: clip !important;
  }

  .thgov-title,
  .thgov-lead,
  .thgov-section h2,
  .thgov-section h3,
  .thgov-section p,
  .thgov-section li,
  .thgov-faq h2,
  .thgov-faq h3,
  .thgov-faq p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .thgov-quicknav {
    overflow: hidden !important;
  }

  .thgov-quicknav a {
    min-width: 0 !important;
  }
}

.thgov-hero {
  box-shadow: 0 24px 60px rgba(0,0,145,.10), inset 0 6px 0 var(--th-blue) !important;
}

.thgov-section,
.thgov-faq {
  box-shadow: 0 12px 30px rgba(0,0,0,.045) !important;
}

.thgov-section--soft,
.thgov-faq {
  background: linear-gradient(135deg,#ffffff 0%,var(--th-soft) 100%) !important;
}

.thgov-section--blue {
  box-shadow: 0 22px 48px rgba(0,0,145,.20) !important;
}

.thgov-summary-card,
.thgov-info-card,
.thgov-exception-card,
.thgov-check-card,
.thgov-qa-card,
.thgov-panel,
.thgov-path-card,
.thgov-topic-card,
.thgov-orientation-card,
.thgov-resource-card,
.thgov-method-card,
.thgov-document-card {
  box-shadow: 0 10px 24px rgba(0,0,0,.045) !important;
}

.thgov-summary-card,
.thgov-info-card,
.thgov-exception-card,
.thgov-check-card,
.thgov-qa-card,
.thgov-panel {
  border-top: 4px solid var(--th-blue) !important;
}

.thgov-check-card--danger {
  border-top-color: var(--th-red) !important;
}

.thgov-date-card {
  box-shadow: 0 14px 34px rgba(0,0,145,.08) !important;
}

.thgov-callout {
  box-shadow: 0 10px 22px rgba(179,64,0,.08) !important;
}

.thgov-time {
  box-shadow: 0 10px 22px rgba(0,0,145,.06) !important;
}


@media (max-width: 700px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .main,
  .content,
  .container,
  .row,
  .grid_12,
  .sscms_content_post,
  .sscms_content_index,
  .sscms_content_cat,
  #ss_the_content {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .thgov-wrap,
  .thgov-faq,
  .thgov-wrap .thgov-hero,
  .thgov-wrap .thgov-section,
  .thgov-wrap .thgov-date-card,
  .thgov-wrap .thgov-date-main,
  .thgov-wrap .thgov-date-side,
  .thgov-wrap .thgov-summary-grid,
  .thgov-wrap .thgov-info-grid,
  .thgov-wrap .thgov-check-grid,
  .thgov-wrap .thgov-document-grid,
  .thgov-wrap .thgov-topic-grid,
  .thgov-wrap .thgov-resource-grid,
  .thgov-wrap .thgov-method-grid,
  .thgov-wrap .thgov-orientation-grid,
  .thgov-wrap .thgov-path-grid,
  .thgov-wrap .thgov-timeline,
  .thgov-wrap .thgov-actions {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  .thgov-wrap img,
  .thgov-wrap video,
  .thgov-wrap iframe,
  .thgov-wrap embed,
  .thgov-wrap object,
  .youtube-video,
  .youtube-video iframe,
  .not-to-miss-content,
  .not-to-miss-article,
  .ultimate-container {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .youtube-video iframe {
    width: 100% !important;
  }
}

.thgov-wrap .thgov-section--blue .thgov-table-wrap {
  background: rgba(0, 0, 70, .18) !important;
  border: 1px solid rgba(255, 255, 255, .32) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18) !important;
}

.thgov-wrap .thgov-section--blue table.thgov-table,
.thgov-wrap .thgov-section--blue .thgov-table {
  background: transparent !important;
  color: #ffffff !important;
}

.thgov-wrap .thgov-section--blue .thgov-table thead,
.thgov-wrap .thgov-section--blue .thgov-table tbody,
.thgov-wrap .thgov-section--blue .thgov-table tr {
  background: transparent !important;
}

.thgov-wrap .thgov-section--blue .thgov-table th {
  background: rgba(0, 0, 145, .55) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .22) !important;
}

.thgov-wrap .thgov-section--blue .thgov-table td {
  background: rgba(255, 255, 255, .07) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .18) !important;
}

.thgov-wrap .thgov-section--blue .thgov-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, .11) !important;
}

.thgov-wrap .thgov-section--blue .thgov-table td *,
.thgov-wrap .thgov-section--blue .thgov-table th *,
.thgov-wrap .thgov-section--blue .thgov-table td strong,
.thgov-wrap .thgov-section--blue .thgov-table th strong {
  background: transparent !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.thgov-wrap .thgov-section--blue .thgov-table td:first-child,
.thgov-wrap .thgov-section--blue .thgov-table td:first-child strong {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.thgov-wrap .thgov-section--blue .thgov-table td a {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration-color: rgba(255, 255, 255, .85) !important;
}

@media (max-width: 700px) {
  .thgov-wrap .thgov-section--blue .thgov-table-wrap {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table {
    background: transparent !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table tr {
    background: rgba(0, 0, 70, .26) !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-left: 5px solid #ffffff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18) !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table td,
  .thgov-wrap .thgov-section--blue .thgov-table th {
    background: rgba(255, 255, 255, .07) !important;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .18) !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table td:first-child,
  .thgov-wrap .thgov-section--blue .thgov-table th:first-child {
    background: rgba(0, 0, 145, .42) !important;
    color: #ffffff !important;
  }

  .thgov-wrap .thgov-section--blue .thgov-table td *,
  .thgov-wrap .thgov-section--blue .thgov-table th *,
  .thgov-wrap .thgov-section--blue .thgov-table td strong,
  .thgov-wrap .thgov-section--blue .thgov-table th strong {
    background: transparent !important;
    color: inherit !important;
  }
}