.isi {
  width: 100%;
  font-family: "Archivo Narrow", sans-serif;
  overflow: hidden;
}
.isi-header {
    position: relative;
}
.isi b,
.isi strong {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.isi p {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
}
.isi p strong {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.isi ul {
  padding-left: 0;
  padding-bottom: 20px;
  margin: 0;
}
.isi li {
  padding-left: 0.5625rem;
  font-size: 1rem;
  list-style: none;
  position: relative;
}
.isi li:before {
    content: "";
    position: absolute;
    display: block;
    margin-left: -15px;
    background: var(--onyda-blue);
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.isi.tray {
  z-index: 999;
  transition: opacity 0.5s ease-in-out, all 0.2s ease-in;
  border-top: 0.0625rem solid #d9d9d9;
  background: #fff;
  opacity: 1;
}
.isi.tray.hide-tray {
  opacity: 0;
  pointer-events: none;
}
.isi.tray .isi-content {
  overflow-y: auto;
}
.isi.tray .show-full a {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .isi.tray .isi-content {
    overflow: hidden;
  }
}
.isi * {
  font-family: "Archivo Narrow", sans-serif;
}
.isi.tray {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 320px;
  height: auto;
  padding: 0 0 10px;
  overflow: hidden;
}
.isi.tray .isi-content {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.625rem 1.25rem;
  margin: auto;
}
.isi.tray #isi-tray-collapse {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 1.4375rem;
  height: 1.375rem;
  background: url("../img/isi-tray-col-exp-icons.svg") no-repeat 0 0;
  background-size: 3.4375rem 1.375rem;
  cursor: pointer;
}
.isi.tray.collapsed .isi-content {
  padding-top:  0;
}
.isi.tray.collapsed #isi-tray-collapse {
  background-position: -2rem 0;
}
.isi .iScrollVerticalScrollbar {
  display: none;
}
.isi .isi-content .title-main-color {
  color: var(--blue_color);
}
.isi .isi-content .isi-header h2 {
  margin-right: 1.5625rem;
  padding: 20px 0 10px 0;
  margin: 0;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue_color);
}
@media(max-width: 767px) {
  .isi .isi-content .isi-header h2 {
    padding: 20px 24px 20px 0;
    font-size: 18px;
  } 
}
.isi .isi-content .isi-warning-cont {
  margin-bottom: 0.625rem;
}
.isi .isi-content .isi-warning-text {
  font-family: "Archivo Narrow", sans-serif;
  text-align: left;
}
.isi .isi-content .isi-indication-title {
  margin-top: 2.25rem;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.isi .isi-content .isi-pi {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
}
.isi .isi-content .row li {
  list-style: none;
}
.isi .isi-content .row li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  margin-left: -1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.0625rem;
  color: var(--blue_color);
}
.isi.isi-patient .isi-content .isi-warning-cont {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
.isi.isi-patient ul {
  margin-left: 1.25rem;
}
.isi-effect-grid li {
  padding: 0 10px 0;
}