.isi-bar {
  width: 100%;
  height: auto;
  min-height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  overflow: hidden;
  background: #424242;
  border-top: 3px solid #5c003b;
  z-index: 1000;
  margin-bottom: -1px;
}

.isi-bar .isi-bar-title {
  font-family: "Montserrat Light";
  background: none;
  float: left;
  width: 100%;
  height: auto;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 0px 5px 10px;
  cursor: pointer;
}

.isi-bar .container {
  position: relative;
}

.isi-bar .isi-bar-viewmore {
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -12px 0 0 0;
  width: auto;
  height: 20px;
  background: url(../images/icons/ctas/icon-isi-trigger-down.png) no-repeat center top;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1001;
}
.isi-bar .isi-bar-content {
  float: left;
  width: 100%;
  max-height: 71px;
  padding: 2px 0px 5px 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.isi-bar .isi-bar-content p,
.isi-bar .isi-bar-content h2,
.isi-bar .isi-bar-content h3,
.isi-bar .isi-bar-content h4 {
  font-size: 13px;
  line-height: 1.1;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-content p {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-content {
    max-height: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-viewmore {
    font-size: 14px;
    width: 55px;
    height: 40px;
    margin-top: -10px;
    right: 15px;
    background-size: 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-content {
    max-height: 74px;
  }
}
@media only screen and (min-width: 768px) {
  .isi-bar .isi-bar-content .container {
    height: auto;
    padding-right: 20px;
  }
}
.isi-bar.belowISI {
  display: none;
}
