@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
@font-face {
  font-family: HelveticaNeue;
  src: url(/files/fonts/helvetica/HelveticaNeueLTStd-Md.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/files/fonts/helvetica/HelveticaNeueLTStd-Bd.otf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Karbon;
  src: url(/files/fonts/karbon/Karbon-Light.otf);
  src: url(/files/fonts/karbon/Karbon-Light.woff#iefix) format('woff'), url(/files/fonts/karbon/Karbon-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Karbon;
  src: url(/files/fonts/karbon/Karbon-Regular.otf);
  src: url(/files/fonts/karbon/Karbon-Regular.woff#iefix) format('woff'), url(/files/fonts/karbon/Karbon-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Karbon;
  src: url(/files/fonts/karbon/Karbon-Medium.otf);
  src: url(/files/fonts/karbon/Karbon-Medium.woff#iefix) format('woff'), url(/files/fonts/karbon/Karbon-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: Karbon;
  src: url(/files/fonts/karbon/Karbon-Bold.otf);
  src: url(/files/fonts/karbon/Karbon-Bold.woff#iefix) format('woff'), url(/files/fonts/karbon/Karbon-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

.header-top-bar {
  background-color: #c70f2e;
  padding: 1.2%;
  text-align: right;
}

.header-top-bar p {
  color: #fff;
  font-family: Karbon, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: .07px;
}

.header-top-bar .file-download-link,
.header-top-bar .hcp-consumer-link,
.header-top-bar .hcp-safety-link {
  margin-left: 2.25rem;
}

.header-top-bar .file-download-link,
.header-top-bar .hcp-consumer-link,
.header-top-bar .hcp-safety-link {
  display: inline-block;
  color: #fff;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  text-align: right;
  padding-right: 2px;
  vertical-align: middle;
  overflow: visible;
}

.header-top-bar .hcp-consumer-link::after,
.header-top-bar .hcp-safety-link::after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.25px;
  margin-left: 5px;
          transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

.header-top-bar .file-download-link:after {
  content: '';
  background: url(/files/images/icon-download-white.svg);
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 17.25px;
  height: 17.25px;
}

.hcp .header-top-bar {
  background-color: #003479;
}

.header-content-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 9%;
}

.header-logo-wrapper {
  margin: 0 auto;
  width: 55%;
}

.header-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.header-links-wrapper .hcp-consumer-link {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  text-align: right;
  margin-bottom: 30px;
}

.header-links-wrapper .hcp-consumer-link::after {
  content: '';
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
          transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

.header-links-wrapper .page-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
}

.header-links-wrapper .page-links-wrapper a {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  text-align: right;
  text-decoration: none;
}

.header-links-wrapper .page-links-wrapper a:hover {
  text-decoration: underline;
}

.header-links-wrapper .page-links-wrapper a:not(:last-child) {
  margin-right: 30px;
}

.header-nav {
  background-color: rgba(228, 232, 235, .2);
  padding: 0 6%;
}

.header-nav ul {
  list-style-type: none;
  overflow: visible;
  padding: 0;
}

.header-nav ul li {
  padding: 1.2rem 2%;
}

.header-nav ul li a {
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
}

.header-nav ul li a img {
  justify-self: left;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: visible;
}

.header-nav ul li a span {
  color: #6e7573;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .09px;
  text-align: left;
}

.header-nav ul li button {
  border: 0;
  background: 0 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  overflow: visible;
}

.header-nav ul li button::after {
  border: solid #6e7573;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 12px;
  padding: 2.5px;
  transform: rotate(45deg);
  vertical-align: middle;
}

.header-nav ul li button img {
  justify-self: left;
  margin-right: 15px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

.header-nav ul li button span {
  color: #6e7573;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .09px;
  text-align: left;
}

#header-submenu {
  display: block;
  background: #e4e8eb;
  overflow: hidden;
  opacity: 1;
  z-index: 99;
  width: 100%;
  height: 0;
  transition: all .5s ease;
  position: absolute;
  top: 0;
}

#header-submenu .header-nav {
  background: 0 0;
  padding: 0;
}

#header-submenu .header-nav ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
}

#header-submenu .header-nav ul li.active {
  background-color: #fff;
}

#header-submenu .header-nav ul li:first-child.active {
  border-top: 1px solid #e4e8eb;
}

#header-submenu .header-nav ul li a {
  align-items: center;
  justify-content: left;
  display: flex;
  padding: 4% 9%;
  width: 100%;
}

#header-submenu .header-nav ul li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

#header-submenu .header-nav ul li a span {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1px;
  padding-top: 1px;
}

#header-submenu ul li button {
  align-items: center;
  justify-content: left;
  display: flex;
  padding: 4% 9%;
  width: 100%;
}

#header-submenu ul li button::after {
  border: solid #484b4c;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 15px;
  padding: 3.25px;
  transform: rotate(45deg);
  vertical-align: middle;
}

#header-submenu ul li.expanded button::after {
  margin-bottom: -4px;
  transform: rotate(-135deg);
}

#header-submenu ul li button img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

#header-submenu ul li button span {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1px;
  padding-top: 1px;
}

#header-submenu ul li .submenu {
  display: none;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

#header-submenu ul li .submenu ul li:not(:last-child) {
  border-bottom: 1px solid #e4e8eb;
}

#header-submenu ul li .submenu ul li a {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .08px;
  margin: .25rem 0;
  padding: .75rem 19%;
}

#header-submenu ul li.expanded .submenu {
  display: block;
}

#header-submenu ul li.expanded .submenu ul li.active {
  background-color: #e8f1f8;
}

#header-submenu .page-links-wrapper {
  align-items: stretch;
  justify-content: center;
  display: flex;
  padding: 8% 9% 10%;
}

#header-submenu .page-links-wrapper a {
  display: block;
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  text-decoration: underline;
  text-transform: none;
}

#header-submenu .page-links-wrapper a::after {
  content: '';
  border: solid #1c75bc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
          transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

#header-submenu .page-links-wrapper .hcp-consumer-link {
  display: block;
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  margin-bottom: 0;
  text-decoration: underline;
  text-transform: none;
  padding-top: .75rem;
}

#header-submenu .page-links-wrapper .hcp-consumer-link::after {
  content: '';
  border: solid #1c75bc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
          transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
}

#header-submenu .page-links-wrapper .file-download-link {
  align-items: center;
  display: flex;
  text-decoration: underline;
  text-transform: none;
  margin-bottom: 0;
  padding: .96rem 0;
}

#header-submenu .page-links-wrapper .file-download-link span {
  justify-self: left;
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06px;
  padding-right: .75rem;
  width: calc(100% - 17.25px);
  text-decoration: underline;
}

#header-submenu .page-links-wrapper .file-download-link img {
  justify-self: right;
  width: 17.25px;
  height: 17.25px;
}

#header-submenu .page-links-wrapper .file-download-link:not(:last-child) {
  margin-bottom: 0;
}

#header-submenu .page-links-wrapper .file-download-link::after {
  display: none;
}

#header-submenu .page-links-wrapper .column-wrapper {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#header-submenu .page-links-wrapper .column-wrapper a {
  padding: 1rem 0;
}

#header-submenu .page-links-wrapper .column-wrapper.second-column {
  padding-left: 10%;
}

#header-submenu .page-links-wrapper .consumer-links {
  margin-right: auto;
}

#header-submenu.active {
  height: auto;
  z-index: 200;
}

.header-nav .header-dropdown {
  display: none;
  background: #e8f1f8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
  overflow: visible;
  z-index: 99;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.header-nav .header-dropdown ul {
  overflow: hidden;
}

.header-nav .header-dropdown ul li {
  display: block;
  border: .5px solid #e8f1f8;
  padding: .25rem 0;
  min-height: auto;
  min-width: auto;
}

.header-nav .header-dropdown ul li:first-child {
  border-top: .5px solid #fff;
}

.header-nav .header-dropdown ul li:not(:last-child) {
  border-bottom: .5px solid #fff;
}

.header-nav .header-dropdown ul li.active,
.header-nav .header-dropdown ul li:hover {
  background-color: #fff;
  border: .5px solid #e8f1f8;
}

.header-nav .header-dropdown ul li:not(:first-child):hover {
  border-top: .5px solid #fff;
}

.header-nav .header-dropdown ul li a {
  display: block;
  color: #003479;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .08px;
  text-decoration: none;
  padding: .75rem 19%;
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .header-nav ul {
    justify-content: space-around;
  }
}

@media (min-width:1024px) {
  #header-submenu {
    display: none;
  }
  .header-top-bar .file-download-link,
  .header-top-bar .hcp-consumer-link,
  .header-top-bar .hcp-safety-link {
    margin-left: 1.2rem;
  }
  .header-top-bar .file-download-link:after {
    margin-left: 7.5px;
    width: 14.1px;
    height: 14.1px;
  }
  .header-desktop,
  .header-nav,
  .page-header {
    overflow: visible;
  }
  .header-nav .header-dropdown.active {
    display: block;
  }
  .header-desktop {
    padding-top: 2.4rem;
  }
  .header-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: .75rem 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-top-bar p {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .06px;
  }
  .header-desktop .header-content-wrapper {
    background-color: rgba(228, 232, 235, .12);
  }
  .header-content-wrapper {
    padding: 0 6%;
  }
  .header-logo-wrapper {
    margin: auto 2% auto 0;
    width: 25%;
    max-width: 18rem;
  }
  .header-nav {
    background-color: rgba(228, 232, 235, .6);
  }
  .header-nav ul {
    display: flex;
    justify-content: space-evenly;
  }
  .header-nav ul li {
    align-self: center;
    padding: .8rem 2%;
    min-width: 130px;
    min-height: 52px;
  }
  .header-nav ul li:not(.active):hover {
    overflow: visible;
    background: #e8f1f8;
    box-shadow: 0 4px 0 0 #e8f1f8, 0 -6px 0 0 #e8f1f8, 12px 0 15px -4px rgba(0, 0, 0, .1), -12px 0 15px -4px rgba(0, 0, 0, .1);
  }
  @media (min-width:1387px) {
    .header-nav ul li:not(.active):hover {
      box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0), 0 -6px 0 0 #e8f1f8, 12px 0 15px -4px rgba(0, 0, 0, .1), -12px 0 15px -4px rgba(0, 0, 0, .1);
    }
  }
  .header-nav ul li.active,
  .header-nav ul li.expanded {
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 4px 0 0 #fff, 0 -6px 0 0 #fff, 12px 0 15px -4px rgba(0, 0, 0, .1), -12px 0 15px -4px rgba(0, 0, 0, .1);
  }
  @media (min-width:1387px) {
    .header-nav ul li.active {
      box-shadow: 0 0 0 0 #fff, 0 -6px 0 0 #fff, 12px 0 15px -4px rgba(0, 0, 0, .1), -12px 0 15px -4px rgba(0, 0, 0, .1);
    }
  }
  .header-nav ul li.expanded {
    background-color: #e8f1f8;
    box-shadow: 0 9px 0 0 #e8f1f8, 0 -9px 0 0 #e8f1f8, 12px 0 15px -4px rgba(0, 0, 0, .1), -12px 0 15px -4px rgba(0, 0, 0, .1);
  }
  .header-nav ul li.expanded .header-dropdown {
    display: block;
  }
  .header-nav ul li a {
    min-height: 26.4px;
  }
  .header-nav ul li a span {
    color: #484b4c;
    width: calc(100% - 22px);
  }
  .header-nav ul li button span,
  .header-nav ul li button::after {
    border-color: #484b4c;
    color: #484b4c;
  }
  .header-nav .header-dropdown ul {
    display: block;
  }
  .header-nav .header-dropdown ul li.active {
    background-color: #fff;
    box-shadow: none;
  }
  .header-nav .header-dropdown ul li.active,
  .header-nav .header-dropdown ul li:hover {
    background-color: #fff;
    border: .5px solid #e8f1f8;
  }
  .header-nav .header-dropdown ul li:hover {
    box-shadow: none;
  }
  .header-nav .header-dropdown ul li:not(:first-child):hover {
    border-top: .5px solid #fff;
  }
}

@media (max-width:1229px) AND (min-width:1024px) {
  .page-header-hcp,
  [lang=es] .page-header {
    padding-top: 1.625rem;
  }
}

.page-footer {
  background-color: #fff;
  border-bottom: 9px solid #c70f2e;
  box-shadow: 0 2px 28px -4px rgba(0, 0, 0, .06);
  box-sizing: border-box;
  padding: 1rem 9%;
}

.footer-logo-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.footer-logo-wrapper a {
  display: block;
}

.footer-logo-wrapper a img {
  width: 100%;
}

.footer-links-wrapper {
  padding-top: 1.25rem;
}

.footer-links-wrapper a {
  display: block;
  color: #484b4c;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .07px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: visible;
}

.footer-links-wrapper a:not(:last-child) {
  margin-bottom: 1rem;
}

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

.footer-contact-info {
  padding-top: 8%;
}

.footer-contact-info .footer-more-info-copy {
  margin-bottom: 1.5rem;
}

.footer-contact-info .footer-contact-us-copy p,
.footer-contact-info .footer-more-info-copy p {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .11px;
}

.footer-contact-info .footer-contact-us-copy p.heading,
.footer-contact-info .footer-more-info-copy p.heading {
  font-weight: 500;
}

