:root {
  --blue: #004b8a;
  --bright-blue: #1185c4;
  --scan-blue: #3199d2;
  --pale-blue: #edf4ff;
  --bar-blue: #74c7ef;
  --green: #16b325;
  --text: #333;
  --muted: #6d6d6d;
  --footer: #353535;
  --border: #ddd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 65px;
  color: var(--text);
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.43;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #002b50;
  text-decoration: underline;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: -60px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
}

.skip-link:focus {
  top: 8px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}

.nav-shell {
  display: flex;
  width: min(1170px, calc(100% - 30px));
  height: 64px;
  margin: 0 auto;
  align-items: center;
}

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

.brand img {
  display: block;
  width: 195px;
  height: 50px;
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle-label {
  display: none;
  width: 44px;
  height: 34px;
  margin-left: auto;
  padding: 7px 9px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
}

.nav-toggle-label span {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 1px;
  background: #aaa;
}

.site-nav {
  margin-left: 24px;
  align-self: stretch;
}

.site-nav > ul {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: stretch;
  list-style: none;
}

.site-nav > ul > li,
.program-menu {
  display: flex;
  position: relative;
  align-items: stretch;
}

.site-nav > ul > li > a,
.program-menu > summary {
  display: flex;
  padding: 0 16px;
  align-items: center;
  color: #555;
  cursor: pointer;
  font-size: 13px;
  list-style: none;
  text-decoration: none;
}

.program-menu > summary::-webkit-details-marker {
  display: none;
}

.program-menu > summary::after {
  width: 0;
  height: 0;
  margin: 2px 0 0 7px;
  content: "";
  border-top: 4px solid #888;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.site-nav > ul > li > a:hover,
.site-nav > ul > li > a:focus,
.program-menu > summary:hover,
.program-menu > summary:focus {
  color: var(--blue);
  background: #f7f7f7;
  text-decoration: none;
}

.site-nav .active > a {
  color: #fff;
  background: #0782c3;
}

.submenu {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  width: 210px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 16%);
  list-style: none;
}

.program-menu[open] .submenu,
.program-menu:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 8px 16px;
  color: #555;
}

.submenu a:hover,
.submenu a:focus {
  background: #f2f2f2;
  text-decoration: none;
}

.container {
  width: min(1170px, calc(100% - 30px));
  margin: 0 auto;
}

.inner-container {
  width: min(960px, calc(100% - 30px));
  min-height: 390px;
  margin: 0 auto;
  padding: 18px 15px 55px;
}

.breadcrumbs {
  margin: 0 0 14px;
  color: #777;
  font-size: 12px;
}

.breadcrumbs a {
  margin-right: 5px;
}

.page-title {
  margin: 0 0 18px;
  padding-bottom: 8px;
  color: var(--blue);
  border-bottom: 1px solid #eee;
  font-size: 21px;
  line-height: 1.25;
}

.page-heading-row {
  display: grid;
  margin-bottom: 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  align-items: start;
}

.page-heading-row .page-title {
  margin: 0;
  padding-bottom: 8px;
  border: 0;
}

.page-heading-row img {
  width: 320px;
  height: 50px;
} 

.hero {
  position: relative;
  height: 423px;
  overflow: hidden;
  background: #ddd url("images/Featured_Image1_0.jpg") center 43% / cover no-repeat;
}

.hero-slide {
  visibility: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: hero-cycle 18s linear infinite;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

.hero-copy {
  position: absolute;
  top: 28px;
  left: max(30px, calc((100% - 1170px) / 2));
  width: 330px;
  padding: 20px 25px;
  color: #fff;
  background: rgb(10 10 10 / 74%);
  text-shadow: 0 1px 1px #000;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 600;
}

.hero-copy p {
  margin: 0 0 10px;
}

.hero-copy strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}

.hero-tagline {
  margin-top: 12px;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
}

@keyframes hero-cycle {
  0%, 32.99% {
    visibility: visible;
    opacity: 1;
  }
  33%, 100% {
    visibility: hidden;
    opacity: 0;
  }
}

.home-intro {
  padding: 18px 0 30px;
  text-align: center;
}

.home-intro .lead {
  margin: 0 auto 18px;
  font-size: 21px;
  line-height: 1.3;
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.feature-card h2,
.info-card h2,
.test-card h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 20px;
}

.feature-card img {
  width: 175px;
  height: 115px;
  object-fit: cover;
  border: 1px solid #222;
}

.feature-card p {
  max-width: 250px;
  margin: 9px auto 0;
  color: #666;
  font-size: 15px;
}

.soft-band {
  padding: 30px 0;
  background: var(--pale-blue);
}

.info-card h2 {
  font-size: 19px;
}

.info-card p {
  margin: 0 0 9px;
}

