@charset "UTF-8";
body {
  background-color: #fff !important;
}

.cta-card.cta-card--image {
  background: rgba(236, 234, 227, 0.5);
}

.cta-card--image {
  border: none;
}

.card-image--icon {
  display: none;
}

/* Card button */
.cta-card {
  align-items: center;
  background-color: #00AEEF;
  color: #001436;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 0;
  text-align: center;
}

.cta-card .card-button {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1em;
  padding-top: 0;
  width: 100%;
}

.cta-card--image .card-content {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: none;
  color: #002554;
  margin: 1em 0;
}

.coh-container.card-image {
  border: 1px solid #ECEAE3;
  display: block;
}

.case-study-option label,
.case-study-patient-option label {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  /* font-size: 20px; */
  /* text-decoration: none; */
  text-transform: initial;
  /* white-space: break-spaces; */
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
}

.case-study-headshot::after {
  border: none;
}

.case-study-headshot {
  box-shadow: none;
}

.video-bubble {
  border: none;
  box-shadow: none;
}

.case-study-patient-option input:checked ~ .case-study-headshot::after {
  border: 3px solid #002554;
}

.side-x-side__slider-button {
  height: 45px;
  width: 45px;
  align-items: center;
  background-color: #D3E9FE;
  background-image: radial-gradient(rgba(0, 35, 93, 0.1) 50%, rgba(0, 35, 93, 0.4));
  border: 4px solid #D3E9FE;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 35, 93, 0.4);
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%);
}

.side-x-side {
  border: 2px solid #D3E9FE;
}

.side-x-side__img--fore {
  border-right: 6px solid #D3E9FE;
}

.callout [class^=col] h5 {
  color: #002554;
}

.bordered-box.bordered-box--left a {
  color: #002554;
}

.header {
  background: #fff;
  /* background-color: unset; */
  background-image: unset;
  border-bottom: none;
  height: auto;
}

.header__primary-nav a {
  color: #002554;
}

.header.active .header__menu-trigger {
  background-image: url(/sites/default/files/images/icons/icon-close-x.svg);
}

.header__menu-trigger {
  background-image: url(/sites/default/files/images/icons/icon-menu.svg);
}

.header.active .header__menu-trigger {
  background-image: url(../content/images/icons/icon-blue-close-x.png);
}

.header__menu-trigger {
  background-image: url(../content/images/icons/icon-blue-menu.png);
}

.header__primary-nav .subnav__toggle {
  background-image: url(/sites/default/files/images/icons/icon-arrow-up-white.svg);
}

.header__primary-nav a {
  color: white;
}

ul.coh-list-container.coh-unordered-list {
  width: 100%;
}

.penny-title h1 span {
  color: #002554;
  display: inline-block;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
}

.penny-title {
  top: 1em;
  left: 0;
  width: 100%;
  z-index: 9;
}

.penny__text {
  font-family: "Avenir Next LT W01 Medium";
  font-size: 20px;
}

.penny-rotator {
  color: #002554;
}

.penny-title .penny__text {
  width: 336px;
}

.penny-title .penny__text {
  width: 336px;
}

.isi a {
  color: #164F90;
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  .penny-title .penny__text {
    width: 336px;
  }
  .penny-title {
    top: 3em;
  }
  .header__primary-nav .subnav ul {
    background-color: #D3E9FE;
    color: #002554;
  }
  .header__primary-nav .subnav ul a:hover, .header__primary-nav .subnav ul a.current {
    color: #002554 !important;
    text-decoration: underline;
  }
  .header__secondary-nav span {
    color: #002554 !important;
  }
  .header__secondary-nav a {
    color: #002554 !important;
  }
}
@media (min-width: 992px) {
  .header__secondary-nav li {
    border-left: 1px solid rgba(0, 37, 84, 0.5);
  }
  .header__secondary-nav::before {
    background-color: #002554;
  }
  .epic-bottom {
    background: white !important;
    bottom: 0;
  }
  .header__primary-nav a:hover {
    color: #002554 !important;
    text-decoration: none;
  }
  .header__primary-nav a {
    color: #002554;
  }
}
.coh-style-text-color-dark-background {
  color: #002554;
}
.coh-style-text-color-dark-background h2, .coh-style-text-color-dark-background ul, .coh-style-text-color-dark-background li {
  color: #002554;
}

.references {
  background-color: #fff;
  color: #002554;
}

.section-back-top {
  background-color: #fff;
  color: #002554;
}

li,
.list {
  color: #002554;
}
li li,
.list li {
  color: #002554;
}

.light-heading {
  color: #002554 !important;
}

.text-big-blue {
  color: #0094D5;
  text-shadow: none;
}

section.intro {
  background: linear-gradient(to bottom, rgba(153, 214, 234, 0.5), transparent) !important; /* Set opacity to 50% */
  height: 200px;
  background-size: 100% 200px !important;
  padding-top: 50px;
  margin-bottom: 4.5em;
  height: auto;
  background-repeat: no-repeat !important; /* Ensure the gradient doesn't repeat */
}
section.intro H2 {
  color: #002554 !important;
}

.callout [class^=col] {
  background: white;
  border: 2px solid #00AEEF;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1em 1.5em;
}

.case-study-patient__wrapper .container,
.def-table__inner,
.standout {
  background: #ECEAE3;
  border: 1px solid #fff;
  box-shadow: 0 2px 25px 0 rgba(255, 255, 255, 0.5);
  color: #00235D;
  padding: 15px 20px;
}
.case-study-patient__wrapper .container .case-study-option label, .case-study-patient__wrapper .container .case-study-patient-option label,
.def-table__inner .case-study-option label,
.def-table__inner .case-study-patient-option label,
.standout .case-study-option label,
.standout .case-study-patient-option label {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: intitial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
}
.case-study-patient__wrapper .container .case-study-option input:checked ~ label,
.case-study-patient__wrapper .container .case-study-patient-option input:checked ~ label,
.def-table__inner .case-study-option input:checked ~ label,
.def-table__inner .case-study-patient-option input:checked ~ label,
.standout .case-study-option input:checked ~ label,
.standout .case-study-patient-option input:checked ~ label {
  background: #D6D2C4;
}
.case-study-patient__wrapper .container .case-study-option input:checked ~ label::after,
.case-study-patient__wrapper .container .case-study-patient-option input:checked ~ label::after,
.def-table__inner .case-study-option input:checked ~ label::after,
.def-table__inner .case-study-patient-option input:checked ~ label::after,
.standout .case-study-option input:checked ~ label::after,
.standout .case-study-patient-option input:checked ~ label::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  transform: rotate(45deg);
  height: 24px;
  width: 10px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  margin-bottom: 10px;
}
.case-study-patient__wrapper .container .info-options label,
.def-table__inner .info-options label,
.standout .info-options label {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: intitial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
}

