/**
 * @file
 * Visual styles for Dark+'s node in teaser tile view.
 */
.node--view-mode-mt-teaser-tile {
  margin-bottom: 50px;
}
.node--view-mode-mt-teaser-tile .node__header {
  padding-bottom: 0;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image {
  margin-bottom: 20px;
}
.node--view-mode-mt-teaser-tile .field--entity-reference-target-type-taxonomy-term,
.node--view-mode-mt-teaser-tile .field--entity-reference-target-type-taxonomy-term.field__item {
  padding: 0;
}
.node--view-mode-mt-teaser-tile .field--entity-reference-target-type-taxonomy-term:before,
.node--view-mode-mt-teaser-tile .field--entity-reference-target-type-taxonomy-term.field__item:before {
  content: "";
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .field--entity-reference-target-type-taxonomy-term a {
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #696969;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .field--entity-reference-target-type-taxonomy-term .field__item:last-child {
  margin-left: 3px;
}
.node--view-mode-mt-teaser-tile.node--view-mode-mt-teaser-tile--image-circle .overlay-container,
.node--view-mode-mt-teaser-tile.node--view-mode-mt-teaser-tile--image-circle .teaser-tile-image img {
  border-radius: 100%;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .teaser-tile-image ~ .image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 0;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .image-caption .field__item {
  margin-bottom: 0;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container {
  position: relative;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .teaser-tile-image ~ .node__submitted-date {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.node--view-mode-mt-teaser-tile .teaser-tile-image-container .node__submitted-date {
  padding: 10px;
  text-align: center;
}
.node--view-mode-mt-teaser-tile .node__submitted-date .day {
  font-size: 35px;
  font-weight: 600;
  display: block;
  line-height: 1;
}
.node--view-mode-mt-teaser-tile .node__submitted-date .month-year {
  font-size: 14px;
  font-weight: 500;
}
.node--view-mode-mt-teaser-tile .teaser-tile-subtitle {
  line-height: 31px;
  font-weight: 500;
}
.region--default-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-default-contrast-value), 0.5);
}
.region--bright-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-bright-contrast-value), 0.5);
}
.region--pattern .teaser-tile-subtitle {
  color: rgba(var(--mt-color-pattern-contrast-value), 0.5);
}
.region--accent-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-accent-contrast-value), 0.5);
}
.region--tint-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-tint-contrast-value), 0.5);
}
.region--shade-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-shade-contrast-value), 0.5);
}
.region--colored-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-colored-contrast-value), 0.5);
}
.region--dark-colored-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-dark-colored-contrast-value), 0.5);
}
.region--dark-background .teaser-tile-subtitle {
  color: rgba(var(--mt-color-dark-contrast-value), 0.5);
}
.node--view-mode-mt-teaser-tile .teaser-tile-pre-content {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 500;
}
.node--view-mode-mt-teaser-tile .teaser-tile-pre-content-item {
  display: inline-block;
}
.node--view-mode-mt-teaser-tile .teaser-tile-pre-content-item:after {
  content: "/";
}
.node--view-mode-mt-teaser-tile .teaser-tile-pre-content-item:last-child:after {
  content: "";
}
.node--view-mode-mt-teaser-tile .teaser-tile-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.7;
}
.node--view-mode-mt-teaser-tile .teaser-tile-content .field--name-uid {
  text-transform: capitalize;
}
