.inner {
	width: 65%;
	margin: 0 auto;
}
.BackButton {
	width: auto;
	padding: 1rem;
	display: inline-block;
	background: #ccc;
	color: #000;
	border-radius: .5rem;
	outline: 2px solid #223769;
	border: 1px solid #fff;
	font-size: 1rem;
}
.BackButton:hover {
    background: #bda781;
}
.team_member p {
	margin: 0;
}
#team .team_member .profile {
	padding: 20px 30px 20px 180px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 160px;
	min-height: 220px;
}
#team .team_member:nth-last-child(1) .profile {
	padding: 20px 30px 20px 0px ;
}

#news .news_article .article {
	padding-left: 160px;
	position: relative;
	height: 160px;
}

#news .news_article .article .news_img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 140px;
	margin: 10px 0;
}
iframe {
	width: 100%;
}
table tr:first-child {
	background-color: #143668;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table tr:nth-child(2n+1) {
	background: #ffffff none repeat scroll 0 0;
	color: #143668;
}

.flex div.column .single-charity, .flex div.column .blurb-photo {
	text-align: left;
}
.flex div.column .blurb-photo img {
    width:100%;
}
.flex > div.thirds {
	width: 30%;
}
.flex > div.two-thirds {
	width: 70%;
	text-align: left;
	padding: 0 2rem;
	box-sizing: border-box;
}
.inner li { 	list-style: disc; 	list-style-position: inside; }
@media (max-width:655.9px) {
#team .team_member .profile {
	background-position: center top;
	padding: 225px 0 20px 0;
	text-align: center;
	min-height: auto;
}
#team .team_member:nth-last-child(1) .profile {
	padding: 0;
}
.flex > div.thirds {
	width: 100%;
}
.flex > div.two-thirds {
	width: 100%; 
	padding: 0; 
}
#news .news_article .article {
    height:auto;
    padding-left: 0; 
text-align: center;
}
#news .news_article .article .news_img {
    position:relative;
    margin:0 auto;
}
.inner {
    width:100%;
}

}