.blockquote .quote {
	border-left: 3px solid #ccc;
	padding-left: 10px;
}
.blockquote .quote:before {
	content: open-quote;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 5px;
}
.blockquote .quote:after {
	content: close-quote;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 8px;
}
.quote {
	border-left: 3px solid #ccc;
	padding-left: 10px;
}
.quote:before {
	content: open-quote;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 5px;
}
.quote:after {
	content: close-quote;
	font-size: 30px;
	line-height: 0;
	position: relative;
	top: 8px;
}
.float-left{
	float:left;
	margin-right: 12px;
	margin-bottom:20px;
}

.float-right{
	float:right;
	margin-left:12px;
	margin-bottom: 20px;
}
.clear-both{
	clear:both;
}
.board-member {
    width: 27%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    padding: 0 1.5%;
    margin: 10px 1.5%;
}
.board-member h2{
	text-align: center;
}
.board-member img {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
    display: block;
    background: #fff;
}
@media (max-width:768px){
	#page .board-member{
		width: 42%;
		padding: 0 1.8%;
		margin: 10px 1.8%;
	}
}
@media (max-width: 400px){
	#page .board-member{
		width: 90%;
		padding: 0 2.5%;
		margin: 10px 2.5%;
	}
}
.seminar-content{
	display:inline-block;
	margin-left: 10px;
}
.pathways-cover {
  margin: 0 30px 5px 0;
}