.isi-tray {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  transition: opacity .25s ease;
  width: 100%;
  z-index: 500;
}

.isi-header {
  background-color: #e6e7e8;
  padding: 10px 15px;
  position: relative;
}

.isi-header h1 {
  font: 22px/26px 'StandardCT-MediumCond';
  margin: 0;
  padding-right: 25px;
}

.isi-header h1 br,
.info-with-summary-section h1 br{
  display: none;
}

.isi-header h1 span,
.info-with-summary-section h1 span{
  white-space: normal;
}

@media all and (min-width: 360px){
  .isi-header h1 br{
    display: inline;
  }  
  .isi-header h1 span{
    white-space: nowrap;
  }  
}

@media all and (min-width: 480px){
  .info-with-summary-section h1 br{
    display: inline;
  }  
  .info-with-summary-section h1 span{
    white-space: nowrap;
  }  
}


.isi-content-wrap {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 0 0 15px;
  transition: height .25s ease;
}

.isi-content-wrap .content {
  padding: 15px 0 0;
}

.isi-content-wrap .content h2 {
  color: #f7941d;
  font: 22px/26px 'StandardCT-MediumCond';
  margin: 0 0 15px;
}

.isi-content-wrap p {
  margin: 0 0 20px;
}

.isi-content-wrap .phone {
  font-family: 'StandardCT-Medium';
  white-space: nowrap;
}

.isi-content-wrap .indications {
  margin: 0;
  overflow: hidden;
}

.isi-content-wrap .indications p {
  margin: 0;
}

.internal-links,
.isi-content-wrap strong {
  color: #000;
}

.isi-content-wrap strong {
  font-family: 'StandardCT-Medium';
}
.isi-content-wrap ul{
  margin: 0;
}
.isi-content-wrap ul li {
  /* padding: 0 0 0 10px; */
  position: relative;
  margin: 0;
}

.isi-header-wrap {
  margin: 0 auto;
  max-width: 840px;
  position: relative;
}

.isi-content-wrap ul li:before {
  /* background: #58595b;
  border-radius: 50%;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 4px; */
}

.isi-tray.hide-tray {
  opacity: 0;
  pointer-events: none;

}

.jsSwapText {
  display: none;
}

.isi-btn {
  background: none;
  border: 0;
  color: #f7941d;
  cursor: pointer;
  font: 600 15px/18px sans-serif;
  outline: none;
  position: absolute;
  right: -6px;
  top: 2px;
}

.isi-btn .isi-btn-icon {
  border: 2px solid #f7941d;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-left: 15px;
  position: relative;
  vertical-align: middle;
  width: 20px;
}

.isi-btn .isi-btn-icon:before,
.isi-btn .isi-btn-icon:after {
  background-color: #f7941d;
  content: '';
  height: 2px;
  left: 4px;
  position: absolute;
  top: 7px;
  width: 8px;
}

.isi-btn .isi-btn-icon:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.isi-content-wrap {
  height: 112px;
  padding: 0 0 0 15px;
}

.isi-btn .close {
  display: none;
}

.opened .isi-btn .close {
  display: inline;
}

.opened .isi-btn .open {
  display: none;
}

.isi-content-wrap > div {
  width: 100%
}

.isi-content-wrap .jcf-container {
  padding-right: 10px;
}

.isi-content-wrap .jcf-scrollbar-vertical {
  right: 6px;
  top: 0;
  width: 6px
}

.isi-content-wrap .jcf-scrollbar-slider {
  background-color: #f3f3f3;
  width: 12px;
}

.isi-content-wrap .jcf-scrollbar-handle {
  background-color: #595959;
  height: 30px !important;
  width: 12px;
}

.isi-content-wrap .phone-link,
.isi-content-wrap .phone-link a {
  color: #595959 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.isi-content-title {
  font: 600 16px/24px sans-serif;
  margin: 10px 0;
}

.isi-tray.opened .isi-btn-icon:after {
  display: none
}

.isi-tray.opened .isi-content-wrap {
  height: calc(50vh - 75px);
}

.isi-tray.opened .isi-content-wrap > div {
  height: calc(50vh - 75px);
}

.isi-tray ul li{
  margin: 0 0 10px;
}

.isi-tray ul li li{
  margin: 0;
}

.isi-tray .indications ul{
  margin: 0 0 19px;
}

.isi-tray .indications ul li{
  margin: 0;
}

.isi-tray .indications ul ul{
  margin: 0;
}

.isi-content,
.isi-content-wrap {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}

.box{
  border: 2px solid #000;
  padding: 15px 10px 0;
  margin: 0 0 20px;
}

.box ul li{
  margin: 0 0 20px;
}

@media all and (min-width: 768px) {
  .isi-tray.opened .isi-content-wrap {
    height: calc(50vh - 45px);
  }

  .isi-tray.opened .isi-content-wrap > div {
    height: calc(50vh - 45px);
  }

  .isi-content-wrap > div {
    height: 202px;
  }

  .isi-header {
    padding: 9px 15px 11px;
  }

  .isi-content-wrap {
    height: 202px;
    min-height: 202px;
    padding: 0 0 10px 10px
  }

  .internal-links {
    font-size: 16px;
  }

  .isi-btn {
    line-height: 26px;
    right: -2px;
    top: 1px;
    font-size: 18px;
  }

  .jsSwapText {
    display: inline-block;
    vertical-align: middle;
  }

  .isi-header h1 {
    font-size: 24px;
    line-height: 28px;
    padding-right: 104px;
  }

  .isi-content-wrap .content h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .isi-content-wrap .content {
    font-size: 16px;
    line-height: 22px;
  }

  .isi-btn .isi-btn-icon {
    border: 2px solid transparent;
    margin-left: 6px;
  }

  .isi-btn .isi-btn-icon:before {
    height: 3px;
    top: 7px;
    width: 11px;

  }

  .isi-btn .isi-btn-icon:after {
    height: 3px;
    top: 7px;
    width: 11px;
  }
}
