.destination-type .entity-logo {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 25px;
}
.progress-bar {
	position: relative;
	width: 620px;
}
.progress-bar .earned, .progress-bar .goal {
	height: 94px;
	border-right: 2px solid #ddd;
}
.progress-bar .earned {
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #f9f9f9;
	z-index: 1;
}
.progress-bar .goal {
	width: 100%;
	height: 94px;
	position: absolute;
	top: 0;
}
.progress-bar .bar {
	height: 10px;
	width: 100%;
	background-color: #89cb97;
}
.progress-bar .bar.zero {
	background-color: #ddd;
}
.progress-bar p {
	margin: 0;
	position: absolute;
	right: 10px;
	white-space: nowrap;
}
.progress-bar p.amount {
	font-family: "museo-slab","Georgia",serif;
	font-size: 30px;
	font-weight: 900;
	color: #444;
	top: 20px;
}
.progress-bar .earned p.amount {
	
}
.progress-bar .goal p.amount {
	color: #ccc;
}
.progress-bar p.subtitle {
	color: #aaa;
	top: 50px;
}
.progress-bar span.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ddd;
}
.progress-bar span.dot.dot-earned {
	float: left;
	margin-top: 42px;
	margin-left: -6px;
	position: relative;
	z-index: 2;
}
.progress-bar .goal span.dot {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -6px;
}
.charity-impact-banner {
	width: 620px;
	height: 230px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.charity-impact-banner .color-overlay {
	position: absolute;
	width: 310px;
	left: -55px;
	bottom: 0;
	top: 0;

	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	transform: skewX(25deg);
}
.charity-impact-banner .color-overlay .banner-inner {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;

	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.charity-impact-banner .color-overlay p {
	position: absolute;
	line-height: 1;
	color: #fff;
	margin: 0;
	top: 0;
}
.charity-impact-banner .color-overlay p.donation-amount {
	font-family: "museo-slab", Georgia, serif;
	font-weight: 900;
	font-size: 60px;
	left: 90px;
	top: 30px;
}
.charity-impact-banner .color-overlay div.impact-divider {
	background-color: #fff;
	position: absolute;
	width: 40px;
	height: 6px;
	left: 90px;
	top: 110px;
}
.charity-impact-banner .color-overlay p.copy {
	line-height: 1.2;
	font-size: 18px;
	width: 220px;
	left: 90px;
	top: 135px;
}

#experiences .review .excerpt .point {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #f9f9f9 transparent;
	position: absolute;
	left: 16px;
	top: -10px;
}
#impact h2 {
	font-size: 24px;
	margin: 24px 0;
	font-weight: 900;
	text-transform: uppercase;
}
#impact .impact-list, #facts .facts-list {
	margin: 15px 0 0;
	width: 100%;
	float: left;
	padding: 0;
	color: #afaeaf;
}
#impact .impact-list li, #facts .facts-list li {
	list-style: none;
	float: left;
	width: 292px;
	min-height: 87px;
	border: 4px solid #eee;
	margin: 0 20px 20px 0;
	font-family: "proxima-nova",Verdana,Tahoma,sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}
#impact .impact-list li:nth-child(even), #facts .facts-list li:nth-child(even) {
	margin-right: 0;
}
#impact .impact-list strong, #facts .facts-list strong {
font-family: 'gotham_htflight';
    font-weight: 500;
    font-size: 50px;
}
#places .map {
	height: 300px;
}
#places h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
}
#places .places-list {
	margin: 0;
	padding: 0;
}
#places .places-list li {
	list-style: none;
	width: 286px;
	border: 2px solid transparent;
	padding: 10px;
	float: left;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	height: 18px;
}
#places .places-list li:hover, #places .places-list li.active {
	border-color: #eee;
}
#places .places-list li span.icon {
	width: 15px;
	height: 17px;
	background-image: url('../../images/icon-marker-small.png');
	float: left;
	margin-right: 10px;
}
#places .places-list li.active span.icon {
	background-image: url('../../images/icon-marker-small-active.png');
}

/* VIDEOS */
#videos iframe {
	float: left;
}
ul.videos {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
ul.videos li {
	list-style: none;
	float: left;
	width: 147px;
	margin: 0 10px 10px 0;
}
ul.videos li:nth-child(4n+0) {
	margin-right: 0;
}
ul.videos li a img {
	border: 2px solid transparent;
}
ul.videos li a.selected img {
	border-color: #34B8BC;
}
ul.videos li a p.title {
	margin: 0;
}
/* end VIDEOS */

.countdown-timer {
	position: relative;
	width: 100%;
	height: 165px;
	margin-bottom: 30px;
}
.countdown-timer .icon-timer {
	position: absolute;
	width: 26px;
	height: 30px;
	background-position: -303px -121px;
	left: 30px;
}
.countdown-timer > div {
	position: absolute;
	top: 50%;
	margin-top: -83px;
	left: 50%;
	margin-left: -82px;
}
.countdown-timer p {
	font-family: "museo-slab", Georgia, serif;
	font-weight: 900;
	margin: 0;
	line-height: 1;
}
.countdown-timer div p.unit {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
}
.countdown-timer .seconds {
	width: 140px;
	height: 140px;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -70px;
}
.countdown-timer .seconds p {
	font-size: 60px;
	line-height: 1;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -30px;
}
.countdown-timer .seconds p.unit {
	margin-top: 27px;
}
.countdown-timer .minutes p, .countdown-timer .hours p, .countdown-timer .days p {
	width: 30px;
	text-align: center;
	position: absolute;
}
.countdown-timer .days p {
	left: 155px;
	top: 0;
}
.countdown-timer .days p.unit {
	top: 16px;
}
.countdown-timer .hours p {
	left: 155px;
	top: 130px;
}
.countdown-timer .hours p.unit {
	top: 146px;
}
.countdown-timer .minutes p {
	left: -20px;
	top: 130px;
}
.countdown-timer .minutes p.unit {
	top: 146px;
}
.kind-people-list {
	padding: 20px;
}
.kind-people-list h3 {
	margin: 0 0 20px 0;
	text-align: center;
}
.kind-people-list .user-list {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.kind-people-list .user-list li {
	float: left;
	list-style: none;
	margin: 0 1px 1px 0;
	height: 50px;
}
.kind-people-list .user-list li:nth-child(5n+0) {
	margin-right: 0;
}
/* PROJECTS */
#projects .project {
	display: inline-block;
	margin-top: 15px;
}
#projects .project img {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#projects .project .copy {
	float: left;
	width: 290px;
}
#projects .project .copy p.title {
	margin: 0;
	font-size: 24px;
	color: #89CB97;
	font-family: inherit;
	text-align: left;
}
#projects .project .copy p.dates {
	margin: 10px 0;
}
#projects .project .copy div.info {
	line-height: 1.2;
	text-align: left;
}
/* end PROJECTS */
.facts-list > li {
    padding-bottom: 15px;
}
.eqh{
	display: table-cell;
	font-size: 15px;
	height: 75px;
	text-align: center;
	vertical-align: middle;
	width: 292px;
}