.page h3 {
	color: #00929c;
	padding-top: 1rem;
}
.mainContent p {
  padding: 0 .6rem;
	min-height: 55px;
}
.mainContent .imgRight {
	width: 100%;
}
.mainContent .imgRight.small {
	width: 40%;
	float: right;
	margin: 1.2rem 0 .5rem .5rem;
}
@media print, screen and (min-width: 960px) {
	.mainContent .imgRight {
		width: auto;
	}
	.mainContent .imgRight.oc {
	width: 60%;
}
	.mainContent .imgRight.small {
		width: 300px;
		border-right: none;
		border-bottom: none;
	}
}
ul.imgFlexCol3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin:0;
  padding:0;
}
ul.imgFlexCol3 li {
  width: 50%;
  padding: .5rem;
}
ul.imgFlexCol3 li img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
	ul.imgFlexCol3 li {
		width: 33.33%;
		padding: .5rem;
	}
}
table.organization tr:first-of-type th {
		color: #fff;
		background: #26c5cf;
		font-size: 1rem;
		border: 3px solid #26c5cf;
	}

table.organization td {
	vertical-align: top;
}
@media print, screen and (max-width: 959px) {
	table.organization {
		border: 3px solid #26c5cf;
	}
	.forPcTbl {
		display: none;
	}
	table.organization td:before {
		content: attr(data-label);
		display: block;
		border-bottom: none;
		background: #d3f5f0;
		text-align: center;
		font-size: 1rem;
		padding: .3rem;
		margin: 0;
	}
}
@media print, screen and (min-width: 960px) {
	table.organization {
		width: 80%;
		margin: 0 auto;
	}
	table.organization tr:nth-child(2) th {
		width: 50%;
	}
}
.flex2col img, .flex2colD3 img {
	margin-top: 0;
}
.flex2col .imgFrameNone {
	padding: 0;
}
.mainContent .staff img {
	width: 70px;
	height: 70px;
}
.mainContent .staff span {
display:block;
text-align:right;
}
.mainContent blockquote .imgRight {
  float: right;
	margin: 0 0 2.4rem .5rem;
}
@media print, screen and (min-width: 960px) {
	figure.staffImg {
		text-align: center;
	}
	figure.staffImg img {
		width: 70%;
		height: auto;
	}
}
blockquote {
	margin: 0 0 .5rem 0;
	background: #BCE8EA;
	color: #131314;
	padding: 1rem;
	position: relative;
}
/*blockquote:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 35px;
	height: 25px;
	border-radius: 3px;
	background: #26c5cf;
}
blockquote:after {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-left: 6px solid #26c5cf;
	top: 17px;
	left: 45px;
}*/
blockquote p {
	margin-top: 0;
	font-size: .9rem;
	font-weight: 300;
	min-height: 45px;
}
blockquote cite {
	font-style: normal;
	text-transform: uppercase;
}
/*blockquote footer {
	background: rgba(255,255,255,.4);
	padding: .3rem;
}
blockquote p {
	margin-bottom: .2rem;
}*/
@media print, screen and (min-width: 960px) {
	.staff {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	blockquote {
		width: 49.7%;
	}
}
