div.plan {
	text-align: left;
	line-height: 16px;
	max-width: 700px;
}

div.plan h2 {
	border: 0;
	background-color: #560c70;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	margin-bottom: 1em;
}

div.plan p {
	margin-bottom: 1em;
}

div.plan img {
	border: 5px solid #D5D5C6;
	margin-bottom: 5px;
}

div.plan ul {
	padding-left: 20px;
}

div.plan ul li {
	padding-bottom: 5px;
}

div.trustee-block {
	clear: left;
	margin-bottom: 20px;
}

div.trustee-block a {
	font-weight: normal;
}

div.trustee-block div.trustee-block-bio {
	background-color: #f3f3f3;
	display: none;
	width: 300px;
	height: auto;
}

div.trustee-block div.trustee-block-bio p {
	color: #c00;
	max-width: 300px;
}

a.show-bio {
	cursor: pointer;
}

.trustee-block {
	margin-bottom: 2em;
}

.trustee-block-info {
	padding-left: 140px;
}

img.trustee-photo {
	border: 1px solid #dfdfdf;
	float: left;
	border-radius: 50% !important;
	width: 120px;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 1em;
}

.impactDiagram {
	display: inline-block;
	background-color: #eee;
	margin-left: 20px;
	padding: 15px 25px;
	font-family: monospace;
	font-size: 18px;
}

.impactDiagram span {
	color: #4c2683;
	font-weight: bold;
}

.impactPage .impactLine {
	margin-top: 20px;
	text-align: justify;
}

.impactPage .impactLine:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.impactPageList {
	margin-top: 20px;
}

.impactPageList h4 {
	margin-bottom: 0px;
}

.impactPageList p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.impactPageList ul {
	margin-bottom: 25px;
}

.impactPageList li {
	color: #F36F21;
}

.impactPageList li span {
	color: #333;
}

@media (min-width: 540px) {	
	.trustee-gallery {
		display: flex;
		flex-wrap: wrap;
	}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {

	div.plan div.photos {
		float: right;
		margin-left: 15px;
	}
	
	.trustee-gallery .trustee-block {
		flex: 0 1 46%;
		margin-right: 2%;
	}

}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {

	.careersGrid {
		padding-top: 87px;
	}

	.careerList {
		display: none;
	}

	.careerTextLists p {
		max-width: 80%;
	}

	div.trustee {
		line-height: 22px;
	}
	
	img.trustee-photo {
    	width: 140px;
    	height: 140px;
    }

}
