@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,700");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	.blue-bottom {
		border-bottom: 3px solid #76F0E7;
	}

	.orange-bottom {
		border-bottom: 3px solid #F5B62E;
	}

	.wrapper.bottomless {
		padding-bottom: 0;
	}

	.wrapper.topless {
		padding-top: 1.5em;
	}

	.see-larger {
		text-align: center;
    	font-weight: 400;
    	padding-top: 0.5em;
	}

/* Pennant */
	ul.pennants {
		margin: 0;
		text-align: center;
		padding: 0;
	}

		ul.pennants li {
			display: inline-block;
			width: 16em;
			padding: 1em;
			vertical-align: top;
		}

		ul.pennants h3 {
			font-size: 1.1em;
		}

	.pennant {
		-moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
		width: 6em;
		height: 6em;
		line-height: 5em;
		border: solid 2px rgba(46, 56, 66, .75);
		border-radius: 100%;
		background-color: none;
	}

		.pennant:hover {
			background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
		    background-position: center top;
		    background-repeat: repeat, repeat;
		    background-color: rgba(46, 56, 66, .8);
		    border: solid 2px rgba(46, 56, 66, .75);
		}

			.pennant:hover > span:before {
				color: #fff;
			}

		.pennant span {
			height: 4.25em;
			display: inline-block;
			vertical-align: middle;
		}

			.pennant span:before {
				display: block;
				color: rgba(46, 56, 66, 1);
				font-size: 50px;
			}

		/*ul.pennants li:hover > header :first-child,
		ul.pennants li:hover > header :last-child {
			border-bottom-color: rgba(46, 56, 66, .75);
			-moz-transition: border-color 0.25s ease-in-out;
			-webkit-transition: border-color 0.25s ease-in-out;
			-ms-transition: border-color 0.25s ease-in-out;
			transition: border-color 0.25s ease-in-out;
		}*/

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

			ul.pennants li {
				width: 13em;
			}

			ul.pennants h3 {
			    font-size: 0.9em;
			}

		}

