.columnWide {
	border-right: 1px dotted #aaa;
	margin-right: 64px;
	padding: 0 29px 96px 0;
	width: 540px;
}
.columnNarrow {
	background-color: #aee0ea;
	margin: 6px 0 0;
	padding: 20px 21px 26px;
	position: relative;
	width: 242px;
}
.columnNarrow:before {
	border-left: 70px solid rgba(0,0,0,0);
	border-bottom: 70px solid white;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
}
.columnNarrow h2 {
	color: #3e3f3e;
	font-family: "Oswald",sans-serif;
	font-size: 2.6em;
	padding-bottom: 0.56em;
	letter-spacing: 0.034em;
}

.blogDate {
	border-top: 1px dotted #aaa;
	color: #1b4d6d;
	font-size: 1em;
	font-style: italic;
	margin-top: 1.25em;
	padding-top: 0.65em;
}
.blogDate:first-of-type {
	border: none;
	margin: 0;
	padding: 0;
}
.blogTitle{
	
}

#readMoreBox {
	font-family: "Oswald",sans-serif;
	margin-top: 21px;
}
.readMore {
	letter-spacing: -0.01em;
}
.from {
	color: #1b4d6d;
	font-size: 1.02em;
	font-weight: bold;
	letter-spacing: -0.022em;
}