/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@import url("https://use.typekit.net/bcz7sqk.css");


@font-face {
  font-family: 'FontAwesome';
  src: url('https://23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/Asceniv_March2023/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/fonts/fontawesome-webfont.ttf),
    url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/fonts/fontawesome-webfont.woff),
    url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/fonts/fontawesome-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Open Sans Condensed';
  src: url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/fonts/OpenSansCondensed-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

body {
  /*   font-size: 14px;
  line-height: 1.2em; */
  /*   font-size: 1rem; */
  font-weight: 400;
  background-image: url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/images/background.png);
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  line-height: 1.25;
}

.body-container-wrapper {
  background-color: #fff;
  max-width: 1190px;
  margin: 0 auto;
}




.content-wrapper, 
.dnd-section>.row-fluid, 
.header .page-center, 
.header .primary-section .page-center, 
.page-center {
  max-width: 1190px;
}

.footer .page-center {
  max-width: 1235px;
}

h1,
h2,
h3, 
h4, 
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0 0 5px;
}

.p2 {
  font-size: 12px;
}

a {
  transition: 0.5s;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.body-container-wrapper a {
  font-weight: bold;
}

.body-container-wrapper h5 a:not(:hover) {
  color: inherit ;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 14px;
  border: 2px solid #e31c93;
  border-bottom: 5px solid #e31c93;
  border-collapse: collapse;
}

table thead {
  background-color: #e31c93;
  border: 1px solid #e31c93;
  color: #fff;
}

table thead th {
  border: 1px solid #dee2e6;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  padding: 5px 0.75rem ;
  border-bottom-width: 0;
  background: transparent;
}

table td {
  padding: 5px 0.75rem ;
  vertical-align: top;
}

@media(max-width: 767px){
  table td {
    vertical-align: middle;
  }
}

table tbody td {
  color: #58585a;
  border: 1px solid #e31c93;
  background-color: #ffffff;
  width: 33.33%;
}

ul.hs-error-msgs {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.body-container-wrapper ul.hs-error-msgs li:before {
  display: none;
}


.hs-button {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  text-decoration: none;
}

.hs-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 200, 92, 0.3);
}

.custom-primary-btn {
  font-family: "rift-soft";
  font-size: 20px;
  font-weight: bold;
  color: #E31C93;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 15px 40px;
  border: 1px solid #E31C93;
  position: relative;
  outline: none;
  text-transform: uppercase;
}

.download-icon.custom-primary-btn #dl-icon {
  float: right;
  margin-left: 10px;
}

.download-icon.custom-primary-btn #dl-icon * {
  transition: 0.5s;
}

.download-icon.custom-primary-btn:hover #dl-icon path {
  fill: white;
}

.custom-primary-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top:0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #E31C93;
}

.custom-primary-btn:hover {
    background: #e31c93;
    color: white;
}

@media(max-width: 767px){
  .custom-primary-btn {
    width: 100%;
    text-align: center
  }
  .home-banner .container {
background-image:url(https://23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/ASCENIV_Rebrand_2025/patient-home-mobile_v1.jpg)!important;
margin-bottom:40px;
  }
}


.body-container--home .dnd-section[class*="background-image"] {
  background-size: 100% 100% !important;
}

.body-container-wrapper ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0 0 0 0.7em;
}  
.body-container-wrapper ul li {
  margin: 0;
  padding-bottom: 0.5rem;
  position: relative;
}
.body-container-wrapper ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: -0.7em;
} 
.body-container-wrapper ul > li > ul > li:before {
  content: "- ";
}

.body-container-wrapper ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  padding-left: 25px;
}
.body-container-wrapper ol > li {
  font-weight: bold;
  margin-bottom: 5px;
}
.body-container-wrapper ol > li > p {
  font-weight: normal;
  padding: 0;
  margin: 0;
}


/* .body-container-wrapper ul li > * {
display: inline;
} */
.body-container-wrapper ul li > * {
  margin: 0;
}



.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*="full-width-section"].dnd-section >.row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
  width: 100%;
}

.banner_area .row-fluid [class*="span"] {
  min-height: 0;
}

@media (min-width: 992px){
  .content-wrapper, 
  .dnd-section>.row-fluid,
  .page-center {
    width: 66.666667%;
  }
}

@media (max-width: 991px){
  .page-center,
  .content-wrapper, 
  .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section > .row-fluid:has(.heading__container) .heading {
    margin: 0 -15px !important;
  }
} 






