/* ****** code for scrolling to id sections ****** */
html {
  scroll-padding-top: 0;
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 180px;
  }
}
/* ****** code for scrolling to id sections ****** */

body {
  box-sizing: border-box;
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  overflow-x: hidden;
}

body.hcp .divider {
  background-image: linear-gradient(to top right, #11a8b7, #59b27f);
}

body * {
  box-sizing: border-box;
}

@media (min-width: 992px) {
  body {
    margin-top: 135px;
  }
}

* main {
  z-index: 9;
}

a {
  text-decoration: underline;
}

a,
a:hover {
  color: #193f68;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #193f68;
  font-family: Montserrat, Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
}

h1 sup {
  font-size: 68%;
  top: -0.35em;
}

@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #193f68;
  font-family: Montserrat, Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h2 sup {
  font-size: 15px;
  top: -0.9em;
}

@media (min-width: 992px) {
  h2 {
    font-size: 33px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
}

h4,
h5 {
  font-weight: 700;
}

h5 {
  color: #193f68;
  font-size: 17px;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
  }
}

iframe {
  border: 0;
  height: 400px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 992px) {
  iframe {
    min-height: 500px;
    margin: 0 auto;
  }
}

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

p {
  margin-bottom: 1em;
}

section:last-child {
  padding-bottom: 1em;
}

@media (min-width: 992px) {
  section:last-child {
    padding-bottom: 3em;
  }
}

.divider {
  width: 100%;
  height: 0.5em;
  background-color: #193f68;
}

.button {
  align-items: center;
  background-color: #193f68;
  border: 0;
  border-radius: 1em;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 2em;
  justify-content: center;
  padding: 0 2em;
  position: relative;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%;
}

.button,
.button:hover {
  color: #fff;
  text-decoration: none;
}

.button:hover {
  background-color: #888786;
}

.button:before {
  height: 14px;
  width: 6px;
  background-image: url(../images/icon-arrow-right.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .button {
    font-size: 26px;
    width: auto;
  }
}

body.hcp.home .card {
  max-width: none;
}

@media (min-width: 992px) {
  body.hcp.home .card p {
    height: 116px;
  }
}

body.hcp.home .card .button {
  border-radius: 1.5em;
  height: 3em;
  padding: 0 2em 0 1.5em;
}

@media (min-width: 576px) {
  body.hcp.home .card {
    max-width: 330px;
  }
}

@media (min-width: 992px) {
  body.hcp.home .card {
    margin-top: -6em !important;
    margin-bottom: 2em !important;
  }
}

body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) {
  border-radius: 0;
  /* margin: 1px -15px; */ /* commented out because page was moving around on mobile */
}

body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) h3 {
  font-size: 20px;
}

body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) p {
  font-weight: 400;
}

body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) .button {
  font-size: 20px;
}

body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) .button:hover {
  background-color: #297f88;
}

@media (min-width: 576px) {
  body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) {
    border-radius: 3em;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  body.hcp .card:not(.card--dark):not(.card--gel):not(.card--plus) {
    padding: 2em 2em 1.5em;
  }
}

body.hcp .card--inline {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 2em;
}

body.hcp .card--inline p {
  font-size: 16px;
  font-weight: 700;
  margin: 0.5em;
  text-align: center;
}

@media (min-width: 992px) {
  body.hcp .card--inline p {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }
}

@media (min-width: 576px) {
  body.hcp .card--inline {
    border-radius: 3em;
    margin: 1em auto;
    padding: 1.5em 2em;
  }
}

@media (max-width: 991.98px) {
  body.hcp .card--shadowed {
    box-shadow: none;
  }
}

body.hcp .card--thin {
  max-width: 400px;
}

body.hcp .card__image {
  height: 100px;
  margin: 0;
}

body.home .card {
  max-width: 470px;
}

body.patient .card h3,
body.patient .card p {
  color: #193f68;
}

.card {
  background-color: #fff;
  border-radius: 1em;
  font-family: Montserrat, Open Sans, sans-serif;
  margin: 2em auto;
  padding: 2em;
  position: relative;
  text-align: center;
}

.card h3 {
  color: #144a85;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .card h3 {
    font-size: 26px;
  }
}

.card > p {
  color: #144a85;
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .card > p {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .card {
    margin: 1em auto;
    padding: 1em;
  }
}

@media (min-width: 992px) {
  .card--center p {
    flex-grow: 1;
    text-align: center !important;
  }
}

.card--dark p,
.card--gel p,
.card--plus p {
  color: #fff;
  text-align: left;
}

.card--dark .button,
.card--gel .button,
.card--plus .button {
  background-color: #fff;
  color: #193f68;
  padding-right: 2.5em;
}

.card--dark .button:hover,
.card--gel .button:hover,
.card--plus .button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #193f68;
}

