/* Minimum ISI Styles */
#isi-content {
  display: block;
  padding: 0.15rem 0 2rem;
  font-size: 16px;
  line-height: 1.3;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-top: rem-calc(5px) solid #222E69;
  z-index: 1;
  position: relative;
}
#isi-content span {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 1rem;
  background: url(/modules/custom/intouch_isi/assets/isi-trigger.png) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#isi-content.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 130px;
  border-top: 1px solid black;
  background-color: white;
  transition: all 0.25s ease;
}
#isi-content.fixed.full {
  height: 80%;
  border-color: white;
  overflow: auto;
  z-index: 99;
}
#isi-content.shortened {
  line-height: 1.2;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10rem;
  z-index: 101;
  overflow-y: hidden;
  transition: all 2000ms ease;
}
@media (max-width: 768px) {
  #isi-content.shortened {
    height: 10rem;
  }
}
#isi-content.shortened.full {
  top: auto;
  overflow-y: auto;
  height: 100%;
  z-index: 101;
}

/*# sourceMappingURL=style.css.map */