.hs-text__title {
  -webkit-appearance: none;
  background-color: #ECEAE3 !important;
  background-image: none;
  color: #002554 !important;
  cursor: pointer;
  list-style: none;
  outline: none;
  padding: 1em;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 22px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.hs-text__title p {
  color: #002554 !important;
}

.hs-text__text {
  background-color: #ECEAE3 !important;
  background-image: none;
  color: #002554 !important;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transform: max-height 0.2s ease-in-out;
}
.hs-text__text p {
  color: #002554 !important;
}
.hs-text__text a {
  color: #002554 !important;
  text-decoration: underline;
}

.hs-text__title::before {
  background: #002554 !important;
}

.hs-text {
  border-top: 1px solid #002554;
  border-bottom: 1px solid #002554;
}

.hs-text__title span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

.hs-text__title span::after {
  width: 40px;
  height: 40px;
  background-image: url("../content/images/icons/arrow-boxed-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: rotateZ(0) translateY(-50%);
  transition: transform 0.2s ease-in-out;
  transform-origin: top center;
}

.hs-text--active .hs-text__title span::after {
  transform: rotateX(180deg) translateY(-50%) !important;
}

.dotted--blue-3::before {
  display: none;
}

.dotted--gray-2::before {
  display: none;
}

.super-footer__graphics::before {
  display: none;
}

.webinar__transcript {
  background-color: #ECEAE3;
  border-top: 1px solid #002554;
  border-bottom: 1px solid #002554;
  padding: 0.9em 1em;
  padding-bottom: 0;
  position: relative;
}

.webinar__transcript .toggle {
  background-color: transparent;
  width: 40px;
  height: 40px;
  background-image: url("../content/images/icons/arrow-boxed-down.png");
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotateX(0deg);
  transition: all 0.2s ease-in-out;
}

.active .webinar__transcript .toggle {
  transform: rotateX(180deg) !important;
}

.blue-box {
  background-color: rgba(236, 234, 227, 0.5);
  box-shadow: none;
  color: #00235D;
  margin: 1.5em 0;
  padding: 1em;
}

.webinar__transcript .content::before {
  height: 1px;
  width: 100%;
  background-color: #002554;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.page-hero-background {
  background-color: #ECEAE3;
}

.page-hero {
  position: relative;
  margin-bottom: 0;
}
.page-hero::after {
  content: "";
  color: #ECEAE3;
  font-size: 10px;
  position: absolute;
  right: 579px;
  z-index: 100;
  bottom: 0;
}
@media (min-width: 992px) {
  .page-hero::after {
    content: "Not an actual patient.";
    color: black;
    font-size: 10px;
    position: absolute;
    right: 579px;
    z-index: 100;
    bottom: 10px;
  }
  .using-definity  .page-hero::after {
    content: "Actor Portrayal";
    color: #ffffff;
  }
}
@media (max-width: 992px) {
  .using-definity  .page-hero::after {
    content: "Actor Portrayal";
    color: #ffffff;
    right: 350px;
    width: max-content;
    bottom: 7px;
    left: unset;
  }
}
@media (max-width: 450px) {
  .using-definity  .page-hero::after {
    right: unset;
    left: 6%;
  }
}

.order-definity .page-hero::after {
  content: "Not an actual patient.";
  color: black;
  font-size: 10px;
  position: absolute;
  right: 579px;
  z-index: 100;
  bottom: 10px;
}

.diagnostic-challenges .page-hero::after {
  content: "";
  color: black;
  font-size: 10px;
  position: absolute;
  right: 579px;
  z-index: 100;
  bottom: 10px;
  display: none;
}

@media (min-width: 992px) {
  .penny-banner .penny-background::after {
    content: "Cardiac scan for presentation purposes only.";
    color: white;
    font-size: 10px;
    position: absolute;
    right: calc(50% - 220px);
    z-index: 100;
    bottom: 10px;
    font-family: "Avenir Next LT W01 Demi";
  }
}

@media (max-width: 992px) {
  .penny-title-rotator::after {
    content: "Cardiac scan for presentation purposes only.";
    color: white;
    font-size: 10px;
    position: absolute;
    right: calc(50% - 130px);
    z-index: 100;
    bottom: 0;
    font-family: "Avenir Next LT W01 Demi";
  }
}
.page-hero-title h1 {
  color: #002554;
  text-shadow: none;
}

.page-hero::before {
  display: none;
}

main::before {
  background: none;
}

@media (min-width: 992px) {
  .page-hero-background .coh-image.d-none.d-lg-block {
    position: absolute; /* Position image absolutely within the container */
    top: 0; /* Align to the top of the container */
    right: 0; /* Align to the right side of the container */
    max-width: none; /* Ensure image is not restricted by max-width */
    height: 100%; /* Ensure the image takes up the full height of the container */
    object-fit: cover; /* Ensure the image covers the container */
    left: initial;
    transform: none;
  }
  .page-hero-background {
    position: relative; /* Ensure parent container is positioned relative */
    overflow: hidden; /* To ensure the gradient doesn't spill over the image */
  }
  .page-hero-title {
    top: 90px;
  }
  .page-hero-background img {
    height: 100%;
    position: absolute;
    right: 0; /* Align the image to the right of the container */
    max-width: none;
    object-fit: cover; /* Ensure the image covers the container */
    z-index: 1; /* Ensure the image stays under the gradient */
    /* Gradient mask to create a blurry fade effect on the left */
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* For Safari */
  }
}
@media (min-width: 480px) {
  .page-hero-background .coh-image.d-none.d-lg-block {
    position: absolute; /* Position image absolutely within the container */
    top: 0; /* Align to the top of the container */
    right: 0; /* Align to the right side of the container */
    max-width: none; /* Ensure image is not restricted by max-width */
    height: 100%; /* Ensure the image takes up the full height of the container */
    object-fit: cover; /* Ensure the image covers the container */
    left: initial;
    transform: none;
    display: block !important;
  }
  img.coh-image.ssa-component.coh-component.d-lg-none {
    display: none;
  }
  .page-hero-background {
    position: relative; /* Ensure parent container is positioned relative */
    overflow: hidden; /* To ensure the gradient doesn't spill over the image */
  }
  .page-hero-background img {
    height: 100%;
    position: absolute;
    right: 0; /* Align the image to the right of the container */
    max-width: none;
    object-fit: cover; /* Ensure the image covers the container */
    z-index: 1; /* Ensure the image stays under the gradient */
    /* Gradient mask to create a blurry fade effect on the left */
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* For Safari */
  }
}
/* Add gradient overlay */
footer {
  background: #002554;
  margin-top: -60px;
}

/* Hide on mobile (screens smaller than 992px) and show on desktop */
@media (max-width: 991px) {
  .hide-element-mobile {
    display: none !important;
  }
  .show-element-mobile {
    display: block !important;
  }
}
/* Show on mobile (screens smaller than 992px) and hide on desktop */
@media (min-width: 992px) {
  .hide-element-desktop {
    display: none !important;
  }
  .show-element-desktop {
    display: block !important;
  }
  .header__secondary-nav a:hover {
    color: #00AEEF;
    text-decoration: none;
    color: #002554 !important;
    font-weight: 700;
  }
}
@media (max-width: 991px) { /* Target mobile screens */
  .hide-element-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dosing-calulator .arrow-right {
    top: 15px;
    right: 42px;
    font-size: 22px;
  }
}
footer a:hover {
  color: #0094D5 !important;
}

body {
  background-color: #fff !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  h1, .H1 {
    font-family: "Avenir Next LT W01 Bold" !important;
    font-size: 38px !important;
  }
  h2 {
    color: #002554 !important;
    font-family: "Avenir Next LT W01 Demi";
    font-size: 23px !important;
  }
  h5 {
    font-family: "Avenir Next LT W01 Demi" !important;
    font-size: 24px !important;
    color: #002554 !important;
  }
}
/* Headline/H1 */
h1, .H1 {
  font-family: "Avenir Next LT W01 Bold" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 52px !important;
  line-height: 100% !important;
  text-transform: uppercase !important;
  color: #002554 !important;
}

a {
  color: #002554;
}

a:hover {
  color: #0056b3 !important;
}

h2 {
  color: #002554 !important;
  font-family: "Avenir Next LT W01 Medium";
  font-size: 40px;
}

h3 {
  font-family: "Avenir Next LT W01 Bold";
  font-style: normal;
  font-size: 36px;
  line-height: 120%;
  color: #002554;
}

h3.tagline, .tagline h3 {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-transform: lowercase;
  color: #002554;
}

h4 {
  font-family: "Avenir Next LT W01 Demi";
  font-style: normal;
  font-size: 26px;
  line-height: 150%;
  color: #002554;
}

h5 {
  font-family: "Avenir Next LT W01 Demi" !important;
  font-size: 26px !important;
  color: #002554 !important;
}

h4 sup {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #002554;
}

h6 {
  font-family: "Avenir Next LT W01 Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  color: #002554;
}

h6 sup {
  font-family: "Avenir Next LT W01 Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #002554;
}

h6 strong {
  font-family: "Avenir Next LT W01 Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #002554;
}

h6 sup strong {
  font-family: "Avenir Next LT W01 Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #002554;
}

p {
  font-family: "Avenir Next LT W01 Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #002554;
}

p i {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  color: #002554;
}

p strong {
  font-family: "Avenir Next LT W01 Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #002554;
}

ol li {
  padding-left: 5px; /* Increase this value for more space */
}

ol.list {
  padding-left: 1em;
}

.pd-instruction .list li::before,
.list li::before {
  color: #00AEEF;
  content: "•";
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
}

a,
li,
li a,
li a span {
  overflow-wrap: anywhere !important;
}

.references a,
.references li,
.references li a,
.references li a span {
  overflow-wrap: anywhere !important;
  text-decoration: none !important;
}

hr.white {
  border-bottom: 1px solid #0094D5;
}

.framed .video {
  margin-bottom: 2em;
  overflow: hidden;
  border: 1px solid #009CDD !important;
}

.dotted .video {
  margin-bottom: 2em;
  overflow: hidden;
  border: none !important;
}

.standout .video {
  margin-bottom: 2em;
  overflow: hidden;
  border: 1px solid #009CDD !important;
}

.standout b {
  font-size: 20px;
}

.list li {
  padding-left: 1em !important;
}

ol.list li {
  list-style: decimal;
  padding-left: 5px !important;
}

.hs-text--active .hs-text__text ul {
  margin-left: 0;
}

.dosing-calulator p {
  font-size: 20px;
  font-weight: bold;
}

.dosing-calulator label {
  display: inline-block;
  text-align: right;
  width: 175px;
  font-size: 20px;
  padding-right: 15px;
}

@media (max-width: 992px) {
  .dosing-calulator label {
    display: inline-block;
    text-align: center;
    width: 175px;
    font-size: 20px;
    padding-right: 0;
  }
}
.fs-20-28 strong {
  font-size: 20px !important;
}

@media (min-width: 992px) {
  .fs-20-28 strong {
    font-size: 28px !important;
  }
}
.modal-body h5 {
  font-family: "Avenir Next LT W01 Regular" !important;
  font-size: 16px !important;
  margin-bottom: 2em !important;
}

@media (min-width: 992px) {
  .modal-body h5 {
    font-size: 24px !important;
    margin-bottom: 1em !important;
  }
}
@media (min-width: 992px) {
  .side-x-side__label--fore {
    left: 0;
    background: black;
    width: 100%;
    height: 40px;
    bottom: 0;
    padding-top: 4px;
    padding-left: 18px;
  }
  .side-x-side__label--back {
    right: 0;
    /* right: 40px; */
    background: black;
    width: 100%;
    height: 40px;
    bottom: 0;
    padding-top: 4px;
    padding-left: 216px;
    /* margin-right: 19px; */
  }
  .case-study-patient__wrapper .container {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .display {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 100%;
    text-transform: uppercase;
    color: #002554;
  }
  .epic-title h1 {
    font-family: "Avenir Next" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 52px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    color: #002554 !important;
  }
  .subhead h1, h1.subhead {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-transform: uppercase;
    color: #002554;
  }
}
@media (max-width: 991px) {
  .display {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    text-transform: uppercase;
    color: #002554;
  }
  h1 {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 700;
    font-size: 38px !important;
    line-height: 100%;
    text-transform: uppercase;
    color: #002554;
  }
  h2 {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 121%;
    color: #002554;
  }
  h5 {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #002554;
  }
}
.coh-style-blue-container {
  background-color: #ECEAE3;
}

.btn--huge {
  background-color: #ECEAE3;
  border: 2px solid #002554;
  border-radius: 0;
  color: #002554;
  display: inline-block;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  padding: 1em;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.btn--huge::hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.def-form .form-group input[type=number], .def-form .form-group input[type=text], .def-form .form-group input[type=email], .def-form .form-group input[type=tel], .def-form .form-group select, .def-form .form-group textarea {
  background-color: #fff;
  border: 1px solid #002554;
  border-radius: 0;
  font-family: "Avenir Next LT W01 Regular";
  padding: 14px;
  width: 100%;
}

body.contact-us .standout, body.sign-up .standout {
  border: none;
}

body.sign-up .hs-text,
body.contact-us .hs-text {
  border-top: 1px solid #002554;
  border-bottom: 1px solid #002554;
  border: 1px solid black;
  background: white !important;
  display: block;
  background-color: white !important;
  position: relative;
}
body.sign-up .hs-text__text,
body.contact-us .hs-text__text {
  background: white !important;
}
body.sign-up .hs-text__title,
body.contact-us .hs-text__title {
  background: white !important;
}
@media (min-width: 992px) {
  .active ul.coh-list-container.coh-unordered-list {
    width: 170px;
  }
  .header__primary-nav .subnav ul {
    background-color: #D3E9FE;
    color: #002554;
  }
  .header__secondary-nav .active ul.coh-list-container.coh-unordered-list {
    width: 228px;
  }
  .header__secondary-nav .subnav ul {
    background-color: #D3E9FE;
    color: #002554;
  }
  .header__secondary-nav .download::before {
    background: 0px;
  }
  .header__secondary-nav li.subnav.active {
    background-color: unset;
  }
}
cta-card .card-button a {
  background-color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: #00235D;
  display: inline-block;
  text-decoration: none;
  text-transform: unset;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  padding: 0.25em 2em 0.25em 2.5em;
  align-items: center;
  text-align: center;
  /* margin-left: -10px; */
  /* padding-left: 32px; */
}
cta-card .card-button a::hover::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(../content/images/icons/icon-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  /* right: 1em; */
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px;
}

.cta-card .card-button a:hover {
  background: linear-gradient(180deg, #004B87 0%, #002554 100%) !important;
  color: white !important;
}

.cta-card .card-button a {
  background-color: #fff;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: #00235D;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  padding: 0.25em 2em 0.25em 2.5em;
  font-family: "Avenir Next LT W01 Demi" !important;
}

.coh-style-super-footer-cta {
  padding: 10px 22px;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #00235D;
  font-weight: bold;
  text-decoration: none;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 20px;
}

.super-footer__cta {
  background-color: unset;
}

.super-footer__cta a {
  color: #00235D;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
}

.cta-card a {
  text-transform: none !important;
}
.cta-card .card-button {
  text-align: center !important; /* Centers the content of the div */
}
.cta-card .card-button .coh-link {
  display: inline-block !important; /* Makes the <a> tag inline-block for centering */
  text-align: center !important; /* Ensures the text inside <a> is centered */
  position: relative !important; /* Necessary for positioning the pseudo-element */
}
.cta-card .card-button .coh-link::after {
  display: inline-block !important; /* Aligns the pseudo-element inline with the text */
  margin-left: 10px !important; /* Optional, for spacing between the text and the image */
}

.cta-card .card-button a::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  right: 1em;
  transform: translateY(0);
  padding-top: unset;
}

.new-button__cta_link {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  display: inline-block;
  /* width: 100%; */
  padding: 12px;
  box-sizing: border-box;
  padding: 10px 35px 10px 35px;
  position: relative;
  display: inline-block;
}
.new-button__cta_link::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  /* right: 1em; */
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px;
}

.three-ctas .container div {
  text-align: center !important; /* Centers the content of the div */
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.three-ctas .container div .cta.new-button__cta_link {
  display: inline-block !important; /* Makes the <a> tag inline-block for centering */
  text-align: center !important; /* Ensures the text inside <a> is centered */
  position: relative !important; /* Necessary for positioning the pseudo-element */
}
.three-ctas .container div .new-button__cta_link::after {
  display: inline-block !important; /* Aligns the pseudo-element inline with the text */
  margin-left: 10px !important; /* Optional, for spacing between the text and the image */
}
.three-ctas .container div a {
  min-width: 377px !important;
}

@media (min-width: 992px) {
  .three-ctas .container {
    flex-direction: row;
    gap: 10px !important;
    justify-content: space-between;
  }
  .isi p {
    font-size: 20px !important;
  }
}
.black-box-warning li {
  display: list-item;
}

.black-box-warning ul {
  display: list-item;
}

.info-options label:hover {
  border-color: #D6D2C4 !important;
  background-color: #D6D2C4 !important;
  color: #00235D;
  background: #D6D2C4 !important;
}

.info-options label.active,
.info-options input[type=radio]:checked + label {
  border-color: #D6D2C4 !important;
  background-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
  color: #00235D;
}

.info-options label {
  box-shadow: none !important;
}

.standout .case-study-option label, .standout .case-study-patient-option label {
  box-shadow: none !important;
}

.video {
  border: none !important;
}

.case-study-option label, .case-study-patient-option label {
  box-shadow: none;
}

.case-study-patient-option input:checked ~ label {
  border-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
  box-shadow: none;
}

.case-study-patient-option input:checked ~ label {
  border-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
  box-shadow: none;
}

.case-study .callout .col-12 p strong {
  font-size: 28px !important;
  font-family: "Avenir Next LT W01 Regular";
}

@media (min-width: 991px) {
  .case-study .case-study__wrapper .callout p strong {
    font-weight: 400;
    font-size: 24px !important;
    line-height: 130%;
    color: #002554;
    font-family: "Avenir Next LT W01 Bold" !important;
    font-size: 24px;
  }
}

.callout {
  position: relative;
}

.callout [class^=col]:before, .callout [class^=col]:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  width: 84px;
  /* height: 100%; */
  background: url(/sites/default/files/images/callout/vertical-lines.png) no-repeat;
  background-size: 100% 100%;
}

.case-study-option label:hover, .case-study-patient-option label:hover {
  border-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
}

.case-study-option input:checked ~ label, .case-study-patient-option input:checked ~ label {
  border-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
}
.case-study-option input:checked ~ label::after, .case-study-patient-option input:checked ~ label::after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  transform: rotate(45deg);
  height: 24px;
  width: 10px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  margin-bottom: 10px;
}

.select.select--webinars::after {
  height: 27px;
  width: 15px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 12px;
  right: 1em;
  transform: translateY(0);
  padding-top: unset;
  position: absolute;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg); /* Change to a down arrow SVG */
  background-repeat: no-repeat;
  transform: translateY(0) rotate(90deg); /* Rotate the arrow 90 degrees to point down */
  padding-top: unset;
}