/* Poptrox Popup */

	.poptrox-overlay {
		/* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
	}

	.poptrox-popup {
		background: rgba(255, 255, 255, 0.525);
		box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
		cursor: default;
	}

		.poptrox-popup:before {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: -moz-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -moz-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: -webkit-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -webkit-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: -ms-linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), -ms-linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			background-image: linear-gradient(to left, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0)), linear-gradient(to right, rgba(31,34,36,0.35), rgba(31,34,36,0) 10em, rgba(31,34,36,0));
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
			opacity: 1;
		}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: url("images/close.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 3em;
			height: 5em;
			opacity: 0;
			position: absolute;
			right: 0;
			top: 0;
			width: 5em;
			z-index: 2;
		}

		.poptrox-popup .nav-previous,
		.poptrox-popup .nav-next {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: url("images/arrow.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 5em;
			cursor: pointer;
			height: 8em;
			margin-top: -4em;
			opacity: 0;
			position: absolute;
			top: 50%;
			width: 6em;
			z-index: 2;
		}

		.poptrox-popup .nav-previous {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			left: 0;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

		.poptrox-popup .caption {
			padding: 2em 2em 0.1em 2em ;
			background-image: -moz-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: -webkit-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: -ms-linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			background-image: linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%);
			bottom: 0;
			cursor: default;
			left: 0;
			position: absolute;
			text-align: left;
			width: 100%;
			z-index: 2;
		}

			.poptrox-popup .caption h2, .poptrox-popup .caption h3, .poptrox-popup .caption h4, .poptrox-popup .caption h5, .poptrox-popup .caption h6 {
				margin: 0 0 0.5em 0;
			}

			.poptrox-popup .caption p {
				color: #ffffff;
			}

		.poptrox-popup .loader {
			-moz-animation: spinner 1s infinite linear !important;
			-webkit-animation: spinner 1s infinite linear !important;
			-ms-animation: spinner 1s infinite linear !important;
			animation: spinner 1s infinite linear !important;
			background-image: url("images/spinner.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0.25;
			position: absolute;
			text-align: center;
			top: 50%;
			width: 2em;
		}

		.poptrox-popup:hover .closer,
		.poptrox-popup:hover .nav-previous,
		.poptrox-popup:hover .nav-next {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover,
			.poptrox-popup:hover .nav-previous:hover,
			.poptrox-popup:hover .nav-next:hover {
				opacity: 1.0;
			}

		.poptrox-popup.loading:before {
			opacity: 0;
		}

		body.touch .poptrox-popup .closer,
		body.touch .poptrox-popup .nav-previous,
		body.touch .poptrox-popup .nav-next {
			opacity: 1.0 !important;
		}

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

			.poptrox-popup .closer {
				background-size: 3em;
			}

			.poptrox-popup .nav-previous,
			.poptrox-popup .nav-next {
				background-size: 4em;
			}

		}

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

			.poptrox-popup:before {
				display: none;
			}

			.poptrox-popup .caption {
				display: none !important;
			}

			.poptrox-popup .closer,
			.poptrox-popup .nav-previous,
			.poptrox-popup .nav-next {
				display: none !important;
			}

		}

		#preview:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 0.5s ease, visibility 0.5s;
			-webkit-transition: opacity 0.5s ease, visibility 0.5s;
			-ms-transition: opacity 0.5s ease, visibility 0.5s;
			transition: opacity 0.5s ease, visibility 0.5s;
			background: rgba(36, 38, 41, 0.25);
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 1;
		}

			body.ie #preview:after {
				background: rgba(36, 38, 41, 0.55);
			}

		body.modal-active #preview,
		body.modal-active #header {
			-moz-filter: blur(6px);
			-webkit-filter: blur(6px);
			-ms-filter: blur(6px);
			filter: blur(6px);
		}

			body.modal-active #preview:after {
				-moz-pointer-events: auto;
				-webkit-pointer-events: auto;
				-ms-pointer-events: auto;
				pointer-events: auto;
				opacity: 1;
				visibility: visible;
			}

/* Box Model */

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

/* 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.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0em;
	}

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

	.row.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row > * {
		padding: 0 0 0 2em;
	}

	.row {
		margin: 0 0 -1px -2em;
	}

	.row.uniform > * {
		padding: 2em 0 0 2em;
	}

	.row.uniform {
		margin: -2em 0 -1px -2em;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 4em;
	}

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

	.row.uniform.\32 00\25 > * {
		padding: 4em 0 0 4em;
	}

	.row.uniform.\32 00\25 {
		margin: -4em 0 -1px -4em;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 3em;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -3em;
	}

	.row.uniform.\31 50\25 > * {
		padding: 3em 0 0 3em;
	}

	.row.uniform.\31 50\25 {
		margin: -3em 0 -1px -3em;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 1em;
	}

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

	.row.uniform.\35 0\25 > * {
		padding: 1em 0 0 1em;
	}

	.row.uniform.\35 0\25 {
		margin: -1em 0 -1px -1em;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 0.5em;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -0.5em;
	}

	.row.uniform.\32 5\25 > * {
		padding: 0.5em 0 0 0.5em;
	}

	.row.uniform.\32 5\25 {
		margin: -0.5em 0 -1px -0.5em;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

		.row.uniform {
			margin: -2em 0 -1px -2em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

		.row.uniform.\32 00\25 {
			margin: -4em 0 -1px -4em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -3em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\31 50\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

		.row.uniform.\35 0\25 {
			margin: -1em 0 -1px -1em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

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

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

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

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.5em;
		}

		.row {
			margin: 0 0 -1px -1.5em;
		}

		.row.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row.uniform {
			margin: -1.5em 0 -1px -1.5em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

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

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.25em;
		}

		.row {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

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

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.25em;
		}

		.row {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

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

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

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

		.row > * {
			padding: 0 0 0 1.25em;
		}

		.row {
			margin: 0 0 -1px -1.25em;
		}

		.row.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row.uniform {
			margin: -1.25em 0 -1px -1.25em;
		}

		.row.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

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

		.\31 1u\28xxsmall\29, .\31 1u\24\28xxsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xxsmall\29, .\31 0u\24\28xxsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xxsmall\29, .\39 u\24\28xxsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

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

		.\37 u\28xxsmall\29, .\37 u\24\28xxsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

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

		.\35 u\28xxsmall\29, .\35 u\24\28xxsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

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

		.\33 u\28xxsmall\29, .\33 u\24\28xxsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xxsmall\29, .\32 u\24\28xxsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xxsmall\29, .\31 u\24\28xxsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xxsmall\29 + *,
		.\31 1u\24\28xxsmall\29 + *,
		.\31 0u\24\28xxsmall\29 + *,
		.\39 u\24\28xxsmall\29 + *,
		.\38 u\24\28xxsmall\29 + *,
		.\37 u\24\28xxsmall\29 + *,
		.\36 u\24\28xxsmall\29 + *,
		.\35 u\24\28xxsmall\29 + *,
		.\34 u\24\28xxsmall\29 + *,
		.\33 u\24\28xxsmall\29 + *,
		.\32 u\24\28xxsmall\29 + *,
		.\31 u\24\28xxsmall\29 + * {
			clear: left;
		}

		.\-11u\28xxsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xxsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xxsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xxsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xxsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xxsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xxsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xxsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xxsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xxsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xxsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	body {
		background: #ffffff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		font-family: "Raleway", Helvetica, Arial, sans-serif;
		font-size: 13pt;
    	font-weight: 300;
    	letter-spacing: 0.02em;
    	line-height: 2;
	}

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

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 1px;
		cursor: pointer;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
		margin: 0 0 1em 0;
		letter-spacing: 0.04em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.8em;
	}

	h3 {
		font-size: 1.2em;
    	font-weight: 400;
	}

	h4 {
		font-size: 0.6em;
	}

	h5 {
		font-size: 0.6em;
	}

	h6 {
		font-size: 0.6em;
	}

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

		h1 {
			font-size: 1.5em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 2em 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #777777;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #333333;
	}

	blockquote {
		border-left-color: rgba(46, 56, 66, 0.8);
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: #eaeaea;
	}

	hr {
		border-bottom-color: #eaeaea;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #eaeaea;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		border-radius: 4px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 500;
		height: 3.5em;
		letter-spacing: 0.25em;
		line-height: 3.5em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			height: 3.75em;
			line-height: 3.75em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

/* Icon */

	.icon,
	.share-icon {
		text-decoration: none;
	    border-bottom: none;
	    position: relative;
	}

		.icon:before,
		.share-icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			cursor: default;
			display: block;
			margin: 0 0 1.5em 0;
		}

			.icon.major:before {
				background-color: #777777;
				border-radius: 100%;
				color: #ffffff;
				display: inline-block;
				font-size: 2.5rem;
				height: 2.25em;
				line-height: 2.25em;
				text-align: center;
				width: 2.25em;
			}

			.icon.major.style1:before {
				background-color: #7bd2ed;
				color: #ffffff;
			}

			.icon.major.style2:before {
				background-color: #8dbbee;
				color: #ffffff;
			}

			.icon.major.style3:before {
				background-color: #a7b7f1;
				color: #ffffff;
			}

			.icon.major.style4:before {
				background-color: #c6b6f2;
				color: #ffffff;
			}

		.icon.alt:before {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			background-color: #7bd2ed;
			border-radius: 100%;
			color: #ffffff;
			display: inline-block;
			font-size: 1.5rem;
			height: 2.25em;
			line-height: 2.25em;
			text-align: center;
			width: 2.25em;
		}

		.icon.alt:hover:before {
			background-color: #65caea;
		}

		.icon.alt:active:before {
			background-color: #38bbe4;
		}

		.icon.alt.fa-twitter:before {
			background-color: #8cd4e9;
		}

		.icon.alt.fa-twitter:hover:before {
			background-color: #77cce5;
		}

		.icon.alt.fa-twitter:active:before {
			background-color: #4cbcdd;
		}

		.icon.alt.fa-facebook:before {
			background-color: #8cbae9;
		}

		.icon.alt.fa-facebook:hover:before {
			background-color: #77ade5;
		}

		.icon.alt.fa-facebook:active:before {
			background-color: #4c93dd;
		}

		.icon.alt.fa-google-plus:before {
			background-color: rgba(221, 75, 57, .7);
		}

		.icon.alt.fa-google-plus:hover:before {
			background-color: rgba(221, 75, 57, .8);
		}

		.icon.alt.fa-youtube:active:before {
			background-color: rgba(221, 75, 57, .8);
		}

		.icon.alt.fa-pinterest:before {
			background-color: rgba(201, 34, 40, .7);
		}

		.icon.alt.fa-pinterest:hover:before {
			background-color: rgba(201, 34, 40, .8);
		}

		.icon.alt.fa-pinterest:active:before {
			background-color: rgba(201, 34, 40, .8);
		}

		.icon.alt.fa-linkedin:before {
			background-color: rgba(0, 119, 181, .7);
		}

		.icon.alt.fa-linkedin:hover:before {
			background-color: rgba(0, 119, 181, .8);
		}

		.icon.alt.fa-linkedin:active:before {
			background-color: rgba(0, 119, 181, .8);
		}

		#share ul.icons {
			width: 100%;
			text-align: center;
			margin: 3em 0 1em;
		}

		ul.share-icons {
			width: 100%;
			text-align: center;
			margin: 0;
    		padding-left: 0;
		}

		#contact-right ul.share-icons li {
		    display: inline-block;
		    padding: 0;
		    width: 18%;
		    text-align: left;
		}

		.share-icon.alt:before {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			background-color: #7bd2ed;
			border-radius: 100%;
			color: #ffffff;
			display: inline-block;
			font-size: 1rem;
			height: 2.25em;
			line-height: 2.25em;
			text-align: center;
			width: 2.25em;
		}

		.share-icon.alt:hover:before {
			background-color: #65caea;
		}

		.share-icon.alt:active:before {
			background-color: #38bbe4;
		}

		.share-icon.alt.fa-twitter:before {
			background-color: #8cd4e9;
		}

		.share-icon.alt.fa-twitter:hover:before {
			background-color: #77cce5;
		}

		.share-icon.alt.fa-twitter:active:before {
			background-color: #4cbcdd;
		}

		.share-icon.alt.fa-facebook:before {
			background-color: #8cbae9;
		}

		.share-icon.alt.fa-facebook:hover:before {
			background-color: #77ade5;
		}

		.share-icon.alt.fa-facebook:active:before {
			background-color: #4c93dd;
		}

		.share-icon.alt.fa-google-plus:before {
			background-color: rgba(221, 75, 57, .7);
		}

		.share-icon.alt.fa-google-plus:hover:before {
			background-color: rgba(221, 75, 57, .8);
		}

		.share-icon.alt.fa-youtube:active:before {
			background-color: rgba(221, 75, 57, .8);
		}

		.share-icon.alt.fa-pinterest:before {
			background-color: rgba(201, 34, 40, .7);
		}

		.share-icon.alt.fa-pinterest:hover:before {
			background-color: rgba(201, 34, 40, .8);
		}

		.share-icon.alt.fa-pinterest:active:before {
			background-color: rgba(201, 34, 40, .8);
		}

		.share-icon.alt.fa-linkedin:before {
			background-color: rgba(0, 119, 181, .7);
		}

		.share-icon.alt.fa-linkedin:hover:before {
			background-color: rgba(0, 119, 181, .8);
		}

		.share-icon.alt.fa-linkedin:active:before {
			background-color: rgba(0, 119, 181, .8);
		}

		.share-icon > .label {
			display: none;
		}

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

			.icon.alt:before {
				font-size: 1rem;
			}

			.share-icon.alt:before {
				font-size: 1rem;
			}

		}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		position: relative;
	}

	a.logo img {
	    width: 4.5em;
	    position: relative;
	    vertical-align: middle;
	    margin-right: 0.5em;
	}
		.image img {
			border-radius: 4px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}

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

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

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

				.image.main {
					margin: 0 0 2em 0;
				}

			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

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

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 0.75em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

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

				ul.icons li {
					padding: 0 0.5em 0 0;
				}

			}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
			text-align: center;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

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

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.35em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

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

				ul.actions {
					margin: 0 0 2em 0;
				}

					ul.actions li {
						padding: 1em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

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

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

					ul.actions.small li {
						padding: 0.5em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 500;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	ul.alt li {
		border-top-color: #e6e6e6;
	}

	ul.menu li {
		border-left-color: #e6e6e6;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	section header, article header {
		margin: 0 0 2em 0;
	}

		section header > :first-child, article header > :first-child {
			display: inline-block;
			border-bottom: solid 2px;
			margin-bottom: 0.5em;
			padding-bottom: 0.5em;
		}

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

		section header.major, article header.major {
			margin: 0 0 3em 0;
			text-align: center;
		}

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

		section header.major, article header.major {
			margin: 0 0 2em 0;
		}

	}

	section header > :first-child, article header > :first-child {
		border-bottom-color: #eaeaea;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(234, 234, 234, 0.5);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #777777;
	}

	table thead {
		border-bottom-color: #eaeaea;
	}

	table tfoot {
		border-top-color: #eaeaea;
	}

	table.alt tbody tr td {
		border-color: #eaeaea;
	}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 0.1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:last-child {
			border-bottom: none;
		}

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

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

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

			.spotlight {
				border-bottom: none;
				display: block;
			}

				.spotlight .image {
					display: block;
					width: 100%;
				}

				.spotlight .content {
					padding: 3em 3em 1em 3em ;
					display: block;
					max-width: none;
					text-align: center;
					width: 100%;
				}

					.spotlight .content .major:after {
						margin-left: auto;
						margin-right: auto;
					}

		}

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

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

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

			.spotlight .content {
				padding: 2.5em 2em 0.5em 2em ;
			}

		}

	.spotlight {
		border-bottom-color: rgba(144, 144, 144, 0.3);
	}

