/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 04 2024 | 17:18:27 */
@charset "UTF-8";
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 07 2023 | 20:17:13 */
/************/
/*  Colors  */
/************/
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
html, body {
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif !important;
}
h1 {
  font-size: clamp(24px, 2vw, 36px);
}
h2 {
  font-size: clamp(22px, 2vw, 36px);
  text-transform: uppercase;
}
h3 {
  font-size: clamp(20px, 2vw, 25px);
  text-transform: uppercase;
}
h4 {
  font-size: clamp(18px, 2vw, 22px);
}
h5 {
  font-size: clamp(16px, 2vw, 20px);
}
h6 {
  font-size: clamp(15px, 2vw, 18px);
}
p {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.4;
  color: #2E2C2B;
}
li {
  font-size: clamp(14px, 2vw, 18px) !important;
  line-height: 1.4 !important;
}
sup {
  line-height: 100% !important;
}
::selection {
  color: #ffffff !important;
  background: #2E1F66 !important;
}
.avia-section {
  position: relative;
}
.text-light-section h2, .text-light-section h3 {
  color: #2E1F66 !important;
}
.text-dark-section h1, .text-dark-section p, .text-dark-section strong {
  color: #ffffff !important;
}
.section-image-overlay .av-section-color-overlay-wrap {
  z-index: 0 !important;
}
sup {
  font-size: smaller !important;
}
strong {
  color: #2E1F66 !important;
}
.togglecontainer .single_toggle {
  float: none !important;
}
.togglecontainer p.toggler {
  padding-left: 70px !important;
  font-size: clamp(14px, 2vw, 18px) !important;
}
.togglecontainer .toggle_icon {
  background: #2E1F66 !important;
  border: 10px solid #2E1F66;
  margin-top: -10px;
  margin-left: 25px;
}
.togglecontainer .toggle_icon .vert_icon {
  left: -1px;
  top: -5px;
  height: 11px;
}
.togglecontainer .toggle_icon .hor_icon {
  top: -1px;
  left: -5px;
  width: 11px;
}
.togglecontainer .toggler.activeTitle .toggle_icon {
  background: #ffffff !important;
}
.togglecontainer .toggler.activeTitle .toggle_icon .vert_icon {
  color: #2E1F66;
}
.togglecontainer .toggler.activeTitle .toggle_icon .hor_icon {
  color: #2E1F66;
}
.togglecontainer p.toggler.activeTitle {
  font-size: clamp(16px, 3vw, 18px);
}
.togglecontainer ul li::marker {
  color: #2E1F66;
}
.togglecontainer ul li strong {
  color: #2E1F66;
}
.togglecontainer .toggle_content.invers-color {
  border: 2px solid #2E1F66;
}
.button-solid a {
  color: #ffffff !important;
  background-color: #2E1F66 !important;
  border: solid white 2px !important;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
}
#disclaimer-container {
  background: #2e2c2b !important;
  display: flex !important;
  align-items: center !important;
}
.disclaimer-bar p {
  font-size: clamp(10px, 2vw, 16px) !important;
  line-height: 1.2 !important;
}
.sources-text p {
  font-size: clamp(10px, 2vw, 12px) !important;
  line-height: 1.1 !important;
}
.desktop-hidden {
  display: none;
}
#main {
  padding-top: 140px !important;
}
#header_meta {
  background-color: #2E1F66 !important;
  padding: 10px 100px;
}
#header_meta .sub_menu {
  top: 5px !important;
}
#header_meta .sub_menu ul li {
  border: none;
}
#header_meta .sub_menu ul li a {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
}
#header_main {
  padding: 0 100px;
}
#header_main .inner-container {
  align-items: center;
  display: flex;
}
#header_main span.avia-menu-text {
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.2s;
  padding-bottom: 6px !important;
}
#header_main span.avia-menu-text:hover {
  border-bottom: 2px solid #2E1F66;
}
#header_main .avia-menu ul.av-main-nav li.mobile-nav-item {
  display: none;
}
#header_main .avia-menu li > a {
  padding: 0 0 0 20px !important;
}
#header span.logo {
  padding: 0.5% 0;
  max-height: 65px !important;
  width: fit-content;
}
#main-header {
  position: relative;
  z-index: 10;
}
#main-header .main-headline {
  color: white !important;
  padding: 50px 100px 50px 50px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  position: relative;
  width: 45%;
  opacity: 0.9;
}
#main-header .main-headline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2E1F66;
  height: 100%;
  width: 100vw;
  visibility: visible;
  transform: translate3d(-99%, 0, 0);
  opacity: 1;
}
#main-header h1 {
  text-transform: none !important;
  font-weight: 500 !important;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
}
#main-header .header-subtitle {
  font-size: clamp(18px, 1vw, 22px) !important;
  font-weight: 500;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
}
#main-header .button-dark a {
  color: #ffffff;
  background-color: transparent !important;
  border: solid white 2px !important;
  border-radius: 20px;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
}
#main-header .button-dark a:hover {
  color: #2E1F66 !important;
  background-color: #ffffff !important;
}
#main-header .button-solid a {
  color: #ffffff !important;
  background-color: #2E1F66 !important;
  border: solid white 2px !important;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
}
#main-header .button-solid.sticky-button {
  position: fixed;
  top: 25vw;
  right: 1vw;
  transform: translate3d(120%, 0, 0);
  transition: 0.3s ease-out transform;
}
#main-header .button-solid.sticky-button.activate_show_button {
  transform: translate3d(0, 0, 0) !important;
}
#main-header .disclaimer-bar {
  position: absolute;
  bottom: 0;
  background-color: #2E2C2B;
  color: #ffffff;
  width: 100vw;
  left: 50%;
  transform: translate3d(-50vw, 0, 0);
  padding: 10px;
}
#main-header .scroll-down-link {
  bottom: 85px;
}
#about-portola {
  padding: 100px 10% 100px 5% !important;
  background-size: auto;
  margin: auto;
}
#about-portola .container, #about-portola .content {
  padding: 0 !important;
}
#about-portola .about-trial-content {
  padding: 5%;
}
#about-portola .about-trial-content .about-trial-image img {
  height: auto;
}
#portola-info {
  padding: 100px 10% 100px 5% !important;
}
#portola-info .container, #portola-info .content {
  padding: 0 !important;
}
#portola-info .portola-info-image img {
  height: auto;
  margin: auto;
}
#portola-info .portola-info-content {
  padding: 0 5%;
}
#portola-info .portola-info-content .av_iconlist_title {
  padding-bottom: 15px !important;
}
#portola-info .portola-info-content .avia-icon-list-container {
  margin: 15px 0;
}
#portola-info .portola-info-content .iconlist_icon {
  color: #2E1F66 !important;
  font-size: x-large;
}
#portola-info .av-iconlist-small li {
  padding-bottom: 15px !important;
}
#portola-info a {
  text-decoration: underline !important;
}
#portola-info a:hover {
  color: #2E1F66 !important;
}
#what-to-expect .av-section-color-overlay-wrap {
  padding: 100px 0 !important;
}
#what-to-expect .content, #what-to-expect .container {
  padding: 0 !important;
}
#what-to-expect .entry-content-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
#what-to-expect .togglecontainer p.toggler {
  background: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0) !important;
}
#what-to-expect .togglecontainer p.toggler.activeTitle {
  background: white !important;
  border-color: white !important;
  color: #2E2C2B !important;
}
#what-to-expect .togglecontainer p.toggler.activeTitle .toggle_icon {
  border-color: #2E1F66 !important;
}
#what-to-expect .togglecontainer p.toggler.activeTitle .toggle_icon .vert_icon, #what-to-expect .togglecontainer p.toggler.activeTitle .toggle_icon .hor_icon {
  border-color: #fff !important;
}
#what-to-expect .togglecontainer p.toggler .toggle_icon {
  border-color: #fff !important;
  transition: border-color ease 0.3s;
}
#what-to-expect .togglecontainer p.toggler .toggle_icon .vert_icon, #what-to-expect .togglecontainer p.toggler .toggle_icon .hor_icon {
  border-color: #2E1F66 !important;
}
#what-to-expect .togglecontainer .toggle_content {
  background: transparent !important;
  border-color: #fff !important;
}
#what-to-expect .togglecontainer .toggle_content li::marker {
  color: #fff !important;
}
#what-to-expect .listed-content {
  font-size: clamp(14px, 2vw, 18px) !important;
  line-height: 1.4;
}
#what-to-expect .listed-content li {
  padding-bottom: 15px !important;
}
#what-to-expect .number-box-title {
  padding-top: 40px;
}
#what-to-expect .number-box-title p {
  font-weight: 600;
}
#what-to-expect .number-box {
  border: 2px solid #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  width: 60%;
  margin: auto;
}
#what-to-expect .number-box .avia-no-number {
  opacity: 1;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: normal;
}
#what-to-expect .number-box .avia-single-number {
  opacity: 1;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: normal;
}
#what-to-expect .number-box .avia-animated-number-content {
  font-size: 28px;
  border-top: 2px solid #ffffff !important;
  margin-top: 15px;
  padding-top: 15px;
}
#who-is-eligible {
  padding: 100px 10% 100px 5% !important;
}
#who-is-eligible .container, #who-is-eligible .content {
  padding: 0 !important;
}
#who-is-eligible .av-subheading {
  font-size: 18px;
  font-weight: 600;
}
#who-is-eligible .av_iconlist_title {
  padding-bottom: 15px !important;
}
#who-is-eligible .avia-icon-list-container {
  margin: 20px 20px;
}
#who-is-eligible ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 15px !important;
}
#who-is-eligible ul li {
  color: #2E2C2B;
}
#who-is-eligible ul li::marker {
  color: #2E1F66;
}
#who-is-eligible .who-is-eligible-content {
  padding: 0 5%;
}
#who-is-eligible .who-is-eligible-image img {
  height: auto;
}
#study-locations .av-section-color-overlay-wrap {
  padding: 100px 0 !important;
}
#study-locations .container, #study-locations .content {
  padding: 0 !important;
}
#study-locations .entry-content-wrapper {
  display: flex;
  justify-content: center;
}
#study-locations .map-spacer {
  width: 17% !important;
}
#study-locations .study-map-content {
  width: 66% !important;
}
#study-locations .study-map-content .av-hotspot-container {
  background: #ffffff !important;
}
#study-locations .study-map-content .study-locations-subtext {
  padding-bottom: 20px;
}
#study-locations .study-locations-map-img {
  background: transparent !important;
}
#study-locations .study-locations-map-img .av-image-hotspot_inner {
  background: #2E1F66;
  color: #2E1F66 !important;
}
#study-locations .study-locations-map-img .av-image-hotspot-pulse {
  background: #2E1F66;
}
.avia-tooltip .inner_tooltip p:first-child {
  margin-bottom: 0 !important;
}
.avia-tooltip .inner_tooltip p:nth-of-type(2) {
  margin: 0;
}
.avia-tooltip .inner_tooltip p:last-child {
  margin-top: 0 !important;
}
#about-zetomipzomib {
  padding: 200px 0 !important;
}
#about-zetomipzomib .container, #about-zetomipzomib .content {
  padding: 0 !important;
}
#about-zetomipzomib .entry-content-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
#about-zetomipzomib h2 {
  text-align: center !important;
}
#about-zetomipzomib .about-zeto-main-content {
  text-align: center !important;
}
.avia-section.disclaimer-bar {
  background: #2E2C2B !important;
  min-height: 0 !important;
  padding: 10px !important;
}
.avia-section.disclaimer-bar .container {
  padding: 0 !important;
}
.avia-section.disclaimer-bar .content {
  padding: 0 !important;
}
.avia-section.disclaimer-bar p {
  color: #fff !important;
}
#about-autoimmune-hepatitis {
  padding: 100px 0;
}
#about-autoimmune-hepatitis .content, #about-autoimmune-hepatitis .container {
  padding: 0 !important;
}
#about-autoimmune-hepatitis .entry-content-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
#about-autoimmune-hepatitis h2 {
  text-align: center !important;
}
#about-autoimmune-hepatitis .about-hepatitis-content {
  text-align: center !important;
}
#about-autoimmune-hepatitis ul.avia-icon-list li {
  padding: 6px !important;
  font-size: clamp(14px, 2vw, 16px) !important;
  line-height: 1.4;
}
#about-autoimmune-hepatitis ul.avia-icon-list li .iconlist_icon {
  color: #2E1F66;
  font-size: x-large;
}
#patient-accommodations {
  padding: 100px 10% 100px 5% !important;
}
#patient-accommodations .container, #patient-accommodations .content {
  padding: 0 !important;
}
#patient-accommodations .patient-accommodations-content {
  padding: 4%;
}
#patient-accommodations .patient-accommodations-image img {
  height: auto;
}
#patient-accommodations li {
  padding-bottom: 15px !important;
}
#resources .av-section-color-overlay-wrap {
  padding: 100px 0 !important;
}
#resources .container, #resources .content {
  padding: 0 !important;
}
#resources .entry-content-wrapper {
  max-width: 75%;
  margin: 0 auto;
}
#resources .av_textblock_section {
  max-width: 950px;
  margin: auto;
}
#resources .avia-content-slider-inner {
  max-width: 1400px;
  margin: auto;
}
#resources .slide-entry-wrap {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: center;
}
#resources .slide-entry-wrap .slide-entry {
  width: fit-content !important;
}
#resources .slide-entry-wrap .slide-entry .slide-image {
  background: #2E1F66 !important;
  position: relative;
  transition: all ease 0.3s;
}
#resources .slide-entry-wrap .slide-entry .slide-image:hover:after {
  opacity: 1 !important;
}
#resources .slide-entry-wrap .slide-entry .slide-image:hover img {
  opacity: 0.5;
}
#resources .slide-entry-wrap .slide-entry .slide-image:after {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  content: "";
  color: #2E1F66;
  display: flex;
  font-family: "entypo-fontello";
  font-size: 35px;
  height: 50px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity ease 0.3s;
  width: 50px;
}
#resources .slide-entry-wrap .slide-entry .slide-image img {
  transition: all ease 0.3s;
}
#faqs {
  padding: 100px 0 !important;
}
#faqs .content, #faqs .container {
  padding: 0 !important;
}
#faqs .entry-content-wrapper {
  max-width: 75% !important;
  margin: 0 auto !important;
}
#faqs h3.av-special-heading-tag {
  font-weight: 500 !important;
}
#faqs p.toggler.activeTitle {
  background: #2E1F66 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #2E1F66 !important;
}
#contact .av-section-color-overlay-wrap {
  padding: 100px 100px 50px !important;
}
#contact .container, #contact .content {
  padding: 0 !important;
}
#contact .desktop-hidden {
  display: none;
}
#contact .contact-content {
  width: auto !important;
  max-width: 50% !important;
}
#contact hr {
  border: 1px solid #fff;
  margin: 30px 0 30px;
  width: 100%;
}
#contact h2.gform_title {
  display: none;
}
#contact p.gform_required_legend {
  display: none;
}
#contact label {
  font-weight: 400 !important;
}
#contact label span {
  color: #ffffff !important;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
  border: 2px solid white !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