/*****************************/
/* **** Header Styles **** */
/**************************/


.custom_header {
  line-height: 1.5;
}
.custom_header a {
  text-decoration: none;
}
.header_topbar {
  font-size: 12px;
  height: 30px;
}

.header_topbar .permanent-button {
  background: #E31C93;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 40px;
}

.patient-stories-button .permanent-button {
  padding: 15px 20px;
}

.header_topbar .permanent-button h6 {
/*   padding-top: 10px; */
}

.patient-stories-button .permanent-button h6 {
  line-height: 1.25;
}

.header_topbar .page-center {
  background-image: linear-gradient(90deg, #444444 0%, #79858B 100%);
  background-color: #79858b;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.colorblocks-1 {
  background-color: #fdc743;
}

.colorblocks {
  min-width: 35px;
  height: 35px;
}

.colorblocks-2 {
  background-color: #e31c93;
}

.colorblocks-3 {
  background-color: #79858b;
}

/* .top_bar_content>div>span {
display: flex;
} */

.top_bar_content p,
.top_bar_content h6{
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  display:inline-block;
}

.top_bar_content p {
  font-size: 18px;
}

.top_bar_content {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: start;
  height: 35px;
  gap: 66px;
  padding: 0 2%;
}

.top_bar-patient{
  justify-content: flex-start;
  gap: 75px;
} 

.top_bar-patient.patient-stories-button {
    gap: unset;
    justify-content: space-between;
    padding-right: 20px;
}

.top_bar-patient p:first-child {
  padding: 0px 30px;
}

.top_bar-patient.patient-stories-button>p:first-child {
    padding: 0 0px 0 20px;
}

.top_bar_content p:first-child {
  font-weight: bold;
}

.top_bar_content p a {
  color: #fff;
  transition: 0.5s;
}
.top_bar_content p a:hover {
  color: #e31c93;
}

@media (max-width: 767px) {
  .top_bar_content p a {
    font-size: 12px;
  }
}

.header_bottombar .page-center {
  padding: 29px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
  width:100%;
}

.header_logo {
  margin-left: 10%;
}
.header_logo img {
  width: 167px !important;
  height: 80px;
}
.nav-menu-wrapper {
  border-bottom: 1px solid #e31c93;
  width: 72%;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li {
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.nav-menu-wrapper .hs-menu-wrapper>ul {
  padding: 0;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li>a {
  border-right: 1px solid #79858b;
  border-left: 1px solid transparent;
  cursor: pointer;
  padding: 0 8px;
  margin: 7px 0;
  text-decoration: none;
  display: inline-block;
  color: #79858b !important;
  font-size: 18px;
  transition: color 0.5s;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:hover>a {
  color: #ffffff !important;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li {
  border-right: 1px solid transparent;
  margin-right: -1px;
  border-left: 1px solid transparent;
  margin-left: -1px;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:hover {
  border-right: 1px solid #e31c93 !important;
  border-left: 1px solid #e31c93 !important;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:hover,
.header-hcp .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch,
.header-home .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch {
  background-color: #e31c93;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:hover>a,
.header-hcp .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch>a,
.header-home .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch>a{
  color: #ffffff;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a,
.nav-menu-wrapper .hs-menu-wrapper>ul>li:nth-last-child(2)>a {
  border-right: 1px solid transparent !important;
}
.nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child:hover>a {
  border-right: 1px solid transparent;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li:first-child>a {
  border-left: 1px solid transparent;
}
.nav-menu-wrapper .hs-menu-wrapper>ul>li:first-child:hover>a {
  border-left: 1px solid transparent;
}

.header_topbar .permanent-button {
/*   display: none; */
  visibility: hidden;
}

.header-home .permanent-button {
    display: block;
    position: relative;
    top: 7px;
  visibility: visible;
}

.patient-stories-button .permanent-button {
  position: relative;
  top: 8px;
  visibility: visible;
}


.top_bar-patient .hamburguer-text, .topbar-menu a {
  font-size: 18px;
}

.nav-menu-wrapper .hs-menu-wrapper>ul>li>a {
  padding: 0 17px;
}

.footer .hs-menu-wrapper>ul>li>a {
  font-size: 20px!important;
}

.hs-content-id-190088872506 #clinical-dosing-table {
border:0!important;
}

.hs-content-id-190088872506 #clinical-dosing-table tr {
border:0!important;
}

#clinical-dosing-table tbody {
border:0!important;
}

.cm_advanced_bnr .shadow-container {
display:none!important;
}

.cm_advanced_bnr {
border-top: solid 1px #444444;
border-bottom: solid 1px #444444;
  padding-top:12px;
}

#widget_1685117718162 h3.accordion-title {
font-size: 18px!important;
}

.hs-content-id-190088872506 table tbody td { border: none }

@media(max-width: 992px){
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    position: relative;
    margin-left: -20px;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
    position: absolute;
    content: url('https://23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/Vector%20%2831%29.svg');
    right: 38%;
    top: 10px;
  }

  .header-home .permanent-button {
    display: none;
  }
  
  .top_bar-patient.patient-stories-button {
      padding-right: 0;
  }
  
  .patient-stories-button .permanent-button {
    display: block;
    padding: 5px 10px;
    position: absolute;
    right: 71px;
    top: 43px;
    border-radius: 4px;
  }

  .patient-stories-button .permanent-button h6 {
      line-height: 1.75;
      font-size: 12px;
  }

  .patient-stories-button .permanent-button h6 svg {
      width: 24px;
      height: 9px;
  }
}

@media(max-width: 767px){
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
    position: absolute;
    content: url('https://23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/Vector%20%2831%29.svg');
    right: 30%;
    top: 10px;
  }
  
  .patient-header .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
    position: absolute;
    content: url('https://23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/Vector%20%2831%29.svg');
    right: 11%;
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 993px) {
  .footer .flex_row {
    flex-direction: column;
  }
  
  .patient-header .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
    right: 8%;
  }
}

@media (max-width: 360px) {
  .patient-stories-button .permanent-button {
    right: 56px;
  }
}

@media (max-width: 335px) {
  .patient-stories-button .permanent-button {
    right: 51px;
  }
}

.footer .flex_row {
  margin-bottom: 20px;
}

.nav-menu-wrapper .hs-menu-wrapper>ul ul {
  display: none;
  position: absolute;
  margin: 4px 0 0 0;
  margin-top: 0px;
  margin-top: 2px;
  margin-left: -1px;
  min-width: 100%;
  border-radius: 0;
  border-width: 0;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  top: 97%;
  left: 0;
  z-index: 99;
}

.nav-menu-wrapper .hs-menu-wrapper>ul ul li {
  margin: 0;
  padding: 4px 13px;
  min-width: unset;
  background-color: #ffffff;
}

.nav-menu-wrapper .hs-menu-wrapper>ul ul li a {
  color: #79858B;
  padding: 0;
  margin: 0;
  border-right: 0;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu-wrapper .hs-menu-wrapper>ul ul li:hover a {
  color: #ffffff;
}
.nav-menu-wrapper .hs-menu-wrapper>ul ul li:hover,
.nav-menu-wrapper .hs-menu-wrapper>ul ul li.active-branch {
  background-color: #e31c93;
}

.mobile-nav-toggle {
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 45px;
  z-index: 999;
  border: 0;
  background: none;
  display: none;
  padding: 1px 6px;
}
.nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child {
  display: none;
}
.permanent-button-mobile{
  display:none;
}


/*****************************/
/* **** Foooter Styles **** */
/**************************/

/* footer-css */
.safety-section .content-wrapper {
    padding: 60px 0;
}

.safety-section .warning {
    border: 1px solid #000000;
    padding: 10px;
    font-size: 16px;
}

.safety-section .bottom-content-footer {
    margin-bottom:  20px;
}

.footer_partial_wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

footer.footer {
  background-color: #fff;
  border-top: 10px solid #fdc743;
  line-height: 1.5;
  padding: 9px 0 26px;
  position: relative;
  z-index: 9;
  margin-bottom: 110px;

}

/* .footer-section.footer-section-1 .page-center {
padding-right: 15px;
padding-left: 15px;
} */

.footer-section.footer-section-1 .flex_row .col12 {
  padding: 0!important;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.footer-menu .hs-menu-wrapper ul {
  display: flex !important;
  flex-direction: row;
  justify-content: right;
}

.footer-content > div {
  text-align: right;
}


@media(max-width: 992px){
  .safety-section .content-wrapper {
    padding: 60px 15px;
  }
  .footer-menu .hs-menu-wrapper ul {
    justify-content: center;
  }

  .footer-content > div {
    text-align: left;
  }
}

.footer .flex_row {
  justify-content: center;
}

.footer .hs-menu-wrapper>ul >li {
  margin: 0 !important;
}

.footer .hs-menu-wrapper>ul >li>a {
  padding: 0 30px;
  margin: 7px 0;
  text-decoration: none;
  display: inline-block;
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  outline: none;
  border-left: 1px solid #444444;
}

.footer-content,
.footer {
  color: #444444;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.footer .hs-menu-wrapper>ul >li:first-child>a,
.footer .hs-menu-wrapper>ul >li:first-child:hover>a{
  border-left: 0;
}

.footer .hs-menu-wrapper>ul >li:hover>a {   
  border-left: 1px solid #79858b;
  color: #e31c93;
}
.footer-section.footer-section-2 {
  padding: 0 !important;
}

.footer.footer_section__ .footer-section-2 .flex_row {
  flex: 0 0 83.333333%;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}

.footer.footer_section__ .footer-section-2 .flex_row .col5 {
  padding: 0;
  width: auto;
}

.footer.footer_section__ .footer-section-2 .col-section.num1 .footer-row.row1 {
  padding: 0 !important;
}

.footer.footer_section__ .footer-section-2 .flex_row .col2 {
  padding: 0;
  width: auto;
}

.footer.footer_section__ .footer-section-2 .col-section.num2 .footer-row.row1 {
  padding: 0 !important;
}

.footer-section .footer-content p:last-child {
  margin-left: 10px;
  max-width: 260px;
  font-size: 12px;
  color: #444;
}
.footer a{
  color: #444444;
  text-decoration: none;

}
.footer a:hover {
  color: #e31c93;
}

.footer-section-1 .col-section.num2.col10 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 14.5px;
}

.footer-section-1 .col-section.num2.col10 .footer-row.row2 {
  padding-right: 148px;
}


/* banner-css */
.banner-wrapper {
  min-height: 82px !important;
  padding: 0 !important;
}

.banner-wrapper .page-center {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.banner-wrapper h1 {
  font-weight: 300;
  margin-bottom: 0 !important;
  font-size: 40px;
}
.banner-wrapper:after {
  position: absolute;
  width: 70%;
  height: 85px;
  background: black;
  border-radius: 50%;
  opacity: 0.6;
  margin: -82px auto 10px;
  filter: blur(5px);
  content: "";
  left: 0;
  right: 0;
  z-index: 9;
  bottom: -89px;
}

.banner-wrapper:before {
  position: absolute;
  width: 70%;
  height: 85px;
  background: black;
  border-radius: 50%;
  opacity: 0.6;
  margin: -82px auto 10px;
  filter: blur(5px);
  content: "";
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
}
.about-banner-wrap .page-center {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-left: auto;
}

a:hover, a:active {
  text-decoration: none;
}

a:focus {
  color: #0000FF;
}

.footer .flex_row {
  justify-content: flex-end;
}

.footer-section {
  background-color: #FFFFFF;
}

@media (min-width: 992px){
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  } 
}
@media (min-width: 992px) and (max-width:1044px){
  .nav-menu-wrapper .hs-menu-wrapper>ul {
    flex-direction: row;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 0px 8px;
  }  
  .header_logo {
    margin-left: 2%;
  }
  .nav-menu-wrapper {
    width: 76%;
  }
}
@media (max-width: 992px){
  .footer-section.footer-section-1 .flex_row .col12 {
    flex-grow: 1;
    max-width: 100%;
  }

  .top_bar-patient .hamburguer-text{
    padding: 0px !important;
  }

  .footer .hs-menu-wrapper>ul>li:last-child>a {
    padding-right: 8px;
  }

  .footer.footer_section__ .footer-section-2 .flex_row {
    max-width: 100%;
  }

}

@media (max-width: 992px){
  .header_topbar {
    font-size: 10px;
    height: 20px;
  }

  .permanent-button-mobile{
    display:block;
    padding: 10px;
    background: #e31c93;
  }
  .permanent-button-mobile p{
    margin: 0px;
    color: #ffffff;
    text-align: center;
  }

  .topbar-menu a:last-child{
    display:none;
  }

  .permanent-button{
    display:none;
  }

  .colorblocks {
    display: none;
  }

  .top_bar_content p:first-child {
    position: absolute;
    top: 85px;
    right: 14px;
    font-size: 8px;
    line-height: 10px;
    color: #79858b;
    margin-right: 0;
    font-weight: 400;
  }

  .top_bar_content p:nth-child(3) {
    display: none;
  }

  .top_bar_content p:nth-child(2) {
    margin: 0 auto;
    line-height: 20px;
  }

  .header_topbar .page-center {
    justify-content: center;
  }

  .header_bottombar .page-center {
    padding: 10px;
    border-bottom: 1px solid #e31c93;
    margin-top: 15px;
  }

  .header_logo {
    margin-left: 0;
  }

  .header_logo img {
    width: 108px !important;
    height: 52px;
  }
  .mobile-nav-toggle {
    display: inline;
  }

  body.menu-open .mobile-nav-toggle {
    color: #fff;
  }

  body.menu-open .mobile-nav-toggle img {
    content: url(//23624991.fs1.hubspotusercontent-na1.net/hubfs/23624991/raw_assets/public/Asceniv_Rebrand2025/images/menu-icon-close.svg);
  }
  .nav-menu-wrapper {
    position: absolute;
    top: 113.6px;
    bottom: 0;
    z-index: 998;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
    left: -100%;
    border:none;
  }
  body.menu-open .nav-menu-wrapper {
    left: 0; 
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul {
    background-color: white;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li {
    background-color: #ffffff ;
    border-bottom: 1px solid #e4e7e8;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    color: #79858b ;
    margin: 0;
    border-left: 0 !important;
    padding-left: 25px;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:hover {
    background-color: #fff;
    transition-delay: 0.5s;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:hover > a {
    color: #79858b ;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child {
    display: block;
    background-color: #444444 ;
  }
  .patient-header .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child {
    display: block;
    background-color: #E31C93 ;
    border-bottom: none;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    color: #ffffff;
    text-align: center;
  }
  
  .patient-header .nav-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    color: #ffffff;
    text-align: left;
    margin-left: 25px;
    padding-left: 0px;
  }
  .child-trigger {
    height: 36px;
    position: absolute;
    right: 3px;
    top: 0;
    display: flex;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #79858b;
    padding: 0 10px;

  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch {
    background-color: #e31c93;
    border-bottom: 1px solid #e31c93;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch > a {
    color: #fff;
  }


  .child-trigger:before {
    content: "\f054";
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li.nav-active .child-trigger {
    transform: rotate(90deg);
    color: #fff;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul>li.nav-active>a {
    background-color: #e31c93;
    color: #ffffff !important;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch > .child-trigger {
    color: #fff;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul ul {
    position: static;
    padding-top: 0;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul ul li {
    padding: 0;
    padding-left: 20px;
  }
  .nav-menu-wrapper .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    line-height: 15px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul ul li,
  .nav-menu-wrapper .hs-menu-wrapper>ul ul li:hover {
    background-color: #F7F7F7;
  }

  .nav-menu-wrapper .hs-menu-wrapper>ul ul li.active-branch {
    background-color: #e31c93;
  }


  /*   footer-css */
  .footer-menu .hs-menu-wrapper ul {
    flex-direction: column;
    margin-right: -15px;
    margin-left: -15px;
  }

  .footer .hs-menu-wrapper>ul>li {
    width: 100%;
    border-bottom: 1px solid rgba(121, 133, 139, 0.2);
  }

  .footer .hs-menu-wrapper>ul>li>a {
    padding: 0;
    margin: 10px;
    border-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
  }

  .footer .hs-menu-wrapper>ul >li:last-child {
    border-bottom: 0;
  }

  .footer .hs-menu-wrapper>ul>li:hover>a {
    border-left: 0;
  }

  .footer.footer_section__ .footer-section-2 .flex_row {
    flex: 100%;
    padding: 10px 0;
    width: 100%;
  }

  .footer.footer_section__ .footer-section-2 .flex_row .col5 {
    width: 100%;
  }

  .footer-logo img {
    margin-bottom: 20px;
  }

  .footer.footer_section__ .footer-section-2 .flex_row .col2 {
    width: 100%;
  }

  .footer-section-2 .footer-content {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-section .footer-content p:last-child {
    margin-left: 0;
    max-width: unset;
  }
  footer.footer {
    min-height: 350px;
    margin-bottom: 47px;
  }
  .footer-section.footer-section-2 .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/*****************************/
/* **** Pages Styles **** */
/**************************/
@media screen and (max-width: 531px){
  /*global footer style*/
  .module_168496742379314 .footer-section-1 .col-section.num2.col10 .footer-row.row2 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1264px) {
 .footer-section .page-center .flex_row .col-section.num1.col2{
    padding-left: 10px;
 } 
}

#improves {
  border-right: 1px dashed rgba(0, 0, 0, 0.5);
  padding-right: 10px;
}
#shilouettes a {
  color: #9d6774 !important;
  font-size: 19px;
  text-decoration: none;
} 

#improves ul li,
#positive-impact ul li {
  padding-bottom: 5px;
}
.clinical-table {
  border: none;
  font-size: 14px;
  line-height: 1.5;
}

.clinical-table thead {
  border: none;
  background-color: #F3CD5B;
  font-weight: 500;
  color: #444444;
}
.clinical-table thead th {
/*   border: 2px solid #ffffff; */
  border: 7px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  border-bottom-width: 1px;
  padding-top: 9px;
}
.clinical-table tbody th {
  background-color: rgba(225,36,144,0.3);
  color: #444444;
/*   border: 1px solid #ffffff; */
  border: 7px solid #ffffff;
  padding: 5px 0.75rem;
  vertical-align: middle;
  font-weight: 500;
}
.clinical-table tbody td {
  color: #58585a;
/*   border: none; */
  border: 7px solid #ffffff;
  background-color: #ffffff;
  width: auto;
  vertical-align: middle;
}
.clinical-table tbody tr:nth-of-type(odd) td {
  background-color: transparent;
}
.clinical-table.clinical-table--single tbody tr td {
  background-color: #ffffff;
}

.clinical-table tbody tr:nth-of-type(even) td {
  background-color: #DCDDDE;
}

.footer_sticky_wrapper .action-content_mobile button.open-sticky p {
  color: #ffffff;
}

@media (max-width: 767px) {
  #improves {
    border-right: 0;
    padding-right: 0;
  }
}

/* HOME PATIENT PAGE STYLES */

.patient-page #introduceControl {
  margin-bottom: 0px !important;
/*   margin-bottom: 71px!important */
}

@media(max-width: 767px){
  .patient-page #intro-col-full {
    width: 53% !important;
    margin-left: auto ;
  }

  .patient-page #intro .row {
    flex-direction: column;
  }

  .patient-page #introduceControl {
    margin-top: 0px !important;
    margin-bottom: 160px!important;
  }
}

@media (max-width: 575px) {
  .patient-page #intro-col-full {
    width: 50% !important;
  }
}

/* ORDERING & BILLING PAGE STYLES */

/* ORDERING & BILLING PAGE STYLES */

@media(max-width: 767px){
  .hs-content-id-116981387049 .body-container--home .dnd-section[class*="background-image"] {
    background-position: center !important;
  }  
  .hs-content-id-116981387049 .body-container--home .dnd-section  .row-fluid  .row-fluid {
    display: flex;
    align-items: center;
  }
  .hs-content-id-116981387049 .body-container--home .dnd-section  .row-fluid  .row-fluid h1 {
    font-size: 40px;
  }
}

.body-wrapper {
  position: relative;
}

div#hs_cos_wrapper_widget_1687546778606 img {
    padding: 0 40px 0 24px;
}

@media (max-width: 765px) {
  .span3.widget-span.widget-type-cell.cell_1685112609949-vertical-alignment.dnd-column {
      width: fit-content;
      display: flex;
      align-items: center;
  }
}

div#hs_cos_wrapper_widget_1687018514214 .patient-infocard__card:nth-child(1) .patient-infocard__card-image.mobile {
    flex: 0 0 165px;
}

div#hs_cos_wrapper_widget_1687018514214 .patient-infocard__card:nth-child(2) .patient-infocard__card-image.mobile {
    flex: 0 0 165px;
}

div#hs_cos_wrapper_widget_1687018514214 .patient-infocard__card:nth-child(3) .patient-infocard__card-image.mobile {
    flex: 0 0 236px;
}

.custom_header.header-home .nav-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1),
.custom_header.header-hcp .nav-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1){
  display: none;
}