.card--dark .button:before,
.card--gel .button:before,
.card--plus .button:before {
  background-image: url(../images/icon-arrow-right-blue.svg);
}

.card--dark .button--download:before,
.card--gel .button--download:before,
.card--plus .button--download:before {
  background-image: url(../images/icon-download-blue.svg);
}

.card--dark {
  background-color: #193f68;
}

.card--gel {
  background-color: #25b57b;
}

.card--plus {
  background-color: #11a8b7;
}

.card--inline {
  border-radius: 0;
  margin: 2em -15px;
  padding: 1em 2em;
}

@media (min-width: 992px) {
  .card--inline p {
    margin: 0 1em 0 0;
  }
}

.card--inline .button {
  width: auto;
  min-width: 230px;
}

@media (min-width: 992px) {
  .card--inline .button {
    font-size: 20px;
    width: 100%;
    min-width: 205px;
  }
}

@media (min-width: 576px) {
  .card--inline {
    border-radius: 1em;
    margin: 1em auto;
  }
}

@media (min-width: 992px) {
  .card--inline {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1em;
  }
}

.card--shadowed {
  box-shadow: 0 2px 1em rgba(0, 0, 0, 0.2);
}

.card--thin {
  max-width: 352px;
}

.card--thin p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .card--thin p {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .card--thin .button--download {
    border-radius: 1.25em;
    font-size: 20px;
    height: 2.5em;
    justify-content: flex-start;
    padding: 0 1em;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .card--thin {
    margin-top: 0;
    padding: 2em 1em;
  }
}

.card--short img {
  max-height: 220px;
}

@media (min-width: 992px) {
  .card--short img {
    max-height: 180px;
  }
}

.card__image {
  height: 200px;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .card__image {
    height: 196px;
  }
}

.error section {
  padding-bottom: 10em;
}

body.hcp .footer .patient,
body.patient .footer .hcp {
  display: none;
}

.footer {
  background-color: #193f68;
  padding: 2em 0;
}

.footer a {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2em;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer a {
    font-size: 12px;
    margin-bottom: 1em;
  }
}

.footer p {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .footer p {
    font-size: 12px;
  }
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.15em;
}

@media (min-width: 992px) {
  .footer ul {
    padding: 0;
  }
}

.footer #ot-sdk-btn.optanon-show-settings,
.footer #ot-sdk-btn.ot-sdk-show-settings {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: auto;
  line-height: 1.2;
  padding: 0;
  white-space: normal;
  word-wrap: break-word;
}

.footer #ot-sdk-btn.optanon-show-settings:hover,
.footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  .footer #ot-sdk-btn.optanon-show-settings,
  .footer #ot-sdk-btn.ot-sdk-show-settings {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 4em 0;
  }
}

.footer__logo {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 3em;
  }
}

.footer__logo--merz a {
  height: 112px;
}

@media (min-width: 992px) {
  .footer__logo--merz a {
    height: 134px;
  }
}
body.hcp .isi-header,
body.hcp .primary-header__cta--hcp a {
  background-color: #193f68;
}

@media (min-width: 992px) {
  body.hcp .primary-header__cta--hcp {
    display: block;
  }
}

body.hcp .primary-nav {
  background-color: #fff;
}

body.hcp .primary-nav__list--hcp {
  display: block;
}

body.hcp .primary-nav__list--hcp a {
  background-color: #fff;
  border-color: #979797;
  color: #193f68;
  font-weight: 600;
}

body.hcp .primary-nav__list--hcp a:hover {
  background-color: #193f68;
  color: #fff;
}

body.hcp .primary-nav__list--hcp a.current {
  background-color: #193f68;
  color: #fff;
  font-weight: 700;
}

body.hcp .primary-nav__list--hcp a:before {
  background-color: #193f68;
}

@media (min-width: 992px) {
  body.hcp .primary-nav__list--hcp a.current,
  body.hcp .primary-nav__list--hcp a:hover {
    background-color: transparent;
    color: #193f68;
  }
}

body.hcp .primary-nav__list--hcp .subnav-toggle.current {
  background-color: #193f68;
}

body.hcp .primary-nav__list--hcp .subnav-toggle.current:before {
  background-image: url(../images/icon-arrow-down-white.svg);
}

body.hcp .primary-nav__list--hcp > li {
  flex-basis: 0;
  flex-grow: 1;
}

