@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("assets/source-sans-pro-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("assets/source-sans-pro-semibold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 700;
  src: url("assets/source-serif-pro-bold.woff2") format("woff2");
}

:root {
  --blue-900: #052753;
  --blue-800: #07356b;
  --blue-700: #0b4d96;
  --blue-600: #1a5baa;
  --text: #07172d;
  --muted: #49576b;
  --gold: #f5d678;
  --link-card: #eaf3fa;
  --container: 1118px;
}

* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: var(--text);
  font-family: "Source Sans Pro", Arial, sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  display: block;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.gov-banner {
  background: #f8f9fb;
  color: #111827;
  font-size: 12px;
  height: 28px;
}

.gov-banner__inner {
  align-items: center;
  display: flex;
  gap: 7px;
  height: 100%;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 12px;
}

.gov-banner img {
  height: 11px;
  object-fit: cover;
  width: 16px;
}

.gov-banner__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1959a6;
  cursor: pointer;
  display: inline-flex;
  gap: 4px;
  padding: 0;
}

.gov-banner__toggle span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gov-banner__toggle svg {
  height: 18px;
  transform-origin: 50% 50%;
  transition: transform 150ms ease;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.gov-banner__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.gov-details {
  background: #f7f7f7;
  border-bottom: 1px solid #e2e6eb;
}

.gov-details[hidden] {
  display: none;
}

.gov-details__inner {
  align-items: flex-start;
  display: grid;
  gap: 78px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: var(--container);
  min-height: 126px;
  padding: 31px 36px 24px;
}

.gov-details__item {
  align-items: flex-start;
  display: grid;
  gap: 13px;
  grid-template-columns: 40px 1fr;
}

.gov-details__item > img {
  height: 40px;
  width: 40px;
}

.gov-details h2 {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 1px 0 4px;
}

.gov-details p {
  color: #111111;
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
  max-width: 420px;
}

.gov-details strong {
  font-weight: 600;
}

.inline-lock {
  align-items: center;
  display: inline-flex;
  height: 13px;
  justify-content: center;
  transform: translateY(2px);
  width: 13px;
}

.inline-lock svg {
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 13px;
}

.site-header {
  background: #fbfcff;
  border-bottom: 1px solid #d6dce6;
}

.site-header.is-sticky {
  box-shadow: 0 3px 8px rgba(9, 36, 73, 0.18);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.site-header.is-sticky .utility-row {
  display: none;
}

.site-header.is-sticky .main-nav {
  height: 68px;
}

.site-header.is-sticky .logo img {
  height: 40px;
  width: 118px;
}

.utility-row {
  height: 58px;
}

.utility-row__inner {
  align-items: center;
  display: flex;
  gap: 14px;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 12px;
}

.utility-link {
  align-items: center;
  color: var(--blue-700);
  display: inline-flex;
  font-size: 15px;
  gap: 7px;
}

.utility-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.utility-link > svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

.utility-link .chevron {
  height: 14px;
  stroke-width: 2.3;
  width: 14px;
}

.utility-divider {
  background: #d7deeb;
  height: 20px;
  width: 1px;
}

.main-nav {
  height: 94px;
}

.main-nav__inner {
  align-items: center;
  display: flex;
  gap: 30px;
  height: 100%;
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 12px;
}

.logo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.logo img {
  display: block;
  height: 47px;
  width: 139px;
}

.nav-links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 27px;
  justify-content: center;
}

.nav-links a {
  align-items: center;
  color: #092449;
  display: inline-flex;
  font-size: 15px;
  gap: 6px;
  white-space: nowrap;
}

.nav-links span {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  height: 0;
  transform: translateY(1px);
  width: 0;
}

.search-pill,
.blue-button,
.gold-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.search-pill {
  background: #1d579e;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 15px;
  height: 35px;
  min-width: 91px;
  padding: 0 18px;
}

.search-pill svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 19px;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 38px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 38px;
}

.menu-button span {
  background: var(--blue-900);
  height: 2px;
  width: 25px;
}

.hero {
  min-height: 562px;
  overflow: hidden;
  position: relative;
}

.hero__background {
  background:
    linear-gradient(90deg, rgba(2, 27, 63, 0.98) 0%, rgba(5, 43, 88, 0.94) 34%, rgba(6, 42, 82, 0.72) 54%, rgba(13, 22, 37, 0.32) 100%),
    linear-gradient(180deg, rgba(2, 22, 52, 0.18), rgba(2, 19, 45, 0.36)),
    url("assets/courtroom.webp") center center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  margin: 0 auto;
  max-width: var(--container);
  min-height: 562px;
  padding: 44px 12px 48px;
  position: relative;
}

.hero__copy {
  align-self: center;
  color: #ffffff;
  max-width: 600px;
  padding-left: 152px;
  transform: translateY(21px);
}

.hero__copy h1 {
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 24px;
}