.read-more {
  color: var(--blue);
  font-weight: 600;
}

.mission-note {
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
}

.section-heading {
  margin: 0;
  padding: 6px 15px;
  color: #fff;
  background: var(--bar-blue);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.sponsors-band {
  padding: 26px 0 32px;
}

.sponsor-row {
  display: grid;
  max-width: 860px;
  margin: 0 auto 22px;
  grid-template-columns: 205px 1fr;
  gap: 35px;
  align-items: center;
}

.sponsor-row:last-child {
  margin-bottom: 0;
}

.sponsor-row img {
  max-height: 82px;
  object-fit: contain;
}

.scan-band {
  padding: 34px 0 42px;
  color: #fff;
  background: var(--scan-blue);
}

.scan-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 70px;
  align-items: start;
}

.scan-copy h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.scan-copy ul {
  margin: 8px 0 14px;
  padding-left: 21px;
}

.scan-links {
  display: flex;
  gap: 24px;
}

.scan-links a {
  color: #fff;
  font-weight: 600;
}

.video-frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 22px;
  background: #111;
}

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

.report-preview {
  width: min(400px, 100%);
  margin: 0 auto;
}

.report-preview img {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.report-preview img:first-child {
  display: block;
}

.tests-band {
  padding: 30px 0 34px;
  background: var(--pale-blue);
}

.tests-band > .container > h2,
.parenting-band > .container > h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.test-card h3 {
  font-size: 18px;
}

.parenting-band {
  padding: 30px 0 25px;
  text-align: center;
}

.parenting-video {
  max-width: 672px;
  margin: 0 auto 22px;
}

.parenting-band .statement {
  font-size: 18px;
}

.pledge-band {
  padding: 21px 15px;
  background: var(--pale-blue);
  text-align: center;
}

.pledge-band h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.pledge-band p {
  margin: 0;
  color: #777;
}

.news-band {
  padding: 35px 0 40px;
  text-align: center;
}

.news-band > p {
  margin: 0 0 23px;
  font-size: 15px;
}

.news-grid {
  display: grid;
  max-width: 880px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 25px;
  align-items: center;
}

.news-grid img {
  display: block;
  width: 100%;
  max-height: 76px;
  object-fit: contain;
}

.featured-sponsor {
  padding: 23px 15px 30px;
  background: var(--pale-blue);
  text-align: center;
}

.featured-sponsor img {
  width: min(728px, 100%);
}

.account-tabs,
.contact-tabs {
  display: flex;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.account-tabs a,
.contact-tabs a {
  display: block;
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.account-tabs .active,
.contact-tabs .active {
  position: relative;
  z-index: 1;
  color: #fff;
  border-color: #357ebd;
  background: #428bca;
}

.static-form {
  width: 100%;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  font: inherit;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.help-text {
  margin: 5px 0 0;
  color: #737373;
  font-size: 12px;
}

.button {
  display: inline-block;
  padding: 7px 13px;
  color: #fff;
  border: 1px solid #357ebd;
  border-radius: 4px;
  background: #428bca;
  font: inherit;
  cursor: default;
}

.contact-banner {
  display: block;
  width: min(669px, 100%);
  margin: 35px 0 28px;
}

.content-page,
.page-content,
.legal-copy {
  display: flow-root;
}

.content-page p,
.page-content p,
.legal-copy p,
.content-page li,
.page-content li,
.legal-copy li {
  line-height: 1.55;
}

.content-page h2,
.page-content h2,
.legal-copy h2 {
  margin: 24px 0 10px;
  color: var(--blue);
  font-size: 19px;
}

.content-page h3,
.page-content h3,
.legal-copy h3 {
  margin: 22px 0 8px;
  color: #222;
  font-size: 16px;
}

.content-page h4,
.legal-copy h4 {
  margin: 18px 0 6px;
  font-size: 14px;
}

.content-image {
  max-width: 100%;
  height: auto;
  margin: 10px 20px 14px 0;
}

.content-image-right {
  float: right;
  margin: 5px 0 18px 24px;
}

div.content-columns {
  display: grid;
  margin: 20px 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
}

div.content-columns .content-image {
  width: 100%;
  max-height: 90px;
  margin: 0;
  object-fit: contain;
}

section.content-columns {
  display: grid;
  margin: 28px 0;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  align-items: center;
}

section.content-columns .content-image {
  max-width: 210px;
  max-height: 95px;
  margin: 0;
  object-fit: contain;
}

.callout {
  margin: 24px 0;
  padding: 15px 18px;
  border-left: 4px solid var(--bar-blue);
  background: var(--pale-blue);
}

.content-page > .video-frame {
  width: min(672px, 100%);
  margin: 10px auto 25px;
}

.education-nav .account-tabs {
  flex-wrap: wrap;
  gap: 5px 0;
}

.how-to-section {
  margin: 28px 0;
  clear: both;
}

.how-to-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}

.faq-list {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-item summary {
  position: relative;
  padding: 13px 38px 13px 12px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 11px;
  right: 12px;
  content: "+";
  color: #777;
  font-size: 20px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item > :not(summary) {
  margin-right: 15px;
  margin-left: 15px;
}

.faq-item > :last-child {
  margin-bottom: 16px;
}

.legal-copy section section {
  margin-top: 26px;
}

.site-footer {
  min-height: 235px;
  padding: 28px 0 18px;
  color: #999;
  background: var(--footer);
  font-size: 11px;
  text-align: center;
}

.footer-grid {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  gap: 25px;
  align-items: start;
}

.footer-actions {
  text-align: left;
}

.footer-actions.right {
  text-align: right;
}

.footer-button {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 12px;
  color: #fff;
  background: var(--green);
  font-size: 11px;
}

.footer-link {
  display: block;
  color: #aaa;
}

.footer-copy h2 {
  margin: 0 0 7px;
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.footer-copy p {
  margin: 3px 0;
}

.footer-copy a {
  color: #aaa;
}

.footer-plain {
  margin-top: 10px;
}

.footer-legal {
  margin-top: 18px;
  font-size: 9px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { animation: none; }
  .hero-slide:first-child { opacity: 1; }
}

@media (max-width: 767px) {
  .nav-shell {
    width: 100%;
    padding: 0 15px;
  }

  .nav-toggle-label {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    margin-left: 0;
    top: 64px;
    right: 0;
    left: 0;
    height: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .nav-toggle:checked ~ .site-nav {
    display: block;
  }

  .site-nav > ul {
    display: block;
    height: auto;
  }

  .site-nav > ul > li,
  .program-menu {
    display: block;
  }

  .site-nav > ul > li > a,
  .program-menu > summary {
    min-height: 52px;
    padding: 0 15px;
  }

  .site-nav .active > a {
    color: #fff;
  }

  .submenu {
    position: static;
    width: 100%;
    border: 0;
    border-top: 1px solid #eee;
    box-shadow: none;
  }

  .container,
  .inner-container {
    width: 100%;
  }

  .inner-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-heading-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-heading-row img {
    max-width: 100%;
    justify-self: center;
  }

  .content-image-right {
    float: none;
    display: block;
    margin: 15px auto;
  }

  div.content-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  section.content-columns {
    display: block;
  }

  section.content-columns .content-image {
    display: block;
    margin: 0 auto 15px;
  }

  .education-nav .account-tabs a {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .hero {
    height: 285px;
    background-position: center center;
  }

  .hero-copy {
    display: block;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 5%;
    width: 86%;
    min-height: 0;
    padding: 36px 25px 38px 26px;
    background: rgb(10 10 10 / 60%);
    font-size: 14px;
    line-height: 17.5px;
  }

  .hero-copy h1 {
    display: block;
    margin: -10px 0 0;
    padding-bottom: 4px;
    font-size: 39.2px;
    line-height: 39.2px;
  }

  .hero-copy p {
    display: block;
    margin: 8px 0 10px;
    font-size: 14px;
    line-height: 17.5px;
  }

  .hero-copy strong {
    display: block;
    font-size: 18.9px;
    line-height: 20.7833px;
  }

  .hero-tagline {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    padding: 0;
    background: none;
    font-size: 14px;
    line-height: 17.5px;
  }

  .home-intro {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home-intro .lead {
    font-size: 25px;
  }

  .three-columns,
  .scan-grid,
  .contact-layout {
    display: block;
  }

  .feature-card,
  .info-card,
  .test-card {
    margin-bottom: 28px;
    text-align: left;
  }

  .feature-card img {
    width: 175px;
  }

  .feature-card p {
    margin-left: 0;
  }

  .soft-band,
  .tests-band {
    padding-right: 30px;
    padding-left: 30px;
  }

  .mission-note {
    text-align: left;
  }

  .sponsor-row {
    display: block;
    padding: 0 30px;
    text-align: left;
  }

  .sponsor-row img {
    margin-bottom: 12px;
  }

  .scan-band {
    padding-right: 30px;
    padding-left: 30px;
  }

  .report-preview {
    margin-top: 25px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
  }

  .site-footer {
    min-height: 432px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-grid {
    display: block;
  }

  .footer-actions,
  .footer-actions.right {
    margin: 0 0 20px;
    text-align: center;
  }

  .contact-layout aside {
    margin-bottom: 20px;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: 195px;
    height: 50px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-grid img {
    max-height: 82px;
  }
}
