.iov-occupations-search_box {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.iov-occupations-search_result {
  margin-bottom: 3rem;
}

.iov-occupations-search_result a {
  color: #692859 !important;
}

.iov-occupations-search_result a:hover {
  text-decoration: underline;
}

.iov-occupations-search_input {
  max-width: 35.3125rem;
  width: 100%;
}

.iov-occupations-search_input h2.subheading {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.0225rem;
  color: #262626;
  margin-bottom: 1.8125rem;
  margin-top: 0;
}

.iov-occupations-sortButtons {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  max-width: 50.625rem;
}

.iov-occupations-search_input input {
  height: 3rem;
  background-color: #f8f4f8;
  background-image: url("/webdav/files/System/svg/search-purple.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0.625rem;
  padding-left: 2.75rem;
  border: 0.0625rem solid #a57e9b;
  color: #692859;
}

.iov-occupations-search_input input:focus {
  background-color: #fff;
}

.iov-occupations-search_input input::placeholder,
.iov-occupations-search_input input::placeholder::-ms-input-placeholder {
  color: #692859;
}

button.iov-occupations-search_button {
  background-color: #692859;
  border-color: #692859;
  font-size: 1.125rem;
  line-height: 1.28;
  padding: 0.6875rem 1.5rem 0.75rem;
  color: #fff;
}

button.iov-occupations-search_button:hover {
  background-color: #5a235a;
  border-color: #5a235a;
}

button.iov-occupations-search_button:active {
  background-color: #3d1b3d;
  border-color: #3d1b3d;
}

button:disabled.iov-occupations-search_button,
button:disabled.iov-occupations-search_button:hover {
  background-color: #a57e9b;
  color: #fff;
  border-color: #a57e9b;
}

.iov-occupations-sort-box {
  border-color: #a57e9b;
  border-radius: 0.25rem;
  border: solid 0.0625rem #e8dfe6;
  background-color: #f8f4f8;
  width: 100%;
  margin-bottom: 1rem;
}

.function--onlymobile div.iov-occupations-sortButtons:hover {
  background-color: #e8dfe6;
}

.iov-occupations-sort p {
  font-size: 1.125rem;
  line-height: 1.33;
}

.iov-occupations-sortButtons a {
  color: #692859;
  font-size: 1.3125rem;
  font-weight: 600;
  padding: 0.5625rem 1rem;
  width: 100%;
  border-color: #692859;
}

.iov-occupations-sortButtons a svg {
  transform: rotate(90deg);
  width: 1.375rem;
  height: 1.3125rem;
  margin-top: 0.0625rem;
  fill: #692859;
}

.iov-occupations-sortButtons a .iov-occupations-arrow-down,
.iov-occupations-sortButtons a .iov-occupations-arrow-up {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}

.iov-occupations-sortButtons a .iov-occupations-arrow-up svg {
  transform: rotate(270deg);
}

.iov-occupations-sort-box--padding {
  border-left: solid 0.0625rem #692859;
  border-right: solid 0.0625rem #692859;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.iov-occupations-sort-box--padding div.iov-occupations-content:last-of-type {
  border-bottom: solid 0.0625rem #692859;
  position: relative;
}

.iov-occupations-sort-box--padding .iov-occupations-content {
  padding: 1rem;
}

.iov-occupations-expanded {
  background: #692859;
  color: #ffffff !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top: solid 0.0625rem #692859;
  border-left: solid 0.0625rem #692859;
  border-right: solid 0.0625rem #692859;
}

.iov-occupations-expanded svg,
.iov-occupations-allExpanded svg {
  fill: #ffffff !important;
}

.iov-occupations-sortButtons.iov-occupations-expanded:hover,
.iov-occupations-allExpanded:hover {
  background: #5a235a;
}

.iov-occupations-allExpanded {
  background: #692859;
  color: #ffffff !important;
  border-radius: 0.25rem;
  border: solid 0.0625rem #692859;
}

.iov-occupations hr.function--notmobile {
  height: 0.0625rem;
  background-color: #e7dce3;
  border: none;
}

.iov-occupations-column {
  margin-top: 2.2813rem;
  margin-bottom: 7.3125rem;
}

.iov-occupations-column ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8125rem;
  column-gap: 2.5625rem;
}

.iov-occupations-column li {
  border-bottom: 0.0625rem solid #e8dfe6;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.iov-occupations-column li a {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #692859 !important;
  border-bottom: none;
  padding: 0;
}

.iov-occupations-column li svg {
  vertical-align: middle;
  display: inline-block;
  min-width: 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  fill: currentColor;
  color: inherit;
  pointer-events: none;
  margin-bottom: 0.125rem;
}

.closeOccupationsSection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.9375rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.closeOccupationsSection:hover {
  background-color: #e8dfe6;
}
.closeOccupationsSection:focus {
  background-color: #e8dfe6;
  border: solid 1px #692859;
}

.closeOccupationsSection svg {
  transform: rotate(-90deg);
  width: 1.375rem;
  height: 1.3125rem;
  margin-top: 0.0625rem;
  fill: #692859;
}

@media (min-width: 768px) {
  .closeOccupationsSection {
    display: none;
  }

  .iov-occupations-sort-box--padding,
  .iov-occupations-sort-box--padding div.iov-occupations-content:last-of-type {
    border: none;
  }

  .iov-occupations-sortButtons a:active {
    background-color: #e8dfe6;
  }

  .iov-occupations-sortButtons a:hover {
    background: #f8f4f8;
  }

  .iov-occupations-sort-box {
    margin-bottom: 0;
    background-color: #ffffff;
    border: none;
  }

  .iov-occupations-search_input h2.subheading {
    font-size: 2.25rem;
  }

  .iov-occupations-sortButtons {
    margin-bottom: 4.5rem;
    justify-content: flex-start;
  }

  .iov-occupations-sortButtons a {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem 0.4375rem;
    width: auto;
  }

  .iov-occupations-column li a:hover {
    text-decoration: underline;
  }

  .iov-occupations-column ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .iov-occupations-column ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
