body#our-story 
{
	line-height: 20px;
}
body#our-story h2
{
	font-weight: 800;
}
body#our-story article img
{
	height: auto;
	border: 0;
}

body#our-story article ul
{
	list-style: none;
	margin-top: 50px;
	padding: 0;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
body#our-story article ul li
{
	padding: 1ch;
	width: 175px;
}
body#our-story article ul img
{
	margin-bottom: 0;
}

body#our-story article ul li h3
{
	font-size: .95em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

body#our-story article ul li p
{
	font-size: .93em;
	font-style: italic;
	margin-top: 0px;
}
body#our-story article div img
{
	max-width: 100%;
	height: auto;
}
body#our-story article div h2:nth-child(5)
{
	padding-top: 20px;
	border-top: 1px solid lightgrey;
}
body#our-story article ul
{
	border-bottom: 1px solid lightgrey;
}
body#our-story article p a
{
	text-decoration: none;
	color: #ef6b00;
}
@media only screen and (max-width: 525px)
{
    article div img[alt="Wei-Shin, MD and CEO and Jason Wolfe, CTO"]
    {
        margin: 0 25px;
    }
}
/* Begin IE10 Optimization */
html[data-useragent*='MSIE 10.0'] body#our-story article ul{
        display: inline-block;
}
html[data-useragent*='MSIE 10.0'] body#our-story article ul li{
        display: inline-block;
        text-align: center;
}
/* End IE10 Optimization */