.footer-contact-info .footer-contact-us-copy p.heading {
  margin-bottom: 22px;
}

.footer-contact-info .footer-more-info-copy p.heading {
  max-width: 310px;
}

.footer-contact-info .footer-more-info-copy p a {
  color: #333;
}

.footer-contact-info .footer-more-info-copy .footer-logo--janssen {
  display: inline-block;
  width: 98px;
  height: auto;
  margin: .625rem 0 0;
}

.footer-legal-copy-wrapper {
  padding-top: 8%;
}

.footer-legal-copy-wrapper p {
  font-size: .75rem;
  line-height: 1.2;
  letter-spacing: .05px;
}

.footer-legal-copy-wrapper p:not(:last-child) {
  margin-bottom: 18px;
}

@media (min-width:1024px) {
  .page-footer {
    padding: 0 6.25% 3.5rem;
  }
  .footer-logo-wrapper {
    float: left;
    margin-right: 2%;
    margin-left: -1.5%;
    max-width: 25%;
  }
  .footer-links-wrapper {
    float: right;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    max-width: 78%;
  }
  .footer-links-wrapper a {
    font-size: .875rem;
    line-height: 1;
    letter-spacing: .06px;
    text-align: right;
    margin-bottom: .5rem;
  }
  .footer-links-wrapper a:not(:last-child) {
    margin-right: 28px;
  }
  .footer-legal-copy-wrapper {
    float: left;
    padding-top: 1.25rem;
    width: 52%;
  }
  .footer-contact-info {
    padding-top: 1.25rem;
    clear: both;
    float: right;
    width: 48%;
    text-align: right;
  }
  .footer-contact-info .footer-contact-us-copy p,
  .footer-contact-info .footer-more-info-copy p {
    text-align: right;
  }
  .footer-contact-info .footer-more-info-copy p {
    padding-left: 30%;
  }
  .footer-contact-info .footer-more-info-copy p.heading {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    max-width: 275px;
  }
}

.collapse-wrapper {
  padding: .875rem 9%;
}

.collapse-group {
  border-bottom: 1px solid #979797;
}

.collapse-group-heading {
  display: flex;
  flex-flow: column;
  padding: 1rem 1rem;
  cursor: pointer;
}

.collapse-group-heading:after {
  content: '+ Expand section';
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.collapse-group.collapse-group--active .collapse-group-heading:after {
  content: '- Collapse section';
}

.faq .collapse-group .collapse-group-heading {
  transition: background 350ms ease;
}

.faq .collapse-group .collapse-group-heading:hover {
  background-color: #e8f1f8;
}

.faq .collapse-group-heading::after,
.faq .collapse-group-heading::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  border: solid 2px #1c75bc;
  border-radius: 4px;
}

@media (min-width:1024px) {
  .faq .collapse-group-heading::after,
  .faq .collapse-group-heading::before {
    top: 50%;
  }
}

.faq .collapse-group-heading::before {
  width: 20px;
  height: 0;
}

.faq .collapse-group-heading::after {
  margin-top: -10px;
  width: 0;
  height: 20px;
  right: 30px;
}

.faq .collapse-group.collapse-group--active .collapse-group-heading::after {
  display: none;
}

.faq .collapse-group-heading {
  flex-flow: row;
  justify-content: space-between;
}

.collapse-group-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  color: #1c75bc;
  margin-bottom: 0;
}

.collapse-label {
  position: relative;
  padding: .75rem 2rem;
  transition: background 350ms ease;
  background-color: #e8f1f8;
}

.collapse-title {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.45px;
  color: #484b4c;
}

.collapse-group-content {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-out;
}

.collapse-group.collapse-group--active .collapse-group-content {
  max-height: 400rem;
  transition: max-height .5s ease-in;
}

.collapse-content-wrapper {
  padding: 1rem 2.125rem 1.75rem;
}

.collapse-content p {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #484b4c;
}

.collapse-content p + p {
  margin-top: 1rem;
}

.collapse-content a {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #1c75bc;
  overflow-wrap: break-word;
}

.collapse-content .number {
  font-size: .93rem;
  vertical-align: top;
}

.collapse-group.collapse-group--active {
  border-bottom: 0;
}

.collapse-list--single-list .collapse-label {
  background-color: #e8f1f8;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  padding: 1.375rem 9%;
  cursor: pointer;
}

.collapse-list--single-list .collapse-item--active .collapse-label {
  background-color: #e8f1f8;
}

.collapse-list--single-list .collapse-label::after,
.collapse-list--single-list .collapse-label::before {
  content: '';
  position: absolute;
  top: 45%;
  right: 20px;
  border: solid 2px #1c75bc;
  border-radius: 4px;
  background-color: #1c75bc;
}

.collapse-list--single-list .collapse-label::before {
  width: 20px;
  height: 0;
}

.collapse-list--single-list .collapse-label::after {
  margin-top: -10px;
  width: 0;
  height: 20px;
  right: 30px;
}

.collapse-list--single-list .collapse-item--active .collapse-label::after {
  display: none;
}

.collapse-list--single-list .collapse-title {
  color: #333;
  max-width: 80%;
}

.collapse-list--single-list .collapse-content {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease-out;
}

.collapse-list--single-list .collapse-item--active .collapse-content {
  max-height: 3500px;
  transition: max-height .5s ease-out;
}

.faq .collapse-group-title {
  font-size: 1.313rem;
}

@media (min-width:1024px) {
  .collapse-wrapper {
    padding: .875rem 11.25%;
  }
  .collapse-title {
    font-size: 1.375rem;
  }
  .collapse-content p {
    font-size: 1.25rem;
  }
  .collapse-content p + p {
    margin-top: 2rem;
  }
  .collapse-content a {
    font-size: 1.25rem;
  }
  .collapse-group-heading {
    justify-content: space-between;
    flex-flow: row;
    padding: 1.75rem 1rem;
  }
  .collapse-group-title {
    font-size: 2.125rem;
    font-weight: 300;
    margin-bottom: 0;
  }
  .collapse-label {
    padding: 1.25rem 4.81rem;
  }
  .collapse-content-wrapper {
    padding: 1.3125rem 3.125rem 2.25rem;
  }
  .collapse-list--single-list .collapse-label {
    padding: 1.375rem 3.125rem;
    background-color: #fff;
    border-top: 1px #979797 solid;
    border-bottom: none;
  }
  .collapse-list--single-list .collapse-label::after,
  .collapse-list--single-list .collapse-label::before {
    top: 50%;
  }
  .collapse-list--single-list .collapse-item--active .collapse-label,
  .collapse-list--single-list .collapse-item--active.collapse-item:first-of-type .collapse-label,
  .collapse-list--single-list .collapse-item:focus .collapse-label,
  .collapse-list--single-list .collapse-item:hover .collapse-label {
    background-color: #e8f1f8;
  }
  .faq .collapse-group-title {
    font-size: 2.125rem;
  }
}

.fullbleed-sbs img {
  display: none;
}

.fullbleed-sbs .bg-img {
  display: none;
}

.fullbleed-sbs .content-wrapper {
  text-align: center;
  padding: 2rem 15%;
}

.fullbleed-sbs.left-aligned .content-wrapper {
  background-color: #f3f7f9;
}

.fullbleed-sbs .content-wrapper .fullbleed-sbs-heading {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.45px;
  text-align: left;
  padding-right: 7.5%;
}

.fullbleed-sbs .content-wrapper .fullbleed-sbs-copy {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.19;
  text-align: left;
  margin-top: .75rem;
}

.fullbleed-sbs .content-wrapper .fullbleed-sbs-cta {
  display: inline-block;
  background-color: #1c75bc;
  border-radius: 18px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 1.75rem;
  padding: 6.25% 2% 6.5%;
  min-width: 230px;
  width: 100%;
}

.fullbleed-sbs .content-wrapper .fullbleed-sbs-cta:hover {
  background-color: #003479;
}

@media (min-width:1024px) {
  .fullbleed-sbs .bg-img {
    display: block;
  }
  .fullbleed-sbs {
    max-height: 360px;
  }
  .fullbleed-sbs img {
    display: block;
    max-height: 360px;
  }
  .fullbleed-sbs .content-wrapper {
    text-align: left;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 40%;
  }
  .fullbleed-sbs.left-aligned .content-wrapper {
    background-color: transparent;
    left: 10%;
  }
  .fullbleed-sbs.right-aligned .content-wrapper {
    right: 10%;
    padding-right: 12.5%;
  }
  .fullbleed-sbs .content-wrapper .fullbleed-sbs-heading {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.8px;
    padding-right: 0;
  }
  .fullbleed-sbs .content-wrapper .fullbleed-sbs-copy {
    font-size: 1.25rem;
    line-height: 1.14;
    margin-top: 1.25rem;
  }
  .fullbleed-sbs .content-wrapper .fullbleed-sbs-cta {
    margin-top: 2rem;
    padding: 3.75% 2%;
    width: auto;
  }
  .fullbleed-sbs.right-aligned .content-wrapper .fullbleed-sbs-cta {
    padding: 5.5% 4%;
  }
  .fullbleed-sbs.left-aligned.blue-bg {
    background-color: rgba(28, 117, 188, .1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 409px;
  }
  .fullbleed-sbs.left-aligned.blue-bg .content-wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding-left: 11.25%;
    padding-right: 5%;
    width: 55%;
    max-width: 55%;
  }
  .fullbleed-sbs.left-aligned.blue-bg .icon-wrapper {
    padding-right: 11.25%;
    width: 45%;
    height: 85%;
  }
  .fullbleed-sbs.left-aligned.blue-bg .icon-wrapper img {
    margin: auto 0 auto auto;
    height: 100%;
  }
  .fullbleed-sbs.right-aligned.white-bg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 409px;
  }
  .fullbleed-sbs.right-aligned.white-bg .content-wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0 0 0 28%;
    width: 55%;
    max-width: 55%;
  }
  .fullbleed-sbs.right-aligned.white-bg .icon-wrapper {
    padding-left: 11.25%;
    width: 45%;
    height: 85%;
  }
  .fullbleed-sbs.right-aligned.white-bg .icon-wrapper img {
    margin: auto auto auto 0;
    max-height: 100%;
  }
}

.grouplink {
  padding: 1rem 0;
  background-color: rgba(110, 117, 115, .03);
}

.grouplink-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grouplink-item {
  margin: 1rem 0;
}

.groulink-link {
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .07px;
  color: #1c75bc;
}

.groulink-link .icon-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.groulink-link .icon-wrapper img {
  width: 16px;
  height: 16px;
}

@media (min-width:1024px) {
  .grouplink-list {
    flex-direction: row;
  }
  .grouplink-item {
    margin: 1rem 1.625rem;
  }
}

.hero {
  width: 100%;
}

.hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hero-title-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 1rem 9.4%;
  background-color: #1c75bc;
}

.hero-title {
  font-size: 1.313rem;
  font-weight: 500;
  letter-spacing: -.54px;
  color: #fff;
  text-align: left;
  overflow: visible;
}

.hero-cover-image {
  display: none;
  width: 100%;
  height: auto;
}

