.charity-nav {
	color: white;
	font-size: 0.8em;
	margin-bottom: 1em;
	float: right;
}

.charity-nav .link {
	float: left;
	color: white;
	padding: 0.5em;
	display: block;
	border-right: 1px solid #eee;
	background-color: #ffb547;
}

.charity-nav a:hover {
	color: black;
	background-color: white;
}

.charity-head {
	width: 100%;
	height: 19em;
	position: relative;
	overflow: hidden;
}

.charity-head .image {
	position: absolute;
	z-index: 100;
}

.charity-head .title {
	background-color: orange;
	color: white;
	font-size: 2.5em;
	padding: 2%;
	width: 40%;
	float: right;
	margin-right: 4%;
	margin-top: 4%;
	position: relative;
	z-index: 1000;
}

.charity-head .sub {
	font-weight: lighter;
	font-size: 0.5em;
	margin-top: 0.5em;
}

.charity-head .sub a {
	font-size: 0.8em;
}

.charity-column {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 1.7em;
	position: relative;
	font-weight: lighter;
}

.charity-column h2 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

.charity-column p {
	margin-bottom: 1em;
	padding-left: 10%;
	padding-right: 10%;
}

.charity-column img {
	max-width: 100%;
	height: auto;
}

.charity-column .image {
	width: 35%;
	float: left;
	margin: 1.2em;
}

.charity-pftp-bar {
	width: 100%;
	background-color: orange;
	position: relative;
	overflow: hidden;
}

.charity-pftp-bar h2 {
	margin-left: 2em;
	margin-top: 1em;
	color: white;
	font-weight: normal;
	font-size: 1.7em;
}

.charity-pftp-bar ul {
	list-style: none;
	margin: 2em;
	overflow: hidden;
	font-weight: lighter;
	color: white;
	font-size: 1.1em;
}

.charity-pftp-bar ul .img {
	width: 30%;
	float: left;
	height: 10em;
	margin-right: 2em;
	margin-bottom: 0.5em;
}

.charity-pftp-bar ul .img img {
	width: 100%;
	height: auto;
}

.charity-pftp-bar ul li {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	padding-right: 2%;
	padding-bottom: 1em;
}

.charity-pftp-bar .controls {
	text-align: center;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: lighter;
	font-size: 0.8em;	
}

.charity-pftp-bar .controls a {
	color: white;
}