/*
	Zenith by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("font-awesome.min.css");

	header, hgroup {
		display: block;
	}
	menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container {
		width: 960px;
	}

	@media screen and (min-width: 737px) {
		.container {
			width: 1200px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container {
			width: 1000px;
		}

	}

	@media screen and (max-width: 736px) {

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}


	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}


	@media screen and (min-width: 737px) {

		.row > * {
			padding: 25px 0 0 25px;
		}

		.row {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 15px 0 0 15px;
		}

		.row {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 00\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\32 00\25 {
			margin: -30px 0 -1px -30px;
		}

	}

/* Basic */

	body {
		background: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #474d55;
	}

	form input, form select, form textarea {
		-webkit-appearance: none;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	a {
		color: #e27563;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	.image {
		display: inline-block;
	}

	.image img {
		display: block;
		width: 100%;
		border: 10px solid #FFFFFF;
	}

	.image.full {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}

	.button {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		display: inline-block;
		background: #e27563;
		border: 0;
		outline: 0;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font-weight: 700;
		color: #FFF;
		white-space: nowrap;
	}

	.button:before {
		margin-right: 0.5em;
		font-size: 1em !important;
	}

	.button:hover {
		background-color: #ef7c69;
	}

	.button:active {
		background-color: #d66f5e;
	}

	.button.alt {
		background: #474d55;
	}

	.button.alt:hover {
		background-color: #535a63;
	}

	.button.alt:active {
		background-color: #3c4148;
	}

	ul.style1 li {
		padding: 1.30em 0em;
		border-top: 1px solid rgba(144, 144, 144, 0.25);
	}

	ul.style1 a {
		color: #9b9fa5;
	}

		ul.style1 a:hover {
			text-decoration: none;
		}

	ul.style1 .first {
		padding-top: 0em;
		border-top: none;
	}

	ul.style2 li {
		padding: 2em 0 1em 0;
		border-top: 2px solid rgba(144, 144, 144, 0.25);
	}

	ul.style2 h3 {
		padding: 0 0 0.75em 0;
		font-size: 1.00em;
		font-weight: 600;
		color: #474d55;
	}

	ul.style2 .meta {
		font-size: 0.70em;
		color: #9b9b9b;
	}

		ul.style2 .meta a {
			color: #9b9b9b;
		}

	ul.style2 .date {
		padding: 0 1em 0 0;
		border-right: 1px solid #e5e5e5;
		font-size: 0.90em;
		color: #a2a2a2;
	}

	ul.style2 .comments {
		padding: 0 0 0 1em;
		font-size: 0.90em;
	}

		ul.style2 .comments a {
			color: #a2a2a2;
		}

			ul.style2 .comments a:hover {
				text-decoration: none;
			}

	ul.style2 .first {
		padding-top: 0;
		border-top: none;
	}

	ul.contact {
		padding-top: 2em;
		list-style: none;
	}

		ul.contact li {
			position: relative;
			padding: 2.2em 0em 2.2em 5em;
			border-top: 1px solid rgba(144, 144, 144, 0.25);
			line-height: 2.2em;
		}

			ul.contact li:first-child {
				padding-top: 0;
				border-top: 0;
			}

		ul.contact a {
			color: #9b9fa5;
		}

			ul.contact a:hover {
				text-decoration: none;
			}

		ul.contact li span {
			position: absolute;
			left: 0;
			top: 1.6em;
			font-size: 1.1em;
		}

			ul.contact li span:before {
				display: inline-block;
				background: #e27563;
				width: 43px;
				height: 43px;
				line-height: 43px;
				text-align: center;
				font-size: 20px;
				color: #FFFFFF;
			}

		ul.contact li:first-child span {
			top: 0;
		}

	.box {
		border-top: 2px solid rgba(144, 144, 144, 0.25);
	}

		.box:first-child {
			border-top: 0 !important;
			margin-top: 0 !important;
			padding-top: 0 !important;
		}

		.box.post {
			overflow: hidden;
		}

			.box.post .image img {
				border: none;
			}

	.actions li {
		display: inline-block;
	}

	.pennant {
		position: relative;
		display: inline-block;
		width: 9em;
		margin: 3em 0em;
		cursor: default;
	}

		.pennant:before {
			content: '';
			position: absolute;
			top: -3em;
			left: 0;
			border-bottom: solid 7em #e27563;
			border-left: solid 4.5em transparent;
			border-right: solid 4.5em transparent;
		}

		.pennant span {
			display: block;
			margin: 0 auto;
			text-align: center;
			font-size: 2.4em;
		}

		.pennant .icon {
			position: relative;
			z-index: 2;
			color: #FFF;
		}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon .label {
			display: none;
		}

/* Wrappers */

	#header-wrapper {
		position: relative;
		background: url("../../images/banner.jpg") top center;
		background-size: cover;
	}

		#header-wrapper:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url("images/bg01.png");
		}

		#header-wrapper:after {
			background: -moz-linear-gradient(top, rgba(25, 28, 30, 0.75) 5%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 50%), rgba(29, 32, 38, 0.75);
			background: -webkit-linear-gradient(top, rgba(25, 28, 30, 0.75) 5%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 50%), rgba(29, 32, 38, 0.75);
			background: -ms-linear-gradient(top, rgba(25, 28, 30, 0.75) 5%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 50%), rgba(29, 32, 38, 0.75);
			background: linear-gradient(top, rgba(25, 28, 30, 0.75) 5%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 50%), rgba(29, 32, 38, 0.75);
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

	#main-wrapper {
		overflow: hidden;
	}

	#footer-wrapper {
		position: relative;
		background: #32373d;
	}

		#footer-wrapper:before {
			content: '';
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url("images/bg01.png");
			opacity: 0.2;
		}

	.wrapper-style1 {
		overflow: hidden;
		background: #f7f7f7 url("images/bg01.png");
		box-shadow: inset 0px 15px 8px -10px rgba(0, 0, 0, 0.03), inset 0px -15px 8px -10px rgba(0, 0, 0, 0.03);
	}

		.wrapper-style1 header {
			text-align: center;
		}

		.wrapper-style1 h3 {
			font-weight: 700;
			color: #474d55;
		}

	.wrapper-style2 {
		overflow: hidden;
	}

