* {
	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);
}

.popupWrapper {
	background: rgba(0,0,0,.5);
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	display: none;

}

.popupContent {
	width: 100%;
	max-width: 700px;
	height: auto;
	
	padding: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #fff;
	
	background: rgb(255,99,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,99,0,1) 0%, rgba(229,89,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,99,0,1) 0%,rgba(229,89,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,99,0,1) 0%,rgba(229,89,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6300', endColorstr='#e55900',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 0px 10px 3px rgba(0,0,0,.2);
	border-radius: 6px;
	
	margin: 0 auto;
	margin-top:300px;
	position: relative;
}

.popupContent a.register {
	background: #000;
	border-radius: 6px;
	padding: 10px;
	
	text-align: center;
	
	color: #fff;
	font-weight: bold;
	
	display: block;
	margin-top: 30px;

}

.popupContent span.icon {
	font-size: 15px;
	position: absolute;
	top:10px;
	right: 12px;	
	
	color: #fff;
	width: 20px;
	height: 20px;
	
	opacity: .5;
	
	cursor: pointer;
}

.popupContent span.icon:hover {
	opacity: 1;	
}