@media(max-width: 992px){
  .custom_header.header-home .nav-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1),
.custom_header.header-hcp .nav-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1){
    display: block;
  }
}

@media (max-width: 767px) {
  .span10.widget-span.widget-type-cell.cell_1684961792523-padding.cell_1684961792523-vertical-alignment.dnd-column {
      /* width: 66%; */
      flex: 0 0 66%;
  }
}

div#hs_cos_wrapper_module_1685547882172 {
    overflow: visible;
}


div#hs_cos_wrapper_widget_1689022191142 .content_wrp {
    padding-left: 40%!important;
    padding-right: 40px!important;
    background-position: center!important;
    min-height: 250px;
}

@media (max-width: 768px) {
.hs-content-id-165550664263 div#hs_cos_wrapper_widget_1689022191142 .content_wrp ,
  .hs-content-id-165551420469  div#hs_cos_wrapper_widget_1689022191142 .content_wrp  {
    padding-left: 28%!important;
    background-position: top left !important;
}
.hs-content-id-165550664263 .cm_advanced_bnr .content ,
  .hs-content-id-165551420469 .cm_advanced_bnr .content  {
    width: 365px;
  } 
}

@media (max-width: 991px) {
  div#hs_cos_wrapper_widget_1689022191142 .content_wrp .content {
      padding: 50px 30px 50px 0;
  }
}