h3.major, h4.major {
	font-size: 1.35em;
    line-height: 1.5em;
    color: #444;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.6;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h4.major {
	font-size: 1.1em;
}

h3.major:after, h4.major:after {
	background-color: #444;
	display: block;
    content: "";
    height: 1px;
    margin-top: 1em;
    width: 3em;
}

h3.major.special:after, h4.major.special:after {
    margin-left: auto;
    margin-right: auto;
}

/* Features */

	#preview h2 {
		margin-bottom: 0.5em;
		text-align: center;
		font-weight: 500; 
		margin-top: 0;
	}

	#preview h2.top-two {
		margin-top: 1.5em;
	}

	#preview p {
		line-height: 1.7;
		margin-bottom: 1em;
	}

	.navypaths {
		width: 80%;
		margin: 0 auto 1em;
		display: block;
	}

	.wrapper.style4 {
	    background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .9);
    	color: #fff;
    	padding: 0;
	}

	.wrapper.style4 .split > *:nth-child(odd) {
	    border-right-color: rgba(255, 255, 255, 0.075);
	}

	.wrapper.style4 input[type="text"], .wrapper.style4 input[type="password"], .wrapper.style4 input[type="email"], .wrapper.style4 select, .wrapper.style4 textarea {
	    background: rgba(255, 255, 255, 0.075);
	    border: solid 2px;
	    border-color: rgba(255, 255, 255, 0.15);
	    height: 3em;
	    margin-bottom: 2em;
	}

	.wrapper.style4 input[type="text"]:focus,
	.wrapper.style4 input[type="password"]:focus,
	.wrapper.style4 input[type="email"]:focus,
	.wrapper.style4 select:focus,
	.wrapper.style4 textarea:focus {
		border-color: #fff;
	}

		.wrapper.style4 .select-wrapper:before {
			color: rgba(255, 255, 255, 0.15);
		}

	.wrapper.style4 .split > * {
	    padding: 4.5em 2.5em 4em 2.5em;
	    margin-bottom: 0;
	    width: 50%;
	    margin-left: 0 !important;
	}

	#newsletter h2 {
		margin-bottom: 0.5em;
	    text-align: center;
	    font-weight: 500;
	    border-bottom: none;
	    color: #fff;
	}

	#newsletter form {
		border-left: solid 2px;
		border-left-color: rgba(255, 255, 255, 0.075);
		padding: 4em 2.5em 4em;
	}

	#newsletter label {
		color: #fff;
	}

	#newsletter .button {
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    font-size: 0.75em;
	    letter-spacing: 0.13em;
	    border: solid 2px;
	    background-color: transparent;
    	border-color: rgba(255, 255, 255, 0.15);
    	color: #fff !important;
	}

	#newsletter .button:hover {
		background-color: rgba(255, 255, 255, 0.075);
	}

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.features > article {
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 0;
			border-bottom-width: 0;
			border-left-width: 1px;
			padding: 2.25em 0;
			position: relative;
		}

			.features > article > :last-child {
				margin-bottom: 0;
			}

			.features > article:before {
				position: absolute;
				font-size: 1.875rem;
				top: 0.75em;
			}

			.features > article:nth-child(1), .features > article:nth-child(2) {
				border-top-width: 0;
			}

			.features > article:nth-child(2n -1) {
				border-left-width: 0;
				padding-left: 3em;
				padding-right: 2em;
				width: 50%;
			}

				.features > article:nth-child(2n -1):before {
					left: 0;
				}

			.features > article:nth-child(2n) {
				padding-left: 4.5em;
				padding-right: 0;
				width: 50%;
			}

				.features > article:nth-child(2n):before {
					left: 1em;
				}

			.features > article h3 {
				margin: 0 0 0.5em 0;
			}

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

			.features > article {
				padding: 1.6875em 0;
			}

				.features > article:before {
					font-size: 1.5rem;
					top: 0.69231em;
				}

				.features > article:nth-child(2n -1) {
					padding-left: 2.75em;
					padding-right: 2.25em;
				}

				.features > article:nth-child(2n) {
					padding-left: 5em;
					padding-right: 0;
				}

					.features > article:nth-child(2n):before {
						left: 1.38462em;
					}

		}

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

			.features > article {
				padding: 3em 0;
			}

				.features > article:before {
					font-size: 1.5rem;
					top: 1.52308em;
				}

				.features > article:nth-child(2n -1) {
					padding-left: 3em;
					padding-right: 3em;
				}

				.features > article:nth-child(2n) {
					padding-left: 6em;
					padding-right: 0;
				}

					.features > article:nth-child(2n):before {
						left: 1.84615em;
					}

		}

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

			.features > article {
				border-left-width: 0;
				padding: 2.25em 0;
			}

				.features > article:before {
					top: 0.96923em;
				}

				.features > article:nth-child(1) {
					border-top-width: 0;
				}

				.features > article:nth-last-child(1) {
					padding-bottom: 0;
				}

				.features > article:nth-child(2) {
					border-top-width: 1px;
				}

				.features > article:nth-child(2n -1) {
					padding-left: 3em;
					padding-right: 0;
					width: 100%;
				}

					.features > article:nth-child(2n -1):before {
						left: 0;
					}

				.features > article:nth-child(2n) {
					padding-left: 3em;
					padding-right: 0;
					width: 100%;
				}

					.features > article:nth-child(2n):before {
						left: 0;
					}

		}

	.abcnews {
		margin: 0 auto;
		box-shadow: 0 0 1px #000;
	}

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

			.abcnews {
				width: 100%;
    			height: 100%;
			}

		}

	#one h2 {
		margin-bottom: 1em;
	    text-align: center;
	    font-weight: 500;
	}

	.yancy {
	    right: -40px;
	    font-style: normal;
	    position: relative;
	}

	#one .button {
	    color: rgba(46, 56, 66, 1);
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    letter-spacing: 0.13em;
	    border: solid 2px;
	    border-color: rgba(46, 56, 66, 1);
	    
	}

	#one .button:hover {
		background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .8);
	    border: solid 2px;
	    border-color: transparent;
	    color: #fff;
	}

	#one ul.actions,
	#preview ul.actionss {
		width: 100%;
		text-align: center;
	}

	.features > article {
		border-color: rgba(144, 144, 144, 0.25);
	}

		.features > article:before, .features > article h3 {
			color: #2e3842;
		}

	.descrip {
		color: #5a5a5a;
		font-size: 1em;
		line-height: 1.6em;
	}

