.isi {
  width: 100%;
  padding: 40px 25px 0 25px;
}

.isi .isi-container {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: var(--site-width);
  position: relative;
}

.isi-header {
  text-align: left;
  font: normal normal 700 22px/22px Roboto;
  letter-spacing: 0px;
  color: var(--teal);
  margin-bottom: 10px;
}

.isi-subhead {
  text-align: left;
  font: normal normal 700 18px/22px Roboto;
  letter-spacing: 0px;
  color: var(--teal);
  margin-bottom: 10px;
}

.isi-body {
  text-align: left;
  font: normal normal normal 18px/22px Roboto;
  letter-spacing: 0px;
  color: var(--isi-copy);
  margin-bottom: 10px;
}

.isi-link {
  all: unset;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  font: normal normal 700 18px/22px Roboto;
  letter-spacing: 0px;
  color: var(--teal);
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

#important-safety-information {
  position: relative;
  z-index: 8;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: var(--white);
}

#important-safety-information .isi-wrapper {
  position: relative;
  background-color: var(--white);
}

#important-safety-information .isi-wrapper .isi-container {
  position: relative;
  margin-bottom: 0;
  /* padding: 10px 5% 0 5%; */
  padding: 0 30px;
  z-index: 1;
  /* width: 100%; */
  margin: 0 auto;
}

#important-safety-information .isi-wrapper .isi-container p {
  margin-bottom: 15px;
}

#important-safety-information.fixed.fullscreen {
    z-index: 11;
}

#important-safety-information.fixed.fullscreen .isi-wrapper {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100); /* vh.js */
  margin: 0;
  width: 100%;
  max-width: none;
  left: 0;
  overflow: auto;
  padding-bottom: 50px;
}

#important-safety-information.fixed.fullscreen .isi-wrapper .isi-container {
  margin: 0 auto;
}

#important-safety-information.fixed.fullscreen .isi-wrapper .isi-container .isi-see-more {
  background: rgba(250, 250, 250, 1);
  padding: 5px;
  position: fixed;
  right: 20px;
  height: 23px;
  line-height: 12px;
  opacity: 0;
  animation-duration: 0.7s;
  animation-delay: 0.7s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
}

#important-safety-information.fixed.fullscreen .isi-wrapper .isi-container .isi-see-more .view-all {
  display: none;
}

#important-safety-information.fixed.fullscreen .isi-wrapper .isi-container .isi-see-more .collapse {
  display: block;
}


#important-safety-information.fixed {
  margin-bottom: 200px;
}

#important-safety-information.fixed.shrink:not(.fullscreen) .isi-wrapper {
  height: 45px;
}

#important-safety-information.fixed .isi-wrapper {
  box-shadow: -2px -3px 20px rgba(0,0,0,0.4);
  position: fixed;
  bottom: 0;
  left: 0;
  height: 180px;
  z-index: 9;
  transition: height 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

#important-safety-information.fixed .isi-wrapper .isi-see-more {
  font-weight: bold;
  color: var(--black);
  font-size: 11px;
  line-height: 15px;
  text-align: right;
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  height: 31px;
  background-size: 100%;
  cursor: pointer;
  z-index: 5;
  text-transform: uppercase;
}

#important-safety-information.fixed .isi-wrapper .view-all {
  display: block;
}

#important-safety-information.fixed .isi-wrapper .collapse {
  display: none;
}

#important-safety-information:not(.fullscreen).fixed .isi-container {
  /* padding: 8px 20px 0 20px; */
}

#important-safety-information:not(.fullscreen).fixed .isi-container .isi-head {
  display: block;
}

#important-safety-information:not(.fullscreen).fixed .isi-container .isi-inline-hide {
  display: none;
}

#important-safety-information:not(.fullscreen).fixed .isi-container .isi-inline-show {
  display: inline;
}

#important-safety-information .isi-see-more {
  display: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #important-safety-information.fixed .isi-wrapper {
    height: 160px;
  }

  #important-safety-information.fixed .isi-see-more {
    right: 20px;
  }

  #important-safety-information.fixed.isi-shrink:not(.fullscreen) .isi-wrapper {
    height: 77px;
  }

  #important-safety-information .isi-wrapper .isi-container p {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 22px;
  }

  #important-safety-information .isi-wrapper .isi-container p.isi-header {
    font-size: 24px;
    line-height: 30px;
  }

  #important-safety-information .isi-wrapper .isi-container p.isi-subheader {
    font-size: 18px;
    line-height: 22px;
  }

  #important-safety-information .isi-wrapper .isi-container p.list-title {
    font-size: 17px;
    line-height: 19px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #important-safety-information.fixed .isi-wrapper {
    height: 170px;
  }

  #important-safety-information.fixed.isi-shrink:not(.fullscreen) .isi-wrapper {
    height: 70px;
  }

  #important-safety-information .isi-wrapper .isi-container p {
    margin-bottom: 15px;
  }

  #important-safety-information .isi-wrapper .isi-container p.isi-header {
    margin-bottom: 15px;
  }

  #important-safety-information .isi-wrapper .isi-container p.isi-subheader {
    margin-bottom: 15px;
  }

  #important-safety-information .isi-wrapper .isi-container ul {
    margin-bottom: 15px;
  }

  #important-safety-information .isi-wrapper .isi-container ul li {
    font-size: 17px;
    line-height: 19px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #important-safety-information.fixed .isi-wrapper {
    height: 170px;
    background-color: var(--white);
  }
  #important-safety-information.fixed.isi-shrink:not(.fullscreen) .isi-wrapper {
    height: 52px;
  }
}

@media (min-width: 1400px) {
  #important-safety-information.fixed .isi-wrapper {
    width: 100%;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