@media (max-width: 767px) {
  div#hs_cos_wrapper_widget_1689022191142 .content_wrp {
    background-position: left center!important;
    min-height: 275px;
    padding-right: 0px!important;
  }
  div#hs_cos_wrapper_widget_1689022191142 .content_wrp .content {
    padding: 32px 7px 32px 0;
  }
  .patient-page .row-fluid-wrapper.row-depth-1.row-number-9.dnd_area-row-4-margin.dnd-section.dnd_area-row-4-padding {
    z-index: 1;
    position: relative;
  }
  .cell_16806801728462-row-1-padding > .row-fluid {
    align-items: flex-start;
  }
}

@media (max-width: 500px) {
  div#hs_cos_wrapper_widget_1689022191142 .content_wrp {
    background-position: -15px center!important;
    min-height: 170px;
  }
  div#hs_cos_wrapper_widget_1689022191142 .content_wrp br {
    display: none;
  }
  .patient-page .row-fluid-wrapper.row-depth-1.row-number-9.dnd_area-row-4-margin.dnd-section.dnd_area-row-4-padding {
    z-index: 1;
    position: relative;
    top: -40px;
  }
  
  .ul-columns {
    columns: 1!important;
  }
  div#hs_cos_wrapper_widget_1684435980672 h2 {
    max-width: 341px;
    /* margin: auto; */
}
  
}


