.fund-separator:before {
  content: "";
  width: 58px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
}
.aside .clear-search {
  white-space: nowrap;
}
.table-more-information td {
  padding: 5px 50px 5px 0;
}
@media (min-width: 576px) {
  .modal#exampleModalCenteredScrollable .modal-dialog {
    max-width: 1350px;
  }
}
.modal table.gifts th {
  background-color: lightgray;
  white-space: nowrap;
}
.modal table.gifts th,
.modal table.gifts td {
  border: 1px solid;
  padding: 5px;
}
.gifts-wrapper.limited-height {
  max-height: 430px;
  overflow: hidden;
  transition: max-height 0.4s;
}
.gifts-wrapper.full-height {
  max-height: 800px;
  overflow: auto;
}
.gifts-show-all {
  display: none;
  color: #006B54;
  text-decoration: underline;
  font-size: 90%;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
}
.gifts-show-all:hover {
  opacity: 0.8;
  color: #ffffff !important;
  background-color: #006B54 !important;
  border-color: #006B54 !important;
}
.modal-fund th.sortable {
  cursor: pointer;
}
.modal-fund th.sortable:hover {
  opacity: 0.8;
}
table.table #results-sort th {
  text-decoration: none;
  border: 1px solid lightgray;
  cursor: pointer;
}
table.table #results-sort th :hover {
  opacity: 0.85;
}
table.table #results-sort th > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}
table.table #results-sort th > div i {
  margin-left: 11px;
}
.search-form .keyword_type {
  margin-top: 5px;
  display: inline-block;
}
.search-form .keyword_type label {
  font-size: 17px;
  margin-right: 10px;
}
span.select2-selection.select2-selection--multiple {
  min-height: 50px;
  border: 1px solid #ccd9dc !important;
  border-radius: 0 !important;
}
input.select2-search__field[placeholder] {
  padding: 10px 0 0 5px !important;
}
body.page-template-search #instructions {
  margin-top: 3rem;
}
body.page-template-search #instructions p:not(.field) {
  margin: 0;
}
body.page-template-search #instructions ul {
  margin-bottom: 5px;
}
.select2-container--open .select2-dropdown {
  margin-top: 32px;
}
.select2-results__group.init:hover {
  cursor: pointer;
}
li.select2-results__option {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*# sourceMappingURL=style.css.map */