.pressLeft {
	position: relative;
	width: 25%;
	float: left;
	vertical-align: top;
}
.pressRight {
	position: relative;
	width: 70%;
	float: right;
	vertical-align: top;
}
.pressRight img {
	width: 100%;
	height: auto;
	margin: auto;
}
.pressRight h3 {
	margin-top: 5px;
	margin-bottom: 8px;
}
.pressRight .readMore {
	text-align: left;
}
.dateLine {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.readArticle {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 36px;
	text-align: left;
}
.readArticle a {
	color: #1E4279;
	text-decoration: none;
	padding: 6px 14px;
	background-color: #FFFFFF;
	border: solid 2px #1E4279;
	border-radius: 22px;
	display: inline-block; 
}
.readArticle a:hover {
	opacity: 0.8;
}
.articleSpacer {
	position: relative;
	width: 100%;
	height: 45px;
	clear: both;
}

@media only screen and (max-width: 860px) {
	.pressLeft {
	width: 50%;
	min-width: 200px;
	float: none;
	text-align: center;
	margin: auto;
	}
	.pressRight {
	margin-top: 25px;
	width: 100%;
	float: none;
	text-align: center;
	}
	.pressRight h3 {
	text-align: center;
	}
	.readArticle {
	text-align: center;
	}
}