body .isi > .container > .wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.isiblok {
  padding-bottom: 40px;
}

.isi .container .wrapper .part_two h2.what-is-tivdak {
  font-weight: 500;
}

.isi .container .wrapper .isi_text .part_two h2 + p {
  margin-top: 8px;
}

body .isi > .container > .wrapper .isi_text {
  display: flex;
}

body .isi > .container > .wrapper .isi_text .part_one {
  border: none;
  margin: 0;
  padding: 0;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--secondary-background-color);
}

body .isi > .container > .wrapper .isi_text .part_two {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 29.57%;
  margin-right: 0;
  margin-left: 24px;
}

.isi {
  margin-top: 78px;
  font-family: var(--font-montserrat-pro_sans);
}

.isi ul + p {
  margin-top: 16px;
}

.isi .container .wrapper .copy_block p + h3 {
  margin: 16px 0 0;
}

.isi .container .wrapper .copy_block h3 + p {
  margin-top: 12px;
}

.isi_tray.isi.show .container .wrapper .copy_block h3 + p {
  margin-top: 9px;
}

.isi .container .wrapper .copy_block p+p {
  margin-top: 8px;
}

.isi .container .wrapper .copy_block p + p {
  margin-top: 8px;
}

.isi .container .wrapper .copy_block p + ul.bulleted {
  margin-top: 8px;
}

.isi ul.dashed li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 6px;
  height: 1px;
  border-radius: 0;
  background-color: var(--primary-font-color);
}

ul.bulleted li {
  position: relative;
  padding-left: 16px;
}

ul.bulleted li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: var(--primary-font-color);
  border-radius: 50%;
}

.isi .container .wrapper .isi_text .part_two .copy_block p {
  margin-top: 9px;
} 

.isi .container .wrapper .copy_block a.link.tel.first-focusable-element {
  text-decoration-line: none;
  text-decoration: none;
  color: var(--primary-font-color);
  font-weight: 400;
  border: none;
}

.isi .link {
  color: var(--secondary-font-color);
  font-weight: 700;
  text-decoration: underline;
  line-height: 0.9em;
  transition: border 0.1s linear 0s, color 0.1s linear 0s;
}

.isi .link:hover{
  text-decoration: none;
}

.isi_tray .isi_less span,
.isi_tray .isi_more span {
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary-font-color);
  cursor: pointer;
  position: absolute;
  top:1px;
  right: 25px;
  font-family: var(--font-montserrat-pro_sans);
}

.isi_tray .isi_less span:hover,
.isi_tray .isi_more span:hover {
  text-decoration: underline;
  text-underline-offset: 5px;

}

.link:hover {
  border-bottom: 0;
}

ul.org li:before {
  background-color: var(--secondary-background-color);
}

.isi_tray {
  margin-top: 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 500;
  padding: 8px 0 6px;
  background-color: var(--white-color);
  box-shadow: 0 -2px 4px var(--shadow-color);
  transition: all 0.5s ease;
  height: 152px;
  opacity: 0;
  visibility: hidden;
}

.isi_tray.expand {
  overflow: scroll;
  padding-bottom: 32px;
}

.isi_tray {
  padding: 8px 0 0;
  width: 100%;
  max-width: 1296px;
  transform: translateX(-50%);
  margin-left: 50%;
  height: 152px;
}

.isi_tray .isi_less,
.isi_tray .isi_more {
  background: none;
  border: 0;
  display: block;
  position: absolute;
  z-index: 5;
  top: -2px;
  right: 6px;
  cursor: pointer;
  background-image: url(../images/Icons/isi_plus.svg);
  background-repeat: no-repeat;
  background-size: 16px 14px;
  background-position: calc(100% - 12px) 12px;
  padding: 0 24px 0 0;
  background-position: right 4px;
  width: 100%;
  height: 100%;
}

.isi_tray .isi_less {
  background-image: url(../images/Icons/isi_minus.svg);
  display: none;
}

.isi_tray.show {
  opacity: 1;
  visibility: visible;
}

.isi .container .isi_text .part_one h2.setFocus {
  font-size: 18px;
  line-height: 21.6px;
}

.isi .container .wrapper .copy_block h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: var(--secondary-font-color);
}

.isi .container .wrapper .copy_block h2 + h3 {
  margin-top: 8px;
}

.isi .container .wrapper .copy_block h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--secondary-font-color);
}

.isi .isi_more span,
.isi .isi_less span {
  display: none;
}

@media screen and (max-width: 980px) {
  body .isi > .container > .wrapper .isi_text .part_one,
  body .isi > .container > .wrapper .isi_text .part_two {
    width: 100%;
    margin-left: 0px;
  }

  body .isi > .container > .wrapper .isi_text {
    display: block;
  }
}

@media (min-width: 981px) {
  .isi{
    margin-top: 78px;
  }
 
  body .isi > .container > .wrapper .isi_text .part_one {
    border: none;
    margin: 0;
    padding: 0;
    width: 72.3%;
  }

  .isi .isi_more span,
  .isi .isi_less span {
    display: block;
    position: absolute;
    top: 1px;
  }

  .isi_tray {
   height: 148px;
  }

  .isi_tray .isi_less,
  .isi_tray .isi_more {
    top: 4px;
    right: -1px;
    width: 100px;
    height: 40px;
}

  .isi .container .wrapper .part_two h2.what-is-tivdak {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
  }

  body .isi > .container > .wrapper .isi_text .part_two {
    height: 100%;
}
}
