/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 00:49:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", sans-serif;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 16:58:32 */
/************
DEBUG ISI
************/
/************
DEBUG ISI
************/
.isi h2 {
  color: var(--blue);
  font-family: var(--rubik);
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 1.25em;
  letter-spacing: 1.2px;
  text-transform: none !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .isi h2 {
    font-size: 26px;
  }
}
.isi h3 {
  color: var(--blue);
  font-family: var(--source);
  font-size: 20px;
  font-weight: 700;
  line-height: 60%;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
  .isi h3 {
    font-size: 18px;
  }
}
.isi p, .isi ul, .isi li {
  color: var(--text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
  .isi p, .isi ul, .isi li {
    font-size: 18px;
  }
}
.isi li {
  margin-bottom: 0;
}
.isi .list-columns-two {
  column-count: 2;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .isi .list-columns-two {
    column-count: 1;
    column-gap: 0;
    padding-top: 0;
  }
}
.isi .list-columns-three {
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 989px) {
  .isi .list-columns-three {
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .isi .list-columns-three {
    column-count: 1;
    column-gap: 0;
  }
}
.isi a {
  text-decoration: underline !important;
}
.isi span.prescribing-information {
  display: block;
  padding-top: 10px;
}
.isi strong a {
  font-weight: inherit !important;
}
#isi-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 155px;
  z-index: 1000;
  background-color: var(--white);
  transition: 0.7s ease-in-out all;
}
#isi-overlay #isi-indication {
  padding-right: 30px;
}
#isi-overlay #isi-indication sup {
  font-size: 80% !important;
  line-height: 0 !important;
  position: relative;
  top: 3px;
}
#isi-overlay #isi-important-safety-information {
  padding-left: 30px;
  position: relative;
}
#isi-overlay .container {
  max-width: 1440px;
  width: 100%;
  padding: 0 70px !important;
}
#isi-overlay .content {
  border: none;
  padding: 30px !important;
}
@media only screen and (max-width: 767px) {
  #isi-overlay .content {
    padding: 30px 0 !important;
  }
}
#isi-overlay .entry-content-wrapper {
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  #isi-overlay .entry-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  #isi-overlay .entry-content-wrapper #isi-indication {
    order: 3;
    margin-top: 25px !important;
  }
}
#isi-overlay .av-special-heading {
  margin-top: 0 !important;
}
#isi-expander {
  position: absolute;
  right: 0;
  transform: translate3d(-5px, 50%, 0);
  cursor: pointer;
  z-index: 150;
}
@media only screen and (max-width: 767px) {
  #isi-expander {
    transform: translate3d(-5px, 0, 0);
  }
}
#isi-expander .avia-image-overlay-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #isi-expander .avia-image-overlay-wrap {
    flex-direction: column;
    position: relative;
    top: -15px;
    right: 0;
  }
}
#isi-expander span.icon-label {
  display: inline-flex;
  color: var(--brightblue);
  font-family: var(--rubik) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  #isi-expander span.icon-label {
    order: 2;
    padding-top: 5px;
    font-size: 12px;
  }
}
#isi-expander img {
  display: block;
  height: 18px;
  width: auto;
  transition: 0.4s ease-in-out transform;
}
@media only screen and (max-width: 767px) {
  #isi-expander img {
    height: 16px;
  }
}
body.isi-expanded {
  overflow: hidden;
  height: 100vh;
}
body.isi-expanded #isi-overlay {
  overflow: scroll;
  height: 100vh !important;
  z-index: 9999 !important;
}
body.isi-expanded #isi-expander {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
body.isi-expanded #isi-expander img {
  transform: rotate(180deg);
}
.hide-fixed-isi #isi-overlay {
  height: 0 !important;
  min-height: 0 !important;
}
.hide-fixed-isi #isi-expander {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in, visibility 0ms ease-in 0.3s;
}
#isi-full {
  border-top: solid 2px rgba(88, 89, 91, 0.3) !important;
}
@media only screen and (max-width: 767px) {
  #isi-full .content .entry-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  #isi-full .content .entry-content-wrapper .flex_column:first-of-type {
    order: 3;
    margin-top: 25px !important;
  }
}
#isi-full sup {
  font-size: 80% !important;
  line-height: 0 !important;
  position: relative;
  top: 3px;
}
#isi-full .av-special-heading.av-special-heading-h2 {
  margin-top: 0 !important;
}
#isi-full .av_textblock_section strong {
  color: var(--text) !important;
}
#isi-full .isi-pad-left {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #isi-full .isi-pad-left {
    padding-left: 0;
  }
}
#isi-full .isi-pad-right {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #isi-full .isi-pad-right {
    padding-right: 0;
  }
}
#isi-full ul.indented-list {
  margin-bottom: 0;
  margin-left: 25px;
}
ul.circles {
  list-style-type: circle;
  margin-left: 0;
}
.hide-desktop {
  display: none;
}
@media only screen and (max-width: 767px) {
  .indent-mobile {
    position: relative;
    left: 25px;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  #isi-indication, #isi-important-safety-information {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #isi-indication:before, #isi-important-safety-information:before {
    display: none !important;
  }
}