.hero__copy p {
  font-size: 15px;
  line-height: 1.42;
  margin: 0 0 28px;
  max-width: 420px;
}

.gold-button {
  background: var(--gold);
  color: #06172e;
  font-size: 14px;
  height: 34px;
  padding: 0 17px;
}

.gold-button svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 17px;
}

.hero__cards {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transform: translateX(-2px);
}

.finder-card {
  background: #f7f8fc;
  border-radius: 23px;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.06);
  color: #111827;
  padding: 31px 34px 26px;
}

.finder-card h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 18px;
}

.finder-card p {
  color: #505a69;
  font-size: 14px;
  line-height: 1.22;
  margin: 0 0 15px;
}

.segmented-control {
  border: 1px solid #8b96a6;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
}

.segment {
  align-items: center;
  background: transparent;
  border: 0;
  color: #364457;
  display: inline-flex;
  font-size: 12px;
  gap: 7px;
  height: 100%;
  justify-content: center;
  min-width: 85px;
  padding: 0 12px;
}

.segment.is-active {
  background: #1f5da7;
  color: #ffffff;
}

.segment svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 14px;
}

.field-label {
  display: block;
}

.finder-card input {
  background: #ffffff;
  border: 1px solid #9da7b7;
  border-radius: 999px;
  color: #263243;
  font-size: 12px;
  height: 34px;
  outline: none;
  padding: 0 13px;
  width: 100%;
}

.finder-card input:focus {
  border-color: #1a5baa;
  box-shadow: 0 0 0 3px rgba(26, 91, 170, 0.18);
}

.field-help {
  color: #5c6674;
  display: block;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 7px;
}

.finder-card--form {
  min-height: 194px;
  padding-bottom: 28px;
  padding-top: 31px;
}

.finder-card--form h2 {
  margin-bottom: 17px;
}

.finder-card--form p {
  margin-bottom: 18px;
}

.blue-button {
  background: #1c5ba7;
  color: #ffffff;
  font-size: 14px;
  height: 34px;
  padding: 0 17px;
}

.blue-button svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.quick-links {
  background: #ffffff;
  padding: 33px 12px 60px;
}

.quick-links__inner {
  margin: 0 auto;
  max-width: 795px;
}

.quick-links h2 {
  color: #020917;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
}

.quick-links__grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.quick-link-card {
  align-items: center;
  aspect-ratio: 0.92;
  background: var(--link-card);
  border: 2px solid #003f8c;
  border-radius: 23px;
  color: #07172d;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  justify-content: center;
  line-height: 1.25;
  min-height: 135px;
  padding: 20px 12px 17px;
  text-align: center;
}

.quick-link-card__icon {
  background-color: #153f7e;
  display: block;
  height: 36px;
  margin-bottom: 13px;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
  width: 40px;
}

.content-sections {
  background: #f7f8fa;
  padding: 0 12px 28px;
}

.content-sections__inner {
  margin: 0 auto;
  max-width: 795px;
}

.explore-section {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr;
  padding: 0 0 46px;
}

.video-frame {
  background: #07172d;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-frame iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.explore-list h2,
.news-section h2 {
  color: #111111;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 0 24px;
}

.explore-list a {
  align-items: center;
  color: #064f9e;
  display: grid;
  font-size: 18px;
  gap: 14px;
  grid-template-columns: 34px 1fr;
  line-height: 1.22;
  margin-bottom: 22px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.explore-list__icon {
  align-items: center;
  background: #1f5da7;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.explore-list__icon svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.section-rule {
  border: 0;
  border-top: 1px solid #b9c0cb;
  margin: 0 0 31px;
}

.news-section {
  padding-bottom: 28px;
}

.news-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: 2fr 1fr;
}

.news-list {
  padding-right: 15px;
}

.news-item {
  border-top: 1px solid #aab3c0;
  color: #064f9e;
  display: block;
  padding: 28px 20px 28px 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-item:first-child {
  padding-top: 0;
}

.news-item time {
  color: #647085;
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  text-decoration: none;
}

.news-item span {
  display: block;
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 21px;
  line-height: 1.25;
}

.all-news {
  align-items: center;
  color: #064f9e;
  display: inline-flex;
  font-size: 14px;
  gap: 7px;
  margin: 25px 0 0 20px;
}

.all-news svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 16px;
}

.feature-card,
.resource-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(7, 23, 45, 0.14);
  color: #111111;
}

.feature-card {
  display: flex;
  flex-direction: column;
  min-height: 455px;
  overflow: hidden;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  margin: 0;
  padding: 24px 28px 16px;
}

.feature-card img {
  display: block;
  height: 156px;
  object-fit: contain;
  padding: 0 24px;
  width: 100%;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.48;
  margin: 0;
  padding: 19px 28px 26px;
}

.feature-card .blue-button,
.resource-card .blue-button {
  align-self: flex-start;
  margin: auto 28px 28px;
}