/* Header */

	#page-wrapper {
		position: relative;
		padding-top: 3.5em;
	}

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

			#page-wrapper {
				padding-top: 2.75em;
			}

		}

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-transition: background-color 0.3s ease;
		-webkit-transition: background-color 0.3s ease;
		-ms-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.15);
		background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .9);
		color: #fff;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		padding: 0 0 0 1.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9998;
	}

	@media screen and (max-width: 736px) {
		#header {
			padding-left: 1em;
		}
	}

		#header a {
			color: inherit;
			font-size: 0.9em;
			font-weight: 500;
			letter-spacing: 0.25em;
			text-transform: uppercase;
			border: 0;
		}

		#nav a.active {
			color: #7bd2ed;
		}

		#header a:hover, .dropotron a:hover, #complaint-form p a:hover {
			color: #7bd2ed !important;
		}

		#header .logo {
			display: block;
			height: inherit;
			line-height: inherit;
		}

			#header .logo span {
				font-weight: 300;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 2.2em;
			top: 0;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					display: inline-block;
					margin-left: 2em;
					padding: 0;
				}

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

					#header nav > ul > li a {
						text-decoration: none;
						border-bottom: 0;
						text-transform: none;
						letter-spacing: 0.05em;
					}

						#header nav > ul > li a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header nav > ul > li a:before {
							margin-right: 0.5em;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header .navPanelToggle {
			text-decoration: none;
			border: 0;
			height: 4em;
			position: absolute;
			right: 0;
			top: 0;
			width: 5em;
			display: none;
		}

			#header .navPanelToggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#header .navPanelToggle:before {
				content: '\f0c9';
				width: 3em;
				height: 3em;
				font-size: 1.4em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

		#header.reveal {
			-moz-animation: reveal-header 0.5s ease;
			-webkit-animation: reveal-header 0.5s ease;
			-ms-animation: reveal-header 0.5s ease;
			animation: reveal-header 0.5s ease;
		}

		#header.alt {
			background-color: #444;
			color: #fff;
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			overflow: hidden;
			position: absolute;
			top: 1.5em;
			background-image: none;
		}

			#header.alt input[type="submit"],
			#header.alt input[type="reset"],
			#header.alt input[type="button"],
			#header.alt button,
			#header.alt .button {
				background-color: transparent;
				color: #fff !important;
				box-shadow: inset 0 0 0 1px #fff;
			}

				#header.alt input[type="submit"]:hover,
				#header.alt input[type="reset"]:hover,
				#header.alt input[type="button"]:hover,
				#header.alt button:hover,
				#header.alt .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				#header.alt input[type="submit"]:active,
				#header.alt input[type="reset"]:active,
				#header.alt input[type="button"]:active,
				#header.alt button:active,
				#header.alt .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

				#header.alt input[type="submit"].special,
				#header.alt input[type="reset"].special,
				#header.alt input[type="button"].special,
				#header.alt button.special,
				#header.alt .button.special {
					box-shadow: none;
					background-color: #fff;
					color: #444 !important;
				}

			#header.alt input, #header.alt select, #header.alt textarea {
				color: #fff;
			}

			#header.alt a {
				color: #fff;
			}

			#header.alt strong, #header.alt b {
				color: #fff;
			}

			#header.alt h1, #header.alt h2, #header.alt h3, #header.alt h4, #header.alt h5, #header.alt h6 {
				color: #fff;
			}

			#header.alt blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			#header.alt h1 {
				left: 2.5em;
			}

			#header.alt nav {
				right: 2.5em;
			}

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

			#header.alt {
				top: 0.75em;
			}

				#header.alt h1 {
					left: 1.5em;
				}

				#header.alt nav {
					right: 1.5em;
				}

		}

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

			#header.alt {
				top: 0;
			}

			#header nav {
				display: none;
			}

			#header .navPanelToggle {
				display: block;
			}

		}

.dropotron {
		list-style: none;
		padding: 0;
		background: #fff;
		color: #000;
		min-width: 11.5em;
		padding: 0.25em 0.5em;
		margin-top: -0.5em;
		box-shadow: 0 0 0.125em 0 rgba(4, 48, 20, 0.9);
	}

		.dropotron li {
			box-shadow: inset 0 1px 0 0 rgba(4, 48, 20, 0.2);
		}

			.dropotron li:first-child {
				box-shadow: none;
			}

		.dropotron a {
			color: inherit;
			text-decoration: none;
			letter-spacing: 0.05em;
			font-size: 0.85em;
			display: block;
			font-weight: 400;
			line-height: 3em;
			margin-bottom: -0.1em;
			border: 0;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}

		.dropotron.level-0 {
			margin-top: 0;
		}

			.dropotron.level-0:before {
				content: '';
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				border-bottom: solid 0.5em #fff;
				display: block;
				position: absolute;
				top: -0.45em;
				left: 50%;
				margin-left: -0.25em;
			}

/* Navigation Panel */

	#navPanel {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background-color: #fff;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
		font-family: "Raleway", Helvetica, sans-serif;
		font-weight: 500;
		text-transform: uppercase;
	}

		#navPanel nav {
			padding: 3em 2em;
		}

		#navPanel .link {
			border: 0;
			border-top: solid 1px #e6e6e6;
			color: inherit !important;
			display: block;
			font-size: 0.9em;
			padding: 0.75em 0;
		}

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

			#navPanel .link.depth-0 {
				font-weight: 700;
				color: inherit !important;
			}

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

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

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

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

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

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #444;
			cursor: pointer;
			display: block;
			height: 4em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 5em;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#navPanel .close:before {
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
			}

			#navPanel .close:hover {
				color: inherit;
			}

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

				#navPanel .close {
					height: 4em;
					line-height: 4em;
				}

			}

		#navPanel.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.35);
			visibility: visible;
		}

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

			#navPanel {
				display: block;
			}

		}

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

			#navPanel {
				display: block;
			}

				#navPanel nav {
					padding: 2.25em 1.25em;
				}

		}

