.jump-to-section {
  font-size: 1rem;
  position: relative;
}
.taxonomy-term.vocabulary-condition .jump-to-section,
.taxonomy-term.vocabulary-procedure .jump-to-section {
  float: right;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.jump-to-section .jump-to-section-button {
  padding: 0;
  display: block;
  background-color: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #14828c;
  font-weight: 400;
  z-index: 1;
}
.jump-to-section .jump-to-section-button::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  transform: translateY(25%);
  margin-left: 0.5rem;
  background-image: url("../../icon/svg/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.jump-to-section .jump-to-section-button:hover {
  text-decoration: underline;
}
.jump-to-section .jump-to-section-button.open::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #16a0ac;
  position: absolute;
  bottom: -11px;
}
.jump-to-section .jump-to-section-button.open::after {
  background-image: url("../../icon/svg/minimize.svg");
}
.jump-to-section .jump-to-section-button::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #16a0ac;
  position: absolute;
  bottom: -11px;
}
.jump-to-section .jump-to-section-button::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  transform: translateY(25%);
  margin-left: 0.5rem;
  background-image: url("../../icon/svg/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.jump-to-section .jump-to-section-button:hover {
  color: #052049;
  text-decoration: none;
  cursor: pointer;
}
.jump-to-section .jump-to-section-button:hover::before {
  content: "";
  background-color: #052049;
}
.jump-to-section .jump-to-section-button.open::after {
  background-image: url("../../icon/svg/minimize.svg");
}
.jump-to-section .jump-to-section-dropdown {
  width: 20rem;
  text-align: left;
  z-index: 1;
  position: absolute;
  background-color: #f8f8f9;
  top: calc(100% + 11px);
  right: 0;
}
.jump-to-section .jump-to-section-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 1.25rem;
}
.jump-to-section .jump-to-section-dropdown ul li {
  font-family: "Helvetica Neue Regular", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.jump-to-section .jump-to-section-dropdown ul li:last-child {
  margin-bottom: 0;
}
.jump-to-section .jump-to-section-dropdown ul a {
  text-decoration: none;
  color: #052049;
}
.jump-to-section .jump-to-section-dropdown ul a:hover {
  text-decoration: underline;
}
.jump-to-section.jump-to-list {
  width: 100%;
  text-align: left;
  z-index: 1;
  top: calc(100% + 11px);
  background-color: transparent;
}
.jump-to-section.jump-to-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 1.25rem;
}
.jump-to-section.jump-to-list ul li {
  font-family: "Helvetica Neue Regular", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.jump-to-section.jump-to-list ul li:last-child {
  margin-bottom: 0;
}
.jump-to-section.jump-to-list ul a {
  color: #14828c;
  text-decoration: none;
  border-bottom: 1px solid #7e92ae;
  padding-right: 0.313rem 0.625rem;
}
.jump-to-section.jump-to-list ul a:hover {
  background-color: #f8f8f9;
}
/*# sourceMappingURL=jump-to-section.css.map */