.resource-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 0 35px;
}

.resource-card {
  display: flex;
  flex-direction: column;
  min-height: 305px;
  padding: 28px 28px 0;
}

.resource-card h2 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 25px;
}

.resource-card p {
  font-size: 14px;
  line-height: 1.48;
  margin: 0 0 28px;
}

.resource-card .blue-button {
  margin-left: 0;
}

.return-top-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 26px;
}

.return-top {
  align-items: center;
  border: 1px solid #1c5ba7;
  border-radius: 999px;
  color: #1c5ba7;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  height: 35px;
  padding: 0 15px;
}

.return-top svg {
  fill: none;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 15px;
}

.footer__top {
  background: #f1f3f7;
  border-top: 1px solid #c7cdd8;
  padding: 14px 12px;
}

.footer__top nav {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 auto;
  max-width: 795px;
}

.footer__top a,
.footer__brand a {
  color: #064f9e;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__top a:not(:last-child)::after,
.footer__brand a:not(:last-child)::after {
  color: #6f7b8e;
  content: "|";
  display: inline-block;
  margin-left: 12px;
  text-decoration: none;
}

.footer__bottom {
  background: #102f5b;
  color: #ffffff;
  min-height: 181px;
  padding: 56px 12px 33px;
}

.footer__bottom-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 795px;
}

.footer__brand {
  align-items: center;
  display: flex;
  gap: 20px;
}

.footer__brand img {
  height: 70px;
  width: 70px;
}

.footer__brand p {
  font-size: 13px;
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 12px;
  max-width: 430px;
}

.footer__brand a {
  color: #ffffff;
}

.social-links {
  align-items: center;
  display: flex;
  gap: 20px;
  padding-right: 34px;
}

.social-links a {
  background-color: #ffffff;
  display: block;
  height: 18px;
  mask: var(--icon) center / contain no-repeat;
  -webkit-mask: var(--icon) center / contain no-repeat;
  width: 18px;
}

@media (max-width: 1120px) {
  .hero__copy {
    padding-left: clamp(0px, 8vw, 88px);
  }

  .main-nav__inner {
    gap: 22px;
  }

  .nav-links {
    gap: 18px;
  }
}

@media (max-width: 940px) {
  .utility-row {
    display: none;
  }

  .main-nav {
    height: 76px;
  }

  .nav-links,
  .search-pill {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 64px 22px 48px;
    row-gap: 34px;
  }

  .hero__copy {
    max-width: 580px;
    padding-left: 0;
    transform: none;
  }

  .hero__cards {
    transform: none;
    width: min(100%, 420px);
  }

  .quick-links__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .explore-section,
  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-list {
    padding-right: 0;
  }

  .feature-card {
    min-height: 0;
  }

  .resource-cards {
    grid-template-columns: 1fr;
  }

  .footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }

  .social-links {
    padding-left: 90px;
    padding-right: 0;
  }
}

@media (max-width: 620px) {
  .gov-banner {
    height: auto;
    min-height: 34px;
  }

  .gov-banner__inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 16px;
  }

  .gov-details__inner {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  .gov-details__item {
    grid-template-columns: 36px 1fr;
  }

  .gov-details__item > img {
    height: 36px;
    width: 36px;
  }

  .main-nav__inner {
    padding: 0 18px;
  }

  .logo img {
    height: 42px;
    width: 122px;
  }

  .hero__background {
    background:
      linear-gradient(180deg, rgba(2, 27, 63, 0.98) 0%, rgba(5, 43, 88, 0.9) 58%, rgba(13, 22, 37, 0.62) 100%),
      url("assets/courtroom.webp") center center / cover no-repeat;
  }

  .hero__inner {
    padding: 48px 18px 42px;
  }

  .hero__copy h1 {
    font-size: 39px;
  }

  .finder-card {
    border-radius: 20px;
    padding: 28px 24px 26px;
  }

  .quick-links {
    padding-top: 28px;
  }

  .quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-links {
    padding-bottom: 44px;
  }

  .content-sections {
    padding-left: 18px;
    padding-right: 18px;
  }

  .explore-section {
    gap: 28px;
  }

  .news-item {
    padding-left: 0;
    padding-right: 0;
  }

  .all-news {
    margin-left: 0;
  }

  .feature-card h3,
  .feature-card p,
  .resource-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card .blue-button {
    margin-left: 24px;
  }

  .footer__top nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__top a::after,
  .footer__brand a::after {
    display: none !important;
  }

  .footer__brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-links {
    padding-left: 0;
  }
}

@media (max-width: 390px) {
  .hero__copy h1 {
    font-size: 34px;
  }

  .segmented-control {
    height: auto;
    width: 100%;
  }

  .segment {
    flex: 1;
    min-height: 28px;
    min-width: 0;
  }

  .quick-links__grid {
    grid-template-columns: 1fr;
  }
}