@media (min-width: 992px) {
  body.hcp .primary-nav__list--hcp {
    display: flex;
  }
}

body.hcp .secondary-header {
  background-color: #193f68;
}

body.hcp .secondary-nav__list .patient {
  display: none;
}

body.hcp .tertiary-header {
  max-height: 0;
}

@media (min-width: 992px) {
  body.hcp .tertiary-header {
    padding: 0;
  }
}

body.hcp .tertiary-header-content--patient {
  display: none;
}

@media (min-width: 992px) {
  body.patient .primary-header__cta--patient {
    display: block;
  }
}

body.patient .primary-nav__list--patient {
  display: block;
}

@media (min-width: 992px) {
  body.patient .primary-nav__list--patient {
    display: flex;
  }
}

body.patient .secondary-nav__list .hcp {
  display: none;
}

body.patient .tertiary-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

body.patient .tertiary-header__cta {
  padding: 0;
}

body.patient .tertiary-header__cta .button {
  background-color: #117f89;
  border-radius: 0;
  padding: 1.5em 0;
  text-align: center;
}

body.patient .tertiary-header-content--hcp {
  display: none;
}

.header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header.active .primary-header {
  box-shadow: 0 2px 1em rgba(0, 0, 0, 0.6);
}

.header.active .primary-header__toggle {
  background-image: url(../images/icon-close.svg);
}

.header.active .primary-nav {
  max-height: calc(100vh - 53px);
  overflow-y: auto;
}

@media (min-width: 992px) {
  .header.active .primary-nav {
    overflow: hidden;
  }
}

.header a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .header {
    position: fixed;
  }
}

.isi-header {
  background-color: #193f68;
  cursor: pointer;
  padding: 0.5em 0;
}

.isi-header p {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .isi-header {
    display: none;
  }
}

