/* Release 2.3.2: current homepage masthead, safe editorial guide, and live
 * article library. The archived workshop presentation above the guide keeps
 * its original layout and wording. */

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead {
  display: flex !important;
  width: min(calc(100% - 32px), 880px) !important;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 18px auto 28px !important;
  padding: 10px 0 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  font-family: "Times New Roman", Times, serif !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__logo {
  display: block;
  flex: 0 1 224px;
  width: clamp(158px, 25vw, 224px);
  line-height: 0;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .18));
}

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 20px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 6px 0 4px;
  border-bottom: 1px solid transparent;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav a:hover,
body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav a:focus-visible {
  border-bottom-color: currentColor;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons,
body.sb-home-precovid-2019 #tve_editor .sb-home-library {
  width: min(calc(100% - 34px), 940px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #1d2330;
  font-family: "Times New Roman", Times, serif !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons {
  margin-top: 62px !important;
  margin-bottom: 42px !important;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 5.5vw, 62px) 44px !important;
  border: 1px solid #d7d3c7;
  border-top: 5px solid #243d70;
  border-radius: 3px;
  background: #fffdf7;
  box-shadow: 0 18px 50px rgba(25, 38, 62, .08);
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__eyebrow,
body.sb-home-precovid-2019 #tve_editor .sb-home-library__eyebrow {
  margin: 0 0 10px !important;
  color: #53637e;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .1em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons > h2 {
  max-width: 760px;
  margin: 0 0 22px !important;
  color: #172b50 !important;
  font-size: clamp(37px, 5vw, 58px) !important;
  font-weight: 700 !important;
  letter-spacing: -.025em;
  line-height: 1.03 !important;
  text-wrap: balance;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons p,
body.sb-home-precovid-2019 #tve_editor .sb-home-reasons li {
  color: #252a33 !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons p {
  margin: 0 0 .82em !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons a {
  color: #203f7d !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__intro {
  max-width: 760px;
  margin-bottom: 27px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__safety {
  margin: 28px 0 34px;
  padding: 21px 23px 19px;
  border: 1px solid #cfd9e7;
  border-left: 5px solid #315d8e;
  border-radius: 2px;
  background: #f3f7fb;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__safety h3,
body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist h3 {
  margin: 0 0 8px !important;
  color: #172b50 !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__safety p:last-child,
body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist p:last-child {
  margin-bottom: 0 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: sb-home-reason;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list > li {
  position: relative;
  min-width: 0;
  padding: 26px 0 24px 48px !important;
  border-top: 1px solid #dedbd3;
  counter-increment: sb-home-reason;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list > li::before {
  position: absolute;
  top: 25px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #243d70;
  content: counter(sb-home-reason);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list h3 {
  margin: 0 0 9px !important;
  color: #1c2f52 !important;
  font-size: 23px !important;
  line-height: 1.16 !important;
  text-wrap: balance;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__learn {
  color: #46546c !important;
  font-size: 16px !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist {
  margin-top: 26px;
  padding: 25px 27px 24px;
  border: 1px solid #ddd4c2;
  background: #f9f4e9;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 32px;
  margin: 14px 0 18px !important;
  padding-left: 21px !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__source-note {
  margin: 24px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid #ddd8cc;
  color: #59606b !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library {
  margin-top: 54px !important;
  margin-bottom: 62px !important;
  padding: 42px 0 8px !important;
  border-top: 1px solid #d6d4cf;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library__header h2 {
  margin: 0 0 8px !important;
  color: #172b50 !important;
  font-size: clamp(34px, 4.5vw, 49px) !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library__header p:not(.sb-home-library__eyebrow) {
  max-width: 640px;
  margin: 0 !important;
  color: #4f5661 !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library__all {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  color: #203f7d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card {
  min-width: 0;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #d8d8d5;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(26, 36, 55, .07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card:hover,
body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card:focus-within {
  border-color: #aeb8ca;
  box-shadow: 0 13px 30px rgba(26, 36, 55, .13);
  transform: translateY(-3px);
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit !important;
  text-decoration: none !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__media {
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  place-items: center;
  background: linear-gradient(135deg, #e8edf6, #d6dfed);
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card:hover .sb-home-guide-card__media img,
body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card:focus-within .sb-home-guide-card__media img {
  transform: scale(1.025);
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__fallback {
  color: #243d70;
  font-size: 72px;
  line-height: 1;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 19px 19px 20px;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__meta {
  margin-bottom: 8px;
  color: #687287 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: .035em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card h3 {
  margin: 0 0 10px !important;
  color: #172b50 !important;
  font-size: 22px !important;
  line-height: 1.17 !important;
  text-wrap: balance;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__excerpt {
  margin-bottom: 17px;
  color: #4e545d !important;
  font-size: 15.5px !important;
  line-height: 1.48 !important;
}

body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__read {
  margin-top: auto;
  color: #203f7d !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  body.sb-home-precovid-2019 #tve_editor .sb-home-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list,
  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist ul {
    grid-template-columns: 1fr;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-library__header {
    display: block;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-library__all {
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  body.sb-home-precovid-2019 #tve_editor .sb-home-masthead {
    width: calc(100% - 28px) !important;
    min-height: 58px;
    gap: 14px;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__logo {
    flex-basis: 148px;
    width: 148px;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav {
    gap: 3px 14px;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__nav a {
    min-height: 40px;
    font-size: 15.5px !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-masthead__about {
    display: none;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons,
  body.sb-home-precovid-2019 #tve_editor .sb-home-library {
    width: calc(100% - 24px) !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons {
    margin-top: 42px !important;
    padding: 29px 17px 31px !important;
    border-top-width: 4px;
    box-shadow: 0 11px 32px rgba(25, 38, 62, .07);
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons > h2 {
    font-size: clamp(34px, 10vw, 43px) !important;
    line-height: 1.02 !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons p,
  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons li {
    font-size: 16.5px !important;
    line-height: 1.56 !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__safety,
  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__checklist {
    padding: 19px 17px 17px;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list > li {
    padding: 23px 0 22px 43px !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-reasons__list > li::before {
    top: 22px;
    width: 31px;
    height: 31px;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-library {
    margin-top: 40px !important;
    margin-bottom: 44px !important;
    padding-top: 32px !important;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-library__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__body {
    padding: 17px 17px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card,
  body.sb-home-precovid-2019 #tve_editor .sb-home-guide-card__media img {
    transition: none;
  }
}