.span3.widget-span.widget-type-cell.cell_16855463029397-vertical-alignment.cell_16855463029397-padding.dnd-column {
/*     min-width: 214px; */
  min-width: 207px;
}


br.hide-on-desktop {display: none;}
@media (max-width: 990px) {
  br.hide-on-desktop {display: block;}
}


#intro .adam-top-shadow-container {
  display: none;
}

@media (max-width: 990px) {
  .cm_advanced_bnr .shadow-container:not(.bottom) {
    display: none;
  }
}

@media (max-width: 575px) {
  .patient-page .dnd_area-row-4-margin {
      margin-top: -20% !important;
  }
}

.row-fluid-wrapper.cell_16844599121882-row-1-vertical-alignment.dnd-row .row-fluid,
.row-fluid-wrapper.cell_16806801728462-row-12-vertical-alignment.dnd-row .row-fluid {
    gap: 20px;
}

.row-fluid-wrapper.cell_16844599121882-row-1-vertical-alignment.dnd-row .row-fluid:before,
.row-fluid-wrapper.cell_16844599121882-row-1-vertical-alignment.dnd-row .row-fluid:after,
.row-fluid-wrapper.cell_16806801728462-row-12-vertical-alignment.dnd-row .row-fluid:before,
.row-fluid-wrapper.cell_16806801728462-row-12-vertical-alignment.dnd-row .row-fluid:after {
    display: none;
}

