#accordion-container {
	border: 0px dotted #F0F;
	margin-top: 20px;
	padding-bottom: 50px;
	border-top: 0px solid #e0e0e0;
}

.accordion-header {
	font-size: 16px;
	font-style:italic;
	margin: 4px 0 4px 0;
	cursor: pointer;
	padding: 20px;
	
}

.active-header {
	background: url(images/accordian-icon-minus.png);
	background-repeat: no-repeat;
	background-position: right 50px center;
	color: #2a2c2e;
}

.active-header:hover {
	background: url(images/accordian-icon-minus.png);
	background-repeat: no-repeat;
	background-position: right 50px center;
	color: #004b8e;
}

.inactive-header {
	background: url(images/accordian-icon-plus.png);
	background-repeat: no-repeat;
	background-position: right 50px center;
	color: #2a2c2e;
}


.inactive-header:hover {
	background: url(images/accordian-icon-plus.png);
	background-repeat: no-repeat;
	background-position: right 50px center;
	color: #004b8e;
}

.accordion-content {
	display: none;
	padding: 0px 20px 20px 20px;
	background: none;
	border: 0px dotted green;
	border-top: 0;
	width: 100% !important; /* added to work with foundation grid */
}

.accordion-content p {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
}

.accordian-single-item {
	position: relative;
	padding: 0px;
	border: 1px solid #efefef;	
	margin-bottom: 40px;
}


/*
.div-t {
	display: table;
	width: 100%;
}
*/
.name-title-wrapper {
	vertical-align: bottom;
	border: 0px dotted red;	
}

.team-member-bio-wrapper p {
	padding: .7em 0px;
}