/* Banner */

	#banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/mainnew.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		border-top: 0;
		min-height: 100vh;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner button,
		#banner .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner button:hover,
			#banner .button:hover {
				color: #ffffff !important;
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner button:active,
			#banner .button:active {
				color: #ffffff !important;
				background-color: rgba(255, 255, 255, 0.2);
			}

			#banner input[type="submit"].special,
			#banner input[type="reset"].special,
			#banner input[type="button"].special,
			#banner button.special,
			#banner .button.special {
				box-shadow: none;
			    background-color: transparent;
			    border: 1px solid #fff;
			    color: #ffffff !important;
			}

			#newsletter form label.error {
			    margin: -1.8em 0 0px 0.4em;
			    font-size: 0.9em;
			    position: absolute;
			    line-height: 1em;
			    font-weight: 500;
			    color: #FF200A;
			}

			#contact-us label.error {
			    margin: 0.2em 0 0px 0.4em;
			    font-size: 0.9em;
			    position: absolute;
			    line-height: 1em;
			    font-weight: 500;
			    color: #FF200A;
			}

			#success {
				position: absolute;
				top: 15%;
				width: 100%; 
				left: 0;
				display: none;
			}

			#mail-success {
				position: absolute;
				top: 40%;
				width: 100%; 
				left: 0;
				display: none;
			}

			#error {
			    display: none;
			}

			#mail-error {
			    display: none;
			}

			#success span, #error span {
				display: block;
				top: 0;
				width: 50%;
			}

			#mail-success span, #mail-error span {
				display: block;
				top: 0;
				width: 50%;
				margin-left: 50%;
			}

			#success span p, #error span p {
			    margin-top: 6em
			}

			#mail-success span p, #mail-error span p {
			    margin-top: 6em
			}

			#success span p {
			    color: #000;
			    font-weight: bold;
				margin: 0 auto;
				text-align: center;
				width: 70%;
				position: relative;
				box-shadow: 0 0 4px #000;
				padding: 10px;
				background: rgba(255,255,255,1);
			}

			#mail-success span p {
			    color: #000;
			    font-weight: bold;
				margin: 0 auto;
				text-align: center;
				width: 70%;
				position: relative;
				box-shadow: 0 0 4px #000;
				padding: 10px;
				background: rgba(255,255,255,1);
			}

			#error span p {
			    color: #c0392b
			}

			#mail-error span p {
			    color: #c0392b
			}
			
			@media screen and (max-width: 736px) {
				#banner .button.special {
					width: 44%;
				}

				#preview {
					padding-top: 2em;
					padding-bottom: 1em;
				}

				.navypaths {
					width: 100%;
				}

				#newsletter.wrapper.style4 .split > * {
				    padding: 2em 0 0;
				}

				#newsletter form {
				    border-top: solid 2px;
				    border-top-color: rgba(255, 255, 255, 0.075);
				    padding: 4em 2.5em 4em;
				    border-left: none;
				    margin-top: 2em !important;
				}

				#join-mail label {
					display: none;
				}

				#newsletter .button {
				    width: 35%;
   					margin-bottom: 3em !important;
   				}


				#one {
					padding: 2.5em 0 0.5em 0;
				}

				#one h2 {
					font-size: 2.2em;
				}

				#one .button {
					width: 45%;
				}
			}

				#banner input[type="submit"].special:hover,
				#banner input[type="reset"].special:hover,
				#banner input[type="button"].special:hover,
				#banner button.special:hover,
				#banner .button.special:hover {
					background-color: rgba(255, 255, 255, 0.15);
				}

				#banner input[type="submit"].special:active,
				#banner input[type="reset"].special:active,
				#banner input[type="button"].special:active,
				#banner button.special:active,
				#banner .button.special:active {
					background-color: #38bbe4;
					color: #ffffff !important;
				}

		#banner input, #banner select, #banner textarea {
			color: #ffffff;
		}

		#banner a:hover {
			color: #ffffff !important;
		}

		#banner strong, #banner b {
			color: #ffffff;
		}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #ffffff;
		}

		#banner blockquote {
			border-left-color: #ffffff;
		}

		#banner code {
			background: rgba(255, 255, 255, 0.075);
			border-color: #ffffff;
		}

		#banner hr {
			border-bottom-color: #ffffff;
		}

		#banner .inner {
			-moz-transform: scale(1.0);
			-webkit-transform: scale(1.0);
			-ms-transform: scale(1.0);
			transform: scale(1.0);
			-moz-transition: opacity 1s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 1s ease, -ms-transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			opacity: 1;
			position: relative;
			z-index: 2;
		}

		#banner h1 {
			font-size: 2.75em;
			padding-bottom: 0;
		}

		#banner header p {
			font-size: 1.3em;
		    color: #fff;
		    font-weight: 300;
		}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 1s;
			-webkit-transition-delay: 1s;
			-ms-transition-delay: 1s;
			transition-delay: 1s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 0;
			right: 0;
			margin: auto;
			font-weight: 500;
			width: 10em;
			letter-spacing: 0.225em;
			opacity: 1;
			outline: 0;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

		#banner:before {
			-moz-transition: opacity 2s ease;
			-webkit-transition: opacity 2s ease;
			-ms-transition: opacity 2s ease;
			transition: opacity 2s ease;
			content: '';
			display: block;
			background-color: #2e3842;
			height: 100%;
			left: 0;
			opacity: 0.6;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

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

			#banner video {
				display: none;
			}

		}

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

			#banner {
				padding: 6em 2em 2em 2em ;
				min-height: 0;
			}

				#banner .inner {
					width: 100%;
				}

				#banner h1 {
					font-size: 2.2em;
					margin-bottom: 0.75em;
					padding-bottom: 0.75em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

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

			#banner {
				padding: 8em 2em 4em 2em ;
			}

		}

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

			#banner {
				padding: 6em 2em 2em 2em ;
			}

		}

		body.is-loading #banner .inner {
			-moz-transform: scale(0.99);
			-webkit-transform: scale(0.99);
			-ms-transform: scale(0.99);
			transform: scale(0.99);
			opacity: 0;
		}

		body.is-loading #banner:before {
			opacity: 1;
		}

		body.is-loading #banner .more {
			-moz-transform: translateY(8.5em);
			-webkit-transform: translateY(8.5em);
			-ms-transform: translateY(8.5em);
			transform: translateY(8.5em);
			opacity: 0;
		}

/* About Page */
	#about-banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/nadobridge.jpg");
	    left: 0px;
	    width: 100%;
	    height: 30em;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	#about-banner h1 {
		color: #ffffff;
		padding-bottom: 0.1em;
		font-size: 3em;
		font-weight: 500;
		margin-top: 30px;
	}

	.about-wrapper {
		padding: 2em 0 2.5em;
	}

	.about-wrapper h2 {
		margin: 1em 0 0.5em;
	}

	.pollution div {
		width: 30%;
	    vertical-align: top;
	    margin-right: 4.5%;
	    display: inline-block;
	}

	.pollution div.last-concern {
		margin-right: 0;
	}

	.pollution div a:hover {
		color: rgba(123, 210, 237, 1);
	}

	.pollution h3 {
		text-align: center;
		margin: 0.5em 0;
	}

	.pollution a {
		font-weight: 400;
	}

	@media screen and (max-width: 736px) {
		#about-banner {
			padding: 7em 0 6em 0;
			height: 20em;
		}

		.pollution div {
			width: 100%;
		    margin: 2em 0 0;
		    display: block;
		}
	}