div#hs_cos_wrapper_widget_1697653895678,
div#hs_cos_wrapper_widget_1697653937349,
div#hs_cos_wrapper_widget_1697649553573,
div#hs_cos_wrapper_widget_1697649510389,
div#hs_cos_wrapper_module_17162180069335,
div#hs_cos_wrapper_module_17162169651775,
div#hs_cos_wrapper_module_17162206391854
{
    border-bottom: 5px solid #FDC743;
}

@media (max-width: 990px) {
   .hs-content-id-165550664263    .main-header-logo {
/*      display: none; */
  }
    .hs-content-id-165550664263    .main-header-title ,
      .hs-content-id-165551420469    .main-header-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 991px) {

  .hs-content-id-165550664263  div#hs_cos_wrapper_widget_1689022191142 .content_wrp,
    .hs-content-id-165551420469  div#hs_cos_wrapper_widget_1689022191142 .content_wrp {
    background-position: 50% !important;
    min-height: 250px;
    padding-left: 29% !important;
    padding-right: 40px !important;
  }
  .hs-content-id-165550664263    .main-header ,
   .hs-content-id-165551420469    .main-header {
    display: flex;
  }
  .hs-content-id-165550664263    .main-header-logo,
  .hs-content-id-165551420469    .main-header-logo{
    margin-left: 60px;
  }
}

