.volunteers__grid--listing {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr) );
}
@media only screen and (max-width: 899px) {
	.volunteers__grid--listing {
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr) );
	}
}
@media only screen and (min-width: 1070px) {
	.volunteers__grid--listing {
		grid-template-columns: repeat(auto-fill, minmax(480px, 1fr) );
	}
}
@media only screen and (max-width: 500px) {
	.volunteers__grid--listing {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr) );
	}
}
@media only screen and (max-width: 767px) {
	.cPeopleTitle.cPeopleTitle_responsive.people__title--volunteers-wanted {
		line-height: 1.4;
	}
}
@media only screen and (max-width: 767px) {
	.cPeopleDescription.cPullUpwards.people__description--volunteers-wanted {
		line-height: 1.5em;
	}
}      
.volunteers__card {
 	min-height: 200px;
 	position: relative;  
}

.volunteers__header-image {
	max-width: 100%;
	overflow: hidden;
	background-size: cover;
	height: 230px;
}
@media only screen and (min-width: 1070px) {
	.volunteers__header-image {
 	min-height: 380px; 
  }
}
.volunteers__card .volunteers__header-image .volunteers__eab-emblem {
	position: absolute;
	top: 15px;
	width: 80px;
	height: 80px
}
@media only screen and (min-width: 1070px) {
  .volunteers__card .volunteers__header-image .volunteers__eab-emblem {
	top: 35px;
  }
}

html[dir="ltr"] .volunteers__card .volunteers__header-image .volunteers__eab-emblem {
	left: 10px;
}
@media only screen and (min-width: 1070px) {
  html[dir="ltr"] .volunteers__card .volunteers__header-image .volunteers__eab-emblem {
	left: 32px;
  }
}
html[dir="rtl"] .volunteers__card .volunteers__header-image .volunteers__eab-emblem {
	right: 10px;
}
.volunteers__card .volunteers__header-image .volunteers__title, .volunteers__card .volunteers__header-image p {
 	position: absolute;
	color: #fff;
}
html[dir="ltr"] .volunteers__card .volunteers__header-image .volunteers__title, html[dir="ltr"] .volunteers__card .volunteers__header-image p {
	left: 105px;
 }
@media only screen and (min-width: 1070px) {
	html[dir="ltr"] .volunteers__card .volunteers__header-image .volunteers__title, html[dir="ltr"] .volunteers__card .volunteers__header-image p {
		left: 125px;
	}
}
@media only screen and (max-width: 679px) {
	html[dir="ltr"] .volunteers__card .volunteers__header-image .volunteers__title, html[dir="ltr"] .volunteers__card .volunteers__header-image p {
		left: 40px;
	}
}
html[dir="rtl"] .volunteers__card .volunteers__header-image .volunteers__title, html[dir="rtl"] .volunteers__card .volunteers__header-image p {
	right: 105px;
}
.volunteers__card .volunteers__header-image p {
 	top: 45px;
 }
.volunteers__card .volunteers__header-image .volunteers__title {
 	top: 40px;
 	font-size: 24px;
 	max-width: calc(100% - 120px);
 	display: inline-block;
 }
@media only screen and (min-width: 1070px) {
	.volunteers__card .volunteers__header-image .volunteers__title {
 		top: 60px;
		font-size: 30px;
  }
}
 html[dir="ltr"] .volunteers__card .cClubCard_info {
 	margin-left: 105px;
 	margin-top: 7px;
 }
 html[dir="rtl"] .volunteers__card .cClubCard_info {
 	margin-right: 105px;
 	margin-top: 7px;
 }
.volunteers__card .cClubCard_memberList {
	white-space: nowrap;
	overflow: hidden;
}
.volunteers__card .ipsBadge.ipsBadge_small {
	margin-top: -5px;
	vertical-align: middle;
}
.volunteers__eab-emblem {
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    line-height: 1px;
    position: relative;
    margin: 2px;
    border-radius: 150px;
}
@media only screen and (max-width: 679px) {
	.volunteers__eab-emblem {
		display:none;
	}
}
.volunteers__icon {
    border: 2px solid #fff;
}
.volunteers__title__bartext {
    padding: 3px 10px;
    display: inline-block;
    background: rgba(0,0,0,0.6);
    line-height: 1;
    font-weight: 300;
}