#contact #gform_submit_button_1 {
  color: #ffffff;
  background-color: transparent !important;
  border: solid white 2px !important;
  border-radius: 20px;
  padding: 8px 30px;
  text-transform: uppercase;
  font-weight: 600;
}
#contact #gform_submit_button_1:hover {
  background-color: #ffffff !important;
  color: #2E1F66 !important;
}
#contact .av-content-full.alpha.units {
  padding-bottom: 0;
}
#contact .disclaimer-text-xs {
  padding-top: 3%;
}
#contact .gfield_required_asterisk {
  color: #fff !important;
}
#contact .gfield_label {
  font-size: 16px !important;
}
#socket .container {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#header #av-burger-menu-ul a:hover {
  background-color: #ffffff !important;
}
#header #av-burger-menu-ul li.av-active-burger-items {
  border-bottom: 1px solid #C6C6C6 !important;
  padding: 15px 0 !important;
}
@media only screen and (min-width: 990px) and (max-width: 1500px) {
  header#header:not(.header-scrolled) .logo svg {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 1400px) {
  #header_meta {
    padding: 10px 0 !important;
  }
  #header_main {
    padding: 0 !important;
  }
  #patient-accomodations .patient-accomodations-content {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  #header_main span.avia-menu-text {
    font-size: 14px;
  }
  .av-main-nav > li > a {
    padding: 0 5px !important;
  }
  #header_meta .sub_menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1099px) {
  #header_main span.avia-menu-text {
    font-size: 12px;
  }
  .av-main-nav > li > a {
    padding: 0 5px !important;
  }
  #header_meta .sub_menu ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  #main-header .main-headline {
    width: 50% !important;
    padding: 50px 115px 50px 10px;
  }
  #what-to-expect .number-box {
    width: 75% !important;
    margin: 0 0 0 35px !important;
  }
}
@media only screen and (min-width: 990px) {
  #header-main span.logo {
    width: 100%;
  }
  #mobile-sticky-bar {
    display: none;
  }
}
@media only screen and (max-width: 989px) {
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
    margin-top: 60px;
  }
  #header_meta {
    display: none;
  }
  #header_main .av-hamburger .av-hamburger-inner, #header_main .av-hamburger .av-hamburger-inner:before, #header_main .av-hamburger .av-hamburger-inner:after {
    background-color: #2E1F66 !important;
  }
  #header_main .av-burger-overlay #av-burger-menu-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #main-header .disclaimer-bar {
    padding: 0 4%;
  }
  #main-header .avia-menu ul.menu l1.mobile-nav-item {
    display: none !important;
  }
  #main-header .sticky-button {
    display: none !important;
  }
  #mobile-sticky-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mobile-sticky-button .sticky-bar {
    position: sticky;
    bottom: 0;
  }
  .text-dark-section {
    margin-bottom: 0 !important;
  }
  #about-portola {
    background-position: 50% 50% !important;
    padding: 100px 5% !important;
  }
  #about-portola .about-trial-image {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #about-portola .about-trial-image .avia-image-container {
    margin-right: 0 !important;
  }
  #about-portola .about-trial-image img {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  #about-portola .about-trial-content {
    margin-bottom: 0 !important;
    margin-top: 75px !important;
    padding: 0 !important;
  }
  #portola-info {
    padding: 100px 5% 50px !important;
  }
  #portola-info .portola-info-content {
    margin-bottom: 0 !important;
    margin-top: 60px !important;
    padding: 0 !important;
  }
  #portola-info .portola-info-content .listed-content {
    font-size: clamp(12px, 2vw, 18px);
    line-height: 1.4;
  }
  #portola-info .portola-info-image {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #portola-info .portola-info-image .avia-image-container {
    margin-right: 0 !important;
  }
  #portola-info .portola-info-image img {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  #what-to-expect .av-section-color-overlay-wrap {
    padding: 100px 5% !important;
  }
  #what-to-expect .entry-content-wrapper {
    max-width: 100% !important;
  }
  #what-to-expect .what-to-expect-content .listed-content {
    font-size: clamp(12px, 2vw, 18px);
    line-height: 1.4;
  }
  #what-to-expect .desktop-hidden {
    padding-top: 40px;
  }
  #who-is-eligible {
    padding: 100px 5% 50px !important;
  }
  #who-is-eligible .who-is-eligible-image {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #who-is-eligible .who-is-eligible-image .avia-image-container {
    margin-right: 0 !important;
  }
  #who-is-eligible .who-is-eligible-image img {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  #who-is-eligible .who-is-eligible-content {
    margin-bottom: 0 !important;
    margin-top: 75px !important;
    padding: 0 !important;
  }
  #who-is-eligible .who-is-eligible-content .listed-content {
    font-size: clamp(12px, 2vw, 18px);
    line-height: 1.4;
  }
  #study-locations .av-section-color-overlay-wrap {
    padding: 100px 5% !important;
  }
  #study-locations .study-map-content {
    width: 100% !important;
  }
  #study-locations .study-map-content .av-hotspot-container {
    background: #ffffff !important;
  }
  #study-locations .study-map-content .av-image-hotspot-pulse {
    height: 34px !important;
    width: 34px !important;
    top: -8px !important;
    left: -8px !important;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip {
    background: transparent !important;
    padding: 10px 0 !important;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip .av-hotspot-fallback-tooltip-count {
    display: none;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip-inner {
    text-align: center !important;
    margin: 0 !important;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    padding: 10px !important;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip-inner p:first-child {
    margin-bottom: 0 !important;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip-inner p:nth-of-type(2) {
    margin: 0 !important;
  }
  #study-locations .study-map-content .av-hotspot-fallback-tooltip-inner p:last-child {
    margin-top: 0 !important;
  }
  #study-locations .study-map-locations-map-img .av-image-hotspot_inner {
    color: #7e316f !important;
  }
  #about-zetomipzomib {
    background-position: 50% 50% !important;
    padding: 100px 0 !important;
  }
  #about-autoimmune-hepatitis {
    padding: 100px 0 !important;
  }
  #patient-accommodations {
    padding: 100px 5% !important;
  }
  #patient-accommodations .patient-accommodations-image {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }
  #patient-accommodations .patient-accommodations-image .avia-image-container {
    margin-right: 0 !important;
  }
  #patient-accommodations .patient-accommodations-image img {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  #patient-accommodations .patient-accommodations-content {
    margin-bottom: 0 !important;
    margin-top: 75px !important;
    padding: 0 !important;
  }
  #faqs .spacer-column {
    display: none;
  }
  #faqs .main-faqs-col {
    margin: auto !important;
    width: 100% !important;
  }
  #faqs .toggle_icon {
    margin-left: 5px !important;
  }
  #faqs p.toggler {
    padding-left: 55px !important;
  }
  #contact .av-section-color-overlay-wrap {
    padding: 100px 5% 50px !important;
  }
  #contact .desktop-hidden {
    display: block;
    margin-bottom: 50px;
  }
  #contact .mobile-hidden {
    display: none;
  }
  #contact .contact-content {
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom: 50px !important;
  }
  #contact .flex_column_table {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
  }
  #mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    z-index: 2;
    min-height: 50px;
  }
  #mobile-sticky-bar .container {
    padding: 5px 0;
  }
  #mobile-headings, #disclaimer-container, #contact {
    position: relative;
  }
  #main-header, #mobile-headings, #contact, #disclaimer-container, #socket {
    z-index: 3 !important;
  }
}
@media only screen and (max-width: 767px) {
  #main-header {
    background-position: 75% 50% !important;
    margin-bottom: 100px !important;
  }
  #main-header .container.av-section-cont-open {
    width: 100% !important;
    max-width: 100% !important;
  }
  #main-header .main-headline {
    width: 100% !important;
    padding: 20px 20px 5px 20px !important;
    text-align: center !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #main-header h1 {
    font-size: 20px !important;
  }
  #main-header .scroll-down-link {
    display: none;
  }
  #main-header .text-dark-section {
    position: absolute;
    top: 0;
  }
  #mobile-headings {
    background: linear-gradient(to bottom, rgba(46, 31, 102, 0.8) 0, #2E1F66 70%) !important;
    bottom: -100px;
    position: absolute;
  }
  #mobile-headings .text-dark-section {
    background: transparent !important;
  }
  #about-portola {
    padding: 100px 0 !important;
  }
  #portola-info {
    padding: 100px 0 50px !important;
  }
  #what-to-expect .av-section-color-overlay-wrap {
    padding: 100px 0 !important;
  }
  #who-is-eligible {
    padding: 100px 0 50px !important;
  }
  #study-locations .av-section-color-overlay-wrap {
    padding: 100px 0 !important;
  }
  #study-locations .av-hotspot-container {
    margin-bottom: 35px !important;
  }
  #study-locations .av-hotspot-fallback-tooltip-inner {
    background-color: rgba(126, 49, 111, 0.5) !important;
  }
  #about-zetomipzomib .entry-content-wrapper {
    max-width: 100% !important;
  }
  #about-zetomipzomib .about-zeto-content {
    text-align: left !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  #about-autoimmune-hepatitis {
    max-width: 100% !important;
  }
  #about-autoimmune-hepatitis .entry-content-wrapper {
    max-width: 100% !important;
  }
  #about-autoimmune-hepatitis .entry-content-wrapper > .flex_column {
    margin-bottom: 0 !important;
  }
  #about-autoimmune-hepatitis .about-hepatitis-content {
    text-align: left !important;
    padding: 0 !important;
  }
  #patient-accommodations {
    padding: 100px 0 !important;
  }
  #resources .entry-content-wrapper {
    max-width: 100% !important;
  }
  #resources .resource-logos .slide-entry-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
  }
  #resources .resource-logos .slide-entry-wrap .slide-entry {
    margin: 15px 0 !important;
  }
  #resources .resource-logos .slide-entry-wrap .slide-image {
    background: transparent !important;
  }
  #resources .resource-logos .slide-entry-wrap .avia-logo-grid {
    margin-bottom: 15px !important;
  }
  #faqs .entry-content-wrapper {
    max-width: 100% !important;
  }
  #faqs .toggle_content p {
    font-size: clamp(14px, 2vw, 18px) !important;
    line-height: 1.4;
  }
  #faqs .toggle_content ul {
    margin: 4px 0;
  }
  #faqs .toggle_content ul li {
    font-size: clamp(14px, 2vw, 18px) !important;
    line-height: 1.4;
  }
  #contact .av-section-color-overlay-wrap {
    padding: 100px 0 50px !important;
  }
  .responsive .logo svg {
    max-height: 45px !important;
  }
  .av-parallax .av-parallax-inner {
    background-position: 65% 100% !important;
  }
}
#socket .copyright {
  float: none !important;
  font-size: clamp(12px, 2vw, 16px);
}
.gform_confirmation_message {
  padding: 100px 0;
}
@media only screen and (max-width: 600px) {
  #about-portola .about-trial-image img {
    max-width: 100% !important;
  }
  #portola-info .portola-info-image img {
    max-width: 100% !important;
  }
  #who-is-eligible .who-is-eligible-image img {
    max-width: 100% !important;
  }
  #patient-accommodations .patient-accommodations-image img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 484px) {
  #what-to-expect p.toggler {
    padding-left: 45px !important;
  }
  #what-to-expect p.toggler .toggle_icon {
    margin-left: 5px !important;
  }
  #what-to-expect .toggle_content {
    padding: 15px !important;
  }
  #who-is-eligible .avia-icon-list-container {
    margin: 20px 0 !important;
  }
  #faqs .toggle_content {
    padding: 20px !important;
  }
  #contact .break-text {
    display: block !important;
  }
}