/* Custom Styles */
.bg-custom {
  position: relative;
  background: none !important;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  padding: 10px 130px;
}

.bg-custom.bg-custom-magenta::before {
  background-color: #e31c93;
}

.bg-custom::before {
  content: "";
  position: absolute;
  background-color: #346A97;
  transform: skew(-7deg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 97%;
  margin: 0 auto;
}

.bg-custom p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  font-style: normal !important;
}

.two-column-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px 110px;
  gap: 10px;
}

.two-column-heading span {
  font-size: 60px;
  color: #D0312D;
  font-weight: bold;
}

.two-column-heading p {
  font-size: 20px;
}

@media(max-width: 800px){
  .bg-custom::before {
    width: 94%;
  }
}

@media(max-width: 574px){
  .bg-custom {
    padding: 10px 29px;
  }
  
  .two-column-heading {
    flex-direction: column;
    padding: 21px 50px;
  }
}

#hs_cos_wrapper_bottom_content_ p:first-of-type {
  margin-top: 5px !important;
}

#hs_cos_wrapper_bottom_content_ p:not(:first-of-type) {
  margin-bottom: 10px !important;
}

#hs_cos_wrapper_bottom_content_ p {
  font-size: 20px !important;
  font-weight: 400;
}

#hs_cos_wrapper_bottom_content_ h6 {
  font-size: 22px !important;
  font-weight: 600;
}