.select.select--webinars select {
  background-color: #D6D2C4;
  border-top: 1px solid #002554;
  border-bottom: 1px solid #002554;
  position: relative;
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #002554;
  border-radius: 0;
  font-family: "Avenir Next LT W01 Bold";
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  padding: 0.5em;
}

p {
  font-family: "Avenir Next LT W01 Regular";
  font-style: normal;
  font-size: 20px;
  color: #002554;
}

@media (min-width: 768px) {
  .webinar__transcript .content p {
    font-family: "Avenir Next LT W01 Regular";
    font-style: normal;
    color: #002554;
  }
  .webinar__transcript h4.title {
    font-family: "Avenir Next LT W01 Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    color: #002554;
    padding-right: 1em;
    padding-bottom: 1.5em;
    margin-right: 2.5em;
  }
}
.safety .coh-wysiwyg .footnote {
  font-size: 16px;
}

.footnote {
  font-size: 16px !important;
  font-family: "Avenir Next LT W01 Regular" !important;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 0;
}

.sitemap-list a {
  color: #002554;
}

@media (max-width: 991px) {
  .penny-rotator.container {
    width: 200px;
    margin-bottom: 20px;
    height: 25px;
    margin-left: 89px;
    color: #0094D5;
    top: 45px;
    position: absolute;
    right: 0;
  }
  .penny-rotator.penny-options-wrapper {
    top: 30px;
  }
  .penny-title-rotator {
    position: relative;
  }
  .penny-title {
    position: absolute;
  }
}
.opener {
  margin-left: 10px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  left: 193px;
  position: absolute;
  font-size: 0px;
  margin-left: 32px;
  top: 29px;
}

