* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;

	transition: filter 0.3s ease;
	-webkit-transition: -webkit-filter 0.3s ease;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.4px;
	font-weight: 700;
}

h1 {
	font-size: 2.5rem;
	line-height: 3rem;
}

.adNotice {
	background: #000;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 600;
}

.adNotice p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

p {
	font-size: .9rem;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

blockquote, blockquote p {
	font-size: 1rem;
	font-style: italic;
	color: #333 !important;
}

h2.entry-title {
	font-size: 1.7rem;
	font-weight: bold;
}

.headerImage, .articleImage {
	width: 100%;
}

.articleImage {
	margin-bottom: .5rem;
}

.page-content, .entry-content, .entry-summary {
	margin: .6em 0 0;
}

figure {
	margin: 0;
	text-align: left;
	width: 100% !important;
}

.wp-caption {
	margin-bottom: 0;
}

.wp-caption img {
	width: 100% !important;
	background: red;
}

.wp-caption-text {
	font-size: .7rem;
	opacity:.6;
	text-align: left;
}

#masthead .large-12 {
	margin: 0;
	padding: 0;
}

nav#site-navigation a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin-right: 25px;

	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
}

nav#site-navigation a:hover {
	opacity: .7;
}

.menu-toggle {
	box-shadow: none;
	text-shadow: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	
	color: #fff;
}

.menu-toggle:hover {
	box-shadow: none;
	text-shadow: none;
	display: block;

	color: #fff;
}

.menu-toggle:before { content:'\2630'; }

.contentArea {
	background: #fff;
	min-height: 600px;
}

.contentAreaMain {
	padding-top: 1rem;
}

.categoryBadge {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: .65em;
	font-weight: bold;
	text-transform: uppercase;
	padding: .3em;
}

.categoryBadge:hover {
	text-decoration: none;
	color: #fff;
	opacity: .5;
}

footer {
	padding-top: 1rem;
	font-size: .9rem;
	
	color: rgba(0, 0, 0, 0.4);
}