h1.page-hcp-headling-h1 {
  font-size: 74px !important;
}

.permanent-button-hcp-home {
  display: none;
  visibility: hidden;
  background: #e31c93;
  padding: 3px 0;
  text-decoration: none;
  text-align: center;
}

.permanent-button-hcp-home h6{
  color: #fff !important;
  margin-bottom: 6px;
}

.header-home .permanent-button-hcp-home {
  position: absolute;
  border-radius: 4px 0 0 4px;
  width: 221px;
  height: 48px;
  right: 0;
  top: 50px;
  display: flex;
  visibility: visible;
  padding-top: 6px;
  justify-content: center;
  align-items: center;
}

@media(max-width: 993px){
  .header-home .permanent-button-hcp-home { display: none;visibility: hidden;}
  
  .permanent-button-hcp-home {
    display: block;
    visibility: visible;
  }
}

.header-hcp .nav-menu-wrapper .hs-menu-wrapper>ul>li.active-branch>a { color: #fff!important; }

#hs_cos_wrapper_bottom_content {
  margin-top: 15px;
}

@media(max-width: 390px){
      #intro #introLock { width: 155px!important; } 
  #intro .adma-btn.adma-btn-primary { width: 75%!important; }
}

#hs_cos_wrapper_widget_1684518312031 .cm_advanced_bnr, #hs_cos_wrapper_widget_1689022191142 .cm_advanced_bnr { position: relative; }

#hs_cos_wrapper_widget_1685394634255 .main-hero::before, #hs_cos_wrapper_widget_1689022191142 .cm_advanced_bnr::before, #hs_cos_wrapper_widget_1684518312031 .cm_advanced_bnr::before {
    position: absolute;
    content: "";
    display: block;
    max-width: 1190px;
    width: 100%;
    height: 13px;
    background: radial-gradient(46.15% 46.15% at 50% 0%, rgba(68, 68, 68, 0.7) 0%, rgba(68, 68, 68, 0) 100%);
    border-radius: 0px;
    top: 0;
}

#hs_cos_wrapper_widget_1685394634255 .main-hero::after, #hs_cos_wrapper_widget_1689022191142 .cm_advanced_bnr::after, #hs_cos_wrapper_widget_1684518312031 .cm_advanced_bnr::after {
  position: absolute;
  content: "";
  display: block;
  max-width: 1190px;
  width: 100%;
  height: 15px;
  bottom: -13px;
  background: radial-gradient(46.15% 46.15% at 50% 0%, rgba(68, 68, 68, 0.7) 0%, rgba(68, 68, 68, 0) 100%);
  border-radius: 0px;
}

@media (min-width: 768px) {
    #hs_cos_wrapper_widget_1689022191142, #hs_cos_wrapper_widget_1684518312031 {
        margin-left: 0;
        padding-bottom: 20px;
    }