.teaser__teaser-type,.no-image .teaser__teaser-type  {
  border-radius: 0 0 8px 8px;
  width: 50px;
  height: 50px; 
}

.teaser__teaser-type-icon {
  fill: white;
}

.teaser__label > * {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.teaser .teaser__badge:first-child {
  padding-left: 0;
}

.teaser .teaser__badge:first-child.badge-default, .teaser .teaser__badge:first-child.badge-primary, .teaser .teaser__badge:first-child.badge-secondary, .teaser .teaser__badge:first-child.badge-accent, .teaser .teaser__badge:first-child.badge-success, .teaser .teaser__badge:first-child.badge-info, .teaser .teaser__badge:first-child.badge-warning, .teaser .teaser__badge:first-child.badge-danger, .teaser .teaser__badge:first-child.badge-active {
  padding-left: 1em;
}

.group--teaser .card__actionbar .teaser__badge {
	padding-left: 5px !important;
  border: 1px solid #d1d3d4;
  background: #fff;
  font-weight: 600;
  color: #333;
}

.teaser .badge__label {
  color: #4d4d4d;
}

@media (min-width: 600px) {
	
  .promo.card.teaser-resource .teaser__image, .promo.card.teaser-case-study .teaser__image {
	border-top-right-radius: inherit;
  }	  
  .teaser__image {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background: #e6e6e6;
  }
  .teaser__teaser-type {
    border-radius: 0 0 10px 0;
  }
  
  .teaser:not(.teaser--tile) .teaser__body {
	  max-width: none;
	  flex: auto;
  }
  
  
}


@media (max-width: 599px) {
  .teaser__image {
    display: none;
  }
  
  .promo .teaser__image {
	  display: block;
  }
  
  .teaser--small {
	height: 120px !important;
    padding-top: 10px !important;  
  }
  
  .teaser--small .teaser--small__media {
    display: none;
  }
  
  .teaser--small__details {
	padding-top: 10px !important;
  }
  
  .card__text .teaser--small__title {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  
}

.teaser--small .teaser--small__media img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
}

.teaser__published-date {
	font-weight: 500;
}

.teaser__tag {
	margin-bottom: 10px;
	display: flex;
}

.teaser-country .teaser__tag {
	display: block;
}

.teaser__tag img{
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 5px;
}

.teaser__tag .teaser__bundle, .teaser__tag a {
	font-weight: 600;
	color: #686868;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.teaser--small__title {
	color: #303030;
	font-weight:600;
}

.teaser .teaser__title {
	color: #303030;
}

.teaser--stream .teaser__title {
	font-size: 1.1rem;
}

.teaser--small .list-item__text--small * {
	display:inline-block;
}

.teaser--small__meta , .teaser--small .teaser--small__meta a {
	font-weight: 500;
    color: #303030;
}

.group-content-url {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 1000;	
	
}

.group--teaser .fa-bookmark.badge__icon{
	font-weight: 500;
	color: #4d4d4d;
	font-size: 12px;
}

.teaser-topic .opportunity_type {
	padding: 0 !important;
}

.teaser-topic .opportunity_type .badge__label {
	
	font-size: 14px;
	margin-left: 7px;
}

.teaser-topic .fa-bookmark.badge__icon {
	font-weight: 500;
	color: #4d4d4d;
	font-size: 12px;
}

#block-views-block-custom-communities-block-1 .more-link a{
  text-decoration-color: #00aeef !important;
  font-size: 18px !important;
  float: right !important;
}

#block-views-block-custom-communities-block-1 .card__text {
	justify-content: left !important;
}

.teaser--small .teaser--small__title {
  font-size: 0.875rem !important;
}

.teaser__content-line {
	font-size: 0.8rem;
	color: #575757;
}

.past .teaser-event {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}