.field--name-field-featured-items .field--label {
  width: 100%;
}
@media (min-width: 600px) {
  .field--name-field-featured-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .paragraph--section .field--name-field-featured-items {
    margin: 0;
  }
}
@media (min-width: 600px) {
  .field--name-field-featured-items .teaser--tile {
    flex: 0 0 49%;
    max-width: 49%;
    margin-left: 2%;
  }
  .field--name-field-featured-items .teaser--tile:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .field--name-field-featured-items .teaser--tile {
    flex: 0 0 32%;
    max-width: 32%;
    margin-left: 2%;
  }
  .field--name-field-featured-items .teaser--tile:nth-child(2n+1) {
    margin-left: 2%;
  }
  .field--name-field-featured-items .teaser--tile:nth-child(3n+1) {
    margin-left: 0;
  }
}

.teaser.teaser--tile {
  flex-direction: column;
  height: auto;
}
@media screen\0  {
  .teaser.teaser--tile {
    min-height: 320px;
  }
}
.teaser.teaser--tile .teaser__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teaser.teaser--tile .teaser__title {
  max-height: 63px;
  min-height: auto;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  padding-right: 0;
  color: #343434;
  font-weight: 400;
}
.teaser.teaser--tile .teaser__image {
  position: relative;
  flex: 0 0 auto;
  height: auto;
  display: block;
  background: transparent;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.teaser.teaser--tile .teaser__image .img_wrapper {
  display: block;
  height: 0;
  padding-bottom: 33.3%;
  border-radius: inherit;
}
.teaser.teaser--tile .teaser__image .no-feature-image {
  border: 0 none;
  border-bottom: 2px solid #777;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  margin: 0;
}
.teaser.teaser--tile .teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  border-radius: inherit;
}
.teaser.teaser--tile .teaser__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.teaser.teaser--tile .card__link {
  align-self: flex-end;
}
.teaser.teaser--tile .teaser__image a {
  display: block;
  border-radius: inherit;
}
.teaser.teaser--tile .teaser__teaser-type {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0 8px 0;
  left: 0;
}
.teaser.teaser--tile.no-image .teaser__teaser-type {
  background-color: transparent;
}

.teaser.teaser-profile {
  text-align: left;
}
.teaser.teaser-profile .teaser__image {
  flex: 0 0 65px;
  height: 65px;
  margin-bottom: 55px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}
.teaser.teaser-profile .teaser__image .teaser__teaser-type {
  display: none;
}
.teaser.teaser-profile .teaser__image img {
  width: 95px;
  height: 95px;
  top: 15px;
  left: 15px;
  margin-left: 0;
  border: 5px solid #fff;
  border-radius: 4px;
}
.teaser.teaser-profile .teaser__body .teaser__content {
  padding-top: 10px;
}
.teaser.teaser-profile .teaser__content-text {
  text-overflow: inherit;
  overflow-x: visible;
  white-space: normal;
}
.teaser.teaser-profile .teaser__content-text > span {
  display: block;
}

/*# sourceMappingURL=paragraph.featured.css.map */
