.causes-home__tags-wrap {
	text-align: right;
	padding: 1em 0;
}

.causes-home__list {
	list-style-type: none;
}

.causes-home__cause {
	position: relative;
	float: left;
	width: 30%;
	margin-bottom:3.2em;
	margin-left: 5%;
	min-height: 300px;
	
	background-color: white;
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.04);
	transition:all 0.2s;
}
.causes-home__cause:nth-child(3n-2) {
	clear: left;
	margin-left: 0;
}

.causes-home__cause-link {
	color:#757575;
	display: block;
	text-decoration: none;
}
.causes-home__cause:hover {
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.3);
}
.causes-home__cause-link:visited {
	color:#757575;
}

.causes-home__cause-info {
	position: relative;
	
	padding:1em;
}

.causes-home__cause-name {
	font-size:100%;
	color:#333;
	margin-bottom:.5em;
}

.cause-enddate {
	text-transform:uppercase;
	display:block;
	font-size:80%;
	margin-bottom:.5em;
}

.causes-home__cause-amount {
	display: block;
	font-size: 90%;
	margin-bottom: .5em;
}

.causes-home__cause-summary {
	font-size: 90%;
	margin-bottom: .5em;
}


.causes-home__cause__calculated .causes-home__cause-bottom {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
}

.causes-home__cause-add-link:before {
	content:"add";
	
	text-indent:0;
	
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

.causes-home__cause-add-link {
	text-decoration:none;
	text-align:center;
	color:white;
	top:5%;
	left:5%;
	display:block;
	width:90%;
	height:90%;
	background-color:#4F6DB3;
	position:absolute;
	box-sizing:border-box;
	padding-top:7em;
}

.causes-home__cause-edit {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	
	color: white;
	text-decoration: none;
	text-shadow: 0 0.125em 6px rgba(0, 0, 0, 1);
}

.causes-home__cause-image {
	display: block;
	width: 100%;
	height: auto;
}

/*
.causes-home__cause-progress {
	background-color: #ddddde;
	border: 1px solid #ddddde;
}

.causes-home__cause-progress-inner {
	overflow: hidden;
}

.causes-home__cause-progress-value {
	background-color: #08f;
	box-sizing: border-box;
	padding: 0.25em;
	text-align: right;
}
*/

.causes-home__cause-progress-bar {
	background-color: #ddddde;
	margin-bottom: 0.5em;
}

.causes-home__cause-progress-value {
	background-color: #08f;
	height: 1em;
}

.causes-home__cause-progress-item {
	display: inline-block;
	font-size: 80%;
	vertical-align: top;
}
.causes-home__cause-progress-item + .causes-home__cause-progress-item {
	margin-left: 0.5em;
}

.causes-home__cause-buttons {
	text-align: center;
}

.causes-home__cause-buttons .generic__link-button {
	width: 48%;
}

@media all and (max-width: 767px) {
	.causes-home__cause {
		width: 45%;
		margin-left: 10%;
	}
	.causes-home__cause:nth-child(3n-2) {
		clear: none;
		margin-left: 10%;
	}
	.causes-home__cause:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}
}

@media all and (max-width: 499px) {
	.causes-home__cause-add-link {
		position:static;
		min-height:100px;
		padding-top:1.5em;
		height:100%;
		width:100%;
		
	}

	.causes-home__cause-add-link:before {
	}

	.causes-home__cause__add {
		padding:1em;
		box-sizing:border-box;
		background-color:transparent;
		box-shadow:none;
	}
	
	.causes-home__cause {
		width: 100%;
		margin-left: 0;
	}
	.causes-home__cause:nth-child(3n-2) {
		margin-left: 0;
	}
	.causes-home__cause:nth-child(odd) {
		margin-left: 0;
	}
}