.primary-header {
  box-shadow: 0 2px 1em rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.primary-header > .container {
  align-items: center;
  display: flex;
  height: 53px;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 992px) {
  .primary-header > .container {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.primary-header__cta {
  display: none;
}

.primary-header__cta a {
  align-items: center;
  background-color: #117f89;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 1em;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.primary-header__cta a:hover {
  background-color: #888786 !important;
  text-decoration: none;
}

.primary-header__cta a:before {
  height: 14px;
  width: 5px;
  background-image: url(../images/icon-arrow-right.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .primary-header__cta a:before {
    right: 1.5em;
  }
}

@media (min-width: 992px) {
  .primary-header__cta a {
    border-radius: 1.5em;
    font-size: 18px;
    height: 3em;
    padding: 0 3em 0 2em;
    white-space: nowrap;
    width: auto;
  }
}

@media (min-width: 992px) {
  .primary-header__cta {
    flex-grow: 1;
    margin-right: 1em;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .primary-header__cta {
    margin-right: 3em;
  }
}

.primary-header__logo a {
  display: inline-block;
  margin-right: 1em;
}

.primary-header__logo img {
  height: 26px;
}

@media (min-width: 992px) {
  .primary-header__logo img {
    height: 64px;
  }
}

.primary-header__toggle {
  height: 33px;
  width: 40px;
  background-image: url(../images/icon-menu.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.primary-nav {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .primary-nav {
    background-color: #193f68;
  }
}

.primary-nav:before {
  height: 1em;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent);
  content: '';
  position: absolute;
  top: -0.5em;
  left: 0;
  z-index: 10;
}

@media (min-width: 992px) {
  .primary-nav__item--80 {
    flex-basis: 80px !important;
  }
}

.primary-nav__item--subnav {
  padding-right: 4em;
  position: relative;
}

.primary-nav__item--subnav.active ul {
  max-height: 50vh;
}

.primary-nav__item--subnav.active .subnav-toggle:before {
  transform: rotateX(180deg) translateX(-50%) translateY(-50%);
}

.primary-nav__item--subnav li {
  border-top: 1px solid #888786;
}

@media (min-width: 992px) {
  .primary-nav__item--subnav li {
    border: 0;
  }
}

.primary-nav__item--subnav ul {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .primary-nav__item--subnav ul {
    max-height: none;
    padding: 0 1em;
  }
}

.primary-nav__item--subnav ul li {
  position: relative;
  border: 0;
}

.primary-nav__item--subnav ul li:before {
  content: '';
  display: block;
  width: 89%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #888786;
}

@media (min-width: 992px) {
  .primary-nav__item--subnav ul li:before {
    display: none;
  }
}

.primary-nav__item--subnav ul a {
  padding-left: 2em;
}

@media (min-width: 992px) {
  .primary-nav__item--subnav ul a {
    padding: 0.5em 1em;
  }
}

.primary-nav__item--subnav .subnav-toggle {
  height: 2em;
  width: 4em;
  background-color: #fff;
  border-left: 1px solid #979797;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
}

.primary-nav__item--subnav .subnav-toggle:before {
  height: 6px;
  width: 14px;
  background-image: url(../images/icon-arrow-down-blue.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateX(0) translateX(-50%) translateY(-50%);
  transform-origin: top left;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .primary-nav__item--subnav .subnav-toggle {
    display: none;
  }
}

.primary-nav__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav__list a {
  background-color: #193f68;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 1em;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.primary-nav__list a:hover {
  background-color: #888786;
}

.primary-nav__list a.current {
  background-color: #193f68;
}

.primary-nav__list a:hover {
  text-decoration: none !important;
}

.primary-nav__list a.current {
  font-weight: 700;
}

@media (min-width: 992px) {
  .primary-nav__list a:before {
    background-color: #fff;
    content: '';
    height: calc(100% - 1em);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0.5em;
    left: 0;
    transition: all 0.2s ease-in-out;
    width: 3px;
  }
}

@media (min-width: 992px) {
  .primary-nav__list a {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5em 1em;
  }

  .primary-nav__list a.current,
  .primary-nav__list a:hover {
    background-color: transparent;
  }

  .primary-nav__list a.current:before,
  .primary-nav__list a:hover:before {
    max-height: 100%;
  }

  .primary-nav__list a:hover {
    text-decoration: underline !important;
  }

  .primary-nav__list a.current {
    font-weight: 700;
  }
}

.primary-nav__list > li {
  border-top: 1px solid #888786;
  margin: 0;
  padding: 0;
}

.primary-nav__list > li:first-child {
  border-top: 0;
}

@media (min-width: 992px) {
  .primary-nav__list > li:first-child {
    border: 0;
    max-width: 120px;
  }
}

.primary-nav__list > li:last-child a {
  border: 0;
}

@media (min-width: 992px) {
  .primary-nav__list > li {
    border: 0;
  }
}

@media (min-width: 992px) {
  .primary-nav__list {
    align-items: flex-start;
    background-color: transparent;
    justify-content: flex-start;
    padding: 1em 0;
  }
}

.secondary-header {
  background-color: #193f68;
}

.secondary-nav__list {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.secondary-nav__list a {
  align-items: center;
  background-color: rgba(136, 135, 134, 0.2);
  color: #193f68;
  display: flex;
  font-size: 14px;
  padding: 1em;
  transition: all 0.2s ease-in-out;
}

.secondary-nav__list a:hover {
  background-color: #888786;
  color: #fff;
  text-decoration: none;
}

.secondary-nav__list a img {
  display: none;
  margin-left: 0.5em;
}

@media (min-width: 992px) {
  .secondary-nav__list a img {
    display: inline;
  }
}

@media (min-width: 992px) {
  .secondary-nav__list a {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
  }

  .secondary-nav__list a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
  }
}

.secondary-nav__list li {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .secondary-nav__list {
    align-items: flex-end;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
  }
}

.tertiary-header {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.tertiary-header.active {
  max-height: 40em !important;
}

@media (min-width: 992px) {
  .tertiary-header.active {
    max-height: 20em !important;
  }
}

.tertiary-header p {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .tertiary-header p {
    font-size: 18px;
  }
}

.tertiary-header .container {
  padding-top: 1em;
  position: relative;
}

.tertiary-header .container > p {
  color: #193f68;
}

@media (min-width: 992px) {
  .tertiary-header .container {
    padding-bottom: 1em;
  }
}

@media (min-width: 992px) {
  .tertiary-header {
    max-height: 0;
  }
}

.tertiary-header__cta {
  padding: 1em 3em;
  position: relative;
}

.tertiary-header__cta:first-child:before {
  display: none;
}

@media (min-width: 992px) {
  .tertiary-header__cta:first-child {
    margin-right: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1200px) {
  .tertiary-header__cta:first-child {
    margin-right: 3em;
    padding-right: 3em;
  }
}

.tertiary-header__cta:before {
  height: 1px;
  width: 50%;
  background-color: #59b27f;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .tertiary-header__cta:before {
    height: 84%;
    width: 1px;
    top: 16%;
    right: auto;
    bottom: auto;
    left: -8%;
    transform: translateX(0) translateY(0);
  }
}

@media (min-width: 1200px) {
  .tertiary-header__cta:before {
    left: -24%;
  }
}

.tertiary-header__cta p {
  color: #193f68;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .tertiary-header__cta p:first-child {
    margin: 1em;
  }
}

@media (min-width: 992px) {
  .tertiary-header__cta p {
    margin: 0;
  }
}

.tertiary-header__cta .button {
  background-color: #193f68;
  font-size: 18px;
}

.tertiary-header__cta .button:hover {
  background-color: #888786 !important;
}

@media (min-width: 992px) {
  .tertiary-header__cta .button {
    border-radius: 1.25em;
    height: 2.5em;
  }
}

@media (min-width: 992px) {
  .tertiary-header__cta {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .tertiary-header__ctas {
    display: flex;
    margin-bottom: 1em;
  }
}

.tertiary-mobile-toggle {
  background-color: #fff;
  color: #193f68;
  border-bottom: 1px solid #888786;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 1em;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tertiary-mobile-toggle.active,
.tertiary-mobile-toggle:hover {
  background-color: #193f68;
  color: #fff;
}

.tertiary-mobile-toggle.active:before,
.tertiary-mobile-toggle:hover:before {
  background-image: url(../images/icon-arrow-up-white.svg);
}

.tertiary-mobile-toggle:before {
  height: 6px;
  width: 14px;
  background-image: url(../images/icon-arrow-down-blue.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: rotateX(0) translateY(-50%);
  transform-origin: top left;
}

@media (min-width: 992px) {
  .tertiary-mobile-toggle {
    display: none;
  }
}

.tertiary-toggle {
  height: 2em;
  width: 2em;
  background-image: url(../images/icon-circle-close-blue.svg);
  background-size: 100% 100%;
  content: '';
  cursor: pointer;
  display: none;
  opacity: 1;
  position: absolute;
  top: 1em;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.tertiary-toggle:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .tertiary-toggle {
    display: block;
  }
}

body.hcp .divider {
  display: none;
}

@media (min-width: 992px) {
  body.hcp .divider {
    display: block;
  }
}

body.hcp .home-hero-wrapper {
  background-image: url(../images/hcp-background-m.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

body.hcp .home-hero-wrapper h1 {
  align-items: center;
  display: flex;
  font-size: 39px;
  height: 200px;
  justify-content: flex-start;
  text-align: left;
}

@media (min-width: 992px) {
  body.hcp .home-hero-wrapper h1 {
    font-size: 55px;
    height: auto;
  }
}

body.hcp .home-hero-wrapper .container {
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  body.hcp .home-hero-wrapper .container {
    height: auto;
    padding-top: 6em;
    padding-bottom: 10em;
  }
}

@media (min-width: 992px) {
  body.hcp .home-hero-wrapper {
    background-image: url(../images/hcp-background-image.webp);
  }
}

body.hcp .home-hero__text h2,
body.hcp .home-hero__text p {
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 576px) {
  body.patient .home-hero__text {
    background-color: transparent;
    padding: 0;
  }
}

body.patient .home-hero-wrapper .container:before {
  background-position: 20% bottom;
}

@media (min-width: 992px) {
  body.patient .home-hero-wrapper .container:before {
    right: 0;
  }
}

.home-hero-wrapper {
  background-color: rgba(110, 227, 160, 0.1);
  position: relative;
}

.home-hero-wrapper h1 {
  text-align: center;
}

@media (min-width: 576px) {
  .home-hero-wrapper h1 {
    margin-bottom: 0.5em;
    text-align: left;
  }
}

.home-hero-wrapper p {
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 992px) {
  .home-hero-wrapper p {
    font-size: 20px;
  }
}

.home-hero-wrapper .container {
  padding-top: 1em;
  padding-bottom: calc(180px + 1em);
  position: relative;
}

.home-hero-wrapper .container:before {
  height: 180px;
  width: 100%;
  /*background-image: url(../images/doctor-patient-m.png);*/
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 576px) {
  .home-hero-wrapper .container:before {
    right: 0;
    left: auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .home-hero-wrapper .container:before {
    /*background-image: url(../images/doctor-patient.png);*/
    height: 448px;
    right: 10%;
  }
}

@media (min-width: 576px) {
  .home-hero-wrapper .container {
    padding-bottom: 1em;
  }
}

@media (min-width: 992px) {
  .home-hero-wrapper .container {
    padding-top: 6em;
    padding-bottom: 3em;
  }
}

.home-hero {
  margin-top: -25px;
  padding: 0;
}

@media (min-width: 992px) {
  .home-hero {
    margin-top: 0;
  }
}

.home-hero__text {
  background-color: #fff;
  padding: 1em 0;
}

@media (min-width: 992px) {
  .home-hero__text {
    background-color: transparent;
    padding: 0;
  }
}

.floating-isi {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 158px;
  padding: 1em 0;
  background-color: #fff;
  box-shadow: 0 -0.5em 1em 0 rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in;
  z-index: 10;
}

.floating-isi[aria-expanded='true'] {
  height: 500px;
  overflow-y: scroll;
}

.floating-isi[aria-expanded='true'] .isi-arrow {
  transform: rotate(180deg);
}

.floating-isi .isi-content h2 {
  padding-right: 2.5em;
}

@media (min-width: 992px) {
  .floating-isi .isi-content h2 {
    padding: 0;
  }
}

.isi-arrow {
  position: absolute;
  top: 0.5em;
  right: 1em;
  z-index: 11;
}

.isi-arrow:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .isi-arrow {
    right: 0;
  }
}

body.hcp .isi-content--patient,
body.patient .isi-content--hcp {
  display: none;
}

.isi {
  overflow-x: hidden;
  position: relative;
  padding-top: 2em;
}

.isi-content {
  padding-bottom: 3em;
}

.isi-content a {
  color: #193f68;
  text-decoration: underline;
}

.isi-content a:hover {
  color: #193f68;
  text-decoration: none;
}

.isi-content h2 {
  font-size: 20px;
}

.isi-content h2 sup {
  top: -0.5em;
}

@media (min-width: 992px) {
  .isi-content h2 {
    font-size: 24px;
  }
}

.isi-content li,
.isi-content p {
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .isi-content li,
  .isi-content p {
    font-size: 16px;
  }
}

.isi-content ul {
  margin-bottom: 0.5em;
  padding-left: 1.25em;
}

.isi-content ul li {
  list-style: none;
  padding-bottom: 0.5em;
}

.isi-content ul li ul {
  margin-bottom: 0;
}

.references {
  padding: 0 0;
}

.references p,
.references li {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.references-custom p,
.references-custom li {
  margin-left: 1rem;
}
.references-custom ol {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .references-top {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .references-top {
    margin-top: 0rem;
  }
}
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .references-top {
    margin-top: 6rem;
  }
}
body.hcp.home .gray-bg {
  background-color: #fff;
}

@media (min-width: 992px) {
  body.hcp.home .gray-bg {
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 0;
  }
}

section {
  padding: 1em 0;
}

.gray-bg {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}

@media (min-width: 992px) {
  .gray-bg {
    padding: 2em 0;
  }
}

/*************************************/
/*****  COAPTITE *****/
/************************************* */

/* ********* ACCESSIBILITY ********* */
.ally-content,
.ally-skip-link a {
  background-color: #000;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  transition: top 0.3s;
}

.ally-skip-link a:focus,
.ally-skip-link a:visited {
  position: static;
  width: auto;
  height: auto;
}

/* ********* ACCESSIBILITY ********* */

/* ********* PRODUCT VIEWER CAROUSEL ******** */
body {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.h3,
h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}

.hcp-phone-number a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.hcp-phone-number a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  background-image: url('../images/phone-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-viewer-icon {
  margin-right: 0.7rem !important;
  border: 1px solid #b4b9bd;
}

.product-viewer-icon-active {
  background: url(../images/product-viewer-carousel-active.png) bottom center
    no-repeat;
  padding-bottom: 1.4rem;
  background-size: 100%;
  width: 100%;
}

/* ***** */

@media (min-width: 992px) {
  body.hcp .home-hero-wrapper h1 {
    font-size: 2.5rem;
  }
}

h1.bsc-product-title {
  margin-bottom: 0;
}

.custom-border-bottom {
  border-bottom: 1px solid #193f68;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.blue-bullet {
  list-style-type: none;
  padding-left: 1.5em;
}

.blue-bullet li::before {
  content: '•';
  color: #193f68;
  font-weight: bold;
  display: inline-block;
  width: 0.750em;
  margin-left: -1em;
}

.bg-blue {
  background-color: #e3edf7;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 8%,
    rgba(227, 237, 247, 1) 8%,
    rgba(227, 237, 247, 1) 100%
    );
  background-position-x: 10%;
  background-position-y: top;
}

@media (min-width: 992px) {
  .bg-blue {
    background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 8%,
      rgba(227, 237, 247, 1) 8%,
      rgba(227, 237, 247, 1) 100%
      );
    /*background: url(../images/needle-syringe-bg.png) repeat-x left 83%;*/
  }
}

.needle-syringe-panel li {
  font-size: 1rem;
  line-height: 1.2rem;
  padding-bottom: 0.8rem;
}

@media (min-width: 992px) {
  .needle-syringe-panel li {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.needle-panel,
.syringe-panel {
  max-width: 100%;
  background-position-x: 10%;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.needle-panel {
  background-image: url(/images/needle-nobg.png);
}

.syringe-panel {
  background-image: url(/images/syringe-nobg.png);
}

@media (min-width: 992px) {
  .needle-panel,
  .syringe-panel {
    background-position-x: 0;
    min-height: 20.75rem;
  }
  /*
  .heading-needle {
    margin-top: 6rem;
    margin-left: 12.25rem;
  }
  */
}

@media (min-width: 1200px) {
  .needle-panel,
  .syringe-panel {
    background-position-x: 6%;
  }
}

/*
.list-needle {
  margin-left: 7rem;
}

@media (min-width: 992px) {
  .list-needle {
    margin-left: 12.25rem;
  }
}
*/

.heading-syringe {
  margin-top: 4.5rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
}

@media (min-width: 992px) {
  .heading-syringe {
    margin-top: 6rem;
    margin-left: 9.25rem;
  }
}

.list-syringe {
  margin-left: 3rem;
}

@media (min-width: 992px) {
  .list-syringe {
    margin-left: 9.25rem;
  }
}

.bsc-table table {
  border: 1px solid #e1e3e5;
  width: 100%;
  border-collapse: collapse;
}

.bsc-table tbody tr:nth-child(odd) {
  background-color: #f7f8f8;
}

.bsc-table table tbody tr:first-child {
  background-color: #c5e7ee;
  color: #242526;
}

.bsc-table table tbody tr th {
  color: #242526;
}

.bsc-table table tbody tr th {
  border-bottom: 1px solid #e1e3e5;
  border-top: 1px solid #e1e3e5;
}

.bsc-table table tbody tr td,
.bsc-table table tbody tr th {
  border-right: 1px solid #e1e3e5;
  padding: 7px;
  padding: 0.7rem;
  vertical-align: middle;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.bsc-table table tbody tr td {
  border-top: 1px solid #e1e3e5;
  color: #383838;
}

.bsc-table tbody tr td {
  border-top: 1px solid #e1e3e5;
}

.basic-link {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

.basic-link:before {
  height: 14px;
  width: 6px;
  background-image: url(../images/icon-arrow-right-blue.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}

.footer__logo--coaptite {
  height: 34px;
}

@media (min-width: 992px) {
  .footer__logo--coaptite {
    height: 50px;
  }
}

/* carousel styles */
.home-hero .header-images {
  position: absolute;
  top: 7.5%;
  right: 45%;
  z-index: 9;
}

.home-hero .header-image {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms;
  width: 150px;
  z-index: 9;
}

#subhero .subhero-item:nth-child(1) {
  order: 2;
}

#subhero .subhero-item:nth-child(2) {
  order: 3;
}

#subhero .subhero-item:nth-child(3) {
  order: 1;
}

@media (min-width: 576px) {
  .home-hero .header-image {
    width: 200px;
  }

  #subhero .subhero-item:nth-child(1) {
    order: 1;
  }

  #subhero .subhero-item:nth-child(2) {
    order: 2;
  }

  #subhero .subhero-item:nth-child(3) {
    order: 3;
  }
}

@media (min-width: 992px) {
  .home-hero .header-images {
    right: 45%;
  }

  .home-hero .header-image {
    width: 445px;
  }

  .bsc-image.active::after {
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .home-hero .header-images {
    right: 35%;
  }
}

.home-hero .header-image.active {
  opacity: 1;
  transition: opacity 500ms;
  z-index: 1;
}

ul.slick-track {
  padding-left: 0;
}

ul.slick-track li {
  display: block;
  margin: 0 0.25rem;
}

.bsc-image {
  background-color: white;
  border: 1px solid lightgray;
  min-width: 80px;
  position: relative;
}

.bsc-text {
  color: #6a737b;
  font-size: 0.9rem;
  line-height: 1.2rem;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms;
}
@media (min-width: 992px) {
  .bsc-image {
    max-width: 410px;
  }
}

.bsc-text.active {
  opacity: 1;
  transition: opacity 500ms;
}

.bsc-image.active::after {
  content: '';
  background: url(/images/product-viewer-carousel-active.png);
  background-position-x: center;
  background-repeat: no-repeat;
  bottom: -12px;
  left: 1px;
  height: 12px;
  width: 100%;
  position: absolute;
}

.bsc-image:hover {
  cursor: pointer;
}

.bsc-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
/***************************/
/* ***** ISI Floater ***** */
/***************************/
#isi {
  background-color: white;
  color: black;
  font-size: 0.92rem;
}

#isi-container {
  background: #193f68;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(0, 94, 161, 1) 100% 0%
    );
}
.home .footer-links {
  padding: 0;
  -moz-columns: 2;
  column-count: 2;
  list-style: none;
}
.home .footer-links li {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.home .footer-links li a {
  color: #fff;
}
.home .footer-links li a.ot-sdk-show-settings {
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: inherit !important;
}
.home .footer-links li a:hover {
  cursor: pointer;
  background-color: transparent !important;
}
.home .floating-isi {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 9.875rem;
  padding: 1.25rem 0;
  background-color: #fff;
  box-shadow: 0 -5px 18px 0 rgba(0, 0, 0, 0.45);
  transition: all 0.2s ease-in;
  z-index: 10;
}
.home .floating-isi.expanded {
  height: 31rem;
  overflow-y: scroll;
}
.home .floating-isi.expanded .isi-arrow {
  transform: rotate(180deg);
}
.home .floating-isi .isi-arrow {
  position: absolute;
  top: 0.75rem;
  right: 0;
}
.home .isi-arrow:hover {
  cursor: pointer;
}
.home .isi {
  overflow-x: hidden;
  position: relative;
  padding-top: 2.5rem;
}
.home .isi-content {
  padding-bottom: 3.125rem;
}
.home .isi-content hr {
  margin: 1rem 0;
}
.black-border {
  border: 2px solid black;
}
#floating-isi {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 9.875rem;
  padding: 0 0 1.25rem 0;
  background-color: #fff;
  box-shadow: 0 -5px 18px 0 rgba(0, 0, 0, 0.45);
  transition: all 0.2s ease-in;
  z-index: 10;
}
#floating-isi.expanded {
  height: 31rem;
  overflow-y: scroll;
}
#floating-isi.expanded .isi-arrow {
  transform: rotate(180deg);
}
#floating-isi .isi-arrow {
  position: absolute;
  top: 0.75rem;
  right: 0;
}
.footer-menu {
  font-size: 14px;
  list-style: none;
  line-height: 3rem;
}
.footer-menu li {
  width: 40%;
  margin-right: 1rem;
}
.offcanvas {
  background-clip: padding-box;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1045;
}
.offcanvas.offcanvas-bottom {
  border-top: none !important;
}
.stickyfooter {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 100vw;
}
.stickyfooter-wrapper {
  background: #fff;
  overflow: hidden;
}
.stickyfooter-wrapper p {
  margin: 0;
}
.stickyfooter-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.stickyfooter-wrapper.offcanvas {
  visibility: visible;
}
.stickyfooter-wrapper.offcanvas-bottom {
  height: 180px;
  transform: none;
  transition-property: height;
  z-index: 1041;
}
@media (min-width: 992px) {
  .stickyfooter-wrapper.offcanvas-bottom {
    height: 11rem;
  }
}
.stickyfooter-wrapper.show {
  height: 90vh !important;
  overflow: scroll;
}
.offcanvas-backdrop {
  z-index: 5 !important;
}
.stickyfooter-expand {
  background-color: transparent;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  right: 0.5rem;
  text-transform: none;
  top: 0.5rem;
  width: auto;
}
@media (min-width: 992px) {
  .stickyfooter-expand {
    right: 3rem;
  }
}
.stickyfooter-expand a {
  background-color: #193f68;
  border-radius: 0.5rem;
  display: block;
  min-width: 120px;
  padding: 8px 12px;
  text-align: center;
}
.stickyfooter-expand a i {
  border-color: #fff;
  margin-left: 0.45rem;
}
.stickyfooter-expand a,
.stickyfooter-expand a:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.stickyfooter-content {
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .stickyfooter-content {
    padding-top: 1rem;
  }
}
.stickyfooter-content p {
  line-height: 1.2rem;
  padding-bottom: 0.67rem;
}
.stickyfooter-content li {
  line-height: 120%;
  margin: 2px 0;
}

/* ********************** */
/* 404 PAGE */
/* ********************** */
.container-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-image {
  max-width: 100%;
  height: auto;
}
.error-content {
  padding: 2rem;
}
.container-404 .primary-header__cta {
  text-align: center;
  display: block;
}
.container-404 .primary-header__cta a {
  border-radius: 1.5em;
  font-size: 18px;
  height: 3em;
  padding: 0 3em 0 2em;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
}

@media (min-width: 992px) {
  .container-404 .primary-header__cta {
    text-align: left;
  }
}
body {
  top: 0 !important;
}

#main-content {
  margin-top: 78px;
}