div.column.two aside.widget ul {
	padding: 0;
}

.fluid .row.side-right .column.one {
	width: 80%;
}

.fluid .row.side-right .column.two {
	width: 20%;
}

a {
	color: #4f868e;
	text-decoration: none;
}

a:hover {
	color: #00a5bd;
	text-decoration: underline;
}

article {
	background-color: #f4f2eb;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
}

footer.article-footer {
	font-size: .7rem;
}

.main-header sup {
	padding-bottom: 5px;
}

.main-header sup a {
	color: #FFF;
	text-decoration: none;
}

body {
	margin-bottom: 5em;
}

.main-header {
	background-color: #43757A;
}

/* Font & Heading */
p {
	font-size: .9rem;
}

h1 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.7rem;
	color: #43757A;
}

h2 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	color: #43757A;
}

h2.article-title {
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: 500;
}

h3 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	color: #43757A;
}

h4 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	color: #43757A;
}

h5 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #43757A;
}

h6 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-weight: 300;
	font-size: .8rem;
	color: #43757A;
}

/* Hide post author */
hgroup.source {
	display: none;
}