@media (max-width: 991px) {
  .penny-drawer.penny-drawer-mobile .opener {
    margin-left: 10px;
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
    right: 145px;
    position: absolute;
    font-size: 0px;
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  .header__secondary-nav .subnav ul {
    background: none;
  }
  .header__secondary-nav .subnav ul li:first-child {
    border-top: 4px solid #00AEEF;
    background-color: #D3E9FE;
    width: 100%;
    left: -20px;
    height: 45px;
    width: 200px;
  }
  .header__secondary-nav .coh-list-item::after {
    content: "";
    display: none;
    position: absolute;
    background: #00AEEF;
    height: 4px;
    width: 0%; /* Initially, width is 0 for transition */
    left: 0; /* Adjust as needed */
    bottom: -10px;
    transition: width 0.5s ease; /* Transition for width */
  }
  .header__secondary-nav .coh-list-item:hover::after {
    width: 100%; /* Expands the width on hover or interaction */
  }
  footer {
    background: #002554 !important;
    margin-top: 0;
    position: relative;
  }
  footer:after {
    content: "";
    bottom: -32px;
    height: 50px;
    width: 100%;
    background: #002554; /* Ensure this variable has a valid color */
    z-index: 100;
    display: block;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .super-footer__graphics {
    height: unset !important;
    min-height: 20px;
  }
}
footer {
  background: #002554 !important;
  margin-top: 0;
  position: relative;
}
footer:after {
  content: "";
  bottom: -32px;
  height: 50px;
  width: 100%;
  background: #002554; /* Ensure this variable has a valid color */
  z-index: 100;
  display: block;
  left: 0;
  position: absolute;
}

@media (max-width: 991px) {
  .header__secondary-nav li.subnav {
    margin-bottom: 1em;
    color: white;
  }
  .intro-stamp picture {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
  }
  footer {
    background: #002554 !important;
    margin-top: 0;
    position: relative;
  }
  footer:after {
    content: "";
    bottom: -32px;
    height: 50px;
    width: 100%;
    background: #002554; /* Ensure this variable has a valid color */
    z-index: 100;
    display: block;
    left: 0;
    position: absolute;
  }
  .penny-home.three-columns-stats {
    width: 90% !important;
  }
  .penny-options-wrapper {
    position: absolute;
    width: 200px;
    top: 0px;
    right: 0;
  }
  .penny-rotator.container .container {
    position: relative;
  }
}
footer {
  background: #002554 !important;
}

.def-form .form-group--submit .btn-after::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 5px;
  right: 18px;
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
}

.webform-submission-sign-up-form input#edit-actions-submit,
div#block-webform-contact-us input#edit-actions-submit {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  display: inline-block;
  /* width: 100%; */
  padding: 12px;
  box-sizing: border-box;
  padding: 10px 35px 10px 20px;
  margin-top: 20px;
}
.webform-submission-sign-up-form span.btn-after::after,
div#block-webform-contact-us span.btn-after::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 5px;
  right: 18px;
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
}

.row.coh-style-pd-btm.row-bottle-new p {
  font-family: "Avenir Next" !important;
}

.back-to-top {
  width: 109px;
  height: 109px;
  margin: 30px auto 0;
  padding: 14px 0 0;
  background: #00235D;
  border: 4px solid white;
  border-radius: 100%;
  color: #002554;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Avenir Next LT W01 Bold";
  background: linear-gradient(to bottom, #D3E9FE, #92C1E9);
  box-shadow: 10px 10px 20px rgba(211, 233, 254, 0.8), 0 0 20px rgba(211, 233, 254, 0);
}

span.compensated-text {
  display: inline-block;
  padding-right: 4px;
  position: absolute;
  left: 18px;
  font-size: 17px;
}

footer p strong {
  font-size: 20px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 130%;
  color: white;
}

.section-back-top h3 {
  font-size: 20px;
  margin-top: 30px;
}

/* Apply padding-left of 72px to the first list item */
.sitemap-list li:first-child a {
  padding-left: 72px;
}

/* Apply padding-left of 10px to the rest of the list items */
.sitemap-list li:not(:first-child) a {
  padding-left: 10px;
}

.sitemap-list li:first-child {
  border-top: 1px dashed #002554;
}

.sitemap-list li {
  border-bottom: 1px dashed #002554;
}

.sitemap-list {
  padding-bottom: 60px;
}

.case-study .bg-blue {
  background: #ECEAE3 !important;
  box-shadow: none !important;
}

.case-study.case-study--4-1 .callout .col-12,
.case-study.case-study--3-1 .callout .col-12,
.case-study.case-study--2-1 .callout .col-12,
.case-study.case-study--1-1 .callout .col-12 {
  background: white !important;
  box-shadow: none !important;
}
.case-study.case-study--4-1 .callout .col-12 h5,
.case-study.case-study--4-1 .callout .col-12 p strong,
.case-study.case-study--3-1 .callout .col-12 h5,
.case-study.case-study--3-1 .callout .col-12 p strong,
.case-study.case-study--2-1 .callout .col-12 h5,
.case-study.case-study--2-1 .callout .col-12 p strong,
.case-study.case-study--1-1 .callout .col-12 h5,
.case-study.case-study--1-1 .callout .col-12 p strong {
  color: #002554 !important;
}

.case-study .callout .col-12 {
  background: #002554 !important;
  box-shadow: none !important;
}
.case-study .callout .col-12 h5,
.case-study .callout .col-12 p strong {
  color: white !important;
}

.programs-title .title {
  color: #002554 !important;
  text-shadow: none !important;
  font-size: 28px;
  margin-bottom: 0;
}

.glow-title h1 span {
  display: inline-block;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  left: 70px;
  top: -15px;
}

.programs-title .glow-title h1 span {
  color: #002554 !important;
  display: inline-block;
  display: inline-flex;
  position: relative;
  text-shadow: none;
  white-space: nowrap;
  left: 70px;
  font-family: "Avenir Next LT W01 light" !important;
  text-transform: initial;
}

.page-hero h1.glow {
  text-shadow: none !important;
  font-size: 60px !important;
  font-family: "Avenir Next LT W01 Regular" !important;
  text-transform: initial !important;
  font-weight: initial !important;
}

@media (max-width: 767.98px) {
  .programs-title h1.glow {
    text-shadow: none;
    font-size: 36px !important;
    font-family: "Avenir Next LT W01 Regular" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    color: #002554 !important;
    text-transform: inherit !important;
  }
  .glow-title h1 {
    font-size: 26px !important;
    position: relative;
    height: 34px;
    margin-bottom: 0.4em;
    white-space: nowrap;
    text-transform: initial !important;
  }
  .glow-title h1 span {
    position: absolute !important;
    top: 5px;
    right: 20px;
    left: auto !important;
  }
}
.glow-title h1 span::before {
  display: none;
}

.programs .hs-text__text hr {
  border-bottom: 1px solid #002554 !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 75, 135, 0.75); /* #004B87 with 75% opacity */
  backdrop-filter: blur(40px); /* Dramatic blur effect */
  -webkit-backdrop-filter: blur(40px); /* For Safari compatibility */
}

.modal-body .btn--close {
  background-color: unset !important;
  border: white;
  background-image: url("../content/images/icons/nav-mobile-button-close.png") !important;
  background-size: 100% 100%;
  border: 0;
}

.modal-body::before {
  height: 15px;
  width: 100%;
  background: linear-gradient(90deg, #0094D5 0%, #002554 100%) !important; /* Change to horizontal gradient */
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
}

button.coh-button.btn.btn--continue.coh-interaction,
button.coh-button.btn.btn--stay.coh-interaction,
.modal--hcp-confirmation .modal-body p .btn.coh-interaction {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  display: inline-block;
  /* width: 100%; */
  padding: 12px;
  box-sizing: border-box;
  padding: 10px 35px 10px 35px;
}
button.coh-button.btn.btn--continue.coh-interaction:hover,
button.coh-button.btn.btn--stay.coh-interaction:hover,
.modal--hcp-confirmation .modal-body p .btn.coh-interaction:hover {
  background: linear-gradient(180deg, #004B87 0%, #002554 100%);
  color: white !important;
}

.case-study-patient__wrapper .case-study-headshot::after {
  border: none;
}

.case-study-patient__wrapper .case-study-headshot {
  box-shadow: none;
  margin-bottom: 1em;
}

.dosing-calulator #dosing-cal {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: intitial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
}

.dosing-calulator input#dosing-cal:hover + .arrow-right {
  border-top: 3px solid #00235D;
  border-left: 3px solid #00235D;
}

.dosing-calulator input#dosing-cal:hover {
  border-color: #D6D2C4 !important;
  background: #D6D2C4 !important;
}

