/**************************************************
 * Causes List Group Styles
 **************************************************/
ul.pick-your-cause {
	margin: 0 0 20px;
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
}
ul.pick-your-cause li {
	margin: 0 20px 0 0;
	list-style: none;
	width: 460px;
	content: "";
	float: left;
}
ul.pick-your-cause li:nth-child(2n+2) {
	margin-right: 0;
}
ul.pick-your-cause li a {
	/* font-family: 'museo-slab', Georgia, serif; */
	font-family: 'gotham-medium', sans-serif;
	padding: 30px 0 30px 120px;
	text-transform: uppercase;
	border: 2px solid #fff;
	position: relative;
	line-height: 40px;
	font-size: 24px;
	display: block;
	color: #222222;

	transition: border-color 0.2s ease;
}
ul.pick-your-cause li a:hover {
	border-color: #eee;
	color: #444;
}
ul.pick-your-cause li a span.cause-icon {
	background-position: bottom left;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	height: 80px;
	width: 80px;
	left: 10px;
	top: 10px;
}
ul.pick-your-cause li a:hover span.cause-icon {
	background-position: top left;
}