html {
	background-color: #fff;
}
/*
@media (max-width: 600px) {
	.img__fullw {
		padding-bottom: 25vh;
	}
}
*/
@media (max-width: 767px) {
	.site-nav__drop > a {
		display: none;
	}
}
@media (max-width: 959px) {
	img.under960 {
		display: none;
	}
	.fix.gi-hero-meta {
		transform: translate(0,0);
		left: 0;
		position: static;
		background: url(/img/gi-hero-top.jpg);
		background-size: cover;
	}
	.gi-navItem div {
		width: 80%;
	}
}
@media (max-width: 959px) {
	.img__fullw {
		overflow: visible;
	}
	.slider--bg {
		height: initial;
	}
}
.get-involved .gi-nav-item {
	text-align: center;
}
.get-involved .gi-nav-item img {
	margin: auto;
}
a.twitter-share--disabled,a.twitter-share--disabled:hover {
	color: currentColor;
	font-style: normal;
	cursor: text;
	text-decoration: none;
}
.hero--home figure {
	position: relative;
}
.hero--home .img__cred--pinned {
	top: auto;
	bottom: 0;
}
.img__bgfullw--16x9 {
	height: 150vw;
}
@media (min-width: 768px) {
	.img__bgfullw--16x9 {
		height: 56.25vw;
	}
}
.scroll-blur-bg {
	margin: 0; /* override margin if usign figure element */
}
.chap__hero {
	height: initial;
}
#txtDateTo,#txtDateFrom {
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	.tracker-bar {
		font-size: .75em;
	}

	#txtDateTo,#txtDateFrom {
		padding: .7em .125em;
		width: 90px;
	}
}
.commitment__count {
	display: none;
}
.shareThis {
	padding-top: 0;
}