body{
	background: #333;
	font-family: 'Merriweather';
}
.content-container{
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}
.content-container:before{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 50%;
	height: 8px;
	background: #CE1126;
}
.content-container:after{
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 50%;
	height: 8px;
	background: #006847;
}
.content-container h1{
	margin-top: 20px;
	line-height: 1.4em;
}
.ad-container{
	margin: 20px 0;
}
.content-container p{
	text-align: left;
	font-weight: 300;
}
.presidents-container{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 14px;
}
.presidents-container a:hover{
	text-decoration: none;
}
.presidents-container .panel-body > div{
	margin-bottom: 20px;
}
.presidents-container .panel-body > div:last-child{
	margin-bottom: 0;
}
.presidents-container .panel-body > div:first-child{
	display: none;
}
.thumb{
	display: inline-block;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 1px #eee;
}
.row img{
	width: 100%;
	margin-bottom: 15px;
}
.president-container{
	margin-top: 40px;
	text-align: left;
	font-weight: 300;
}
.president-order{
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px;
	color: #CE1126;
}
.president-container h3{
	margin-bottom: 15px;
}

.president-name{
	text-align: center;
	word-wrap: break-word;
}
.page-nav{
	margin: 20px 0;
}
.page-nav a{
	font-size: 16px;
	font-weight: 700;
	color: #CE1126;
}
.page-nav:after{
	content: '';
	display: block;
	clear: both;
}
.home{
	text-align: left;
}
.home a{
	color: #333 !important;
	text-decoration: none !important;
	font-size: 26px;
}
.home-link{
	font-size: 20px;
	margin-top: 0 !important;
}
.home-link a{
	color: #CE1126;
}