.jp-collapse-comp-parent {
  padding-bottom: 60px;
}
.jp-collapse-flex-container{
  display: flex;
  align-items: stretch;
}
.jp-collapse-flex-container > div {
  margin-right: 10px;
  text-align: center;
}
.jp-collapse-comp-heading {
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #28262c;
}
.jp-collapse-line {
  flex-grow: 1;
  position: relative;
  top: 16px;
}
.jp-collapse-separator-heading {
  background-color: #ddd;
  height: 1px;
}
.jp-collapse-position-relative{
  position: relative;
}
.jp-collapse-accordian-arrow{
  position: absolute;
  border-width: 0;
  top: 2px;
}
.jp-collapse-arrow-up {
  background:url('../img/arrow-up.jpg');
  height: 24px;
  width: 24px;
}
.jp-collapse-arrow-down {
  background:url('../img/arrow-down.jpg');
  height: 24px;
  width: 24px;
}
.jp-collapse-child-title {
  font-family: "Montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  color: #2a3c4d;

  padding-top: 32px;
  outline: none;
}
.jp-collapse-child-content {
  font-family: "Montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.3px;
  color: #435b73;

  padding-top: 16px;

  outline: none;
}

.jp-collapse-outline{
  outline: none;
}

.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}