[data-drupal-selector=views-exposed-form-profile-search-profiles-by-type] {
  display: flex;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

.teaser--profile__content {
  display: flex;
}
.teaser--profile__text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.teaser--profile__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.teaser--profile a {
  color: #1c75bb;
  text-decoration: none;
}
.teaser--profile a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .teaser--profile {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #dee0e1;
  }
  .teaser--profile__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .teaser--profile__image {
    flex: 1 0 30%;
    order: 1;
    padding-right: 18px;
  }
  .teaser--profile__text {
    flex: 0 1 100%;
    order: 2;
  }
  .teaser--profile .field--name-field-profile-contact-info {
    margin-top: 0.75rem;
  }
}
@media (min-width: 768px) {
  .teaser--profile {
    border: 1px solid #dee0e1;
    padding: 10px;
    height: 100%;
    position: relative;
  }
  .teaser--profile__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .teaser--profile__content {
    flex-direction: column-reverse;
  }
  .teaser--profile__image {
    margin-bottom: 12px;
  }
  .teaser--profile .field--name-field-profile-title {
    padding-bottom: 2.5rem;
  }
  .teaser--profile .field--name-field-profile-contact-info {
    position: absolute;
    bottom: 12px;
    left: 12px;
  }
}
/*# sourceMappingURL=node--profile--teaser.css.map */