span.dose_text {
  margin-left: 15px;
}

.bordered-box a::after {
  height: 20px !important;
  width: 12px !important;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  /* right: 1em; */
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px !important;
}

.cta-text::before {
  width: 14px;
  height: 24px;
  background-image: url("../content/images/icons/icon-arrow-right.svg");
  background-size: 100% 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.empty-reference,
.sign-up,
.contact-us,
.empty-reference .section-back-top {
  color: #002554;
  padding-bottom: 30px;
  background: rgba(211, 233, 254, 0.5);
  margin-bottom: 0;
}

a.cta-text img {
  display: none !important;
}

.cookie-policy {
  background-color: #fff;
  color: #001436;
  max-height: 0;
  overflow: hidden;
  position: fixed;
  bottom: unset;
  left: 0;
  width: 100%;
  z-index: 1054;
  top: 0;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
.cookie-policy.active {
  min-height: 159px !important;
}

@media (max-width: 767.98px) {
  .super-footer {
    height: unset;
  }
  .case-study-bottom div {
    text-align: center;
  }
}
@media (min-width: 300px) and (max-width: 429px) {
  .case-study-headshot {
    height: 134px;
    width: 134px;
    border-radius: 50%;
    box-shadow: 0 2px 25px #CDF2FF;
    margin-bottom: 0.5em;
    position: relative;
    margin: 30px auto;
  }
}
.download-block.download-block--left .align-center picture img {
  display: block !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 768px) {
  div#edit-salutation .form-item-salutation {
    display: flex;
    flex-basis: 45.33%;
  }
  .hs-text {
    margin: 0 !important;
  }
  .hs-text__title span::after {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .hs-text__title span::after {
    right: -12px !important;
  }
}
.illuminate-cta-wrapper {
  background-color: #ECEAE3;
  padding: 36px 36px 30px 36px;
  display: flex;
}

.illuminate-cta-container {
  padding: 36px 36px 30px 36px;
  max-width: 320px;
}

/* Desktop: 2 columns for keypoint1 and keypoint2 */
@media (min-width: 992px) {
  .quickhits-row2 {
    max-width: 864px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: -60px;
  }
  .illuminate-cta-wrapper {
    background-color: #ECEAE3;
    padding: 0px 36px 0px 36px;
    display: flex;
    position: relative;
    background-image: url(../content/images/icons/microbubbles_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
  }
  .illuminate-cta-container {
    padding: 36px 36px 30px 36px;
    max-width: 100%;
  }
  .epic-columns .col-12 {
    border: 0;
    border-left: 1px solid #0094D5;
  }
  .keypoint1, .keypoint2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .keypoint-image {
    flex: 0 0 125px; /* Fixed width for image */
  }
  .keypoint-text {
    flex: 1; /* Takes the remaining space */
  }
  .row.coh-style-pd-btm.row-bottle-new {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
  }
  .quickhits-row2-wrapper {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    width: 100%;
  }
  /* Ensure the .keypoint-text is vertically centered */
  .keypoint-text {
    display: flex;
    flex: 1;
    align-items: center; /* Center content vertically within .keypoint-text */
    min-width: 320px;
  }
  .keypoint1 {
    padding-right: 15px;
  }
  .keypoint2 {
    padding-left: 15px;
  }
  .penny-home.three-columns-stats {
    margin-top: -65px;
  }
}
a.coh-style-super-footer-cta,
.super-footer__cta a {
  color: #00235D;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  position: relative;
  white-space: normal;
}
a.coh-style-super-footer-cta img,
.super-footer__cta a img {
  display: none !important;
}
a.coh-style-super-footer-cta::after,
.super-footer__cta a::after {
  height: 16px;
  width: 10px;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

a.coh-style-super-footer-cta:hover,
.super-footer__cta a:hover {
  background: linear-gradient(180deg, #004B87 0%, #002554 100%) !important;
  color: white !important;
  opacity: unset;
}
a.coh-style-super-footer-cta:hover::after,
.super-footer__cta a:hover::after {
  height: 16px;
  width: 10px;
  background-image: url(../content/images/icons/icon-arrow-right-white.svg);
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  a.coh-style-super-footer-cta,
  .super-footer__cta a {
    text-align: left !important;
    border-radius: 50px !important;
    padding: 10px 54px;
    white-space: normal;
  }
  a.coh-style-super-footer-cta::after,
  .super-footer__cta a::after {
    right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: auto;
    margin-left: 0;
  }
  .coh-image-responsive-ps {
    display: block;
    max-width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .keypoint-image {
    margin-bottom: 10px;
    width: 30%;
  }
  .coh-image-responsive-ps {
    display: block;
    max-width: 100%;
    height: auto;
    float: none;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .keypoint-text {
    text-align: left;
    margin-left: 20px;
    width: 70%;
  }
  p strong {
    color: rgb(0, 35, 93);
    font-family: "Avenir Next LT W01 Demi" !important;
    line-height: 25px !important;
  }
  .sticky-banner p strong,
  .sticky-banner .banner .text-content a {
    color: rgb(0, 35, 93);
    font-size: 12px !important;
    font-family: "Avenir Next LT W01 Demi";
    line-height: 25px;
  }
  .sticky-banner .banner .new-handle {
    width: auto;
    display: inline-block !important;
    align-items: center;
    cursor: pointer;
    padding: 0 !important;
    background-color: unset;
    margin-left: 3px !important;
    display: inline-block;
  }
  .illuminate-cta-container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  a.cta.new-button__cta_link.illuminate-cta {
    padding: 10px 5px 10px 5px !important;
    width: 280px !important;
  }
  .illuminate-cta-wrapper {
    background-color: #ECEAE3;
    background-image: url(../content/images/icons/microbubbles_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ECEAE3 !important;
    padding: 10px 10px 10px 10px !important;
    display: flex !important;
    background-position: 55px 71px;
  }
  .case-study-bottom div {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .row-bottle-new img {
    max-width: 100px;
    height: auto;
  }
}
.sign-up h6 {
  margin-left: -14px;
}

@media (max-width: 767px) {
  .references p {
    font-size: 16px !important;
  }
  .references ul, .references ol, .references li, .references a {
    font-size: 16px !important;
  }
}
.mb-0,
.fs-14 {
  font-size: 20px !important;
}

@media (min-width: 992px) {
  .home .side-x-side__label--back {
    right: 0;
    /* right: 40px; */
    background: black;
    width: 100%;
    height: 40px;
    bottom: 0;
    padding-top: 4px;
    padding-left: 380px !important;
    /* margin-right: 19px; */
  }
}

@media (min-width: 992px) {
  .patient-case-studies .super-footer {
    margin-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .def-table__inner h5 {
    font-size: 22px !important;
  }
  .image-optimization h5 {
    font-size: 22px !important;
  }
}
@media (max-width: 991px) {
  .def-table__inner h5 {
    font-size: 22px !important;
  }
  .image-optimization h5 {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) {
  .callout [class^=col] p {
    font-size: 24px !important;
  }
}
.header.active .header__nav {
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  padding-bottom: 3em;
  /* Add this for mobile adjustments */
}
@media (max-width: 768px) {
  .header.active .header__nav {
    min-height: calc(100vh - 170px); /* Subtract modal height (100px) + some space */
    max-height: calc(100vh - 170px); /* Same as above */
    padding-bottom: 7.5em; /* Reduce padding to ensure more scrollable space */
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    margin-top: 111px !important;
  }
  .home .floating-isi {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    height: 148px !important;
    padding: 10px 0;
    background: #fff;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1054;
    max-width: 100%;
    width: 100%;
  }
  .penny-drawer.penny-drawer-mobile .penny-drawer-title {
    display: flex;
    justify-content: center !important; /* center both wrappers as a group */
    align-items: center !important; /* vertical alignment if needed */
    gap: 10px; /* optional spacing between info and button */
  }
  .penny-drawer-mobile-info-wrapper,
  .penny-drawer-mobile-button-wrapper {
    display: flex;
    align-items: center;
    text-align: right;
  }
  /* Style the button wrapper to match the 28x28 desired size */
  .penny-drawer-mobile-button-wrapper {
    width: 28px;
    height: 28px;
    justify-content: center;
    position: relative; /* needed for ::after positioning */
  }
  /* Style the .opener span */
  .penny-drawer.penny-drawer-mobile .opener {
    margin-left: 0 !important;
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
    right: 0 !important;
    position: absolute !important;
    font-size: 0px !important;
    margin-left: 0px !important;
    display: inline-block;
    position: relative !important;
    height: 100%;
    left: unset;
    top: 0;
  }
  /* Pseudo-element (chevron) */
  .penny-drawer.penny-drawer-mobile .opener::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px; /* place it right after the text */
    margin-left: 5px; /* 5px gap between text and icon */
    transform: translateY(-50%) scaleY(1); /* Default state */
    width: 28px;
    height: 28px;
    background-image: url(../content/images/icons/chevron-drawer.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .penny-drawer.penny-drawer-mobile .opener::after {
    background-image: url(../content/images/icons/chevron-drawer.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
  }
  /* Rotate when active */
  .penny-drawer.penny-drawer-mobile .opener.open::after {
    transform: translateY(-50%) scaleY(-1); /* Flipped vertically */
  }
  .case-study-option label {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .penny-drawer.penny-drawer-desktop .opener::after {
    transform: translateY(-50%) scaleY(1); /* Default state */
    transition: transform 0.3s ease;
  }
  .penny-drawer.penny-drawer-desktop .opener.open::after {
    transform: translateY(-50%) scaleY(-1); /* Flipped vertically */
  }
}
@media (min-width: 992px) {
  .header__secondary-nav a, .header__secondary-nav span {
    font-family: "Avenir Next LT W01 Medium";
    font-size: 12px !important;
    margin: 0;
    white-space: nowrap;
  }
}
div#external-link {
  z-index: 1053 !important;
}

@media (min-width: 992px) {
  .header__primary-nav .search-toggle a {
    background-image: url(/sites/default/files/images/icons/icon-search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 32px;
    text-indent: -999px;
    width: 32px;
  }
  .header__primary-nav .ul li.coh-list-item.nav-item br {
    font-size: 0 !important;
    display: none !important;
  }
  .header__primary-nav a br {
    font-size: 0 !important;
  }
  footer {
    padding-bottom: 8rem !important;
  }
  .efficacy section.dotted.dotted--left.dotted--gray-2 img {
    max-width: 170px;
  }
}
@media (max-width: 991px) {
  a.d-lg-none {
    text-decoration: none;
  }
  .order-definity .def-table__refs {
    font-family: "Avenir Next LT W01 Medium";
    font-size: 16px;
  }
  .image-optimization section.intro {
    margin-bottom: 0.5em !important;
  }
  .image-optimization section.intro hr {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
}
.hs-text p, .hs-text li {
  font-family: "Avenir Next LT W01 Regular" !important;
}

.patient-case-studies section.intro {
  margin-bottom: 0 !important;
}
.patient-case-studies section.intro H2 {
  padding-bottom: 1.5em !important;
}

.order-definity h6 {
  font-family: "Avenir Next LT W01 Bold" !important;
}

footer hr {
  border-color: white;
}

@media (min-width: 770px) and (max-width: 991px) {
  .quickhits-row2 {
    flex-direction: column;
    align-items: start !important;
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .keypoint1, .keypoint2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 48%;
  }
}
.isi {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
  /* ISI-Background */
  background: rgba(211, 233, 254, 0.5);
}
.isi a {
  color: #164F90;
  text-decoration: underline;
}
.isi h1, .isi h2, .isi h3, .isi h4, .isi h5, .isi h6 {
  color: #164F90;
  font-size: 1.5625rem;
}
.isi h2 {
  font-family: "Avenir Next LT W01 Bold";
  margin-bottom: 0.5em;
}
.isi h2 a {
  color: #164F90;
  text-decoration: none;
}
.isi h2 a:hover {
  color: #164F90;
  text-decoration: underline;
}
.isi p, .isi li {
  color: #002554;
  font-size: 16px;
}
.isi ul {
  margin-left: 1.2rem;
}
.isi ul li {
  list-style: disc;
}
.isi .black-box-warning {
  margin-bottom: 2rem;
  padding: 1rem;
  border: none;
}
.isi .mh-200 {
  min-height: 200px;
}
.isi li {
  font-size: 20px !important;
  font-family: "Avenir Next LT W01 Demi" !important;
  font-weight: unset !important;
}

@media (min-width: 992px) {
  .isi p strong {
    font-size: 20px !important;
  }
}
.modal-open #hcp-confirmation {
  z-index: 1053;
}

.floating-isi {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 125px;
  padding: 10px 0;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1054;
  max-width: 100%;
  width: 100%;
}
.floating-isi h2 {
  font-size: 22px;
  color: #002554;
}
.floating-isi .container {
  max-width: 1280px;
}
.floating-isi .h5 {
  color: #0057A5;
  padding-top: 1rem;
  font-size: 20px;
  font-weight: 500;
}
.floating-isi p {
  color: #002554;
  font-size: 15px;
}
.floating-isi p.sub-head {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.floating-isi.hide {
  display: none;
}
.floating-isi.hide.fixed {
  display: none !important;
}
.floating-isi #isi-trigger {
  display: block;
}
.floating-isi .col-lg-5 {
  padding-right: 10px;
}
.floating-isi .col-lg-5 h2 {
  font-size: 20px;
  font-weight: bold;
}
.floating-isi .col-lg-7 {
  padding-left: 0;
}
.floating-isi .col-lg-7 h2 {
  font-size: 14px;
  font-weight: bold;
}
.floating-isi .black-box-warning {
  border: none;
  padding: 10px;
  width: 98%;
}
.floating-isi .black-box-warning h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.floating-isi .black-box-warning p {
  font-size: 11px;
  color: #002554;
  margin-bottom: 3px;
}
.floating-isi .black-box-warning ul {
  color: #002554;
  margin-bottom: 0;
}
.floating-isi .black-box-warning ul li {
  font-size: 11px;
  color: #002554;
  list-style: inside;
}

#isi-trigger, #isi-hide {
  position: absolute;
  color: #0057A5;
  font-weight: 300;
}

#isi-trigger {
  display: none;
  top: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  cursor: pointer;
  width: auto;
  height: auto;
  top: 0;
  right: 40px;
  left: unset;
  padding-right: 20px;
}
#isi-trigger::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 15px;
  height: 14px;
  background-image: url("/sites/default/files/images/default-images/isi-expand-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#isi-hide {
  position: absolute;
  top: -7px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-right: 0px;
  background: #fff;
  z-index: 1000;
}
#isi-hide:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/sites/default/files/2024-05/isi-close-icon.png") no-repeat;
  background-size: cover;
}
#isi-hide:hover {
  cursor: pointer;
}

.floating-isi {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  height: 145px !important;
  padding: 10px 0;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1054;
  max-width: 100%;
  width: 100%;
}
.floating-isi p strong {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 130%;
  color: #002554;
}
.floating-isi h2 {
  font-family: "Avenir Next LT W01 Bold";
  font-size: 40px;
  margin-bottom: 0.5em;
}

#isi-hide:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("../content/images/icons/chevron-down.png") no-repeat !important;
  background-size: contain !important;
}

@media (min-width: 992px) {
  .modal.show .modal-dialog {
    box-shadow: 0 5px 7px #c3c3c3;
  }
}
.isi, #isi {
  font-weight: unset !important;
}
.isi p strong, #isi p strong {
  font-weight: unset !important;
}

.penny-title-rotator {
  background-image: url(../content/images/penny-banner/Hero_header_natural.png);
  height: 500px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media (min-width: 992px) {
  .penny-title-rotator {
    background: none;
    height: auto;
    width: 100%;
  }
}
.penny-drawer-intro-stamp {
  background: linear-gradient(to bottom, #ECEAE3, #D6D2C4);
}

.penny-drawer,
.intro-stamp {
  opacity: 1; /* Content opacity at 100% */
}

.penny-rotator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Avenir Next LT W01 Light Itali" !important;
}

.penny-rotator li {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(45deg, #0094D5, #002554); /* Light blue to dark blue */
  -webkit-background-clip: text; /* Makes gradient apply to text */
  -webkit-text-fill-color: transparent; /* Hides the original text color */
  display: inline-block; /* Ensures the gradient applies properly */
}

.penny-rotator li.active {
  opacity: 1;
}

.penny-rotator {
  width: 200px;
  margin-bottom: 20px;
  height: 25px;
  margin-left: 89px;
  color: #0094D5;
}

.penny-drawer-content {
  display: none;
  padding-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  color: #002554;
}

.penny-drawer-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.opener {
  margin-left: 10px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
  left: 200px;
  position: absolute;
  font-size: 0px;
  margin-left: 32px;
}
.opener::after {
  background-image: url(../content/images/icons/chevron-drawer.png);
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
}

.opener:hover {
  text-decoration: underline;
}

.penny-drawer-intro-stamp .coh-wysiwyg {
  display: flex;
  flex-direction: column;
  position: relative;
}

.penny-drawer {
  order: 1; /* Default: penny-drawer is first */
}

.intro-stamp {
  order: 2; /* Default: intro-stamp is second */
  font-family: "Avenir Next LT W01 Light";
}
.intro-stamp picture {
  width: 200px;
  height: auto;
}
.intro-stamp h5 {
  font-family: "Avenir Next LT W01 Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0;
}
.intro-stamp p {
  font-family: "Avenir Next LT W01 Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (min-width: 992px) {
  .penny-drawer-intro-stamp {
    flex-direction: column;
    width: 100%;
  }
  .penny-drawer {
    order: 2;
  }
  .intro-stamp {
    order: 1;
  }
  .penny-drawer-intro-stamp {
    background: linear-gradient(to bottom, #ECEAE3, #FFFFFF);
    background: none;
  }
}
.new-button__cta a {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.three-ctas .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 992px) {
  .three-ctas .container {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .three-ctas .container {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.penny-background-mobile {
  display: none;
}

.penny-background img {
  display: none;
}

@media (min-width: 992px) {
  .penny-background {
    display: block;
  }
  .penny-background img.coh-image.d-lg-none.coh-image-xl.coh-image-align-centre-xl {
    display: block !important;
  }
  .penny-banner {
    position: relative;
    overflow: hidden;
  }
  .penny-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .penny-rotator.container {
    margin-top: -40px;
  }
  .penny-rotator.container .coh-wysiwyg {
    width: 350px;
    padding-left: 30px;
    display: block;
    height: 50px;
    position: relative;
  }
  .penny-rotator.container .coh-wysiwyg .penny-options-wrapper {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
  }
  .penny-rotator.container .coh-wysiwyg ul {
    text-align: right;
    position: absolute;
  }
  .penny-rotator.container .coh-wysiwyg li {
    position: absolute;
    display: inline-block;
    width: 233px;
  }
  .penny-background img {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    width: auto !important;
    height: 618px;
    object-fit: cover; /* Ensures it scales properly */
    transform: translateX(-50%); /* Centers the image */
    display: block;
    float: unset;
    margin-left: unset;
    /* Create a fading effect on the left and right edges */
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  }
  .penny-banner-container {
    position: relative;
    z-index: 2;
  }
  .penny-banner-container h1.coh-heading {
    margin-top: 25px;
    font-size: 78px !important;
  }
  H1 span.subtitle-penny {
    font-weight: lighter;
    font-family: "Avenir Next LT W01 Medium" !important;
    font-size: 48px !important;
    top: -22px;
  }
}
@media (max-width: 480px) {
  .penny-title-rotator {
    background-image: url(../content/images/penny-banner/Hero_header_natural.png);
    overflow: hidden;
  }
}
.penny-banner {
  background-color: #ECEAE3;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 542px;
  height: auto;
  margin-bottom: 0;
}

.penny-banner-container.container {
  position: relative;
}

.penny-drawer.penny-drawer-mobile {
  display: block;
}

.penny-drawer.penny-drawer-desktop {
  display: none;
}

.intro-stamp {
  padding: 20px;
  /* background: transparent; */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  background-image: url(../content/images/icons/frame.png);
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .intro-stamp {
    background-size: cover;
  }
  H1 span.subtitle-penny {
    font-weight: lighter;
    font-family: "Avenir Next LT W01 Medium" !important;
  }
  .main-title-penny {
    font-size: 35px !important;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .penny-drawer.penny-drawer-desktop {
    display: block;
    padding-top: 170px;
    padding-bottom: 15px;
  }
  .hide-mobile {
    display: inline;
  }
  .penny-drawer.penny-drawer-mobile {
    display: none;
  }
  .penny-drawer-intro-stamp {
    position: absolute;
    top: 0;
  }
  .penny-banner-container.container {
    position: relative;
  }
  .penny-drawer-intro-stamp {
    position: absolute;
    top: 10px;
  }
  .intro-stamp {
    order: 1;
    width: 239px;
    position: absolute;
    right: 0;
    background-size: contain;
    top: 20px;
  }
}
@media (min-width: 992px) {
  .penny-banner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .drawer-desktop {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .penny-drawer.penny-drawer-desktop {
    display: block;
    flex-grow: 1;
  }
  .penny-drawer-content.penny-drawer-content-desktop {
    background: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top: 10px blue solid;
    margin-top: -49px;
  }
  .penny-drawer-content {
    display: block;
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  .opener {
    cursor: pointer;
    margin-left: 40px;
  }
  .penny-drawer-content.penny-drawer-content-desktop {
    transition: max-height 0.6s ease-out, opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.6s ease-out, margin-bottom 0.6s ease-out;
    overflow: hidden;
    opacity: 0; /* Initially hidden */
    max-height: 0; /* Initially collapsed */
    transform: translateY(-20px); /* Move content up to hide */
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .penny-banner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .drawer-desktop {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .penny-drawer.penny-drawer-desktop {
    display: block;
    flex-grow: 1;
  }
  .penny-drawer-content.penny-drawer-content-desktop {
    background: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top: 10px blue solid;
    margin-top: -49px;
  }
  .penny-drawer-content {
    display: block;
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  .penny-drawer-title {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding-right: 70px;
    margin-left: 0;
    margin-right: 22px;
    width: 300px;
    padding-left: 0;
  }
  .penny-drawer-title p, .penny-drawer-title strong {
    font-size: 12px !important;
  }
  .penny-drawer-title p strong {
    line-height: 20px !important;
  }
  .penny-drawer-title span.compensated-text {
    display: inline-block;
    padding-right: 10px;
    position: unset;
    left: 18px;
    font-size: 10px !important;
  }
  .penny-drawer-title {
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding-right: 57px;
  }
  .opener {
    cursor: pointer;
    margin-left: 40px;
  }
  .opener::after {
    top: -10px;
  }
  .penny-drawer-content.penny-drawer-content-desktop {
    transition: max-height 0.6s ease-out, opacity 0.6s ease-out, transform 0.6s ease-out, padding 0.6s ease-out, margin-bottom 0.6s ease-out;
    overflow: hidden;
    opacity: 0; /* Initially hidden */
    max-height: 0; /* Initially collapsed */
    transform: translateY(-20px); /* Move content up to hide */
    padding: 0;
    margin-bottom: 0;
  }
}
.penny-drawer.penny-drawer-mobile .penny-drawer-content {
  background: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-top: 10px blue solid;
  margin-top: -49px;
  max-height: 500px;
  overflow: hidden;
}

.drawer-desktop-outer .penny-drawer-content-desktop {
  display: block !important;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.drawer-desktop-outer .penny-drawer-content-desktop.open {
  max-height: 500px !important;
}

@media (max-width: 440px) {
  .penny-rotator li {
    font-size: 22px;
  }
  .penny-rotator.container .container {
    position: absolute;
  }
  .penny-rotator.container {
    top: 44px;
  }
  .penny-title h1.coh-heading {
    font-size: 27px !important;
  }
}
@media (max-width: 767px) {
  .penny-drawer-title {
    padding-top: 21px;
  }
  .penny-drawer-title p, .penny-drawer-title strong {
    font-size: 12px !important;
  }
  .penny-drawer-title p strong {
    line-height: 20px !important;
  }
  .penny-drawer-content-top-border {
    text-align: center;
    font-size: 16px;
  }
  .penny-rotator.container {
    width: 200px;
    margin-bottom: 20px;
    height: 25px;
    margin-left: auto;
    color: #0094D5;
    padding-top: 6px;
    position: relative;
    right: 0;
    text-align: right;
    margin-right: -5px;
  }
  .penny-rotator li {
    display: block;
    right: 0;
    left: unset;
    top: 2px;
  }
  .penny-rotator.container .container {
    position: unset !important;
  }
  .penny-options-wrapper {
    position: relative;
    width: 100%;
    right: 10px;
    display: block;
  }
  .penny-rotator.container .container {
    position: unset !important;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
  .main-title-penny {
    font-size: 37px !important;
    padding-bottom: 8px;
  }
}
.penny-drawer-content-top-border {
  text-align: center;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
/**** Drawer Desktop ***/
#new-wrapper-drawer-desktop {
  height: 0;
  width: 100%;
  margin: 0 auto;
  border: none;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  margin-top: -50px;
}

.card {
  width: 100%;
  height: 100%; /* Ensure the card takes up full height */
  position: absolute;
  top: -100%; /* Initially position card off-screen */
  left: 0;
  transition: top 0.5s cubic-bezier(0.82, 0.085, 0.395, 0.895), padding 0.5s ease-in-out;
  padding: 0; /* Start with no padding when hidden */
}

.card.inactive {
  top: -100%; /* Card is hidden above */
  padding: 0; /* Remove padding when inactive */
}

.card.active {
  top: 0; /* Card slides down into view */
  padding: 0; /* Add padding when the card is active */
}

@media (min-width: 992px) {
  .penny-drawer-content.penny-drawer-content-desktop.drawer-open {
    background: white;
    padding: 20px;
    border-top: 5px solid #0094D5;
    transform: translateY(0);
    opacity: 1;
    max-height: 500px;
    min-height: 120px;
    margin-bottom: 35px;
    margin-top: 0px;
    color: #002554;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
#new-wrapper-drawer-mobile {
  height: 0;
  width: 100%;
  margin: 0 auto;
  border: none;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  margin-top: 0px;
}

.card-mobile {
  width: 100%;
  height: 100%; /* Ensure the card takes up full height */
  position: absolute;
  top: -100%; /* Initially position card off-screen */
  left: 0;
  transition: top 0.5s cubic-bezier(0.82, 0.085, 0.395, 0.895), padding 0.5s ease-in-out;
  padding: 0; /* Start with no padding when hidden */
}

.card-mobile.inactive {
  top: -100%; /* Card is hidden above */
  padding: 0; /* Remove padding when inactive */
}

.card-mobile.active {
  top: 0; /* Card slides down into view */
  padding: 0; /* Add padding when the card is active */
}

@media (max-width: 991px) {
  .penny-drawer-content-mobile.penny-drawer-content-mobile.drawer-open {
    background: white;
    padding: 20px;
    border-top: 5px solid #0094D5;
    transform: translateY(0);
    opacity: 1;
    max-height: 500px;
    min-height: 120px;
    margin-bottom: 35px;
    margin-top: 0px;
    color: #002554;
  }
}
section.three-ctas {
  padding-top: 50px;
}

.video-bubble video {
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  border: none;
  border-radius: 50%;
  object-fit: cover;
}

.quickhits-row2 {
  max-width: 864px;
  margin: 0 auto; /* Center the container */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Space between columns */
}

section.drawer-desktop-outer {
  margin-bottom: 0px;
}

.dotted--middle.dotted--right::before {
  display: none;
}

.dotted::before {
  display: none;
}

.penny-home.three-columns-stats {
  padding-bottom: 35px;
  border-top: #0094D5 solid 1px;
  display: block;
  width: 100%;
}
.penny-home.three-columns-stats .epic-bottom {
  background: none !important;
  bottom: 0;
  background: none;
  display: flex;
  position: relative;
}
.penny-home.three-columns-stats .epic-column h4 {
  color: #002554 !important;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  margin-bottom: 0;
}
.penny-home.three-columns-stats .epic-column h4 span span {
  font-family: "Avenir Next LT W01 Regular";
  font-size: 66px;
  margin: 0 1rem;
  text-shadow: none;
}

.new-button__cta_link {
  color: #00235D;
  font-family: "Avenir Next LT W01 Demi";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 30px;
  display: inline-block;
  /* width: 100%; */
  padding: 12px;
  box-sizing: border-box;
  padding: 10px 35px 10px 35px;
}
.new-button__cta_link:hover {
  background: linear-gradient(180deg, #004B87 0%, #002554 100%);
  color: white !important;
}
.new-button__cta_link:hover::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url("../content/images/icons/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  /* right: 1em; */
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px;
}

/* Mobile: 1 column layout */
@media (max-width: 991px) {
  .quickhits-row2 {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .keypoint1, .keypoint2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
  .keypoint-image {
    margin-bottom: 10px;
    width: 120px;
  }
  .keypoint-text {
    text-align: left;
    margin-left: 20px;
  }
  .epic-columns .col-12:first-child .epic-column {
    border-top: none;
  }
}
.sticky-banner {
  display: block !important;
}

.close .align-items-center {
  opacity: 1 !important;
}

body {
  font-size: 20px;
  margin-top: 160px;
}

@media (max-width: 991px) { /* Sticky banner container and styling */
  .sticky-banner {
    display: block;
  }
  .sticky-banner .banner {
    box-shadow: none;
    width: 100% !important;
    height: 40px;
    z-index: 1049;
    top: 0 !important;
    right: 0 !important;
    background: #D3E9FE !important;
    display: flex !important;
    position: fixed !important;
  }
  /* Open state styles for elements inside the banner */
  .sticky-banner .banner.close .align-items-center,
  .sticky-banner .banner.open .align-items-center {
    opacity: 1;
    position: relative;
    display: flex; /* Use flexbox to align content */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    width: 100%; /* Ensure it takes full width */
  }
  /* Text content inside the banner */
  .sticky-banner .banner .text-content .text {
    width: 100%;
    margin-bottom: 8px;
    cursor: default;
  }
  /* Handle inside the banner (Chevron image) */
  .sticky-banner .banner .new-handle {
    width: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 5px;
    background-color: unset;
    margin-left: 10px; /* Add space between text and chevron */
    display: inline-block;
  }
  /* Text content section */
  .sticky-banner .banner .text-content {
    padding: 5px 0;
    margin: auto;
    text-align: center;
    display: inline-block; /* Make the text block inline with the handle */
  }
  /* Additional banner styling */
  .banner {
    width: 100%;
    height: 45px;
  }
  header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1049;
    /* Box with shadow effect at the bottom */
  }
  header::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px; /* 4px height for the box */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* Black to transparent gradient */
    position: absolute;
    left: 0;
    z-index: 1050; /* Ensures it's above other elements underneath */
  }
  .sticky-banner .banner .text-content a {
    color: rgb(0, 35, 93);
    font-size: 16px;
    font-family: "Avenir Next LT W01 Demi";
    line-height: 25px;
  }
  .close .align-items-center,
  .open .align-items-center {
    opacity: 1;
    margin: auto;
  }
}
@media (min-width: 992px) { /* Sticky banner container and styling */
  .sticky-banner {
    display: block;
  }
  .sticky-banner .banner {
    box-shadow: none;
    width: 100%;
    height: 40px;
    z-index: 1049;
    top: 0;
    right: 0;
    background: #D3E9FE !important;
    display: flex !important;
    position: fixed;
  }
  /* Open state styles for elements inside the banner */
  .sticky-banner .banner.close .align-items-center,
  .sticky-banner .banner.open .align-items-center {
    opacity: 1;
    position: relative;
    display: flex; /* Use flexbox to align content */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    width: 100%; /* Ensure it takes full width */
  }
  /* Text content inside the banner */
  .sticky-banner .banner .text-content .text {
    width: 100%;
    margin-bottom: 8px;
    cursor: default;
  }
  /* Handle inside the banner (Chevron image) */
  .sticky-banner .banner .new-handle {
    width: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 5px;
    background-color: unset;
    margin-left: 10px; /* Add space between text and chevron */
    display: inline-block;
  }
  /* Text content section */
  .sticky-banner .banner .text-content {
    padding: 5px 0;
    margin: auto;
    text-align: center;
    display: inline-block; /* Make the text block inline with the handle */
  }
  /* Additional banner styling */
  .banner {
    width: 100%;
    height: 45px;
  }
  header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 1049;
    background: #fff;
    background-image: unset;
    border-bottom: none;
    height: auto;
    /* Box with shadow effect at the bottom */
  }
  header::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px; /* 4px height for the box */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); /* Black to transparent gradient */
    position: absolute;
    left: 0;
    z-index: 1050; /* Ensures it's above other elements underneath */
  }
  .sticky-banner .banner .text-content a {
    color: rgb(0, 35, 93);
    font-size: 16px;
    font-family: "Avenir Next LT W01 Demi";
    line-height: 25px;
  }
  .close .align-items-center,
  .open .align-items-center {
    opacity: 1;
    margin: auto;
  }
}
.sticky-banner p {
  font-family: "Avenir Next LT W01 Medium" !important;
}

.sticky-banner p strong {
  font-family: "Avenir Next LT W01 Bold" !important;
}

.sticky-banner .banner .text-content a:hover {
  color: rgb(0, 35, 93) !important;
}

.sticky-banner p strong,
.sticky-banner .banner .text-content a {
  color: rgb(0, 35, 93);
  font-size: 16px;
  font-family: "Avenir Next LT W01 Demi";
  line-height: 25px;
}

@media (min-width: 991px) {
  .penny-home.three-columns-stats {
    margin-top: -48px;
  }
}
.epic-bottom::before {
  display: none;
}

.align-center picture img {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.super-footer__cta {
  position: relative;
}

.case-study-patient__wrapper h2 {
  margin-bottom: 0.5em;
  text-transform: initial !important;
}

.divider {
  height: 3px;
  margin-bottom: 40px;
  width: 100%;
  background: #002554;
}

.sitemap-list a.home::before {
  height: 50px;
  width: 50px;
  background-image: url("../content/images/icons/house-divider.png");
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.error .sitemap-list li a {
  text-decoration: none;
}

.download-block::before {
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0094D5, #002554);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-height: 118px;
}

.bordered-text::before {
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #0094D5, rgba(255, 255, 0, 0)); /* Yellow becomes transparent */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.bordered-box a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.bordered-box a::after {
  height: 16px;
  width: 10px;
  background-color: transparent;
  background-image: url(/sites/default/files/images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  position: unset;
  top: 50%;
  /* right: 1em; */
  transform: translateY(0);
  padding-top: unset;
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px;
}

.coh-style-super-footer-cta {
  color: #00235D;
  font-family: "Avenir Next LT W01 Bold";
  font-size: 20px;
  text-decoration: none;
  text-transform: initial;
  white-space: break-spaces;
  text-align: center;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
}

.case-study-bottom div {
  text-align: right;
}

.bordered-box--left::before {
  width: 3px;
  height: 142px;
  background-image: linear-gradient(to bottom, #00AEEF, rgba(255, 255, 0, 0));
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
}

.side-x-side__slider-button {
  height: 45px;
  width: 45px;
  align-items: center;
  background-color: #D3E9FE;
  background-image: radial-gradient(rgba(0, 35, 93, 0.1) 50%, rgba(0, 35, 93, 0.4));
  border: 4px solid #D3E9FE;
  background: linear-gradient(180deg, #D3E9FE 0%, #92C1E9 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 4px 10px #E2F1FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  transform: translateX(-50%) translateY(-50%);
}

.side-x-side__slider-button::before {
  border-right: 12px solid #002554 !important;
  transform: translateX(-6px);
}

.side-x-side__slider-button::after {
  border-left: 12px solid #002554 !important;
  transform: translateX(6px);
}

.intro-stamp h5 {
  font-family: "Avenir Next LT W01 Demi" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 120%;
  margin-bottom: 0;
}