/* Why Care Page */
	#why-care-banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/why-care.jpg");
		background-position: 0px -200px;
	    left: 0px;
	    width: 100%;
	    height: 30em;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	#why-care-banner h1 {
		color: #ffffff;
		padding-bottom: 0.1em;
		font-size: 3em;
		font-weight: 500;
		margin-top: 30px;
	}

	.h60concerns {
		width: 100%;
	}

	.h60image {
		width: 47%;
		display: inline-block;
		margin-top: 1em;
	}

	.h60image img {
		width: 100%;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.7)
	}

	#preview p.h60descrip {
		font-weight: 500;
	    font-size: 1.2em;
	    line-height: 1.3;
	    text-align: center;
	}

	.h60info {
		width: 52%;
		padding-left: 3em;
		display: inline-block;
		vertical-align: top;
		margin-top: 1em;
	}

	.current {
		padding-left: 0;
		padding-right: 3em;
	}

	.alternatives {
		text-align: center;
	    font-size: 1.2em;
	    width: 75%;
	    margin: 0 auto 1em;
	}

	.h60ifr, .h60hotel {
		width: 49%;
		padding: 0 1.5em;
		display: inline-block;
		vertical-align: top;
	}

	.index-ifr, .h60ifr {
		padding-left: 0;
	}

	.index-actual, .h60hotel {
		padding-right: 0;
	}

	.index-routes {
		width: 100%;
		text-align: center;
	}

	.index-ifr, .index-actual {
		width: 40%;
		padding: 0 2em;
		display: inline-block;
		vertical-align: top;
	}

	.index-ifr img, .index-actual img, .h60ifr img, .h60hotel img {
		width: 100%;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.7)
	}

	#preview p.altdescrip {
		font-weight: 500;
	    font-size: 1.2em;
	    line-height: 1.3;
	    text-align: center;
	}

	.nothing {
		margin-top: 4em;
	}

	.full-width {
		width: 100%;
		position: relative;
		text-align: center;
		margin: 2em 0 3em;
	}

	.dark {
	    color: rgba(46, 56, 66, 1);
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	    letter-spacing: 0.13em;
	    border: solid 2px;
	    border-color: rgba(46, 56, 66, 1);
	    
	}

	.dark:hover {
		background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .8);
	    border: solid 2px;
	    border-color: transparent;
	    color: #fff;
	}

	@media screen and (max-width: 736px) {
		#why-care-banner {
			padding: 7em 0 6em 0;
			height: 20em;
			background-position: -750px -260px;
		}

		.h60image {
		    width: 100%;
		    display: block;
		    margin-top: 1em;
		}

		.h60info {
		    width: 100%;
		    display: block;
		    margin-top: 1em;
		    padding-left: 0;
		}

		.current {
			padding-right: 0;
		}

		#preview h2.top-two {
		    font-size: 2.2em;
		}

		.alternatives {
		    font-size: 1em;
		    width: 100%;
		    margin: 0 auto 1em;
		}

		.h60ifr, .h60hotel {
		    width: 100%;
		    padding: 0;
		    display: block;
		}

		.h60ifr {
		    padding-bottom: 1em;
		}

		#preview .nothing h2 {
			font-size: 2.2em;
		}

	}

/* Cause for Complaint Page */
	#why-no-change-banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/cause-for-complaint.jpg");
		background-position: 0px -190px;
	    left: 0px;
	    width: 100%;
	    height: 30em;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	#why-no-change-banner h1 {
		color: #ffffff;
		padding-bottom: 0.1em;
		font-size: 3em;
		font-weight: 500;
		margin-top: 30px;
	}

	#newsletter .mailing-list {
		padding: 2.5em;
	}

	@media screen and (max-width: 736px) {
		#why-no-change-banner {
			height: 20em;
			background-position: -750px -360px;
		}

		#why-no-change-banner h1 {
		    width: 65%;
		}

		#preview h2 {
		    font-size: 2.2em;
		}

		#newsletter .mailing-list h2 {
			font-size: 1.75em;
		}

		#preview .mailing-list p {
			margin: 0;
		}

		#preview .inner.split form {
			margin-top: 1.6em !important;
		}


	}

/* Ghost Pilot Page */
	#ghost-pilots-banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/ghost-pilots.jpg");
		background-position: 0px -60px;
	    left: 0px;
	    width: 100%;
	    height: 30em;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	#ghost-pilots-banner h1 {
		color: #ffffff;
		padding-bottom: 0.1em;
		font-size: 3em;
		font-weight: 500;
		margin-top: 30px;
	}

	.vandenberg {
		width: 100%;
	}

	.van-image {
		width: 70%;
		display: block;
		margin: 1.5em auto 0;

	}

	.van-image img {
		width: 100%;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.7)
	}

	#preview p.van-descrip {
		font-weight: 300;
	    font-size: 0.8em;
	    line-height: 1.4;
	    text-align: center;
	}

/* Take Action Page */
	#take-action-banner {
		background-color: #2e3842;
		color: rgba(255, 255, 255, 0.75);
		padding: 8em 0 6em 0 ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-image: url("../images/cause-for-complaint.jpg");
		background-position: 0px -190px;
	    left: 0px;
	    width: 100%;
	    height: 30em;
		position: relative;
		text-align: center;
		overflow: hidden;
	}

	#take-action-banner h1 {
		color: #ffffff;
		padding-bottom: 0.1em;
		font-size: 3em;
		font-weight: 500;
		margin-top: 30px;
	}

	#complaint-form.wrapper.style5 {
	    background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .9);
    	color: #fff;
    	padding: 0;
	}

	#complaint-form.wrapper.style5 .split > *:nth-child(odd) {
	    border-right-color: rgba(255, 255, 255, 0.075);
	}

	#complaint-form.wrapper.style5 input[type="text"], 
	#complaint-form.wrapper.style5 input[type="password"], 
	#complaint-form.wrapper.style5 input[type="email"], 
	#complaint-form.wrapper.style5 select {
		background: rgba(255, 255, 255, 0.075);
	    border: solid 2px;
	    border-color: rgba(255, 255, 255, 0.15);
	    margin-bottom: 1em;
	    height: 2.75em;
	}

	#complaint-form.wrapper.style5 textarea {
		background: rgba(255, 255, 255, 0.075);
	    border: solid 2px;
	    border-color: rgba(255, 255, 255, 0.15);
	}

	#complaint-form.wrapper.style5 input[type="text"]:focus,
	#complaint-form.wrapper.style5 input[type="password"]:focus,
	#complaint-form.wrapper.style5 input[type="email"]:focus,
	#complaint-form.wrapper.style5 select:focus,
	#complaint-form.wrapper.style5 textarea:focus {
		border-color: #fff;
	}

		#complaint-form.wrapper.style5 .select-wrapper:before {
			color: rgba(255, 255, 255, 0.15);
		}

	#complaint-form.wrapper.style5 .split > * {
	    padding: 2em 2.5em 2em 2.5em;
	    margin-bottom: 0;
	    width: 50%;
	    margin-left: 0 !important;
	}

	#complaint-form.wrapper > .inner, #complaint-form.about-wrapper > .inner {
	    margin: 0 auto;
	    width: 68em;
	    max-width: 100%;
	}

	#complaint-form  h2 {
		margin-bottom: 1em;
	    text-align: left;
	    font-weight: 500;
	    border-bottom: none;
	    color: #fff;
	}

	#complaint-form form {
		border-left: solid 2px;
		border-left-color: rgba(255, 255, 255, 0.075);
	}

	#complaint-form .field {
		margin-bottom: 1em;
	}

	#complaint-form label {
		color: #fff;
	}

	#complaint-form ul.actions {
		margin-top: 1em;
	}

	#complaint-form .button {
	    -moz-appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    font-size: 0.75em;
	    letter-spacing: 0.13em;
	    border: solid 2px;
	    background-color: transparent;
    	border-color: rgba(255, 255, 255, 0.15);
    	color: #fff !important;
	}

	#complaint-form  .button:hover {
		background-color: rgba(255, 255, 255, 0.075);
	}

	#preview h2.topspace {
		margin-top: 2em;
	}

	.noise-phone {
		text-align: center;
	    font-weight: 600;
	    font-size: 1.5em;
	}

	.note {
		font-style: italic;
	    font-weight: 500;
	    text-align: center;
	}

	.meeting-days {
		width: 45%;
		display: inline-block;
		vertical-align: top;
	}

	.council-map {
		width: 45%;
		display: inline-block;
		margin-left: 5%;
	}

	.days, .map {
		font-weight: 500;
		text-align: center;
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}

	.months {
		text-align: center;
		font-size: 1.2em;
	}

	.scheduled {
		font-weight: 500;
		text-align: center;
		font-size: 1.4em;
		margin: 1.5em 0 0;
	}

	#preview p.next-meeting {
		font-weight: 500;
		text-align: center;
		font-size: 2em;
		color: #5ac3d6;
		margin-bottom: 0;
	}

	.council-map iframe {
		box-shadow: 0 0 1px 0 #000;
	}

	@media screen and (max-width: 736px) {
		#take-action-banner {
			height: 20em;
			background-position: -750px -360px;
		}

		#preview h2.topspace {
			font-size: 1.8em;
			margin-top: 1em;
		}

		#complaint-form h2 {
		    margin-bottom: 0.5em;
		    text-align: center;
		    font-size: 1.8em;
		}

		#preview .inner.split form#complaint {
			margin-top: 0.6em !important;
			border-top: solid 2px;
    		border-top-color: rgba(255, 255, 255, 0.075);
    		border-left: 0;
		}

		#complaint-form.wrapper > .inner {
			max-width: calc(100% - 2.5em);
		}

		#complaint-form.wrapper.style5 .split > * {
			padding: 2em 0 0;
		}

		#complaint-form.wrapper.style5 {
			padding: 0 0 2em;
		}

		#complaint-form .button {
			width: 49%;
		}

		.note {
		    font-size: 0.75em;
		}

		.meeting-days, .council-map {
		    width: 100%;
		    display: block;
		    margin-bottom: 2em;
		    margin-left: 0;
		}

		.scheduled {
			margin-top: 1em;
		}

		#preview p.next-meeting {
			font-size: 1.85em;
		}

		#share ul.icons {
		    margin: 1em 0;
		}

	}
	
