.block-wpi-experts {
  /*display: grid;*/
  /*grid-template-columns: auto minmax(0px, 833px) auto;*/
  display: flex;
  flex-direction: column;
}

@media print,screen and (min-width: 40em) {
  .block-wpi-experts {
    /*grid-template-columns: auto minmax(auto, 1000px) auto;*/
  }
}

.block-wpi-experts > h2 {
  margin-bottom: 0;
}

.wpi-experts-db--container {
  display: flex;
  flex-direction: column;
  background-color: var(--gray-1);
  padding: 0 1.5rem 0rem;
  margin: 2rem auto;
  grid-column-start: 2;
  width: 100%;
}

.trending-topics {
  margin: 0 0 2rem 0;
  text-align: center;
}

.trending-topics__label {
  font-weight: bold;
  margin-right: 5px;
  display: inline;
}

.trending-topics__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}

.trending-topics__list li::before {
  display: none !important;
}

.trending-topics__item {
  line-height: 125%;
}
.trending-topics__item:first-child {
  padding-left: 0;
}
.trending-topics__item:not(:first-of-type)::before {
  content: '|';
}

.fire-icon {
  width: 24px;
  height: 25px;
  display: inline-block;
  margin-bottom: -5px;
}

.trending-topics__link {
  line-height: 155%;
  color: var(--brand-red);
}

.trending-topics__link:hover,
.trending-topics__link:focus,
.trending-topics__link:active {
  color: var(--dark-red);
}

.wpi-experts-db--container .btn--primary-filled {
  max-width: 260px;
  margin: 0 auto 15px auto;
}

.wpi-experts-form .form-type--textfield {
  position: relative;
  font-weight: 400;
  margin-left: 30px;
}
.wpi-experts-form .form-text {
  border: 2px solid #606365;
  box-shadow: inset 0 1px 2px rgba(31, 35, 39, 0.5);
  padding: 6px !important;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpi-experts-form .form-type--textfield::before {
  display: block;
  content: '';
  position: absolute;
  left: -30px;
  top: 12px;
  background-image: url(/themes/wpi/dist/images/icons/search.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.wpi-experts-form .form-submit {
  background-color: #fff;
  color: #34383b;
  border: 2px solid #8c8e90;
  padding-left: 18px;
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 0.857em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  height: 42px;
  font-size: 11px;
  margin-left: 15px;
}

.wpi-experts-db--container #edit-name {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #1f2327;
  border: 2px solid #606365;
  box-shadow: inset 0 1px 2px rgba(31, 35, 39, 0.5);
}

.wpi-experts-form--page {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray-1);
  padding: 40px 0;
}
#views-exposed-form-faculty-profiles-all-experts-per-term-block {
  background: none;
}
#views-exposed-form-faculty-profiles-facultyprofiles-page-all-experts {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  align-items: end;
  margin: 0 auto 15px auto;
  background: var(--gray-2);
  padding: 25px;
}

#views-exposed-form-faculty-profiles-facultyprofiles-page-all-experts .visually-hidden {
  position: relative !important;
  overflow: unset;
}