@media (min-width:1024px) {
  .hero {
    height: 410px;
  }
  .hero-wrapper {
    position: relative;
    flex-direction: row;
    align-items: flex-end;
    padding: 0;
    height: 100%;
  }
  .hero-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .hero-title-wrapper {
    position: relative;
    align-items: center;
    height: 175px;
    padding: 25px 11.25%;
    background: rgba(28, 117, 188, .8);
    z-index: 2;
  }
  .hero-title {
    max-width: 85%;
    font-size: 2rem;
    line-height: .95;
    letter-spacing: -.8px;
    color: #fff;
    text-align: left;
  }
  .hero-cover-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .hero-cover-image {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    float: right;
    z-index: -1;
  }
  .hero.reduced-height {
    height: 250px;
  }
  .hero.reduced-height .hero-wrapper .hero-title-wrapper {
    padding: 1.25rem 11.25%;
    height: auto;
    min-height: 102px;
  }
  .hero.reduced-height .hero-wrapper .hero-title-wrapper .hero-title {
    font-size: 2rem;
    padding-right: 35%;
    max-width: none;
  }
  .hero.text-overlay {
    height: 270px;
  }
  .hero.text-overlay .hero-wrapper .hero-title-wrapper {
    padding: 2rem 11.25%;
    height: 100%;
  }
  .hero.text-overlay .hero-wrapper .hero-title-wrapper .hero-title {
    font-size: 2rem;
    padding-right: 42.5%;
    max-width: none;
  }
  .hero.gradient-overlay {
    height: 270px;
  }
  .hero.gradient-overlay .hero-wrapper .hero-title-wrapper {
    background: linear-gradient(90deg, #1c75bc 82.5%, rgba(28, 117, 188, 0) 100%);
    padding: 2rem 11.25%;
    width: 65%;
    height: 100%;
    z-index: 3;
  }
  .hero.gradient-overlay .hero-wrapper .hero-title-wrapper .hero-title {
    font-size: 2rem;
    padding-right: 0;
    max-width: none;
  }
}

.icon-cta {
  align-items: center;
  display: flex;
  background-color: #1c75bc;
  border-radius: 18px;
  text-decoration: none;
  margin: 0 auto;
  padding: 1rem 2rem;
  min-height: 80px;
  max-width: 346px;
  height: auto;
}

.icon-cta:hover {
  background-color: #003479;
}

.icon-cta span {
  color: #fff;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .21px;
  text-transform: uppercase;
  width: 80%;
}

.icon-cta .icon-wrapper {
  background-color: transparent;
  margin-left: auto;
  margin-right: 2%;
  padding: 0;
  width: 2rem;
  height: 2rem;
}

.icon-cta .icon-wrapper img {
  width: 100%;
  height: auto;
}

@media (min-width:1024px) {
  .icon-cta {
    margin-left: 0;
    padding: 1.313rem 2rem;
    min-height: 100px;
  }
  .icon-cta span {
    font-size: 1.125rem;
  }
  .icon-cta .icon-wrapper {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.infolist {
  font-family: Karbon, sans-serif;
}

.infolist-wrapper {
  padding: .875rem 9.4%;
}

.infolist-title-wrapper {
  margin: 0 0 .75rem 0;
}

.infolist-content-wrapper {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}

.infolist-description-box {
  margin-bottom: 0;
}

.infolist-description {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.storage-dosing-and-admin-page p.infolist-description {
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  font-weight: 400;
}

.infolist-list {
  padding-left: 20px;
  list-style: disc;
}

.infolist-list-item,
.infolist-list-subitem {
  padding: 0 30px 0 0;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333;
  overflow: visible;
  padding-left: 10px;
}

.infolist-list-item:not(:last-child),
.infolist-list-subitem:not(:last-child) {
  padding-bottom: 10px;
}

.infolist-list-subitem {
  list-style: circle;
  margin-left: 20px;
}

.infolist-list-item.infolist-qa-answer:first-child {
  margin-top: .5rem;
}

.infolist-list-item.infolist-qa-answer:not(:first-child) {
  margin-top: 0;
}

.infolist-sublist {
  list-style: circle;
  padding-left: 20px;
}

.infolist-sublist-item {
  font-size: 1.125rem;
  padding: 5px 0 0 5px;
  overflow: visible;
}

.infolist-list-item {
  list-style: disc;
}

.infolist-qa-box {
  font-family: Karbon, sans-serif;
}

.infolist-qa-item:not(:last-child) {
  margin-bottom: 1rem;
}

.infolist-qa-header {
  display: block;
  margin-bottom: .5rem;
  overflow: visible;
}

.infolist-qa-title {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #484b4c;
  padding-top: 2px;
  overflow: visible;
}

.infolist-qa-answer,
.infolist-qa-answer a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #484b4c;
}

.infolist-qa-answer a {
  color: #1c75bc;
}

.infolist-qa-answer:not(:first-child) {
  margin-top: .5rem;
}

.infolist-block {
  margin: 2.75rem 0 1.5rem;
}

.infolist-grid {
  display: flex;
  flex-flow: column;
  margin-top: 1.5rem;
}

.infolist-grid-title {
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #484b4c;
  margin-bottom: 1rem;
}

.infolist p,
.infolist p a {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.infolist p a {
  color: #1c75bc;
}

.infolist-grid-image {
  margin: 2rem 0;
}

.infolist-sidewrapper {
  background-color: #f4f7f9;
  padding: 28px;
  border-radius: 22px;
  width: 100%;
}

.infolist-sidewrapper p {
  font-family: Karbon, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #484b4c;
}

.infolist-sidewrapper p a {
  color: #1c75bc;
}

.infolist-sidewrapper .btn {
  display: inline-block;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  background-color: #1c75bc;
  text-transform: uppercase;
  line-height: 1.1;
  border-radius: 18px;
  text-decoration: none;
  margin-top: 41px;
  padding: 14px 68px;
}

.infolist-footer {
  padding: 0 5.5%;
  margin-bottom: 4.313rem;
}

.infolist-footer p {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0;
}

.infolist-subtitle h3 {
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: -.54px;
  color: #484b4c;
  margin-bottom: 1.313rem;
  margin-top: .5rem;
}

.infolist-subtitle h3 a {
  color: #1c75bc;
  margin-left: .375rem;
}

.infolist-flex {
  display: flex;
  align-items: flex-start;
}

@media (min-width:1024px) {
  .infolist-wrapper {
    padding: .875rem 11.25%;
  }
  .infolist p,
  .infolist p a {
    font-size: 1.25rem;
  }
  .infolist-content--full {
    flex-flow: column;
  }
  .infolist-title-wrapper {
    margin: .25rem 0 .5rem;
  }
  .infolist-description {
    font-size: 1.25rem;
  }
  .infolist-content--full .infolist-description-box {
    width: 100%;
  }
  .infolist-list {
    padding-left: 21px;
  }
  .infolist-list-item,
  .infolist-list-subitem {
    font-size: 1.25rem;
  }
  .infolist-sublist-item {
    font-size: 1.25rem;
    padding-top: 10px;
  }
  .infolist-block {
    margin: 2rem 0 3rem;
  }
  .infolist-grid {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 0;
  }
  .infolist-grid-item {
    width: 33.3%;
    margin-left: 30px;
  }
  .infolist-grid-item:first-of-type {
    margin-left: 0;
  }
  .infolist-grid-title {
    font-size: 1.375rem;
    margin-bottom: .75rem;
    min-height: 3.25rem;
  }
  .infolist-grid-description {
    min-height: 6.4rem;
  }
  .infolist-qa-item {
    margin-bottom: 2rem;
  }
  .infolist-qa-box {
    margin: 0;
  }
  .infolist-qa-header {
    margin-bottom: 1rem;
  }
  .infolist-qa-title {
    font-size: 1.375rem;
  }
  .infolist-qa-item {
    position: relative;
    margin: 0;
    padding: 0 2% 0 0;
  }
  .infolist-qa-item:not(:last-child) {
    margin-bottom: 1.75rem;
  }
  .infolist-qa-answer,
  .infolist-qa-answer a {
    font-size: 1.25rem;
  }
  .infolist-qa-answer:not(:first-child) {
    margin-top: .5rem;
  }
  .infolist-subtitle h3 {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.313rem;
  }
  .infolist-subtitle h3 a {
    margin-left: .5rem;
  }
}

.list-group {
  padding-left: 32px;
  font-family: Karbon, sans-serif;
}

ul.list-group {
  padding-left: 20px;
  list-style: disc;
}

ol.list-group {
  margin-top: 1rem;
  padding-left: 20px;
  list-style-type: decimal;
}

.list-group-item {
  padding: 0 0 10px 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
  overflow: visible;
}

.list-group-item span {
  display: block;
  margin-top: .25rem;
}

ol.list-group .list-group-item {
  padding-left: 10px;
}

.list-subgroup {
  list-style: circle;
  padding-left: 20px;
}

.list-subgroup-item {
  padding: 10px 0 0 10px;
  overflow: visible;
}

.list-group-text--no-margin {
  margin-left: -30px;
}

.list-group-text--no-margin.strong {
  font-weight: 500;
  text-transform: uppercase;
}

.list-group-text--no-margin.has-icon {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.list-group-text--no-margin.has-icon img {
  margin: .1rem .5rem 0 0;
  min-width: 24px;
}

.list-group-item span.asterix {
  float: left;
  margin: 0 .1rem 0 -.5rem;
}

@media (min-width:1024px) {
  .list-group-item {
    font-size: 1.25rem;
  }
  .list-group-item span {
    margin-top: .4rem;
  }
}

.page-heading {
  padding: 1.25rem 9%;
  margin-bottom: 4.25rem;
  font-family: Karbon, sans-serif;
  background-color: #eff1f3;
}

.page-description {
  display: flex;
  flex-direction: column;
}

.page-description p {
  margin: 1rem 0;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
}

@media (min-width:1024px) {
  .page-heading {
    padding: 4.25rem 11.25%;
    flex-direction: row;
    align-items: flex-start;
  }
  .page-description {
    display: inline-flex;
    flex-direction: row;
  }
  .page-description p {
    margin: 1rem;
  }
}

.panel {
  font-family: Karbon, sans-serif;
}

.panel-wrapper {
  padding: 1rem 9% .5rem;
}

.panel-heading {
  margin-top: 0;
  margin-bottom: 1rem;
}

.panel-title {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1c75bc;
}

.panel-subtitle {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

.panel-subtitle strong {
  font-weight: 500;
}

.panel-footer {
  margin: 2rem 0;
}

.panel p {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  color: #484b4c;
}

.panel p:last-child {
  margin-bottom: 1rem;
}

.panel p.list-group-text--no-margin {
  margin-left: -30px;
  max-width: calc(100% + 30px);
}

.panel p.list-group-text--no-margin:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel p.list-group-text--no-margin:last-child {
  margin-bottom: 0;
}

.panel p.list-group-text--no-margin a {
  word-break: break-all;
}

.panel p.list-group-text--no-margin.strong {
  max-width: 90%;
}

.panel a {
  font-weight: 400;
  color: #1c75bc;
  overflow-wrap: break-word;
}

.panel-section-title {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #003479;
  overflow: visible;
}

.panel .table-image {
  margin-bottom: 1rem;
}

.panel .table-image img {
  max-width: 100%;
  height: auto;
}

@media (min-width:1024px) {
  .panel-wrapper {
    padding: .875rem 11.25%;
  }
  .panel-footer {
    margin: 3.375rem 0;
  }
  .panel-heading {
    margin-top: .3rem;
    margin-bottom: 1rem;
  }
  .panel-title {
    font-size: 2.125rem;
    font-weight: 300;
  }
  .panel-subtitle {
    font-size: 1.25rem;
  }
  .panel p {
    font-size: 1.25rem;
    margin-bottom: 2.75rem;
  }
  .panel .table-image {
    margin: 2rem auto;
  }
  .panel-section-title {
    font-size: 1.25rem;
  }
}

.paragraph-with-list {
  padding: 1.25rem 11.25% 2rem;
}

.paragraph-with-list .copy {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding: 0;
}

.paragraph-with-list .list-heading {
  color: #003479;
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-with-list .list-wrapper {
  display: flex;
  margin-top: 1.75rem;
}

.paragraph-with-list .list-wrapper ul {
  list-style: disc;
  padding-left: 20px;
}

.paragraph-with-list .list-wrapper ul:not(:last-child) {
  margin-right: 6rem;
}

.paragraph-with-list .list-wrapper ul li {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: .1rem;
  overflow: visible;
}

.paragraph-with-list.protect-yourself .copy {
  padding-right: 4%;
}

@media (max-width:1023px) {
  .paragraph-with-list {
    padding: 1rem 9.4%;
  }
  .paragraph-with-list .list-heading {
    font-size: 1.125rem;
  }
  .paragraph-with-list .copy {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .paragraph-with-list .list-wrapper {
    flex-direction: column;
    margin-top: 1rem;
  }
  .paragraph-with-list .list-wrapper ul:not(:last-child) {
    margin-bottom: .5rem;
  }
  .paragraph-with-list .list-wrapper ul li {
    font-size: 1.125rem;
    line-height: 1.2;
    padding-left: 10px;
  }
  .paragraph-with-list .list-wrapper ul li:not(:last-child) {
    margin-bottom: .5rem;
  }
  .paragraph-with-list.protect-yourself {
    padding-top: 7.5%;
  }
}

.tile-crosslink-wrapper {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 5.5% 11.25%;
  justify-content: space-between;
}

.tile-crosslink {
  width: 100%;
  flex: 1 0 30%;
  padding: 3.375rem 2rem 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 30%;
  text-align: center;
  text-decoration: none;
  color: #3d4442;
}

.tile-crosslink:hover {
  border-width: 3px;
  padding: 3.25rem 1.875rem 7.375rem;
}

.tile-crosslink-icon img {
  height: 39px;
}

.tile-crosslink-title {
  overflow: visible;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
}

.tile-crosslink-title p {
  font-family: Karbon, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: .24px;
  line-height: normal;
  word-wrap: break-word;
}

.tile-crosslink-copy {
  margin-top: 14px;
}

.tile-crosslink-copy p {
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.19;
  letter-spacing: -.37px;
}

.tile-crosslink-action {
  margin-top: 0;
  position: absolute;
  bottom: 46px;
}

.tile-crosslink:hover .tile-crosslink-action {
  bottom: 44px;
}

.tile-crosslink-action .icon {
  background-color: #1c75bc;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .tile-crosslink-action {
    min-height: 3.125rem;
    left: 8.75rem;
  }
  .tile-crosslink-action .icon {
    margin: 0 auto;
  }
  .tile-crosslink-title p {
    font-size: 1.5rem;
  }
  .tile-crosslink-copy p {
    font-size: 1.25rem;
  }
}

.tile-crosslink-action .icon img {
  width: 20px;
}

@media (max-width:1023px) {
  .tile-crosslink-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 15% 0 10%;
    padding: 0 9.4%;
  }
  .tile-crosslink {
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding: 2rem 2.5rem 4.75rem;
    max-width: unset;
    width: 100%;
  }
  .tile-crosslink-title {
    min-height: 2.25rem;
  }
  .tile-crosslink-title p {
    font-size: 1.25rem;
  }
  .tile-crosslink-copy p {
    font-size: 1.125rem;
  }
  .tile-crosslink-action {
    bottom: 1.5rem;
  }
  .tile-crosslink-action .icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.field-wrapper.combo-box {
  background-color: #fff;
  padding: 11px 16px 11px;
  border-radius: 7px;
  color: #6e7573;
  font-weight: 400;
  letter-spacing: -.08px;
}

.field-wrapper.combo-box.active {
  font-weight: 500;
  color: #484b4c;
}

.combo-box-title {
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  position: relative;
}

.combo-box-title::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #1c75bc;
  position: absolute;
  right: 0;
  top: .845rem;
  transition: transform .3s linear;
}

.field-wrapper.combo-box.active .combo-box-title::after {
  transform: rotate(180deg);
}

.combo-box-title span {
  font-size: .875rem;
  letter-spacing: -.07px;
}

.combo-box-title:hover {
  cursor: pointer;
}

.combo-box-options {
  padding-left: 16px;
  margin-top: 1.969rem;
  list-style: none;
  font-size: 1rem;
  display: none;
}

.field-wrapper.combo-box.active .combo-box-action,
.field-wrapper.combo-box.active .combo-box-options {
  display: block;
}

.combo-box-options li {
  margin-bottom: 12.5px;
}

.combo-box-options li:last-child {
  margin-bottom: 0;
}

.combo-box-options li label {
  display: flex;
  position: relative;
}

.combo-box-options input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #1c75bc;
  width: 15px;
  height: 15px;
  appearance: none;
  margin-right: 13px;
  margin-top: 2px;
}

.combo-box-options input[type=checkbox]:active,
.combo-box-options input[type=checkbox]:focus {
  outline: 0;
}

.checkmark {
  position: absolute;
  display: none;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 3px;
}

.combo-box-options input[type=checkbox]:checked ~ .checkmark {
  display: block;
  position: absolute;
  background-color: #1c75bc;
}

.combo-box-action {
  margin-top: 22px;
  margin-bottom: 25.5px;
  text-align: center;
  display: none;
}

.combo-box-action .btn {
  background-color: #fff;
  border-radius: 9px;
  padding: 6px 40px 8px;
  color: #1c75bc;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.combo-box-action .btn:hover {
  cursor: pointer;
  background-color: #1c75bc;
  color: #fff;
}

form.content-padding {
  background-color: #f4f7f9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 1rem;
}

.field-wrapper {
  max-width: 350px;
}

@media (max-width:1024px) {
  .field-wrapper {
    max-width: 100%;
  }
}

.linklist {
  font-family: Karbon, sans-serif;
}

.linklist-wrapper {
  padding: 0 9%;
}

.linklist-header {
  display: block;
  padding: 75px 0 30px;
}

.linklists-title {
  width: 85%;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.linklist-list {
  list-style: none;
}

.linklist-item {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #979797;
}

.linklist-item:last-child {
  padding-bottom: 0;
}

.linklist-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.linklist-link-icon {
  display: none;
}

.linklist-link-content {
  padding: 5px 0;
}

.linklist-item:last-child .linklist-link .linklist-link-content {
  padding-bottom: 0;
}

.linklist-link-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.14;
  color: #1c75bc;
}

.linklist-link-description {
  padding: 15px 0 25px;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  color: #484b4c;
}

.linklist-link-description strong {
  font-weight: 500;
}

.linklist-item:last-child .linklist-link .linklist-link-content .linklist-link-description {
  margin-bottom: 0;
}

.linklist-link-learnmore {
  display: inline-block;
  margin-bottom: 1rem;
}

.linklist-link-downloadlink,
.linklist-link-learnmore {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .07px;
  color: #1c75bc;
  text-decoration: underline;
  vertical-align: middle;
}

.linklist a.link-style {
  font-weight: 300;
  color: #1c75bc;
  text-decoration: underline;
}

.linklist-link-downloadlink::after,
.linklist-link-learnmore::after {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 14px;
  margin-left: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}

.linklist-link-downloadlink::after {
  background-image: url(/files/images/icon-download.svg);
}

.linklist-link-learnmore::after {
  background-image: url(/files/images/icon-exterior-link.svg);
}

.linklist-link-learnmore {
  margin-right: 2.25rem;
}

.linklist-link-learnmore a {
  font-size: 1.125rem;
  font-weight: 500;
}

.linklist-item--featured .linklist-link {
  padding: 1.625rem;
  border-radius: 22px;
  background-color: #f4f7f9;
}

a.linklist-link:hover .linklist-link-downloadlink,
a.linklist-link:hover .linklist-link-learnmore,
a.linklist-link:hover .linklist-link-title {
  font-weight: 500;
}

.linklist-link-learnmore:hover a {
  font-weight: 500;
}

.linklist-item--featured .linklist-link-learnmore:hover a {
  font-weight: 500;
}

@media (min-width:1024px) {
  .linklist-wrapper {
    padding: 0 11.25%;
  }
  .linklist-link-title {
    font-size: 1.375rem;
  }
  .linklist-link-icon {
    display: block;
    width: 3.5rem;
    min-width: 3.5rem;
    margin-right: 2.81rem;
  }
  .linklist-item--featured .linklist-link {
    padding: 4.1rem 6rem;
  }
  .linklist-link-learnmore {
    display: inline;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .linklist-link-learnmore a {
    font-size: 1.25rem;
  }
  .linklist-link-downloadlink,
  .linklist-link-learnmore {
    font-size: 1.25rem;
  }
  .linklist-link-downloadlink::after,
  .linklist-link-learnmore::after {
    width: 18px;
    height: 16px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  text-align: center;
  background-color: rgba(184, 193, 203, .5);
  overflow: hidden;
  z-index: 201;
  opacity: 0;
  transition: opacity .5s ease-out;
}

.modal.modal--active {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 250ms ease-in;
}

.modal-wrapper {
  position: relative;
  margin: 9%;
  width: 100%;
  max-width: 42rem;
  max-height: 97.5vh;
  background: #fff;
  padding: 3.375rem 1.5rem 1.5rem;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin: 20px;
  background-image: url(/files/images/icon-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-content {
  margin: .875rem 0;
}

.modal-actions {
  display: block;
}

.modal-action {
  display: inline-block;
  border-radius: 18px;
  border: solid 1px #1c75bc;
  min-width: 14rem;
  margin: .78rem 0;
  padding: .875rem;
  font-size: 1rem;
  line-height: 1;
}

.modal-action--continue {
  background-color: #1c75bc;
  color: #fff;
}

.modal-action--return {
  background-color: #fff;
  color: #1c75bc;
}

.modal a,
.modal h1,
.modal p {
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.modal h1 {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #003479;
}

.modal h2 {
  color: #494d4e;
  font-size: 1.313rem;
  line-height: 1.2;
}

.modal p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484b4c;
}

.modal a {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
}

.modal p a {
  color: #1c75bc;
  text-transform: none;
}

@media (min-width:1024px) {
  .modal-wrapper {
    margin: 2.18rem;
    padding: 3.75rem;
  }
  .modal-action {
    margin: 0 .78rem;
  }
  .modal h1 {
    font-size: 2rem;
  }
}

.isi-wrapper {
  background-color: #eff1f3;
  width: 100%;
  padding-bottom: .5rem;
}

.collapse-isi {
  width: 100%;
  height: 25vh;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background-color: #eff1f3;
  z-index: 101;
}

.collapse-isi.hide {
  visibility: hidden;
}

.collapse-isi.show {
  height: 100%;
  max-height: 100vh;
}

.isi-header {
  background-color: #0093d0;
  display: flex;
  align-items: center;
  padding: .5rem 11.25%;
  width: 100%;
}

.isi-header .header-controls,
.isi-header .header-title {
  flex: 1;
}

.isi-header .header-controls {
  max-width: 2.8rem;
}

.isi-header .header-title {
  display: flex;
  align-items: center;
  overflow: visible;
}

.isi-header .header-title h2 {
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: .93;
  letter-spacing: .1px;
  color: #fff;
  text-transform: uppercase;
  overflow: visible;
}

.isi-header .header-controls ul {
  display: flex;
  justify-content: flex-end;
}

.isi-header .header-controls ul li button {
  background: 0 0;
  border: 0;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.isi-header .header-controls ul li button.hide {
  display: none;
}

.isi-header .header-controls ul li button .icon {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}

.isi-header .header-controls ul li button:hover {
  cursor: pointer;
}

.isi-content {
  padding: 0 11.25%;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: Karbon, sans-serif;
}

.cp-code {
  text-align: right;
}
.cp-code.cp-code-left {
  text-align: left;
}

.collapse-isi.show .isi-content {
  overflow-y: auto;
  height: calc(100% - 3.4rem);
  max-height: 100%;
}

.isi-content a,
.isi-content h3,
.isi-content li,
.isi-content p,
.isi-content strong {
  font-family: Karbon, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000;
}

.isi-content h3 {
  margin: .25rem 0 .25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.isi-content p,
.isi-content ul {
  margin-bottom: .875rem;
}

.isi-content p.medium-weight,
.isi-content p.medium-weight a {
  font-weight: 500;
}

.isi-content ul {
  list-style-type: disc;
  padding: 0 0 0 1.25rem;
}

.isi-content li {
  padding: 0 0 0 1.25rem;
  overflow: visible;
}

.isi-content a {
  font-weight: 400;
  font-size: 1.25rem;
  color: #1c75bc;
}

.isi-content span.underlined {
  text-decoration: underline;
}

.isi-content ul.sublist {
  list-style-type: circle;
  margin-left: 1.375rem;
}

.isi-content .list-aligned {
  margin-left: 2.5rem;
}

@media (min-width:1024px) {
  .isi-header .header-controls ul li button.expand-isi-btn span {
    padding-right: 1.563rem;
    margin-right: 25px;
    top: 1px;
  }
}

@media (max-width:1023px) {
  .collapse-isi.show .isi-content {
    overflow-y: auto;
  }
  .isi-wrapper {
    padding-bottom: .25rem;
  }
  .isi-header .header-controls {
    max-width: 1.874rem;
  }
  .isi-header .header-title h2 {
    font-size: 1.188rem;
  }
  .isi-header .header-controls ul li button .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .isi-header .header-controls ul li button span {
    display: none;
  }
  .isi-header {
    padding: .5rem 9%;
  }
  .isi-content {
    padding: 0 9%;
  }
  .isi-content h3 {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .1rem;
  }
  .isi-content a,
  .isi-content p,
  .isi-content ul li {
    font-size: 1rem;
  }
  .isi-content p,
  .isi-content ul {
    margin-bottom: .5rem;
  }
  .isi-content ul.sublist {
    margin-left: 1.25rem;
  }
}

.isi-content .list-aligned + ul {
  margin-bottom: 0;
}

.isi-content .list-aligned + ul li {
  margin-bottom: .5rem;
}

.disclaimer-wrapper {
  background-color: #eff1f3;
  padding: 1.25rem 9.4%;
}

.disclaimer-wrapper p {
  color: #000;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.disclaimer {
  padding-top: 3%;
  margin-bottom: 1rem;
}

.disclaimer p {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .06px;
  position: relative;
  overflow: visible;
}

.disclaimer a {
  color: #333;
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

.disclaimer .text-medium-weight {
  font-weight: 500;
}

.disclaimer .text-bold-weight {
  font-weight: 500;
}

.disclaimer-wrapper p:first-child {
  margin-bottom: 0;
}

.disclaimer-wrapper.single-column p:first-child {
  margin-bottom: 0;
}

.disclaimer p span.asterix::before,
.disclaimer p span.dagger::before,
.disclaimer p span.double-dagger::before,
.disclaimer p span.pilcrow::before,
.disclaimer p span.double-pilcrow::before,
.disclaimer p span.sharp::before,
.disclaimer p span.silcrow::before,
.disclaimer p span.vertical-bars::before {
  position: absolute;
  margin-left: -6px;
  display: inline-block;
}

.disclaimer p span.dagger::before,
.disclaimer p span.double-dagger::before,
.disclaimer p span.pilcrow::before,
.disclaimer p span.double-pilcrow::before,
.disclaimer p span.sharp::before,
.disclaimer p span.silcrow::before,
.disclaimer p span.vertical-bars::before {
  font-size: .65rem;
}

.disclaimer p span.asterix::before {
  content: '*';
}

.disclaimer p span.sharp::before {
  content: '#';
}

.disclaimer p span.dagger::before {
  content: '†';
}

.disclaimer p span.double-dagger::before {
  content: '‡';
}

.disclaimer p span.silcrow::before {
  content: '§';
}

.disclaimer p span.vertical-bars::before {
  content: '||';
}

.disclaimer p span.pilcrow::before {
  content: '¶';
}

.disclaimer p span.double-pilcrow::before {
  content: '¶¶';
}

.disclaimer p span.doubled-sign::before {
  margin-left: -12px;
}

.disclaimer p i {
  font-style: italic;
}

@media (min-width:1024px) {
  .content-padding.disclaimer {
    margin: 2rem 0 0;
    padding-top: 0;
  }
  .disclaimer {
    margin-bottom: 2.81rem;
  }
  .disclaimer p {
    font-size: 1rem;
  }
  .disclaimer-wrapper {
    display: flex;
    padding: 1.25rem 11.25%;
  }
  .disclaimer-wrapper p {
    font-size: 1.25rem;
    width: 48.5%;
  }
  .disclaimer-wrapper p:first-child {
    margin-right: 3%;
    margin-bottom: 0;
  }
  .disclaimer-wrapper.single-column {
    display: block;
  }
  .disclaimer-wrapper.single-column p {
    width: 100%;
  }
  .disclaimer-wrapper.single-column p:first-child {
    margin-right: 0;
  }
}

.qa-with-cta {
  padding: 1rem 9.4% 1.5rem;
}

.qa-with-cta h2 {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -.63px;
  margin-bottom: 1.25rem;
  padding: 0;
}

.qa-with-cta p {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding: 0;
}

.qa-with-cta .icon-cta {
  margin-top: 1.5rem;
}

.qa-with-cta .italic-text {
  font-style: italic;
}

@media (min-width:1024px) {
  .qa-with-cta {
    padding: 1.2rem 11.25%;
  }
  .qa-with-cta h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.8px;
    margin-bottom: 1.5rem;
  }
  .qa-with-cta p {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .qa-with-cta .icon-cta {
    margin-top: 1.75rem;
  }
}

.resource-list .resource-list-heading {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  padding: .5rem 0 0;
}

.resource-list .resource-list-item {
  display: block;
  border-bottom: 1px solid #979797;
  margin-top: 1.25rem;
  padding: 0 0 1.5rem;
  text-decoration: none;
}

.resource-list .resource-list-item:last-child {
  border-bottom: none;
}

.resource-list .resource-list-item .linklist-link-icon {
  display: none;
}

.resource-list .resource-list-item h3 {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.resource-list .resource-list-item p {
  color: #484b4c;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.resource-list .resource-list-item span {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .07px;
  text-decoration: underline;
}

.resource-list .resource-list-item .icon {
  margin-left: .5rem;
  vertical-align: middle;
  width: .8rem;
  height: .8rem;
}

.resource-list .resource-list-item:hover h3,
.resource-list .resource-list-item:hover span {
  font-weight: 500;
}

@media (min-width:1024px) {
  .resource-list .resource-list-heading {
    font-size: 1.25rem;
    padding: 1.25rem 0 1.75rem;
    line-height: 1.2;
  }
  .resource-list .resource-list-item {
    margin-top: 2.75rem;
    padding: 0 0 2.25rem;
  }
  .resource-list .resource-list-item h3 {
    font-size: 1.375rem;
  }
  .resource-list .resource-list-item p,
  .resource-list .resource-list-item span {
    font-size: 1.25rem;
  }
  .resource-list .resource-list-item .icon {
    width: .95rem;
    height: .95rem;
  }
  .resource-list .resource-list-item .linklist-link-icon {
    display: block;
    float: left;
  }
}

table.table {
  width: 100%;
  font-family: Karbon, sans-serif;
  color: #484b4c;
}

thead th {
  background-color: #eff1f3;
}

tbody tr {
  border-bottom: 2px solid #eff1f3;
}

tbody td,
thead th {
  padding: 2.25rem 1.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

tbody td {
  font-weight: 400;
}

tbody tr.table-subheading td {
  font-size: 1.125rem;
  font-weight: 500;
}

tbody tr.table-subheading td.normal-weight {
  font-weight: 400;
}

tbody tr {
  border-bottom: none;
}

tbody tr.table-subheading {
  border-bottom: 2px solid #eff1f3;
}

tbody tr td {
  padding: .25rem 2.25rem;
}

tbody tr.table-subheading td {
  text-align: left;
}

tbody tr:not(.table-subheading) td:first-child {
  text-align: left;
  padding-left: 3.5rem;
}

@media (min-width:1024px) {
  table.table {
    display: table;
  }
  tbody td,
  thead th {
    font-size: 1.25rem;
    padding: 1.25rem 2.25rem;
  }
}

.splash-page .splash-page-heading {
  background-color: #1c75bc;
  padding: 1rem 9.4%;
}

.splash-page .splash-page-heading h1 {
  color: #fff;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.54px;
  text-align: left;
}

.splash-page h2 {
  margin: 1rem 0;
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -.63px;
  text-align: center;
  padding: 0 9.4%;
}

.splash-page .redirect-options-wrapper {
  justify-content: center;
  display: flex;
  padding: 0 9.4%;
  margin: 1rem 0 1.5rem;
  flex-flow: column;
}

.splash-page .redirect-options-wrapper a {
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #1c75bc;
  border-radius: 18px;
  text-decoration: none;
  padding: 1.5rem 6%;
}

.splash-page .redirect-options-wrapper a:hover {
  border-width: 3px;
  padding: calc(1.5rem - 2px) calc(6% - 2px) calc(1.15rem - 2px);
}

.splash-page .redirect-options-wrapper a:not(:last-child) {
  margin-bottom: 1rem;
}

.splash-page .redirect-options-wrapper a span {
  color: #3d4442;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .19px;
  vertical-align: middle;
  width: 75%;
}

.splash-page .redirect-options-wrapper a span strong {
  font-weight: 500;
}

.splash-page .redirect-options-wrapper a img {
  justify-self: flex-end;
  margin-left: 9%;
  vertical-align: middle;
  max-width: 36px;
  height: auto;
  width: 16%;
}

.splash-page .disclaimer {
  padding: 0 9.4%;
  margin: 0;
}

.splash-page .disclaimer p {
  margin: 1.25rem 0;
}

.splash-page #header-submenu .page-links-wrapper {
  padding: 1.75rem 9%;
}

.splash-page #header-submenu .page-links-wrapper a:not(:last-child) {
  padding-bottom: .75rem;
}

.splash-page .info-options-wrapper {
  display: flex;
  justify-content: flex-start;
}

.splash-page .info-options-wrapper.show-on-mobile {
  display: flex;
}

.splash-page .info-options-wrapper.show-on-desktop {
  display: none;
}

@media (min-width:1024px) {
  .splash-page .splash-page-heading {
    padding: 1.75rem 11.25%;
  }
  .splash-page .splash-page-heading h1 {
    font-size: 2rem;
    line-height: .93;
    letter-spacing: -.8px;
    max-width: 880px;
  }
  .splash-page h2 {
    margin: 1.75rem 0 1.25rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.8px;
    padding: 0 11.25%;
  }
  .splash-page .redirect-options-wrapper {
    flex-flow: row;
    margin: 1rem 0 2.25rem;
    padding: 0 11.25%;
  }
  .splash-page .redirect-options-wrapper a {
    padding: 1.75rem 3% 1.5rem;
    max-width: 429px;
    min-height: 115px;
    width: 50%;
  }
  .splash-page .redirect-options-wrapper a:hover {
    padding: calc(1.75rem - 2px) calc(3% - 2px) calc(1.5rem - 2px);
  }
  .splash-page .redirect-options-wrapper a:not(:last-child) {
    margin-right: 4.5rem;
    margin-bottom: 0;
  }
  .splash-page .redirect-options-wrapper a span {
    font-size: 1.5rem;
    letter-spacing: .24px;
  }
  .splash-page .redirect-options-wrapper a img {
    max-width: 44px;
    height: auto;
  }
  .splash-page .disclaimer {
    padding: 0 11.25%;
  }
  .splash-page .info-options-wrapper.show-on-mobile {
    display: none;
  }
  .splash-page .info-options-wrapper.show-on-desktop {
    display: flex;
  }
}

.home-page-heading {
  padding: 1rem 9.4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page-description p {
  margin: 0 0 1rem;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.home-page-heading .home-page-ctas {
  width: 100%;
}

.home-page-heading .home-page-ctas .icon-cta:not(:last-child) {
  margin-bottom: 12px;
}

.consumer-home .disclaimer {
  padding: 0 9%;
}

.consumer-home .disclaimer p {
  margin: 0;
  color: #484b4c;
}

@media (min-width:1024px) {
  .home-page-heading {
    padding: 1.25rem 11.25%;
    flex-direction: row;
    align-items: flex-start;
  }
  .home-page-description {
    width: 56%;
    margin-bottom: 0;
    margin-right: 4.68rem;
    padding-right: 1.75%;
  }
  .home-page-heading .home-page-ctas {
    width: 330px;
  }
  .home-page-description p {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .consumer-home .disclaimer {
    margin: 0;
    padding: 4.75% 11.25% 0;
    margin-bottom: 0;
  }
}

.about-page-heading {
  padding: 4.25rem 9%;
  margin-bottom: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eff1f3;
}

.about-page-description p {
  margin: 1rem 0;
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.hcp-about-page .infolist-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.hcp-about-page .infolist-grid-image {
  margin-top: auto;
}

@media (min-width:1024px) {
  .about-page-heading {
    padding: 3.625rem 11.25% 5.25rem;
    flex-direction: row;
    align-items: flex-start;
  }
  .about-page-description {
    width: 60%;
    margin-bottom: 0;
    margin-right: 4.68rem;
  }
  .about-page-heading .about-page-cta {
    margin-top: 1rem;
    width: 330px;
  }
  .hcp-about-page .disclaimer {
    padding: 0 11.25%;
  }
}

.consumer-about-covid .paragraph-with-list .copy {
  font-weight: 400;
}

@media (min-width:1024px) {
  .consumer-about-covid .qa-with-cta {
    padding-bottom: 3%;
  }
}

@media (min-width:1024px) {
  .about-the-janssen-vaccine .infolist-description {
    margin-bottom: .5rem;
  }
}

.consumer-resources .disclaimer {
  color: #484b4c;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  letter-spacing: .06px;
}

.consumer-resources .resource-section-heading {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -.63px;
  margin: 1rem 0 0;
  padding: 0;
}

@media (min-width:1024px) {
  .consumer-resources .resource-section-heading {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.8px;
    margin: 0rem 0 1.5rem;
  }
  .consumer-resources .resource-list {
    padding-top: .2rem;
  }
}

.thank-you-disclaimer {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.25rem 9.4% 0;
}

.contact-us .content {
  padding: 1.5rem 0;
}

.contact-us .content > div {
  padding: 0 9.4%;
  overflow: visible;
}

.contact-us .content hr {
  margin: 1.5rem 9%;
}

.contact-us .content a,
.contact-us .content h2,
.contact-us .content p {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact-us .content h2 {
  margin-bottom: .75rem;
}

.contact-us .content p {
  font-size: 1.125rem;
  font-weight: 400;
}

.contact-us .content a {
  color: #1c75bc;
  font-size: 1.125rem;
}

.mobile-tel.show-on-mobile {
  display: initial;
}

.mobile-tel.show-on-desktop {
  display: none;
}

@media (min-width:1024px) {
  .thank-you-disclaimer {
    font-size: 1.25rem;
    padding: 1.25rem 11.25% 0;
  }
  .contact-us .content {
    align-content: center;
    justify-content: left;
    display: flex;
    padding: 3rem 11.25% 5rem;
  }
  .contact-us .content > div {
    padding: 0;
    width: 33.5%;
  }
  .contact-us .content a br {
    display: none;
  }
  .contact-us .content hr {
    display: none;
  }
  .contact-us .content h2 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .contact-us .content a,
  .contact-us .content p {
    font-size: 1.25rem;
  }
  .contact-us .content hr {
    margin: 10% 9%;
  }
  .contact-us .report-adverse-events {
    width: 42%!important;
  }
  .contact-us .report-adverse-events h2 {
    max-width: 250px;
  }
  .contact-us .report-adverse-events p {
    max-width: 350px;
  }
  .contact-us .content > div:not(:last-child) {
    margin-right: 17.1%;
  }
  .mobile-tel.show-on-mobile {
    display: none;
  }
  .mobile-tel.show-on-desktop {
    display: initial;
  }
}

.sitemap .hero {
  height: auto;
}

.sitemap .hero .hero-wrapper {
  height: auto;
}

.sitemap .content {
  padding: 2rem 9.4% 1rem;
}

.sitemap .content .category-name,
.sitemap .content a {
  display: block;
  color: #3572b9;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  padding-bottom: 1.5rem;
}

.sitemap .content .section-heading {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -.63px;
  padding: 1rem 0 1.5rem;
  overflow: visible;
}

.sitemap .content .category-name {
  color: #6e7573;
  font-size: 1.375rem;
  text-decoration: none;
  padding: .75rem 0 1.25rem;
}

.sitemap .content .sub-category-list {
  clear: both;
  padding-left: 20px;
  margin-bottom: 1.25rem;
  list-style: disc;
}

.sitemap .content .sub-category-list li {
  clear: both;
  overflow: visible;
  padding-left: 10px;
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    .sitemap .content .sub-category-list li a {
      display: inline-block;
    }
  }
}

@media (min-width:1024px) {
  .sitemap .content {
    padding: 2.25rem 11.25%;
  }
  .sitemap .content .category-name,
  .sitemap .content a {
    font-size: 1.25rem;
  }
  .sitemap .content .section-heading {
    font-size: 2.125rem;
    line-height: 1.2;
    letter-spacing: -.8px;
    padding: 1rem 0 2.5rem;
  }
}

.isi-page .hero {
  height: auto;
}

.isi-page .hero .hero-wrapper {
  height: auto;
}

.isi-page .content {
  padding: 1rem 9.4% 1.25rem;
}

.isi-page .content .section-title {
  line-height: 1.15;
  margin-bottom: .5rem;
}

.isi-page .content .section-title:not(:first-child) {
  margin-top: 1rem;
}

.isi-page .content p,
.isi-page .content p a,
.isi-page .content ul li,
.isi-page .content ul li a {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.isi-page .content p a,
.isi-page .content ul li a {
  color: #1c75bc;
}

.isi-page .content ul {
  padding-left: 20px;
  list-style: disc;
}

.isi-page .content ul li {
  padding: 0 0 0 10px;
  overflow: visible;
}

.isi-page .content ul.sublist {
  list-style-type: circle;
  margin-left: 1.375rem;
}

.isi-page .content .list-aligned {
  margin-left: 1.875rem;
}

@media (min-width:1024px) {
  .isi-page .content {
    padding: 2rem 11.25% 2.5rem;
  }
  .isi-page .content .section-title:not(:first-child) {
    margin-top: 1.5rem;
  }
  .isi-page .content p,
  .isi-page .content p a,
  .isi-page .content ul li,
  .isi-page .content ul li a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .isi-page .content ul.sublist {
    margin-left: .75rem;
  }
}

.isi-page .content .list-aligned + ul {
  margin-bottom: 0;
}

.isi-page .content .list-aligned + ul li {
  margin-bottom: 1rem;
}

.isi-page .content .list-aligned + ul li:last-child {
  margin-bottom: 0;
}

.webinars-page .content {
  padding: 1rem 9.4%;
}

.webinars-page .content .section-title {
  line-height: 1.2;
  margin-bottom: .5rem;
}

.webinars-page .content .section-subtitle {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: .5rem;
  padding-top: .1rem;
  overflow: visible;
}

.webinars-page .content p,
.webinars-page .content ul li {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.webinars-page .content p.medium-weight {
  font-weight: 500;
}

.webinars-page .content p:not(:last-child) {
  margin-bottom: .75rem;
}

.webinars-page .content p a {
  color: #1c75bc;
  font-weight: 500;
}

.webinars-page .content ul {
  padding-left: 20px;
  list-style-type: disc;
}

.webinars-page .content ul li {
  padding: 0 0 0 10px;
  overflow: visible;
}

@media (min-width:1024px) {
  .webinars-page .content {
    padding: 1rem 11.25%;
  }
  .webinars-page .content .section-subtitle,
  .webinars-page .content .section-title {
    margin-bottom: 1rem;
  }
  .webinars-page .content .section-subtitle {
    font-size: 1.25rem;
  }
  .webinars-page .content p,
  .webinars-page .content ul li {
    font-size: 1.25rem;
  }
  .webinars-page .content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.disclaimer.hcp {
  margin: 12% auto 14%;
}

.webinar-banner {
  background-color: rgba(28, 117, 188, .2);
  padding: 2rem 15% 2.25rem;
}

.webinar-banner img {
  display: none;
}

.webinar-banner h2 {
  color: #003479;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.webinar-banner a {
  display: block;
  background-color: #fff;
  border-radius: 18px;
  color: #003479;
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  text-decoration: none;
}

.webinar-banner a:hover {
  background-color: #003479;
  color: #fff;
}

#ensuring-authenticity {
  background-color: #f3f7f9;
  padding: 1rem 4.75%;
  margin-bottom: 3rem;
}

#ensuring-authenticity .content-padding {
  padding-top: 0;
}

#ensuring-authenticity .content-padding h3 {
  color: #1c75bc;
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.45px;
  margin-bottom: 1rem;
}

#ensuring-authenticity .content-padding p {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.19;
}

#ensuring-authenticity .content-padding p:not(:last-child) {
  margin-bottom: 1rem;
}

#ensuring-authenticity .content-padding p a {
  color: #1c75bc;
}

@media (min-width:1024px) {
  .home-page-heading.hcp {
    padding: 1.25rem 11.25%;
  }
  .home-page-heading.hcp .home-page-description {
    padding: 0 1.75% 0 0;
  }
  .home-page-heading.hcp .home-page-ctas .icon-cta span {
    padding-right: 0;
  }
  .home-page-heading.hcp .home-page-ctas {
    padding: 0;
  }
  .disclaimer.hcp {
    margin: 2.81rem auto;
    padding-top: 0;
  }
  .webinar-banner {
    align-items: center;
    display: flex;
    padding: 1.25rem 11.25%;
  }
  .webinar-banner img {
    display: block;
    width: 4.625rem;
  }
  .webinar-banner h2 {
    font-size: 1.5rem;
    margin: 0 2.5rem;
  }
  .webinar-banner a {
    display: block;
    background-color: #fff;
    border-radius: 18px;
    color: #003479;
    font-family: Karbon, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    margin-right: 0;
    padding: 1rem;
    width: 262px;
  }
  #ensuring-authenticity {
    padding: .5rem 0 2.5rem;
    margin-bottom: 0;
  }
  #ensuring-authenticity .content-padding {
    padding: 2% 11.25% 0;
  }
  #ensuring-authenticity .content-padding h3 {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: .67;
    letter-spacing: -.8px;
    margin-bottom: 1.5rem;
    overflow: visible;
  }
  #ensuring-authenticity .content-padding p {
    font-size: 1.25rem;
  }
  #ensuring-authenticity .content-padding p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .home-page .fullbleed-sbs.left-aligned,
  .home-page .fullbleed-sbs.right-aligned {
    padding-left: 11.25%;
    padding-right: 11.25%;
  }
  .home-page .fullbleed-sbs.left-aligned .bg-img,
  .home-page .fullbleed-sbs.right-aligned .bg-img {
    width: auto;
    height: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .home-page .fullbleed-sbs.left-aligned {
    display: flex;
    justify-content: flex-end;
    background: rgba(28, 117, 188, .1);
  }
  .home-page .fullbleed-sbs.left-aligned .content-wrapper {
    left: 11.25%;
  }
  .home-page .fullbleed-sbs.right-aligned .content-wrapper {
    padding-right: 11.25%;
  }
}

.hcp-about-covid-page .page-heading {
  margin-bottom: 1.5rem;
}

.hcp-about-covid-page .page-heading + .panel .panel-section-title,
.hcp-about-covid-page .page-heading + .panel .panel-subtitle {
  margin-bottom: 2rem;
}

.hcp-about-covid-page .content-padding.disclaimer p {
  font-family: Karbon, sans-serif;
  font-weight: 400;
}

.hcp-about-covid-page .panel .panel-subtitle {
  font-weight: 400;
  margin-bottom: 1.5rem;
}

@media (min-width:1024px) {
  .hcp-about-covid-page .page-heading + .panel .list-group {
    column-count: 3;
    column-gap: 2.375rem;
  }
  .hcp-about-covid-page .panel-wrapper {
    margin-bottom: 1rem;
    padding-top: 1.25rem;
  }
  .hcp-about-covid-page .tile-crosslink-wrapper.content-padding {
    margin-top: 6rem;
    margin-bottom: 7.125rem;
  }
}

.hcp-clinical-trial-page .page-heading {
  margin-bottom: 0;
}

.hcp-clinical-trial-page .content-padding.disclaimer {
  padding: 0 9%;
}

.hcp-clinical-trial-page .content-padding.disclaimer .disclaimer-important {
  color: #f0f;
}

.hcp-clinical-trial-page .collapse-wrapper {
  padding: .875rem 0 0;
}

.hcp-clinical-trial-page .collapse-wrapper .collapse-item:last-child .collapse-content-wrapper {
  padding-bottom: 0;
}

.hcp-clinical-trial-page .panel--collapse .panel-heading,
.hcp-clinical-trial-page .panel--collapse .panel-wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.hcp-clinical-trial-page .panel--collapse {
  padding-bottom: 1.5rem;
}

.panel.panel-default.panel--collapse .panel-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.panel.panel-default.panel--collapse .panel-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.hcp-clinical-trial-page .panel.panel-default.panel--collapse .panel-heading {
  padding-right: 9.4%;
  padding-left: 9.4%;
}

.hcp-clinical-trial-page .content-padding.disclaimer {
  margin-top: 1.31rem;
}

.table-header {
  padding: 1.25rem 1.8125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  background-color: #eff1f3;
}

.table-mobile {
  display: -ms-grid;
  display:     grid;
  grid-template-columns: 33% 33% 33%;
}

.table-mobile div {
  padding: .25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  font-family: Karbon, sans-serif;
  color: #484b4c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.table-mobile .table-heading,
.table-mobile .table-subheading {
  font-weight: 500;
  border-bottom: 2px solid #eff1f3;
}

.table-mobile .table-heading {
  background-color: #eff1f3;
}

.table-mobile .first-column {
  text-align: left;
  padding-left: 1.5rem;
  justify-content: flex-start;
}

.table-subheading.first-column {
  text-align: left;
  justify-content: flex-start;
  padding-left: .5rem;
  width: 100%;
}

.hcp-clinical-trial-page .panel.serious-aes ul:not(.infolist-list) {
  padding: 0 0 0 32px;
}

.hcp-clinical-trial-page .panel.serious-aes ul:not(.infolist-list) li {
  overflow: visible;
}

.hcp-clinical-trial-page .panel.serious-aes ul:not(.infolist-list) li::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: .625rem;
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: .7em;
  margin-top: 4px;
  margin-left: -1em;
}

.hcp-clinical-trial-page .panel.serious-aes ul li p {
  padding-top: .25rem;
  line-height: 1;
}

.hcp-clinical-trial-page .post-table-copy {
  margin-top: 1rem;
}

.group-headed-table tr th:first-child {
  align-content: flex-end;
  text-align: left;
}

.group-headed-table th,
.group-headed-table tr td,
.group-headed-table tr.table-group-row td,
.group-headed-table tr.table-group-row td.normal-weight {
  font-size: 1.125rem;
}

.group-headed-table tr td sup {
  font-size: .5rem;
  font-weight: 200;
}

.group-headed-table tr.table-group-row td.normal-weight {
  font-weight: 400;
}

.group-headed-table tbody tr td,
.group-headed-table th {
  padding: .25rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
}

.group-headed-table tbody tr td:first-child {
  text-align: left;
  padding-left: 1.5rem;
}

.group-headed-table tr.table-group-row td {
  font-weight: 500;
}

.group-headed-table tr.table-group-row td:first-child {
  padding-left: .5rem;
  font-weight: 500;
}

.group-headed-table tbody tr.table-group-row:not(:first-child) td {
  border-top: 2px solid #eff1f3;
}

.group-headed-table tbody tr.table-group-row:last-of-type td {
  border-top: 2px solid #eff1f3;
}

@media (min-width:1024px) {
  .hcp-clinical-trial-page .panel--collapse .panel-body {
    padding-left: 11.25%;
    padding-right: 11.25%;
  }
  .hcp-clinical-trial-page .panel.panel-default.panel--collapse .panel-heading {
    padding-right: 11.25%;
    padding-left: 11.25%;
  }
  .hcp-clinical-trial-page .panel p {
    margin-bottom: 1.25rem;
  }
  .hcp-clinical-trial-page .panel p:last-child {
    margin-bottom: 0;
  }
  .hcp-clinical-trial-page .content-padding.disclaimer {
    padding: 0 11.25%;
  }
  .hcp-clinical-trial-page .collapse-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .panel.panel-default.panel--collapse .panel-wrapper .content-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .table-header {
    font-size: 1.25rem;
  }
  .hcp-clinical-trial-page .post-table-copy {
    margin-top: 2rem;
  }
  .hcp-clinical-trial-page .panel--collapse .panel-heading {
    margin-top: .3rem;
    margin-bottom: 1rem;
  }
  .hcp-clinical-trial-page .panel--collapse .panel-body .content-padding:first-child {
    padding-top: 0;
  }
  .group-headed-table th,
  .group-headed-table tr td,
  .group-headed-table tr.table-group-row td,
  .group-headed-table tr.table-group-row td.normal-weight {
    font-size: 1.25rem;
  }
  .group-headed-table tr td sup {
    font-size: .7rem;
    font-weight: 200;
  }
  .group-headed-table tbody tr td,
  .group-headed-table th {
    padding: .25rem 2.25rem;
  }
  .group-headed-table tbody tr.table-group-row td:first-child {
    text-align: left;
    padding-left: 2.25rem;
  }
  .group-headed-table tbody tr:not(.table-group-row) td:first-child {
    text-align: left;
    padding-left: 3.5rem;
  }
}

.hcp-covid-resources-page .page-heading {
  margin-bottom: 1.5rem;
}

.hcp-covid-resources-page .linklist-header {
  padding-top: 1.325rem;
}

.hcp-covid-resources-page .linklists-title {
  width: 100%;
}

.linklist-link-content .linklist-link-description {
  margin: 0;
}

.linklist-link-content .linklist-link-description + .linklist-link-description {
  padding-top: 0;
}

.hcp-covid-resources-page .linklist-item--featured .list-group {
  margin-top: 2rem;
}

.hcp-covid-resources-page .linklist-item:last-of-type {
  border-bottom: none;
}

.hcp-covid-resources-page .content-padding.disclaimer + hr {
  margin-bottom: 5rem;
}

.hcp-covid-resources-page .linklist-list .linklist-item:first-child {
  padding-top: 0;
}

@media (min-width:1024px) {
  .hcp-covid-resources-page .page-heading {
    margin-bottom: 5.25rem;
  }
}

.hcp-safety-information-page .page-heading {
  margin-bottom: 1.5rem;
}

.hcp-safety-information-page .page-heading + .panel .panel-subtitle {
  margin-bottom: 1.5rem;
}

.hcp-safety-information-page .content-padding.disclaimer p {
  font-family: Karbon, sans-serif;
  font-weight: 400;
}

.hcp-safety-information-page .list-group-item .panel-section-title {
  font-weight: 400;
}

.hcp-safety-information-page p.contact-info {
  margin-left: .15rem;
}

@media (min-width:1024px) {
  .hcp-safety-information-page .page-heading {
    margin-bottom: 5.25rem;
  }
  .hcp-safety-information-page .content-padding.disclaimer {
    margin-top: 1.935rem;
    padding: 0 11.25%;
  }
  .hcp-safety-information-page .panel-wrapper {
    padding-top: 1.25rem;
  }
  .hcp-safety-information-page p.contact-info {
    margin-left: -30px;
    margin-top: -1rem;
    padding-left: 2rem;
  }
}

.storage-dosing-and-admin-page .page-copy-wrapper {
  margin-top: 1.25rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.storage-dosing-and-admin-page .page-copy-text p {
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333;
  margin-bottom: 1rem;
}

.storage-dosing-and-admin-page .page-copy-text p:last-child {
  margin-bottom: 2rem;
}

.infolist-content-wrapper .page-copy-video video,
.storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video video {
  width: 100%;
  background: #e7eef7;
  border-radius: 22px;
}

.infolist-content-wrapper .page-copy-video,
.storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video {
  display: flex;
  flex-wrap: wrap;
}

.infolist-content-wrapper .page-copy-video {
  width: 100%;
}

.infolist-content-wrapper .page-copy-video .icon-cta,
.storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video .icon-cta {
  margin-top: 1.938rem;
  margin-left: 1rem;
}

.infolist-content-wrapper .page-copy-video .icon-cta span,
.storage-dosing-and-admin-page .page-copy-wrapper .page-copy-vid {
  font-family: Karbon, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.storage-dosing-and-admin-page .infolist-description {
  font-size: 1.375rem;
  font-weight: 500;
}

.infolist-wrapper-icon {
  position: relative;
}

.infolist-wrapper-icon::before {
  content: '';
  display: block;
  background: url(/files/images/icon-thermometer.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 60px;
  height: 68px;
  top: 1.625rem;
  margin-left: 0;
}

.infolist-wrapper-icon.icon-eye::before {
  background: url(/files/images/icon-eye.svg) no-repeat;
  background-size: contain;
}

.infolist-wrapper-icon.icon-vaccine::before {
  background: url(/files/images/icon-vaccine.svg) no-repeat;
  background-size: contain;
}

.infolist-wrapper-icon.icon-resource-vaccine::before {
  background: url(/files/images/icon-resource-vaccine.svg) no-repeat;
  background-size: 55px 55px;
}

.infolist-wrapper-icon.icon-administration::before {
  background: url(/files/images/icon-administration.svg) no-repeat;
  background-size: 55px 55px;
}

.infolist-wrapper-icon.icon-authenticity::before {
  background: url(/files/images/icon-authenticity.svg) no-repeat;
  background-size: contain;
}

.infolist-wrapper-icon.icon-supplied::before {
  background: url(/files/images/icon-supplied.svg) no-repeat;
  background-size: contain;
}

.infolist-wrapper-icon.icon-calendar::before {
  background: url(/files/images/icon-calendar.svg) no-repeat;
  background-size: contain;
}

.infolist-wrapper-icon.no-icon::before {
  background: 0 0!important;
  background-size: contain;
}

.infolist-wrapper-icon .infolist-content-wrapper,
.infolist-wrapper-icon .infolist-title-wrapper {
  padding: 0 0 0 7.5%;
}

.infolist-wrapper-icon .infolist-content-wrapper .infolist-list-item {
  padding-right: 0;
}

.infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist {
  padding-right: 78px;
}

.infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist p {
  font-family: Karbon, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484b4c;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.875rem;
}

.storage-dosing-and-admin-page .infolist-sidewrapper {
  background-color: #f4f7f9;
}

.storage-dosing-and-admin-page .infolist-wrapper .infolist-sidewrapper p {
  color: #484b4c;
  margin: 0;
}

.storage-dosing-and-admin-page .infolist-wrapper .infolist-sidewrapper p a {
  word-break: break-all;
  word-break: break-word;
}

.infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist p a {
  color: #1c75bc;
}

.infolist-content-wrapper.padding-right-0 {
  padding-right: 0;
}

@media (max-width:1023px) {
  .storage-dosing-and-admin-page .page-copy-wrapper {
    flex-direction: column;
  }
  .infolist-wrapper-icon .infolist-title-wrapper {
    margin-top: 1rem;
  }
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-text {
    max-width: 100%;
    margin-right: 0;
  }
  .storage-dosing-and-admin-page .infolist-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .storage-dosing-and-admin-page .infolist-description {
    font-size: 1.125rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist {
    padding-right: 0;
  }
  .storage-dosing-and-admin-page .infolist-footer {
    margin-top: 2.563rem;
  }
  .infolist-content-wrapper.padding-right-0 {
    padding: 0 9.4%;
  }
  .infolist-wrapper-icon .infolist-content-wrapper,
  .infolist-wrapper-icon .infolist-title-wrapper {
    padding: 0 9.4%;
  }
  .infolist-wrapper-icon::before {
    display: none;
  }
  .infolist-content-wrapper .page-copy-video .icon-cta,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video .icon-cta {
    margin-left: 0;
  }
  .storage-dosing-and-admin-page .infolist-sidewrapper {
    margin-bottom: 2rem;
  }
  .infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist p {
    font-size: 1.125rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-thermometer {
    margin-bottom: 2rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-resource-vaccine .infolist-list {
    margin-bottom: 3rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-administration .infolist-sidewrapper,
  .storage-dosing-and-admin-page .infolist-wrapper.icon-resource-vaccine .infolist-sidewrapper {
    margin-bottom: 1.75rem;
  }
}

@media (min-width:1024px) {
  .infolist-content-wrapper .page-copy-video,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .infolist-content-wrapper .page-copy-video iframe,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video iframe {
    align-items: center;
    margin-top: 22px;
  }
  .infolist-content-wrapper .page-copy-video .icon-ctas,
  .infolist-content-wrapper .page-copy-video video,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video .icon-ctas,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-video vide {
    width: 40%;
  }
  .infolist-content-wrapper .page-copy-video .icon-cta span,
  .storage-dosing-and-admin-page .page-copy-wrapper .page-copy-vid {
    font-size: 1.25rem;
  }
  .storage-dosing-and-admin-page .page-copy-text p {
    font-size: 1.25rem;
  }
  .storage-dosing-and-admin-page .disclaimer-wrapper p {
    width: 100%;
  }
  .storage-dosing-and-admin-page .infolist-wrapper-icon .infolist-content-wrapper .infolist-sidelist--dosing-and-administration {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 0;
    align-items: flex-start;
  }
  .storage-dosing-and-admin-page .infolist-sidelist--dosing-and-administration .infolist-list.administration,
  .storage-dosing-and-admin-page .infolist-sidelist--dosing-and-administration .infolist-list:first-child,
  .storage-dosing-and-admin-page .infolist-sidelist--dosing-and-administration .infolist-sidewrapper {
    width: 50%;
  }
  .infolist-list.width-60 {
    width: 60%!important;
  }
  .infolist-sidewrapper.width-40 {
    width: 40%!important;
  }
  .storage-dosing-and-admin-page .infolist-sidelist--dosing-and-administration .infolist-list.administration {
    margin-bottom: 0!important;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-supplied {
    margin-bottom: 2.5rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-thermometer {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-resource-vaccine {
    margin-bottom: 1.75rem;
  }
  .storage-dosing-and-admin-page .infolist-wrapper.icon-administration {
    margin-bottom: 2.25rem;
  }
}

.expiry-information-page .page-copy-wrapper {
  padding-top: 1.25rem;
}

.expiry-information-page .page-copy-wrapper p {
  font-size: 1rem;
  font-family: Karbon, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

.qr-code-wrapper {
  height: 195px;
  width: 100%;
}

.expiry-information-page .infolist-subtitle .infolist-content-wrapper {
  float: left;
  clear: both;
  padding-left: 4rem;
}

.expiry-information-page .infolist-subtitle.icon {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.infolist-subtitle.icon::before {
  content: '';
  display: block;
  width: 49px;
  height: 41px;
  background: url(/files/images/icon-qr-code.svg) no-repeat;
  background-size: contain;
  margin-right: 1rem;
}

.infolist-subtitle.icon.icon-website::before {
  background-image: url(/files/images/icon-website.svg);
}

.infolist-subtitle.icon.icon-phone::before {
  background-image: url(/files/images/icon-phone.svg);
}

.expiry-information-page .infolist-subtitle.icon.icon-phone,
.expiry-information-page .infolist-subtitle.icon.icon-qr,
.expiry-information-page .infolist-subtitle.icon.icon-website {
  margin: 1.5rem 0;
  width: 60%;
}

.expiry-information-page .infolist-content-wrapper.phone-info {
  margin-top: -1rem;
}

.expiry-information-page .infolist-footer {
  padding: 0;
  margin-top: 4.375rem;
}

.expiry-information-page .infolist-subtitle {
  flex: 7;
  float: left;
  width: 70%;
}

.expiry-information-page .infolist-sidewrapper {
  flex: 3;
}

.expiry-information-page .infolist-subtitle::after {
  content: '';
  position: relative;
  display: block;
  clear: both;
}

.expiry-information-page .infolist-sidewrapper {
  float: right;
  clear: right;
  width: 25%;
  margin-bottom: 1rem;
}

.expiry-information-page .infolist-sidewrapper .qr-code-wrapper {
  height: 135px;
  width: 100%;
}

.expiry-information-page .infolist-sidewrapper.qr-code-container {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  padding-right: 1%;
  width: 34%;
}

.expiry-information-page .infolist-sidewrapper.qr-code-container .qr-code-wrapper {
  text-align: center;
  height: auto;
}

.expiry-information-page .infolist-sidewrapper.qr-code-container .qr-code-wrapper img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.expiry-information-page .infolist-sidewrapper.video-container {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  width: 35%;
  text-align: right;
}

.video-container * {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: unset;
  max-width: 100%;
}

@media (max-width:1023px) {
  .expiry-information-page .infolist-subtitle {
    float: none;
    width: 100%;
  }
  .expiry-information-page .page-copy-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }
  .expiry-information-page .page-copy-wrapper p {
    font-size: .75rem;
  }
  .infolist-subtitle.icon::before {
    display: none;
  }
  .expiry-information-page .infolist-content-wrapper,
  .expiry-information-page .infolist-subtitle.icon {
    padding-left: 0;
  }
  .expiry-information-page .infolist-content-wrapper {
    flex-direction: column-reverse;
  }
  .expiry-information-page .infolist-sidewrapper {
    margin-bottom: 1.5rem;
    float: none;
    clear: none;
    width: 100%;
  }
  .expiry-information-page .infolist-list-item {
    padding-right: 0;
  }
  .expiry-information-page .infolist-content-wrapper {
    margin-bottom: 1.5rem;
  }
  .expiry-information-page .infolist-subtitle .infolist-content-wrapper {
    padding-left: 0;
  }
  .expiry-information-page .infolist-sidewrapper.video-container {
    background-color: transparent;
    border-radius: 0;
    margin-top: 1.75rem;
    padding: 0;
    width: 100%;
  }
  .expiry-information-page .infolist-subtitle.icon.icon-phone,
  .expiry-information-page .infolist-subtitle.icon.icon-qr,
  .expiry-information-page .infolist-subtitle.icon.icon-website {
    margin: .5rem 0 1.5rem;
    width: 100%;
  }
  .expiry-information-page .infolist-content-wrapper.phone-info {
    margin-top: -.75rem;
  }
  .expiry-information-page .infolist-sidewrapper.qr-code-container {
    padding: 0 2.5%;
    width: 100%;
  }
}

@media (min-width:1024px) {
  .expiry-information-page .infolist-sidewrapper.qr-code-container {
    max-width: 422px;
    padding-right: 0;
  }
}

.hcp-about-page .infolist-block {
  margin-left: auto;
  margin-right: auto;
}

.hcp-about-page a.icon-cta {
  margin: 0 auto;
}

@media (min-width:1024px) {
  .hcp-about-page .infolist-grid-title {
    min-height: 3rem;
    margin-bottom: 1rem;
  }
}

.not-found-page .hero {
  height: auto;
}

.not-found-page .content {
  padding: 1rem 9.4%;
}

.not-found-page .content p,
.not-found-page .content p a {
  color: #333;
  font-family: Karbon, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.not-found-page .content p a {
  color: #1c75bc;
}

@media (min-width:1024px) {
  .not-found-page .content {
    padding: 1.75rem 11.25% 4rem;
  }
  .not-found-page .content p,
  .not-found-page .content p a {
    font-size: 1.25rem;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: #fff;
  color: #484b4c;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100vw;
  text-size-adjust: none;
}

body * {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100%;
}

h1 {
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

h1.center {
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -.5px;
  color: #333;
}

h1.center-2 {
  font-size: 1.5rem;
  line-height: 1.92;
  letter-spacing: -.11px;
  color: #1c75bc;
}

h2 {
  font-family: Karbon, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: .8;
  letter-spacing: normal;
  color: #333;
}

h2.section-title {
  font-family: Karbon, sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.8px;
  color: #1c75bc;
}

h3 {
  font-family: HelveticaNeue, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  color: #333;
}

h3.center {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -.1px;
  text-align: center;
}

h3.left {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.19;
  letter-spacing: normal;
  color: #ff5c35;
}

h4 {
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #333;
}

hr {
  padding: 0;
  margin: 1.25rem 9%;
  height: 1px;
  background-color: #979797;
  border: none;
}

button:focus {
  outline: 0;
}

.display-left {
  font-family: HelveticaNeue, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -1px;
  color: #333;
}

.body-regular {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #484b4c;
}

.link-18-left {
  font-family: Karbon, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #1c75bc;
}

.text-18-left {
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #333;
}

.text-16-left {
  font-family: HelveticaNeue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .1px;
  color: #333;
}

.d-regular {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .09px;
  color: #484b4c;
}

.content-padding {
  padding: 2% 9.4% 0;
}

.content-padding.disclaimer {
  padding-top: 0;
  margin-top: 1rem;
}

.hamburger-button {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.hamburger-button .bar1,
.hamburger-button .bar2,
.hamburger-button .bar3 {
  width: 24px;
  height: 2px;
  width: 24px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: .25s;
}

.hamburger-button.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.hamburger-button.change .bar2 {
  opacity: 0;
}

.hamburger-button.change .bar3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.rounded-box {
  border: 1px solid #1c75bc;
  border-radius: 18px;
}

.show-on-mobile {
  display: block;
}

.show-on-desktop {
  display: none;
}

.medium-weight {
  font-weight: 500;
}

.underlined {
  text-decoration: underline;
}

sup {
  vertical-align: super;
  font-size: .7em;
}

sub {
  vertical-align: sub;
  font-size: .7em;
}

strong {
  font-weight: 500;
}

.margin-0 {
  margin: 0!important;
}

.margin-top-0 {
  margin-top: 0!important;
}

.margin-top-0-25 {
  margin-top: .25rem!important;
}

.margin-top-0-5 {
  margin-top: .5rem!important;
}

.margin-top-0-625 {
  margin-top: .625rem!important;
}

.margin-top-1 {
  margin-top: 1rem!important;
}

.margin-top-1-25 {
  margin-top: 1.25rem!important;
}

.margin-top-1-75 {
  margin-top: 1.75rem!important;
}

.margin-top-2 {
  margin-top: 2rem!important;
}

.margin-top-2-25 {
  margin-top: 2.25rem!important;
}

.margin-bottom-0 {
  margin-bottom: 0!important;
}

.margin-bottom-0-25 {
  margin-bottom: .25rem!important;
}

.margin-bottom-0-50 {
  margin-bottom: .5rem!important;
}

.margin-bottom-0-75 {
  margin-bottom: .75rem!important;
}

.margin-bottom-1 {
  margin-bottom: 1rem!important;
}

.margin-bottom-1-25 {
  margin-bottom: 1.25rem!important;
}

.margin-bottom-2 {
  margin-bottom: 2rem!important;
}

.margin-bottom-2-25 {
  margin-bottom: 2.25rem!important;
}

.margin-bottom-3 {
  margin-bottom: 3rem!important;
}

.margin-bottom-787 {
  margin-bottom: 7.875rem!important;
}

.margin-left-1 {
  margin-left: 1rem!important;
}

.margin-left-1-875 {
  margin-left: 1.875rem!important;
}

.width-100 {
  width: 100%!important;
}

.padding-0 {
  padding: 0!important;
}

.padding-top-0 {
  padding-top: 0rem!important;
}

.padding-top-1 {
  padding-top: 1rem!important;
}

.padding-top-1-25 {
  padding-top: 1.25rem!important;
}

.padding-bottom-0 {
  padding-bottom: 0rem!important;
}

.padding-bottom-1 {
  padding-bottom: 1rem!important;
}

.padding-right-2 {
  padding-right: 2rem!important;
}

.border-bottom-0 {
  border-bottom: 0!important;
}

.is-pulled-right {
  text-align: right;
}

@media (min-width:1024px) {
  .page-content-wrapper {
    min-height: auto;
  }
  h2.section-title {
    font-size: 2.125rem;
    font-weight: 300;
  }
  hr {
    margin: 1.25rem 11.25%;
  }
  .content-padding {
    padding: 2% 11.25% 0;
  }
  .content-padding-on-desktop {
    padding: 2% 11.25% 0;
  }
  .content-padding.disclaimer {
    margin-top: 2.2rem;
  }
  .show-on-mobile {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
  .padding-top-on-desktop-0 {
    padding-top: 0rem!important;
  }
  .padding-bottom-on-desktop-1 {
    padding-bottom: 1rem!important;
  }
  .margin-bottom-on-desktop-0 {
    margin-bottom: 0rem!important;
  }
}

.qa-with-cta.where-to-get {
  margin-bottom: -57px;
}

@media (min-width: 1024px) and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .icon-cta {
    margin-left: 0;
    padding: 1.313rem 2rem;
    min-height: 0;
  }
}

.content-padding.disclaimer {
  padding-top: 0;
  margin-top: 3rem;
}


/* HCP starts */

.vaxcheckblock {
  padding: 35px 1px 1px 1px;
}

.vaxcheckblock-mobile {
  display: none;
}

@media (max-width: 480px) {
  .vaxcheckblock-mobile {
    display: inline;
    float: left;
    padding: 1px 1px 16px 1px;
  }
  .vaxcheckblock {
    display: none;
  }
  .vax-parent {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .linklist-link-downloadlink-new {
    font-size: 1.25rem;
  }
}

.linklist-link-downloadlink-new {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .07px;
  color: #1c75bc;
  text-decoration: underline;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .linklist-link-downloadlink-new::after {
    width: 18px;
    height: 16px;
  }
}

.linklist-link-downloadlink-new::after {
  background-image: url(/files/images/icon-download.svg);
}

.linklist-link-downloadlink-new::after {
  content: '';
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 14px;
  margin-left: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}

.linklist-link-new {
  font-weight: 500!important;
}

.vax-parent,
.vax-parent > div,
.vax-parent > div a {
  display: inline-block;
}

.vax-parent > div,
.vax-parent > div a {
  vertical-align: middle;
}

.vax-parent > div.vaxblok {
  margin-right: 2.25rem;
}

.vax-parent > div.vaxblok-new .linklist-link-learnmore {
  margin: 0;
}

.buttonadjust {
  width: 100%;
  font-size: 1.25rem;
  font-family: Karbon, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  padding: 1px 31px 7px 6px;
}

.expiry-information-page .infolist-content-wrapper {
  flex-direction: column;
}


/* HCP ends*/


/*@media only screen and (max-width: 375px) {
 .footer-contact-us-copy p.heading {
    font-weight: 400!important;
   }
}*/

.modal--message .modal-wrapper {
  max-height: 80vh;
  max-width: 866px;
  text-align: left;
}

.modal--message .modal-wrapper .modal-content {
  margin: 0;
}

.modal--message .modal-wrapper h1 {
  font-size: 1.7rem;
}

.modal--message .modal-wrapper p {
  font-family: Karbon, sans-serif;
}

.modal--message .modal-wrapper p:last-child {
  margin-bottom: 0;
}

.modal--message .modal-wrapper ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: .5rem 0 1.25rem;
  padding-left: 40px;
  overflow: visible;
  font-family: Karbon, sans-serif;
}

.modal--message .modal-wrapper ul li {
  list-style-position: outside;
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: Karbon, sans-serif;
  overflow: visible;
}

.modal--message .modal-wrapper a {
  text-transform: none;
  font: inherit;
}

.modal--message .modal-wrapper a.cta {
  display: inline-block;
  padding: 1rem;
  background-color: #1c75bc;
  border-radius: 18px;
  color: white;
  text-decoration: none;
  font-family: Lato, sans-serif;
}

.modal--message .modal-wrapper a.cta:hover {
  background-color: #003479;
}

header a[href^='/es'] {
  display: none;
}

#header-submenu a[href^='/es'] {
  visibility: hidden;
}

@media (max-width: 1023px) {
  .sitemap .content {
    min-height: 70vh;
  }
  .vaxcheckblock-mobile {
    display: block;
    margin-bottom: 1em;
    float: left;
    clear: both;
  }
}

i {
  font-style: italic;
}

.expiry-information-page .infolist-sidewrapper.video-container {
  padding: 8px;
}

.expiry-information-page .infolist-sidewrapper.video-container .vid_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  max-width: 960px;
  border: 1px solid #1c75bc;
}

.expiry-information-page .infolist-sidewrapper.video-container .vid_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1024px) (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .mobile-tel.show-on-desktop {
    display: inline;
  }
}

.vaxcheckblock {
  float: left;
  clear: both;
  margin-bottom: 1rem;
  display: none;
}

@media screen and (min-width: 1024px) {
  .vaxcheckblock {
    width: 34%;
    float: right;
    clear: right;
    display: block;
  }
}

.expiry-information-page .infolist-subtitle.icon.icon-qr,
.expiry-information-page .infolist-subtitle.icon.icon-website {
  margin: 1em 0 0;
}

.expiry-information-page .infolist-subtitle.icon.icon-phone {
  margin: 1em 0;
}

.hero.reduced-height {
  position: relative;
}

.yel-banner {
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  color: black;
  z-index: 10;
  /*background: rgba(245, 172, 37, 1);*/
  background: linear-gradient(90deg, #ffffc9 0%, rgba(255, 240, 0, 0) 100%);
}

.yel-banner .center-cnt {
  padding: 0 9.4%;
  font-family: Karbon, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
}



.isi-page .yel-banner,
.sitemap .yel-banner {
  position: static;
}

@media screen and (min-width: 1024px) {
  .yel-banner {
    position: absolute;
    background: linear-gradient(90deg, #ffffc9 0%, rgba(255, 240, 0, 0) 100%);
  }
  .yel-banner .center-cnt {
    padding: 0 9.4%;
    font-size: 1.5em;
  }
}

.infolist-wrapper.yel-bg {
  background: rgba(245, 172, 37, .6);
}

.infolist-wrapper.yel-bg h2 {
  color: #484b4c;
}

.margin-bottom-1-new {
  margin-top: 15px;
}


/* Added on 10/23/21 */

.yellow-bg {
  /*background: #FFFFC9;*/
  background: #e7f1f8;
}

.panel-title .panel-main {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.2;
  color: #1c75bc;
  padding-top: 50px;
}

.group-headed-table tr td.footnote,
.group-headed-table tr.table-group-row td.footnote {
  font-size: .85rem;
  font-weight: 400;
}

.fullbleed-sbs-updated .content-wrapper .fullbleed-sbs-cta-updated {
  display: inline-block;
  background-color: #1c75bc;
  border-radius: 18px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 2% 2%;
  min-width: 230px;
}

.content-wrapper .fullbleed-sbs-cta-updated:hover {
  background-color: #003479;
}

.fullbleed-sbs-updated .content-wrapper {
  text-align: left;
  padding: 2rem 10%;
}


/* Added on 10/24/21 */

.table-overflow {
  overflow: hidden;
  overflow-x: auto;
  display: block;
}

table.has-footnotes .content-padding.disclaimer {
  padding: 0 .5em !important;
}

div.has-footnotes .content-padding.disclaimer {
  padding: 1em !important;
}

.has-footnotes .disclaimer {
  overflow: visible;
}

.has-footnotes .disclaimer p {
  margin: 0;
}

.booster-anchor {
  display: block;
  padding-top: 1.25em;
}

small {
  font-size: smaller;
}

@media (min-width: 1024px) {
  .booster-anchor {
    padding-top: 1.6em;
  }
}

.align-footnotes p {
  font-size: .85rem;
  font-weight: 400;
  margin: 0 !important;
  overflow: visible;
  padding-left: 15px;
}

.align-footnotes p .initial-symbol {
  display: inline-block;
  vertical-align: top;
}

.align-footnotes p sup {
  font-size: .6rem !important;
}

.indent-3 {
  margin-left: -3px;
}

.indent-4 {
  margin-left: -4px;
}

.indent-5 {
  margin-left: -5px;
}

.indent-6 {
  margin-left: -6px;
}

.indent-7 {
  margin-left: -7px;
}

.indent-8 {
  margin-left: -8px;
}

.indent-9 {
  margin-left: -9px;
}

.indent-10 {
  margin-left: -10px;
}

.indent-11 {
  margin-left: -11px;
}

.indent-12 {
  margin-left: -12px;
}

.indent-13 {
  margin-left: -13px;
}

.thrombosis-ul li.tr-list-subitem {
  margin: .5rem 0 0 2.5rem;
  list-style: circle;
}

.thrombosis-ul li.tr-list-subitem-no-bullet {
  margin: .5rem 0 0 2.5rem;
  list-style: none;
}

.tr-ul-inner {
  margin-bottom: 1rem;
}
.tr-ul-inner li.tr-list-subitem {
  margin: 0 0 .8rem 2.5rem;
  list-style: disc;
  font-size: 20px;
  overflow: visible;
}
.tr-ul-inner li.tr-list-subitem-no-bullet {
  margin: 0 0 .8rem 2.5rem;
  font-size: 20px;
  overflow: visible;
  list-style: none;
}