/* CTA */

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

		#cta br {
			display: none;
		}

	}

/* Wrapper */

	.wrapper {
	    padding: 5.5em 0 3.5em 0;
	    position: relative;
	}

	.wrapper > .inner, .about-wrapper > .inner {
	    margin: 0 auto;
	    width: 68em;
	    max-width: calc(100% - 6em);
	}

	/* Split */

	.split {
		-moz-align-items: -moz-flex-start;
		-webkit-align-items: -webkit-flex-start;
		-ms-align-items: -ms-flex-start;
		align-items: flex-start;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		margin-left: -6em;
		margin-bottom: 2em;
	}

		.split > * {
			margin-left: 6em !important;
			width: 50%;
			-ms-flex: 1 1 auto;
		}

			.split > * > :last-child {
				margin-bottom: 0;
			}

		.split.centered {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
		}

		.split.style1 > *:nth-child(2n - 1) {
			width: 33%;
		}

		.split.style1 > *:nth-child(2n) {
			width: 67%;
		}

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

			.split {
				margin-left: -3.75em;
			}

				.split > * {
					margin-left: 3.75em !important;
				}

				.split.centered {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

		}

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

			.split {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
			}

				.split > * {
					margin-left: 0 !important;
					margin-top: 3.75em !important;
					width: 100% !important;
				}

					.split > *:first-child {
						margin-top: 0 !important;
					}

				.split.reversed {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.split.reversed > * {
						margin-bottom: 3.75em !important;
						margin-top: 0 !important;
					}

						.split.reversed > *:first-child {
							margin-bottom: 0 !important;
						}

		}

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

			.split > * {
				margin-top: 3em !important;
			}

			.split.reversed > * {
				margin-bottom: 3em !important;
			}

			.wrapper > .inner, .about-wrapper > .inner {
			    width: 68em;
			    max-width: calc(100% - 2.5em);
			}

		}

	#two {
		background-color: #565656;
	    color: #ffffff;
	    background-image: -moz-linear-gradient(to top, rgba(86, 86, 86, 0.7), rgba(86, 86, 86, 0.7)), url(../images/kayak2.jpg);
	    background-image: -webkit-linear-gradient(to top, rgba(86, 86, 86, 0.7), rgba(86, 86, 86, 0.7)), url(../images/kayak2.jpg);
	    background-image: -ms-linear-gradient(to top, rgba(86, 86, 86, 0.7), rgba(86, 86, 86, 0.7)), url(../images/kayak2.jpg);
	    background-image: linear-gradient(to top, rgba(86, 86, 86, 0.7), rgba(86, 86, 86, 0.7)), url(../images/kayak2.jpg);
	    background-size: cover, cover;
	    background-position: center, center;
	    background-repeat: repeat, no-repeat;
	    background-attachment: fixed;
	    padding: 4em 0 0 0;
	    border-bottom: 0;
	}

	#two .inner.narrow {
		padding: 5.5em 0 7.5em 0;
	}

	#two h3.major {
		color: #fff;
	}

	#two h3.major:after {
		background-color: #fff;
	}

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

		#wrapper {
			padding-top: 0.75em;
		}

		#wrapper > * {
			padding: 0em 0 1.75em 0 ;
		}

	}

	#featured {
		padding: 2em 0 0 0;
    	text-align: center;
    	color: #444;
    	border: none;
    	margin: 0;
	}

/* Comments Page */

.quotes {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: rgba(255, 255, 255, 0.075);
		color: rgba(255, 255, 255, 0.75);
		text-align: center;
	}

		.quotes input, .quotes select, .quotes textarea {
			color: #ffffff;
		}

		.quotes a {
			color: #ffffff;
		}

		.quotes strong, .quotes b {
			color: #ffffff;
		}

		.quotes h1, .quotes h2, .quotes h3, .quotes h4, .quotes h5, .quotes h6 {
			color: #ffffff;
		}

		.quotes blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		.quotes code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

		.quotes hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		.quotes > article {
			padding: 3em 0 0.5em 0 ;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: relative;
			width: 50%;
		}

			.quotes > article .author {
				margin: 0 0 2em 0;
			}

				.quotes > article .author .name {
					color: #5ac3d6;
					display: block;
					font-size: 1.6em;
					font-weight: 600;
					margin: 0 0 0.5em 0;
					text-align: center;
				}

				.quotes > article .author .title {
					display: block;
				}

			.quotes > article:nth-child(odd) {
				padding-left: 3em;
				padding-right: 3em;
				border-top: 1px solid #fff;
				opacity: 0.9;
			}

			.quotes > article:nth-child(even) {
				padding-left: 3em;
				padding-right: 3em;
				border-top: 1px solid #fff;
				border-left: 1px solid #fff;
				opacity: 0.9;
			}

			.quotes > article:before {
				background-color: #5ac3d6;
				border-radius: 100%;
				display: inline-block;
				font-size: 1.6em;
				height: 2.4em;
				line-height: 2.4em;
				margin-bottom: 0.7em;
				position: relative;
				text-align: center;
				width: 2.4em;
				z-index: 999;
			}

			.quotes > article:after {
				-moz-transition: opacity 1s ease-in-out;
				-webkit-transition: opacity 1s ease-in-out;
				-ms-transition: opacity 1s ease-in-out;
				transition: opacity 1s ease-in-out;
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
				background: #202020;
				content: '';
				display: block;
				height: 100%;
				left: 0;
				opacity: 0.5;
				position: absolute;
				top: 0;
				z-index: 990;
				width: 100%;
			}

			.quotes > article > * {
				position: relative;
				z-index: 999;
				font-size: 1em;
    			text-align: left;
    			font-weight: 400;
			}

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

			.quotes > article:nth-child(odd) {
				padding-left: 3em;
				padding-right: 3em;
				border-top: 1px solid #fff;
			}

			.quotes > article:nth-child(even) {
				padding-left: 3em;
				padding-right: 3em;
				border-top: 1px solid #fff;
				border-left: 0;
			}

		}

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

			.quotes > article {
				width: 100%;
			}

		}

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

			.quotes > article {
				padding: 2em 0 0 0 ;
			}

			.quotes > article:nth-child(even),
			.quotes > article:nth-child(odd) {
				padding-left: 1.25em;
				padding-right: 1.25em;
			}
		}

/* Contact Section */

