html, body, p, div, h1, h2, h3, h4, h5, span {
  padding: 0;
  margin: 0;
}

html {
  scroll-padding-top: 180px;
  scroll-behavior: smooth;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

button, a {
  cursor: pointer;
}

html, .landing-page, .landing-page .outer-container {
  height: 100%;
}

h3 {
  padding-bottom: 20px;
  font-size: 30px;
}

.ul {
  text-decoration: underline !important;
}

.mobile-nav {
  display: none;
  user-select: none;
}

.mob_pi {
  display: none;
}

.top-nav img {
  cursor: pointer;
  display: none;
}

.center {
  text-align: center;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-6 {
  padding-top: 60px;
}

.landing-page .footer {
  position: relative;
  bottom: 0px;
}

.disclaimer, .footer {
  background-color: #016BA9;
}

.disclaimer p {
  color: white;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  display: grid;
  grid-template-columns: 30% 70%;
  background-color: rgba(255, 255, 255, 0.95);
  position: sticky;
  top: 0;
  padding-bottom: 2px;
  z-index: 10;
}

.expanding-content .header {
  position: unset;
}

.kimmtrak-logo {
  margin-left: 20px;
  background-image: url(../img/kimmtrak-logo.png);
  width: 170px;
  height: 62px;
  background-size: 170px 62px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-nav {
  background-color: #06B0E3;
  display: flex;
  justify-content: space-evenly;
  /*align-items: flex-start;*/
  border-bottom-left-radius: 40px;
}

.nav-item {
  border-top: 8px solid #06B0E3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-item.selected {
  border-top: 8px solid white;
}

.nav-item p, .nav-item p a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
}

.nav-item p {
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-item p a:hover {
  color: #016BA9;
  transition: all 0.3s ease;
}

.subnav {
  margin-top: 0px;
  margin-bottom: 40px;
  position: sticky;
  top: 94px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.95);
}

.floating_subnav {
  position: sticky;
  top: 144px;
  z-index: 9;
  height: 20px;
}

.floating_subnav .container {
  position: relative;
}

sup {
  padding: 0;
  margin: 0;
  line-height: 0px;
}

sup span {
  font-size: 50%;
}

.img-hero {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.img-hero img {
  max-width: 1117px;
  display: block;
  object-fit: contain;
}

.blue-overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blue-overlay {
  background: #06B0E3;
  width: 45%;
  height: 75%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-overlay {
  background: white;
  width: 36%;
  height: 75%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-hero .white-overlay h1 {
  color: #02161A;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.img-hero .white-overlay p {
  color: #02161A;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-right: 80px;
}

.img-hero .white-overlay p.emphasis {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.img-hero .white-overlay .buttons {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 70%;
  margin-top: 30px;
}

.img-hero .white-overlay .buttons button.style2 {
  font-size: 16px;
}

.img-hero .white-overlay .buttons a {
  text-decoration: none;
}

.overlay-content {
  padding-left: 80px;
  padding-right: 120px;
}

.overlay-content h1 sup {
  font-size: 40px;
}

.overlay-content p.main {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.img-hero h1 {
  color: white;
  font-size: 72px;
  line-height: 110%;
  padding-bottom: 10px;
}

.img-hero p {
  color: white;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.img-hero p.larger {
  font-size: 20px;
  line-height: 24px;
}

.homepage-disclaimer {
  background-color: #E6F0F6;
  border-radius: 12px;
  margin-bottom: 20px;
}

.homepage-disclaimer p {
  color: #1C1818;
  font-size: 18px;
  line-height: 150%;
  padding: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.body-copy p {
  color: #0F1D22;
  font-size: 22px;
  line-height: 150%;
}

.body-copy p.small {
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
}

.body-copy-bold {
  margin-top: 30px;
  margin-bottom: 20px;
}

.body-copy-bold p {
  font-size: 20px;
  font-weight: 700;
}

.callout-grid {
  display: grid;
  grid-template-columns: 49.25% 49.25%;
  justify-content: space-between;
  grid-row-gap: 15px;
}

.callout {
  padding: 25px;
  border-radius: 10px;
  height: 330px;
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

.callout a, .full-width-callout a {
  text-decoration: none;
}

.callout h3 {
  color: white;
  font-size: 30px;
  font-weight: 700;
}

.callout p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
}

.subnav button {
  border: 2px solid #016BA9;
  color: #016BA9;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-radius: 8px;
  height: 60px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.subnav button.selected {
  background-color: #016BA9;
  color: white;
}

.subnav button:hover {
  background-color: #016BA9;
  color: white;
  transition: all 0.3s ease;
}

button.style1 {
  background-color: #FFF;
  color: #18292E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

button.style1:hover {
  transition: all 0.3s ease;
  background-color: transparent;
  color: white;
}

button.style2 {
  background-color: #6B1159;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #6B1159;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 100%;
}

button.style2:hover {
  transition: all 0.3s ease;
  background-color: transparent;
  color: #6B1159;
}

.landing .buttons {
  margin-top: 30px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 48% 48%;
  width: 100%;
  justify-content: space-between;
}

.hero-left-inner .emphasis {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.hero-left-inner {
  padding-right: 40px;
}

.callout.allports {
  background-color: #016BA9;
}

.callout.disco {
  background-color: #6B1159;
}

.callout.cerulean {
  background-color: #06B0E3;
}

.callout.about {
  background-image: url(../img/icon-about_kimmtrak.png);
  background-size: 178px 154px;
}

.callout.efficacy {
  background-image: url(../img/icon-efficacy.png);
  background-size: 116px 154px;
}

.callout.safety {
  background-image: url(../img/icon-safety.png);
  background-size: 155px 154px;
}

.callout.preparation {
  background-image: url(../img/icon-preparation.png);
  background-size: 159px 154px;
}

.full-width-callout {
  background-color: #016BA9;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.full-width-callout h3 {
  color: white;
  font-size: 26px;
  font-weight: 700;
}

.full-width-callout p {
  color: white;
  font-size: 16px;
  padding-bottom: 20px;
}

.full-width-callout button {
  margin-bottom: 20px;
}

.footnotes p {
  font-size: 14px;
  color: #1C1818;
}

.footnotes p large, .footnotes p.large {
  font-size: 20px;
}

.footnotes {
  padding-top: 15px;
  margin-bottom: 20px;
}

.footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.landing .footer {
  margin-top: unset;
}

.landing .img-hero {
  margin-top: unset;
}

.footer .job_code {
  padding-top: 10px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 75% 25%;
}

.footer-links {
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-links p {
  text-align: right;
  padding-bottom: 10px;
}

.footer p {
  font-size: 16px;
  color: white;
}

.footer p small {
  font-size: 13px;
}

.footer p:first-child {
  padding-top: 30px;
}

.footer p a {
  font-weight: 700;
  color: white;
  text-decoration: none;
}

.footer p a:hover {
  text-decoration: underline;
}

.footer-copy {
  padding-right: 15px;
}

.split-boxes {
  display: grid;
  grid-template-columns: 49% 49%;
  margin-bottom: 30px;
  justify-content: space-between;
}

.gridx2 {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}

.grey-img-text-box {
  background-color: #E6F0F6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.grey-img-text-box img {
  height: 187px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.grey-img-text-box p {
  text-align: center;
  font-size: 18px;
  color: #02161A;
}

.split-boxes .text-box {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-boxes .image-box {
  display: flex;
  justify-content: flex-end;
}

.image-box img {
  width: 95%;
  max-width: 95%;
}

.split-boxes .text-box h2 {
  color: #06B0E3;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  padding-bottom: 15px;
}

.basic-block h2 {
  color: #06B0E3;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

.basic-block h3 {
  font-size: 26px;
  line-height: 120%;
  color: #0F1D22;
  padding-top: 10px;
  padding-bottom: 15px;
}

.basic-block p {
  font-size: 20px;
  line-height: 150%;
  color: #0F1D22;
}

.basic-block img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.basic-block img.full-width {
  max-width: 100%;
}

.split-boxes .text-box p {
  font-size: 22px;
  line-height: 150%;
  color: #0F1D22;
  padding-bottom: 15px;
  line-height: 150%;
}

.blue-callout {
  border-radius: 12px;
  border: 2px solid #02AFD7;
  padding: 10px 30px 10px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blue-callout p {
  font-size: 22px;
  font-weight: 700;
  color: #1C1818;
}

.blue-callout.smaller p {
  font-size: 20px;
}

.key-features {
  display: grid;
  grid-template-columns: 50% 50%;
}

.key-features .image-box {
  padding-right: 20px;
}

.feature-item {
  display: flex;
  flex-direction: row;
}

.feature-item .feature-image {
  margin-right: 30px;
}

.feature-copy h2, h2.feature-copy {
  color: #02AFD7;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.feature-copy p {
  font-size: 20px;
  line-height: 150%;
  color: #0F1D22;
}

.bottom-nav-buttons {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bottom-nav-buttons a {
  text-decoration: none;
}

.nav-button {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.nav-button img {
  transition: all 0.35s ease;
}

/*.nav-button:hover img {
  filter: saturate(140%);
  transition: all 0.35s ease;
}
*/
.nav-button:hover .bottom-strip {
  background-color: #0588b2;
  transition: all 0.35s ease;
}

.nav-button .bottom-strip {
  transition: all 0.25s ease;
  height: 92px;
  background-color: #06AFE4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-button img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.nav-button .bottom-strip p {
  color: white;
  font-size: 26px;
  font-weight: 700;
}

.study-design-boxes {
  display: grid;
  grid-template-columns: 49.25% 49.25%;
  justify-content: space-between;
  grid-row-gap: 15px;
  margin-bottom: 30px;
}

.study-box {
  border: 1px solid #06B0E3;
  border-radius: 24px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.study-box .copy h3 {
  padding: unset;
  line-height: 33px;
  font-size: 26px;
}

.study-box .copy p {
  font-size: 16px;
  line-height: 150%;
  padding-top: 5px;
}

.study-box .copy ul {
  padding-top: 0;
  margin-top: 0;
}

.study-box .icon {
  padding-right: 20px;
}

.full-width-blue-with-icon {
  background-color: #E6F0F6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.full-width-blue-with-icon .icon img {
  padding: 20px;
}

.full-width-blue-with-icon .copy {
  padding-right: 20px;
}

.full-width-blue-with-icon .copy p {
  font-size: 18px;
  color: #0F1D22;
  line-height: 150%;
}

.full-width-blue-with-icon h3, .full-width-blue-with-icon ul {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.full-width-callout-with-icon {
  border: 2px solid #06B0E3;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}

.full-width-callout-with-icon .copy {
  padding-right: 20px;
}

.full-width-callout-with-icon .copy h3 {
  font-size: 24px;
}

.full-width-callout-with-icon .copy p {
  font-size: 20px;
}

.full-width-callout-with-icon .icon {
  padding-right: 25px;
}

.full-width-callout-with-icon .icon img {
  max-width: 100%;
}

.drug-reactions {
  display: grid;
  /*grid-template-columns: 65% 35%;*/
  grid-template-columns: 100%;
  margin-bottom: 30px;
}

.drug-reactions .copy p {
  font-size: 20px;
  line-height: 150%;
  color: #0F1D22;
  padding-bottom: 25px;
  padding-right: 50px;
}

.drug-reactions .image img {
  max-width: 100%;
}

.drug-reactions .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.adverse-3 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.adverse-3 .blue-box {
  padding: 20px;
  justify-content: flex-start;
}

.adverse-3 .blue-box p {
  padding-top: 15px;
}

.adverse-3 .blue-box img {
  padding: 10px;
}

.adverse {
  background-color: #E6F0F6;
  border-radius: 12px;
  padding: 15px;
}

.crs-box {
  background-color: #E6F0F6;
  border-radius: 12px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 30px;
}

.crs-box h3 {
  color: #0F1D22;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.crs-box p {
  font-size: 18px;
  color: #0F1D22;
  padding-top: 15px;
  padding-bottom: 15px;
}

.crs3 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}

.crs5 {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  justify-content: space-between;
}

.crs {
  background-color: #006BAB;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.crs p {
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: unset;
  padding-left: 10px;
}

.skin-reactions {
  padding: 10px 0px 10px 0px;
  border: 2px solid #D4D9E3;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 30% 60%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.skin-reactions .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skin-reactions .copy p {
  font-size: 20px;
  line-height: 150%;
}

.skin-reactions .image {
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.split2 {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
}

.split3 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.image-title-text {
  border: 2px solid #D4D9E3;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-title-text img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

.image-title-text h4 {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.split3 .image-title-text h4 {
  font-size: 28px;
}

.image-title-text p {
  text-align: center;
  font-size: 20px;
}

.fw-bs {
  background-color: #E6F0F6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.whiteBg {
  background-color: white;
  border: 1px solid white;
}

.resources {
  display: flex;
  flex-direction: column;
}

.resource {
  border: 2px solid #02AFD7;
  padding: 15px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 30% 67%;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.resource .image img {
  max-width: 100%;
}

.resource .copy h3 {
  font-size: 28px;
  line-height: 120%;
  color: #0F1D22;
  padding-bottom: unset;
  padding-top: 15px;
}

.resource .style2 {
  width: unset;
  margin-top: 10px;
}

.resource .copy button {
  width: 138px;
}

.references {
  background-color: #E6F0F6;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
}

.refs-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.references h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
}

.references ol {
  padding-left: 20px;
}

.references li a {
  color: #0F1D22;
  line-break: anywhere;
}

.refs-body {
  display: none;
}

.hla-testing {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-bottom: 30px;
  justify-content: space-between;
}

.hla-testing .image img {
  max-width: 90%;
}

.hla-testing .image {
  display: flex;
  justify-content: flex-end;
}

.hla-testing .image-with-text {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
}

.hla-testing .image-with-text .content {
  padding-left: 30px;
  padding-right: 30px;
}

.hla-testing .full-width-blue-with-icon img {
  /*max-width: 100%;*/
}

.col-content-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

.hla-testing .image-with-text .content p {
  font-size: 24px;
  line-height: 28px;
  padding-right: 20px;
}

.expanding-content {
  border: 2px solid #06B0E3;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 15px;
}

.expanding-content .header {
  display: flex;
  cursor: pointer;
}

.expanding-content .body {
  display: none;
}

.expanding-content .body p {
  font-size: 18px;
}

.expanding-content.opened .body {
  display: block;
}

.title-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.expanding-content .arrow, .refs-header .arrow {
  background-image: url(../img/arrow-up.svg);
  width: 24px;
  height: 24px;
  align-self: center;
  transition: all 0.3s ease;
  transform: rotateZ(180deg);
}

.expanding-content.opened .arrow, .refs-header.opened .arrow {
  transform: rotateZ(0deg);
  transition: all 0.3s ease;
}

.title-wrapper .icon {
  margin-right: 20px;
}

.expanding-content .title p {
  color: #0F1D22;
  font-size: 24px;
  font-weight: 700;
}

.monitoring-box {
  border-radius: 12px;
  border: 2px solid #02AFD7;
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
}

.monitoring-box p {
  font-size: 20px;
}

.monitoring-box img {
  max-width: 100%;
}

.monitoring-box:not(.monitoring-box-lrg) p {
  text-align: center;
  padding: 20px;
}

.grading-guide {
  width: 100%;
  border: 1px solid #D4D9E3;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.grading-guide td, .grading-guide th {
  border: 1px solid #D4D9E3;
  padding-left: 10px;
}

.grading-guide th:nth-child(1) {
  width: 30%;
}

.shaded {
  background-color: #E6F0F6;
}

.grading-guide th {
  background-color: #006BAB;
}

.grading-guide th p {
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
}

.grading-guide td p {
  font-size: 18px;
  color: #18292E;
  padding-right: 20px;
}

.blue-box {
  background-color: #006BAB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blue-box img {
  display: block;
  margin: 0 auto;
}

.blue-box p {
  text-align: center;
  color: white;
  line-height: 170%;
  font-size: 20px;
}

.download-lozenge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #E6F0F6;
  border-radius: 12px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 30px;
}

.download-lozenge .icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.download-lozenge p {
  color: #0F1D22;
  font-size: 24px;
  line-height: 140%;
}

.download-lozenge .wrap {
  display: flex;
  align-items: center;
}

.download-lozenge button {
  width: unset;
}

.pharmacist-guide {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  justify-content: space-between;
  margin-top: 60px;
  row-gap: 100px;
  margin-bottom: 50px;
}

.pharmacist-guide .block {
  background-color: #E6F0F6;
  border-radius: 12px;
  padding: 15px;
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pharmacist-guide .block img {
  padding-bottom: 15px;
}

.block img {
  display: block;
  margin: -30% auto;
}

.pharmacist-guide .block p {
  font-size: 18px;
  line-height: 150%;
  color: #02161A;
  text-align: center;
  padding-top: 35%;
}

.block-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.mobile-subnav-wrapper {
  position: sticky;
  top: 64px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.mobile-subnav {
  display: none;
  width: 100%;
  position: relative;
}

.dd-button {
  border: 2px solid #E6F0F6;
  position: relative;
  border-radius: 8px;
  padding: 10px 36px 10px 20px;
  background-color: #E6F0F6;
  cursor: pointer;
  /*white-space: nowrap;*/
  font-size: 18px;
  font-weight: 700;
  color: #18292E;
}

.dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  /*border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;*/
  background-image: url(../img/dd-arrow-up.svg);
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #E6F0F6;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  background-color: #E6F0F6;
  list-style-type: none;
  width: 100%;
}

.dd-menu a {
  text-decoration: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  /*white-space: nowrap;*/
  font-size: 18px;
  font-weight: 600;
  color: #18292E;
  display: block;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.contact-modal {
  display: none;
}

.contact-modal.visible {
  display: flex;
  z-index: 1000;
  overflow-y: scroll;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  /*align-items: center;*/
}

.modal-head-wrap {
  display: flex;
  align-items: center;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.modal-close {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: flex-start;
  cursor: pointer;
}

.form-row {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-row.fw {
  grid-template-columns: 100%;
}

.form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.form-item.cb {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.form-item:not(.cb) label {
  position: absolute;
  left: 1.1em;
  top: -0.7rem;
  z-index: 1;
  background-color: white;
  padding: 0 5px;
  margin: 0;
  color: #0F1D22;
  font-size: 14px;
  display: inline-block;
}

.form-content p {
  padding-left: 20px;
}

.form-content p a {
  color: black;
}

.form-item.cb label {
  padding-left: 10px;
}

.form-item input[type=text], .form-item input[type=email], .form-item textarea {
  border: 1px solid rgba(0, 0, 0, 0.23);
  height: 52px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 16px;
  color: black;
}

.form-item input[type=checkbox] {
  width: 24px;
  height: 24px;
}

.form-item textarea {
  padding-top: 8px;
}

.modal-header h3 {
  color: #016BA9;
  font-size: 34px;
  padding-left: 20px;
  padding-bottom: 0px;
}

.modal-inner {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  max-width: 85%;
  overflow-y: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mobile-header {
  display: none;
}

.legal-page {
  padding-bottom: 60px;
}

.legal-page p {
  color: #1C1818;
  font-size: 18px;
  line-height: 22px;
}

.legal-page hr {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}

.legal-page h1 {
  margin-top: 30px;
  color: #312C2C;
  font-weight: 700;
  font-size: 55px;
  padding-bottom: 25px;
}

.legal-page h2 {
  color: #312C2C;
  font-weight: 400;
  font-size: 40px;
  padding-bottom: 20px;
}

.legal-page h3 {
  color: #1C1818;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 25px;
}

.legal-page ul li p {
  color: #1C1818;
  font-size: 18px;
  line-height: 22px;
}

.subnav button.more_info_btn, .floating_subnav button.more_info_btn {
  background-color: #6B1159;
  color: white;
  border: 2px solid #6B1159;
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.57);
  margin-left: 50px;
  background-image: url(../img/more-info-btn.svg);
  background-size: 24px 24px;
  background-position: 5% 50%;
  background-repeat: no-repeat;
  padding-left: 40px;
  right: 40px;
  top: 40px;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/*.subnav button.more_info_btn:hover
{
	background-color: transparent;
	color: #6B1159;
}*/

/*# sourceMappingURL=style.css.map */