/* Header */

	#header {
		position: relative;
		z-index: 2;
	}

/* Banner */

	#banner {
		position: relative;
		overflow: hidden;
		text-align: center;
		color: #ffffff;
		z-index: 1;
	}

		#banner h2 {
			font-weight: 700;
		}

		#banner p {
			font-weight: 300;
			color: #dadbdd;
		}

/* Footer */

	#footer {
		position: relative;
		color: #9b9fa5;
	}

		#footer header h2 {
			font-weight: 700;
			color: #FFFFFF;
		}

/* Main */

	#main header h2 {
		font-weight: 700;
		color: #474d55;
	}

/* Intro */

	#intro {
		overflow: hidden;
		text-align: center;
	}

		#intro h3 {
			letter-spacing: -1px;
			font-weight: 700;
			color: #474d55;
		}

		#intro .actions {
			overflow: hidden;
		}

		#intro .icon {
			color: #FFF;
		}

/* Featured */

	#featured header h2 {
		letter-spacing: -1px;
		font-weight: 700;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: #61666c;
	}

		#copyright span {
			position: relative;
			display: inline-block;
			background: rgba(255, 255, 255, 0.03);
		}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.75em;
			}

			.button {
				padding: 1em 2em 1em 2em;
				font-size: 0.90em;
			}

				.button.big {
					min-width: 14em;
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
				}

			.box.post {
				margin-top: 5em;
				padding-top: 4em;
			}

				.box.post .actions li {
					margin-right: 0.20em !important;
				}

				.box.post .image.left {
					margin-right: 3em;
				}

				.box.post .icon-comment-alt:before {
					padding-right: 10px !important;
				}

			.box.featured-post {
				padding: 0em 0.50em;
			}

				.box.featured-post .content {
					padding: 0em 0.50em;
				}

			.actions {
				margin: 3em 0 0 0;
			}

				.actions li {
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}

					.actions li:first-child {
						margin-left: 0;
					}

					.actions li:last-child {
						margin-right: 0;
					}

			.actions-centered {
				text-align: center;
			}

			.triangle {
				margin: 0 auto 2em auto;
				width: 9em;
				padding: 0;
				height: 0;
			}

			.triangleNest {
				margin-left: -0.5em;
				padding-top: 1.5em;
				font-size: 2.3em;
			}

		/* Wrappers */

			#header-wrapper {
				min-height: 10em;
			}

			#main-wrapper {
				padding: 4em 0em 8em 0em;
			}

			#footer-wrapper {
				padding: 8em 0em;
			}

			.wrapper-style1 {
				padding: 8em 0em;
			}

				.wrapper-style1 h3 {
					margin: 0 0 1em 0;
					font-size: 1.3em;
				}

			.wrapper-style2 {
				padding: 4em 0em;
			}

		/* Header */

			#header {
				position: relative;
			}

				#header .inner {
					position: relative;
					height: 4.5em;
					background: #474d55;
				}

					#header .inner:before {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-image: url("images/bg01.png");
						opacity: .4;
					}

				#header h1 {
					position: absolute;
					display: block;
					margin: 0;
					padding: 1em 3em;
					background: #e27563;
					font-size: 1.5em;
					line-height: 1em;
					color: #FFF;
				}

					#header h1 a {
						text-decoration: none;
						font-weight: 700;
						color: #FFF;
					}

		/* Nav */

			#nav {
				position: absolute;
				right: 2em;
				top: 0;
				line-height: 4.5em;
			}

				#nav > ul > li {
					float: left;
					padding: 0 1.5em 0 1.5em;
				}

					#nav > ul > li > a, #nav > ul > li > span {
						text-decoration: none;
						font-size: 1em;
						border-radius: 6px;
						outline: 0;
						color: #FFF;
					}

					#nav > ul > li.current_page_item > a {
						font-weight: 700;
					}

					#nav > ul > li:last-child {
						padding-right: 0;
					}

					#nav > ul > li > ul {
						display: none;
					}

			.dropotron {
				line-height: 1em;
				margin: 0;
				background: rgba(73, 79, 88, 0.95);
				padding: 1.25em 1.5em 1.25em 1.5em;
				min-width: 16em;
				box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
			}

				.dropotron:after {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("images/bg01.png");
					opacity: .4;
				}

				.dropotron a, .dropotron span {
					-moz-transition: all 0.25s ease-in-out;
					-webkit-transition: all 0.25s ease-in-out;
					-ms-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
					color: #ccc;
					color: rgba(255, 255, 255, 0.65);
					position: relative;
					display: block;
					z-index: 20000;
					text-decoration: none;
					padding: 1em 0 1em 0;
				}

				.dropotron li {
					border-top: solid 2px rgba(144, 144, 144, 0.25);
				}

					.dropotron li:first-child {
						border-top: 0;
					}

					.dropotron li:hover > a, .dropotron li:hover > span {
						color: #fff;
					}

		/* Banner */

			#banner {
				padding: 13em 0;
			}

				#banner h2 {
					font-size: 2.5em;
				}

				#banner p {
					padding-top: 1em;
					font-size: 2em;
				}

		/* Footer */

			#footer header {
				margin-bottom: 3em;
			}

				#footer header h2 {
					font-size: 1.3em;
				}

			#footer .button {
				margin-top: 2em;
			}

			#footer-links {
				margin-top: 5em;
			}

		/* Main */

			#main header {
				margin-bottom: 4em;
			}

				#main header h2 {
					font-size: 1.3em;
				}

			#main .image.left {
				margin-bottom: 1em !important;
			}

		/* Intro */

			#intro h3 {
				padding-bottom: 1em;
				font-size: 1.7em;
			}

			#intro p {
				font-size: 1.25em;
				line-height: 1.75em;
			}

			#intro .first {
				padding: 2em 3em;
			}

			#intro .middle {
				padding: 2em 3em;
				border-left: 2px solid rgba(144, 144, 144, 0.25);
				border-right: 2px solid rgba(144, 144, 144, 0.25);
			}

			#intro .last {
				padding: 2em 3em;
			}

			#intro .actions {
				margin-top: 5em;
			}

		/* Featured */

			#featured .row-padding {
				margin-bottom: 4em;
			}

			#featured header {
				margin-bottom: 4em;
			}

				#featured header h2 {
					font-size: 2.5em;
				}

				#featured header p {
					padding-top: 0.50em;
					font-size: 1.8em;
				}

			#featured .button {
				margin-top: 2em;
			}

		/* Copyright */

			#copyright span {
				margin-top: 6em;
				padding: 1.8em 7em;
				font-size: 0.90em;
			}

	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 1000px;
				font-size: 10pt;
			}

			.button {
				padding: 1em 1.50em 1em 1.50em;
			}

				.button.big {
					min-width: 14em;
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
				}

		/* Wrappers */

			#main-wrapper, #footer-wrapper {
				padding: 3em 0em;
			}

			.wrapper-style1 {
				padding: 6em 0em;
			}

			.wrapper-style2 {
				padding: 3em 0em;
			}

		/* Banner */

			#banner {
				padding: 8em 0;
			}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 10pt;
				line-height: 1.75em;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.5em;
				margin: 0 0 0.75em 0;
			}

			section, article {
				clear: both;
			}

			.button {
				display: block;
				padding: 1em 2em 1em 2em;
				font-size: 1.1em;
				margin: 2em 0 0 0;
			}

				.button.big {
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
					margin-top: 1em;
				}

			.box.post {
				margin-top: 3em;
				padding-top: 2em;
			}

				.box.post .image img {
					border: none;
				}

				.box.post .actions {
					margin-top: 2em;
				}

			.actions li {
				display: block;
				margin-bottom: 0.50em;
			}

			.triangle {
				margin: 0 auto 2em auto;
				width: 9em;
				padding: 0;
				height: 0;
			}

			.triangleNest {
				margin-left: -0.5em;
				padding-top: 1.5em;
				font-size: 2.3em;
			}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-top: 44px;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #474d55;
				text-align: center;
			}

				#titleBar:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("images/bg01.png");
					opacity: 0.2;
				}

				#titleBar .title {
					position: relative;
					text-decoration: none;
					font-size: 1.1em;
					font-weight: 700;
					color: #fff;
					background: #e27563;
					text-align: center;
					display: inline-block;
					height: 30px;
					line-height: 30px;
					padding: 0 15px 0 15px;
					margin: 7px 0 0 0;
					z-index: 1;
				}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					z-index: 1;
				}

					#titleBar .toggle:before {
						content: '';
						display: block;
						position: absolute;
						left: 14px;
						top: 16px;
						background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="12px" viewBox="0 0 18 12" zoomAndPan="disable"><rect x="0" y="0" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="5" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="10" width="18" height="2" style="fill:rgb(255,255,255);" /></svg>') 0 0 no-repeat;
						width: 18px;
						height: 12px;
						opacity: 0.35;
					}

					#titleBar .toggle:active:before {
						opacity: 1.0;
					}

			#navPanel {
				background-color: #32373d;
				background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.15);
			}

				#navPanel:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("images/bg01.png");
					opacity: 0.2;
				}

				#navPanel nav {
					position: relative;
					z-index: 1;
				}

				#navPanel .link {
					display: block;
					color: #999;
					font-size: 1.1em;
					text-decoration: none;
					padding: 0 1.5em 0 1.5em;
					line-height: 44px;
					height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.075);
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
					font-weight: 700;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Wrappers */

			#header-wrapper {
				display: none;
			}

				.homepage #header-wrapper {
					display: block;
				}

			#main-wrapper {
				margin: 2em 0em 1em 0em !important;
				padding: 15px 15px;
			}

				.homepage #main-wrapper {
					margin-top: 3em !important;
				}

			#footer-wrapper {
				overflow: hidden;
				padding: 15px 15px;
			}

		/* Header */

			#header, #nav {
				display: none;
			}

		/* Banner */

			#banner {
				margin: 0 auto;
				padding: 4em 0;
			}

				#banner h2 {
					line-height: 1.5em !important;
					font-size: 2em;
					margin: 0 0 0.25em 0;
					padding: 0 50px 0 50px;
				}

				#banner p {
					line-height: 1.75em !important;
					font-size: 1.1em;
					padding: 0 20px 0 20px;
				}

		/* Footer */

			#footer {
				margin: 3em 0em !important;
			}

				#footer section {
					margin-bottom: 3em !important;
				}

				#footer header {
					margin-bottom: 2em;
				}

					#footer header h2 {
						font-size: 1.3em;
					}

				#footer .button {
					margin-top: 2em;
				}

			#footer-links {
				margin-top: 3em;
			}

		/* Main */

			#main section {
				margin-bottom: 3em !important;
			}

			#main header {
				margin-bottom: 3em;
			}

				#main header h2 {
					font-size: 1.3em;
				}

			#main .image.left {
				float: none;
				display: block;
				width: 100%;
			}

		/* Intro */

			#intro {
				margin: 1em 0em 0em 0em !important;
				padding: 40px;
			}

				#intro h3 {
					margin: 0 0 1em 0;
				}

				#intro section {
					border-top: 2px solid rgba(144, 144, 144, 0.25);
					margin-bottom: 3em !important;
					padding-top: 3em;
				}

					#intro section.first {
						border-top: 0;
						padding-top: 0;
					}

		/* Featured */

			#featured {
				margin: 3em 0em 1em 0em !important;
				padding: 15px 15px;
			}

				#featured section {
					margin-bottom: 3em !important;
				}

				#featured header {
					margin-bottom: 2em;
				}

					#featured header h2 {
						line-height: 1.75em;
						font-size: 1.8em;
					}

		/* Copyright */

			#copyright {
				overflow: hidden;
			}

				#copyright span {
					margin-top: 2em;
					padding: 1.8em 2em;
					line-height: 2em;
					font-size: 0.90em;
				}

	}