#contact {
	color: rgba(255, 255, 255, 1);
    padding: 2em 0 0 0;
    background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
    background-position: center top;
    background-repeat: repeat, repeat;
    background-color: rgba(46, 56, 66, .9);
}

	#contact.wrapper > .inner {
	    margin: 0 auto;
	    max-width: 90em;
	    width: 90%;
	}
	#contact.wrapper.split1 > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
		}

			#contact.wrapper.split1 > .inner > * {
				width: calc(50% - 3.75em);
			}

				#contact.wrapper.split1 > .inner > *:before {
					content: '';
					display: block;
					height: 100%;
					position: absolute;
					top: 0;
					margin-left: -3.75em;
					border-left: solid 2px;
    				border-left-color: rgba(255, 255, 255, 0.075);
				}

				#contact.wrapper.split1 > .inner > *:first-child {
					border: 0;
				}

					#contact.wrapper.split1 > .inner > *:first-child:before {
						display: none;
					}

	#contact input[type="submit"],
	#contact input[type="reset"],
	#contact input[type="button"],
	#contact button,
	#contact .button {
		-moz-appearance: none;
	    -webkit-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
	    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	    letter-spacing: 0.13em;
	    border: solid 2px;
	    background-color: transparent;
	    border-color: rgba(255, 255, 255, 0.15);
	    color: #fff !important;
	}

		#contact input[type="submit"]:hover,
		#contact input[type="reset"]:hover,
		#contact input[type="button"]:hover,
		#contact button:hover,
		#contact .button:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		#contact input[type="submit"]:active,
		#contact input[type="reset"]:active,
		#contact input[type="button"]:active,
		#contact button:active,
		#contact .button:active {
			background-color: rgba(255, 255, 255, 0.2);
		}

		#contact input[type="text"]:focus,
		#contact input[type="password"]:focus,
		#contact input[type="email"]:focus,
		#contact select:focus,
		#contact textarea:focus {
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}


		#contact input, #contact select, #contact textarea {
			color: #ffffff;
		}

		#contact .field input, #contact .field select, #contact .field textarea {
			font-size: 0.9em;
		}

		#contact a {
			color: rgba(255, 255, 255, 0.75);
			font-size: 0.9em;
		}

		#contact a:hover {
			color: rgba(123, 210, 237, 1);
		}

		#contact h1, #contact h2, #contact h3, #contact h4, #contact h5, #contact h6 {
			color: #ffffff;
		}

	ul.bulleted-icons {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 0;
		}

			ul.bulleted-icons li {
				margin: 0;
				overflow: hidden;
				padding-left: 2em;
				position: relative;
				width: 50%;
			}

				ul.bulleted-icons li .icon-wrapper {
					font-size: 0.65em;
					left: 0;
					position: absolute;
					top: 0;
				}

					ul.bulleted-icons li .icon-wrapper .icon:before {
						font-size: 1rem;
						color: #fff;
					}

				ul.bulleted-icons li h3 {
					font-size: 0.9em;
					margin-bottom: 0.5em;
					padding-bottom: 0;
				}

					ul.bulleted-icons li h3:after {
						display: none;
					}

					.meeting {
						font-size: 0.9em;
						margin: 0;
						color: #fff;
    					font-weight: 500;
					}

					.meeting span {
						color: rgba(255, 255, 255, 0.75);
    					font-weight: 400;
					}


/* Page Wrapper */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		background-color: #ffffff;
		min-height: 100vh;
		opacity: 1;
	}

/* Footer */

	#footer {
		color: rgba(255, 255, 255, 0.75);
		padding: 0 0 0.1em 0 ;
		background-image: url(images/overlaynews.png), url(images/checker-pattern.svg);
	    background-position: center top;
	    background-repeat: repeat, repeat;
	    background-color: rgba(46, 56, 66, .9);
	}

		#footer .copyright {
			border-top: solid 2px;
    		border-top-color: rgba(255, 255, 255, 0.075);
			font-size: 0.9em;
			text-align: center;
			width: 100%;
			color: #fff;
		}

		#footer .copyright p {
			margin: 1em 0;
		}

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

			#contact {
				padding: 2em 0;
			}

			#contact.wrapper.split1 > .inner > *:before {
				display: none;
			}

			#contact.wrapper.split1 > .inner {
				display: block;
				max-width: 65em;
    			width: 70%;
			}

			#contact.wrapper.split1 > .inner > #contact-left,
			#contact.wrapper.split1 > .inner > #contact-right {
				width: 100%;
			}

			#contact h2 {
				text-align: center;
			}

			#contact-right {
				text-align: center;
			}

			#contact-right h2 {
				margin-top: 2em;
			}

			#contact-right ul.share-icons li {
			    width: 12.5%;
			}

			ul.bulleted-icons li .icon-wrapper {
			    font-size: 0.65em;
			    position: relative;
			}

			ul.bulleted-icons li {
				padding-left: 0;
			}

			ul.bulleted-icons li .icon-wrapper .icon:before {
			    font-size: 1.5rem;
			}

			ul.pennants h3 {
			    font-size: 0.9em;
			}

		}

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

			#footer {
				padding: 0 0 0.1em 0 ;
			}
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin-bottom: 1.5em;
		}

			form .field.half {
				display: inline-block;
				width: 48%;
			}

				form .field.half.first {
					margin-right: 3%;
				}

		form > .actions {
			margin-top: 1.5em;
		}

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

			form .field.half {
				display: block;
				width: 100%;
			}

				form .field.half.first {
					margin-right: 0;
				}

		}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 3.5em;
			line-height: 3.5em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3.5em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
		resize: vertical;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.85em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 2.1em;
				left: 0;
				line-height: 2.0125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.1em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #333333;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(255, 255, 255, 0.075);
	    border: solid 2px;
	    border-color: rgba(255, 255, 255, 0.15);
	}

	.select-wrapper:before {
		color: rgba(144, 144, 144, 0.25);
	}

	#mail-name::-webkit-input-placeholder,
	#mail-email::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0);
	}

	#mail-name:-moz-placeholder,
	#mail-email:-moz-placeholder {
		color: rgba(255, 255, 255, 0);
	}

	#mail-name::-moz-placeholder,
	#mail-email::-moz-placeholder {
		color: rgba(255, 255, 255, 0);
	}

	#mail-name:-ms-input-placeholder,
	#mail-email:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0);
	}

	#mail-name.formerize-placeholder,
	#mail-email.formerize-placeholder {
		color: rgba(255, 255, 255, 0);
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

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

			#mail-name::-webkit-input-placeholder,
			#mail-email::-webkit-input-placeholder {
				color: rgba(255, 255, 255, 0.75);
			}

			#mail-name:-moz-placeholder,
			#mail-email:-moz-placeholder {
				color: rgba(255, 255, 255, 0.75);
			}

			#mail-name::-moz-placeholder,
			#mail-email::-moz-placeholder {
				color: rgba(255, 255, 255, 0.75);
			}

			#mail-name:-ms-input-placeholder,
			#mail-email:-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.75);
			}

			#mail-name.formerize-placeholder,
			#mail-email.formerize-placeholder {
				color: rgba(255, 255, 255, 0.75);
			}

			#contact.wrapper.split1 .inner {
				display: block;
			}

			#contact #contact-left,
			#contact #contact-right {
				width: 100%;
				display: block;
			}

			#contact h2 {
				font-size: 1.4em;
				text-align: center;
			}

			#contact .button {
				width: 42%;
			}

			#contact-us {
				border-bottom: solid 2px;
    			border-bottom-color: rgba(255, 255, 255, 0.075);
			}

			#contact-right::before {
				display: none;
			}

			ul.bulleted-icons {
				text-align: center;
				padding-bottom: 3em;
				margin-bottom: 0;
			}

			ul.bulleted-icons li {
			    padding-left: 0;
			}

			ul.bulleted-icons li .icon-wrapper {
				left: 5em;
			}

			.meeting {
				margin-bottom: 2em;
			}

		}
	
	
