.callouts h3{
	text-align:center;
	margin:30px 0;
	font-weight:bold;
}

.leadershipGrid{
	display:flex;
	list-style: none;
	padding:0;
	margin:0 -15px;
}
.leadershipGrid a{
	color:black;
	text-decoration: none;
}

.leadershipRow p {
	font-size: 16px;
    color: #1e303a;
    line-height: 2;
}

.leadershipGrid img{
	width: 100%;
}
.leadershipGrid li{
	flex:0 0 33.3333%;
}

.leadershipGrid .inner{
	margin:0 15px;
}

.leadershipGrid h4{
	font-weight: bold;
	margin-bottom:10px;
}

.leadershipGrid p{
	margin-bottom: 0;
}

@media screen and (max-width:768px){
	.leadershipGrid{
		flex-wrap: wrap;
		justify-content:space-around;
	}
	.leadershipGrid li{
		flex:0 0 50%;
		margin-bottom:30px;
	}
}

@media screen and (max-width:570px){
	.leadershipGrid li{
		flex:0 0 100%;
	}
}

.leadershipRow .buttonContainer{
	margin:30px 0 80px 0;
	text-align:center;
}

.leadershipRow .names{
	list-style:none;
	margin:0 -15px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.leadershipRow .names em{
	font-style: italic;
}

.leadershipRow .names li{
	width:33%;
	padding:0 15px 30px 15px;
	margin:0 auto;
	font-size:18px;
	width:100%;
	color: #1e303a;
	max-width:414px;
	text-align:center;
}

@media screen and (min-width:768px){
	.leadershipRow .names {
		padding-bottom: 50px;
	}
	.leadershipRow .names li{
		width:50%;
		text-align:left;
		max-width:none;
		margin:0;
	}
	.leadershipRow .names li:nth-child(odd) {
		padding-right: 30px;
	}
	.leadershipRow .names li:nth-child(even) {
		padding-left: 30px;
	}
}

.threeColList ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:40px -15px;
	padding:0;
}

.threeColList li{
	width:33.3333%;
	padding:0 15px;
	font-size:16px;
	padding-bottom:15px;
}

@media screen and (max-width: 660px){
	.threeColList li{
		width:50%;
		text-align:center;
	}
	.threeColList ul{
		margin:20px -15px 40px -15px;
	}
}

@media screen and (max-width: 400px){
	.threeColList li{
		width:100%;
		text-align:center;
	}
}

.threeColList li:not(:first-of-type){
	padding-right:15px;
}

.leadershipGrid .image{
	max-height:none;
}