@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

/* 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;
	}

/* Box Model */

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

/* Basic */

	html, body {
		background: #fff;
		color: #333;
	}

	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;
	}

	body, input, select, textarea {
		font-family: "Roboto", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 300;
		line-height: normal;
	}

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

		a:hover {
			color: #57aeef !important;
			/*border-bottom-color: transparent;*/
		}

	strong, b {
		/*color: #ffffff;
		font-weight: 300;*/
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #333;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

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

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

	hr {
		border: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		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.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

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

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

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

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body.landing {
		text-decoration: none;
	}

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

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #1c1d26;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body.landing:before {
			line-height: 2.025em;
		}

	}

/* Section/Article */

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


/* Form */

	form {
		margin: 0;
	}

	label {
		color: #ccc;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		/*-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;*/
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: transparent;
		border-radius: 4px;
	    border: solid 1px #aaa;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
		max-width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #55b8c4;
		}

	.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 {
			color: rgba(255, 255, 255, 0.3);
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	select option {
		background-color: #fff;
		color: #1c1d26;
	}

	select:focus::-ms-value {
		background: transparent;
	}

	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;
			color: #333;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.55em;
			padding-right: 0.75em;
    	    padding-top: 4px;
    		padding-bottom: 6px;
			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 rgba(255, 255, 255, 0.3);
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3759bf;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #55b8c4;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #aaa !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #aaa !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #aaa !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #aaa !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #aaa !important;
		opacity: 1.0;
	}

/* Icon */

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

		.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.alt {
			text-decoration: none;
		}

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

			.icon.alt:before {
				color: #1c1d26 !important;
				/*text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;*/
			}

		.icon.major {
		    background: rgba(72, 109, 169, 0.7);
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 6em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

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

				.icon.major.alt:before {
					color: #fff !important;
					/*text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;*/
				}

/* Image */

	.image {
		border-radius: 4px;
		border: 0;
		display: inline-block;
		position: relative;
		overflow: hidden;
	}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background-image: url("images/overlay.png");
			width: 100%;
			height: 100%;
			z-index: 1;
		}

		.image img {
			border-radius: 4px;
			display: block;
		}

		.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.left, .image.right {
			max-width: 40%;
		}

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

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

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

/* 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: 0 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

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

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.3);
				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;
				height: 2.5em;
				line-height: 2.5em;
				padding: 0 0.5em;
			}

				ul.icons li .icon {
					font-size: 1.5em;
				}

					ul.icons li .icon:before {
						font-size: 2em;
					}

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

			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: 1em 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;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

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

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

		table tbody th, table tbody td {
			border: solid 1px rgba(255, 255, 255, 0.3);
			background-color: rgba(255, 255, 255, 0.9);
		}

		table .blank {
			border: 0;
			background-color: transparent;
		}
		table .semi {
			background-color: rgba(255, 255, 255, 0.3);
		}

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

		table td {
			padding: 30px;
		}

		table th {
			/*color: #ffffff;
			font-size: 0.9em;
			font-weight: 300;*/
			padding: 30px;
			text-align: center;
		}

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				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;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="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;
		background-color: rgba(34, 72, 185, 0.9);
		border-radius: 4px;
		border: 0;
		/*box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);*/
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		height: 3em;
		line-height: 3em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			/*box-shadow: inset 0 0 0 1px #55b8c4;*/
			/*color: #55b8c4 !important;*/
			color: #fff !important;
		    background-color: rgba(49, 88, 204, 0.9);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(85, 184, 196, 0.15);
		}

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

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="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 {
			font-size: 0.8em;
		}

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

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #55b8c4;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #68c0cb;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #42b0bd;
			}

		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 {
			background-color: rgba(255, 255, 255, 0.3) !important;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 5em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

		
/* Dropotron */

	.dropotron {
		background: rgba(39, 40, 51, 0.965);
		border-radius: 4px;
		box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
		list-style: none;
		margin-top: calc(-0.25em + 1px);
		min-width: 12em;
		padding: 0.25em 0;
	}

		.dropotron > li {
			border-top: solid 1px rgba(255, 255, 255, 0.075);
			padding: 5px 0;
		}

			.dropotron > li a, .dropotron > li span {
				border: 0;
				color: rgba(255, 255, 255, 0.75);
				display: block;
				padding: 0.1em 1em;
				text-decoration: none;
			}

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

			.dropotron > li.active > a, .dropotron > li.active > span {
				color: #55b8c4;
			}

		.dropotron.level-0 {
			font-size: 0.8em;
			margin-top: 1em;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #272833;
				content: '';
				display: block;
				height: 1em;
				position: absolute;
				right: 1.5em;
				top: -0.5em;
				width: 1em;
			}

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


/* Header */

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

	#header {
		background: rgba(39, 40, 51, 1);
		box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
		cursor: default;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}

		#header h1 {
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			position: absolute;
			top: 0;
		}

		#header nav {
			position: absolute;
			right: 1em;
			top: 0;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1em;
				}

					#header nav ul li a, #header nav ul li span {
						color: rgba(255, 255, 255, 0.75);
						border: 0;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
					}

						#header nav ul li a.button, #header nav ul li span.button {
							height: 2em;
							line-height: 2em;
							padding: 0 1.25em;
						}

						#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
							margin-right: 0.5em;
						}

					#header nav ul li.active > a, #header nav ul li.active > span {
						color: #55b8c4;
					}

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

	body.landing #page-wrapper {
		padding-top: 0;
	}

	body.landing #header {
		/*background: transparent;*/
		box-shadow: none;
		position: fixed;
		margin-top: 0;
		opacity: 1;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-ms-transition: all 1s ease;
		transition: all 1s ease;
	}

	body.landing #header.playing {
		margin-top: -70px;
		opacity: 0;
	}

/* Banner */

	#banner {
		background-color: #333333;
		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/banner.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: #ffffff;
				color: #333333 !important;
			}

				#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: #65caea;
					color: #ffffff !important;
				}

				#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;
		}

	/*@-moz-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@-webkit-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@-ms-keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}

	@keyframes more {
		0% {
			bottom: -3em;
		}

		100% {
			bottom: 0;
		}
	}*/

		#banner .more {
			-moz-transition: height 0.2s ease;
			-webkit-transition: height 0.2s ease;
			-ms-transition: height 0.2s ease;
			transition: height 0.2s ease;
			/*-moz-animation: more 0.75s ease-out 3s forwards;
			-webkit-animation: more 0.75s ease-out 3s forwards;
			-ms-animation: more 0.75s ease-out 3s forwards;
			animation: more 0.75s ease-out 3s forwards;*/
			/*background-color: #ffffff;*/
			background-image: url("images/arrow.svg");
			background-position: 50% 0.875em;
			background-repeat: no-repeat;
			background-size: auto;
			border: 0;
			border-radius: 4px 4px 0 0;
			/*bottom: -3em;*/
			bottom: 0;
			color: #8e8e8e;
			display: block;
			height: 3em;
			left: 50%;
			margin-left: -2.5em;
			overflow: hidden;
			position: absolute;
			text-indent: 5em;
			white-space: nowrap;
			width: 5em;
			z-index: 2;
		}

			#banner .more:hover {
				height: 3.5em;
			}

		#banner video {
			-moz-transform: translateX(50%) translateY(50%);
			-webkit-transform: translateX(50%) translateY(50%);
			-ms-transform: translateX(50%) translateY(50%);
			transform: translateX(50%) translateY(50%);
			position: absolute;
			bottom: 50%;
			right: 50%;
			width: auto;
			height: auto;
			min-width: 100%;
			min-height: 100%;
			overflow: hidden;
		}

		#banner:before {
			-moz-transition: opacity 3s ease;
			-webkit-transition: opacity 3s ease;
			-ms-transition: opacity 3s ease;
			transition: opacity 3s ease;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			display: block;
			background-color: #333333;
			height: 100%;
			left: 0;
			opacity: 0.45;
			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: 1.75em;
					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 {
			bottom: -5em;
		}


/* Footer */

	#footer {
		background: #242424;
		padding: 5em 0;
		text-align: center;
	}

		#footer .connect {
			color: #efefef;
			font-size: 1.4em;
			margin: 0 0 1em 0;
		}

		#footer .links li {
			display: inline;
			margin: 0 10px;
		}

		#footer .links li a {
			color: #efefef;
			border-bottom: 0;
		}

		#footer .icon {
			color: #efefef;
		}

		#footer .icons .icon.alt {
			text-decoration: none;
		}

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

			#footer .icons .icon.alt:before {
				color: #efefef !important;
				/*text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);*/
				-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
			    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
			    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
			    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
			}
			#footer .icons .icon.alt:hover:before {
				color: #55b8c4 !important;
			}

		#footer .copyright {
			color: #efefef;
			font-size: 0.8em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

/* XLarge */

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

		/* Basic */

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

	}

/* Large */

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

		/* Basic */

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

		/* Spotlight */

			.spotlight.top .content {
				padding: 3.825em 0 1.825em 0;
			}

			.spotlight.bottom .content {
				padding: 3.825em 0 2.95em 0;
			}

			.spotlight.left .content, .spotlight.right .content {
				padding: 4.5em 2.5em;
				width: 25em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 0 2.5em 0;
			}

		/* Dropotron */

			.dropotron.level-0 {
				font-size: 1em;
			}

		/* Banner */

			#banner .content {
				padding: 4.5em;
			}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Medium */

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

		/* Basic */

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

		/* Spotlight */

			.spotlight {
				background-attachment: scroll;
				height: auto;
			}

				.spotlight .image.main {
					display: block;
					margin: 0;
					max-height: 40vh;
					overflow: hidden;
				}

				.spotlight .content {
					background-color: #1c1d26;
					border-width: 0 !important;
					border-top-width: 0.35em !important;
					bottom: auto !important;
					left: auto !important;
					padding: 4.5em 2.5em 2.5em 2.5em !important;
					position: relative;
					right: auto !important;
					text-align: center;
					top: auto !important;
					width: 100% !important;
				}

				.spotlight .goto-next {
					display: none;
				}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 2.5em 2.5em 2.5em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

				#banner .goto-next {
					height: 7em;
				}

				#banner .content {
					padding: 9em 0;
					text-align: center;
				}

					#banner .content header {
						display: block;
						margin: 0 0 2em 0;
						text-align: center;
					}

					#banner .content .image {
						margin: 0;
					}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Small */

	#navPanel, #titleBar {
		display: none;
	}

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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

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

			h2 {
				font-size: 1.5em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Section/Article */

			header p br {
				display: none;
			}

			header h2 + p {
				font-size: 1em;
			}

			header h3 + p {
				font-size: 1em;
			}

			header h4 + p,
			header h5 + p,
			header h6 + p {
				font-size: 0.9em;
			}

			header.major {
				margin: 0 0 2em 0;
			}

		/* Goto Next */

			.goto-next:before {
				height: 0.8em;
				margin: -0.4em 0 0 -0.6em;
				width: 1.2em;
			}

		/* Spotlight */

			.spotlight {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
			}

				.spotlight .image.main {
					max-height: 60vh;
				}

				.spotlight .content {
					border-top-width: 0.2em !important;
					padding: 3.25em 1.5em 1.25em 1.5em !important;
				}

		/* Wrapper */

			.wrapper {
				padding: 3.25em 1.5em 1.25em 1.5em;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
				min-height: calc(100vh - 44px);
			}

				#banner:before {
					height: calc(100vh - 44px);
				}

				#banner .content {
					padding: 4.0625em 1.5em 4.875em 1.5em;
				}

					#banner .content header h2 {
						font-size: 1.5em;
					}

					#banner .content .image {
						height: 9em;
						width: 9em;
					}

		/* Off-Canvas Navigation */

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

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #272833;
				box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
			}

				#titleBar .title {
					color: #ffffff;
					display: block;
					font-weight: 300;
					height: 44px;
					line-height: 44px;
					text-align: center;
				}

					#titleBar .title a {
						color: inherit;
						border: 0;
					}

				#titleBar .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 90px;
					outline: 0;
					border: 0;
				}

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

					#titleBar .toggle:before {
						background: #55b8c4;
						color: rgba(255, 255, 255, 0.5);
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 44px;
						left: 0;
						line-height: 44px;
						position: absolute;
						text-align: center;
						top: 0;
						width: 54px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #181920;
				padding: 0.75em 1.25em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: rgba(255, 255, 255, 0.75);
					display: block;
					height: 3em;
					line-height: 3em;
					text-decoration: none;
				}

					#navPanel .link:hover {
						color: inherit !important;
					}

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

					#navPanel .link.depth-0 {
						color: #ffffff;
						font-weight: 300;
					}

					#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;
					}

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

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

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

		/* Footer */

			#footer {
				padding: 3.25em 1.5em;
			}

	}

/* XSmall */

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

		/* Basic */

			html, body {
				min-width: 320px;
			}

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

		/* List */

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

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

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

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

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

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

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				padding: 0;
			}

		/* Spotlight */

			.spotlight .image.main {
				max-height: 50vh;
			}

			.spotlight .content {
				padding: 3em 1.25em 1em 1.25em !important;
			}

		/* Wrapper */

			.wrapper {
				padding: 3em 1.25em 1em 1.25em;
			}

		/* Banner */

			#banner .content {
				padding: 3em 1.5625em 5.25em 1.5625em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.25em;
			}

				#footer .copyright {
					line-height: inherit;
				}

					#footer .copyright li {
						border-left: 0;
						display: block;
						margin: 0;
						padding: 0;
					}

	}

/* Custom CSS */
.freight {
    font-family: "freight-sans-pro", "Roboto", Helvetica, sans-serif;
}
.fira {
    font-family: "fira-sans-2", "Roboto", Helvetica, sans-serif;
}

#logo {
	color: #fff;
}
#logo a {
	opacity: 0.85;
	-moz-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#logo a:hover {
	opacity: 1;
}

section.standard {
	height: 100vh;
}
.center {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#sectionOne {
	position: relative;
	background-color: #3c325a;
	text-align: center;
	padding: 50px;
}
#sectionOne .bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../images/tax.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
#sectionOne .title {
    color: #fff;
	position: relative;
	font-size: 4em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #ffffff;
    letter-spacing: 10px;
    line-height: 100%;
}
#sectionOne .subtitle {
    color: #fff;
	position: relative;
	font-size: 2.8em;
	text-shadow: 0px 0px 3px #ffffff;
	font-weight: 100;
    line-height: 100%;
}
#sectionOne .intro {
    color: #fff;
	position: relative;
	font-size: 1em;
	text-shadow: 0px 0px 3px #ffffff;
	max-width: 1000px;
	margin: 30px auto 0;
	text-align: left;
}


#sectionTwo {
	padding: 50px;
	background-image: url("../../images/linedpaper.png");
    background-repeat: repeat;
}
#grid {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

.grid-item {
	position: relative;
    overflow: hidden;
	margin: 0.6666666666666667%;
    border-radius: 3px;
    /* absolute image overflow: http://stackoverflow.com/questions/5736503/how-to-make-css3-rounded-corners-hide-overflow-in-chrome-opera */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.grid-item:hover {
	cursor: pointer;
}
.grid-item img {
	opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -moz-transition: -moz-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -o-transition: -o-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -ms-transition: -webkit-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    transition: transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
}
.grid-item:hover img {
	opacity: 0.2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.left {
	float: left;
}
.right {
	float: right;
}

#grid .large {
	width: 65.33333333333333%;
	padding-top: 40%;
	/*height: 512px;*/
	background-color: #333;
}

#grid .small {
	width: 32%;
	padding-top: 19.34%;
	/*height: 247.469px;*/
	background-color: #333;
}

#grid .tall {
	width: 32%;
	padding-top: 40%;
	background-color: #333;
}
#grid .tall img {
	width: auto;
	height: 100%;
}

#grid .wide {
	width: 65.33333333333333%;
	padding-top: 19.34%;
	background-color: #333;
}

#grid .grid-item .content {
	text-align: center;
    position: absolute;
    color: #fff;
	top: 50%;
    left: 50%;
    /*transform: translateX(-50%);*/
    transform: translate(-50%, -50%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    /* translateY makes it either jitter or backface unclear */
}
#grid .grid-item .content .title {
	font-size: 3em;
    font-weight: bold;
	white-space: nowrap;
}
#grid .grid-item .content .minor {
	font-size: 2em;
    white-space: nowrap;
}
#grid .thin {
	font-weight: 100;
}
#grid .tagline {
	font-size: 1.8em;
	font-style: italic;
	font-weight: 100;
	border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#grid .tagline.special {
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#grid .button {
	margin-top: 30px;
}
.button .container {
	position: relative;
	padding-right: 10px;
}
.button i {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	margin-left: 10px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.button:hover i {
	margin-left: 15px;
}
#grid .call {
	font-size: 1.5em;
    font-style: italic;
}
#grid .number {
	font-size: 2em;
    white-space: nowrap;
    margin-bottom: 5px;
}
#grid .subtext {
	font-style: italic;
}
#grid .stars {
	font-size: 2em;
}
#grid .stars i {
	margin: 0 3px;
}
#grid .customers {
	font-size: 1.2em;
}
#grid .button.gap {
	margin-top: 10px;
}
#grid .select {
	white-space: nowrap;
}



#sectionThree {
	padding: 50px;
    background-color: #d5d5d5;
    position: relative;
    overflow: hidden;
}
#sectionThree .title {
    position: relative;
    font-size: 4em;
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: -30px;
}
#sectionThree .bg {
	background-size: 2250px auto;
    width: 6750px;
    -moz-animation: bg 60s linear infinite;
    -webkit-animation: bg 60s linear infinite;
    -ms-animation: bg 60s linear infinite;
    animation: bg 60s linear infinite;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background: #348cb2 url("../../images/mountains.jpg") bottom left;
    background-repeat: repeat-x;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
}
@-moz-keyframes bg {
	0% {
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-2250px,0,0);
		-webkit-transform: translate3d(-2250px,0,0);
		-ms-transform: translate3d(-2250px,0,0);
		transform: translate3d(-2250px,0,0);
	}
}

@-webkit-keyframes bg {
	0% {
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-2250px,0,0);
		-webkit-transform: translate3d(-2250px,0,0);
		-ms-transform: translate3d(-2250px,0,0);
		transform: translate3d(-2250px,0,0);
	}
}

@-ms-keyframes bg {
	0% {
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-2250px,0,0);
		-webkit-transform: translate3d(-2250px,0,0);
		-ms-transform: translate3d(-2250px,0,0);
		transform: translate3d(-2250px,0,0);
	}
}

@keyframes bg {
	0% {
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
		-moz-transform: translate3d(-2250px,0,0);
		-webkit-transform: translate3d(-2250px,0,0);
		-ms-transform: translate3d(-2250px,0,0);
		transform: translate3d(-2250px,0,0);
	}
}
.services {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.service {
	float: left;
	width: 23%;
	margin: 1%;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 1px rgba(89, 75, 121, 0.15);
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.service:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.service > *:hover {
	cursor: pointer;
}
.serviceLink:nth-child(5) .service, .serviceLink:nth-child(6) .service, .serviceLink:nth-child(7) .service, .serviceLink:nth-child(8) .service {
    background-color: rgba(255, 255, 255, 0.4);
}
.serviceLink:nth-child(9) .service, .serviceLink:nth-child(10) .service, .serviceLink:nth-child(11) .service, .serviceLink:nth-child(12) .service {
    background-color: rgba(255, 255, 255, 0.6);
}
.service span:first-of-type {
	margin-top: 2em;
}
.service h3 {
	color: #0c0b31;
	font-size: 1.1em;
	font-weight: bold;
}
.service p {
	color: #0c0b31;
	/*text-shadow: 0px 0px 2px #6f6dd8;*/
}
.space {
	margin-top: 1em;
}


/* Services Page */
#hero {
	position: relative;
	background-color: #3c325a;
	text-align: center;
	/*padding: 6em;*/
	height: 20em;
}
#hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../../images/tax.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
#hero .fortune {
    color: #fff;
	position: absolute;
	font-size: 4em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #ffffff;
    letter-spacing: 10px;
    line-height: 100%;
    white-space: nowrap;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
}
#hero .title {
    color: #fff;
	position: absolute;
	font-size: 4em;
	font-weight: 100;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #ffffff;
    letter-spacing: 10px;
    line-height: 100%;
    white-space: nowrap;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#list {
	/*width: 100%;
	max-width: 1280px;
	margin: 0 auto;*/
}

#list .services {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 10px;
}
#list .links {
    text-align: center;
    padding: 30px 0;
    /*border-bottom: 1px solid rgba(85, 184, 196, 0.33);*/
}
#list .link {
	display: inline-block;
	margin: 5px 10px;
}
#list .offerings {
	font-weight: 500;
	text-align: left;
}
#list .offerings .both {
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
}
#list .entry {
	position: relative;
    padding: 35px;
    clear: both;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
#list .entry.default:nth-child(odd) {
	background-color: #dbf1f7;
}
#list .entry.alt:nth-child(even) {
	background-color: #dbf1f7;
}
#list .entry .icon.major {
	margin: 0;
}
.anchor {
	position: absolute;
	top: 0;
	margin-top: -70px;
}
#list .entry .title {
	font-weight: bold;
	font-size: 1.3em;
}
#list .entry .description {
	font-size: 1.1em;
	margin-top: 5px;
}
#list span.icon {
	float: left;
	font-size: 1.5em;
}
#list .text {
	padding-left: 230px;
}
#list .more {
    font-size: 0.8em;
    font-style: italic;
    margin-left: 5px;
}
#list ol {
	margin: 10px;
}
.hidden {
	display: none;
}

#list .all {
	margin-top: 30px;
}
#list .all .short {
	width: 23%;
	margin: 1%;
	float: left;
	text-align: center;
}
#list .all .short span.icon {
	float: none;
	font-size: 1.2em;
    margin: 0 0 10px 0;
}
#list .all .short h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
}
#list .all .short p {
    margin: 0 0 10px 0;
}

section.cta {
	text-align: center;
	background-color: #efefef;
	padding: 40px 0;
}
section.cta.alt {
	background-color: #fff;
}
section.cta div {
	padding: 10px;
	font-size: 3em;
}
section.cta .number a {
	border: 0;
}


section.intro {
	font-size: 1.2em;
	background-color: #efefef;
	padding: 60px 0;
}
.sectionTitle {
	position: relative;
	text-align: center;
    font-size: 3em;
    font-weight: 100;
    padding: 20px 0;
}
section.video {
	background-color: #efefef;
	padding: 60px 0;
}

.videoplayer {
	position: relative;
	float: left;
	width: 48%;
	height: 400px;
	background-color: #333;
}
.fullplayer {
	position: relative;
	height: 800px;
	background-color: #333;
}
.videoplayer i, .fullplayer i {
	position: absolute;
	font-size: 5em;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
}
.aside {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.aside .title {
    font-size: 2.5em;
    font-weight: 100;
    padding: 10px 0;
}
.aside .description {
    font-size: 1.2em;
}

#prep .offerings, #debt .offerings, #bundle .offerings {
	padding: 25px 0;
}
section.others {
	background-color: #efefef;
	padding-bottom: 30px;
}
section.others a {
	text-decoration: none;
	border: 0;
	line-height: 0;
}
section.others .center {
	text-align: center;
}

.package {
	position: relative;
	width: 45%;
	max-width: 500px;
	display: inline-block;
	background-color: #333;
	overflow: hidden;
	border-radius: 3px;
    /* absolute image overflow: http://stackoverflow.com/questions/5736503/how-to-make-css3-rounded-corners-hide-overflow-in-chrome-opera */
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    margin: 0 10px;
}
.package img {
	opacity: 0.5;
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -moz-transition: -moz-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -o-transition: -o-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    -ms-transition: -webkit-transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
    transition: transform 750ms cubic-bezier(.23,1,.32,1), opacity 0.3s ease;
}
.package:hover img {
	opacity: 0.2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.package .content {
	text-align: center;
    position: absolute;
    color: #fff;
	top: 50%;
    left: 50%;
    /*transform: translateX(-50%);*/
    transform: translate(-50%, -50%);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    /* translateY makes it either jitter or backface unclear */
}
.package .content .title {
	font-size: 3em;
    font-weight: bold;
	white-space: nowrap;
	margin-top: 50px;
}
.package .thin {
	font-weight: 100;
	line-height: 100%;
}
.package .thick {
	font-size: 1.2em;
	line-height: 100%;
	margin-top: 10px;
}
.package .tagline {
	font-size: 1.8em;
	font-style: italic;
	font-weight: 100;
    white-space: nowrap;
    margin-top: 60px;
}

#contact .formTitle {
	text-align: left;
    font-size: 2.2em;
    font-weight: 500;
    padding: 30px 0 10px 0;
}
#contact form .center {
	text-align: center;
}
#contact form .half {
	width: 49%;
	display: inline-block;
	margin: 10px 5px;
}
#contact form .whole {
    width: 99%;
    margin: 10px auto;
}
#contact form .partial {
    text-align: left;
    margin: 20px auto;
    width: 99%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

#map {
	position: relative;
	overflow: hidden;
}
.shadow {
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    height: 5px;
    margin-top: -10px;
    z-index: 2;
}
.gmaps {
	display: block;
	height: 50vh;
	pointer-events: none;
}
.gmaps.clicked{
	pointer-events: auto;
}


#about #intro {
	padding: 30px;
	background-color: #efefef;
}
#about #intro .center {
	text-align: center;
}
#about #intro .block {
	width: 47%;
	height: 400px;
	margin: 0 1%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	background-color: #2b479e;
	color: #fff;
	border-radius: 3px;
}
#about #intro .block:first-of-type {
	background-color: #44558a;
}
#about #intro .title {
	font-size: 2em;
	font-weight: bold;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
#about #intro .description {
    font-size: 1.2em;
    padding: 20px 30px;
}
#about #intro .description .spacer {
	margin-top: 10px;
}
#about #intro img {
	width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

#about .photo img {
	height: 100%;
}
#about .name {
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

#about .team {
	padding: 35px;
	position: relative;
}
#about .team .title {
	font-size: 2em;
}
#about .team .list {
    margin-top: 20px;
	padding: 30px;
	text-align: center;
}
#about .team .list .professional {
	display: inline-block;
	width: 33%;
}
#about .team .list .photo {
	height: 280px;
	width: 280px;
	background-color: #ccc;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

#about .credentials {
	padding: 35px;
	background-color: #efefef;
	position: relative;
}
#about .credentials .title {
	font-size: 2em;
}
#about .credentials .list {
    margin-top: 20px;
	padding: 30px;
	text-align: center;
}
#about .credentials .list .cert {
	display: inline-block;
	width: 33%;
    vertical-align: top;
}
#about .credentials .list .photo {
	height: 280px;
	margin: 0 auto;
}
#about .credentials .list .description {
	text-align: left;
	font-style: italic;
	margin: 10px;
}


#preferred #intro {
	padding: 30px;
}
#preferred #intro .section {
	font-size: 1.2em;
	padding: 10px 0;
}

#preferred #introVideo {
	padding: 30px;
	background-color: #efefef;
}

#preferred #chart {
	padding: 30px;
    background: #348cb2 url("../../images/mountains.jpg") bottom left;
    height: 100vh;
    /*text-align: center;*/
    /*font-weight: bold;*/
    color: #1d2a92;
}
#chart .layout {
	text-align: center;
    width: 700px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px #62a3ce;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10%;
}
#chart .choice {
	width: 350px;
	display: inline-block;
}
#chart .choice:first-of-type .header {
	border-right: 1px solid #62a3ce;
}
#chart .choice:first-of-type .content {
	border-right: 1px solid #bac6ec;
}
#chart .header {
    padding: 30px 0;
}
#chart .content {
	background-color: #fff;
	padding: 30px 50px;
}
#chart .title {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px solid #bac6ec;
}
#chart .preferred {
	font-weight: 300;
	font-style: italic;
	margin-right: 3px;
}
#chart .benefits {
	padding: 30px 20px;
	text-align: left;
}
#chart .benefit {
	padding: 3px;
}
#chart .benefit.blank {
	text-align: center;
}


#switch #intro {
	margin-top: 20px;
	margin-bottom: 40px;
}
#switch #intro .title {
	font-size: 3em;
	text-align: center;
}
#switch .content {
	font-size: 1.2em;
	font-weight: 300;
}
#switch .intro {
	background-color: #3a5c71;
	color: #fff;
	padding: 20px 30px;
	position: relative;
}
#switch .intro .title {
	margin-bottom: 20px;
}
#switch .intro .content {
	padding-right: 300px;
}
#switch .callout {
	font-size: 1.8em;
}
#switch .placer {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
#switch #intro .left {
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
#switch #intro .right {
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}
#switch .insert {
	padding: 10px;
	text-align: center;
}
#switch .money {
	background-color: #463f73;
	color: #fff;
	padding: 20px 30px;
	margin-top: 20px;
}
#switch .bonus {
	background-color: #3a5c71;
	color: #fff;
	padding: 20px 30px;
	margin-top: 20px;
}
#switch .results {
	background-color: #e8e8e8;
	color: #463f73;
	margin-top: 20px;
}
#switch .results .panel {
	padding: 15px 25px;
}
#switch .results .panel:nth-of-type(even) {
	background-color: #ddd;
}
#switch #intro .results .panel:nth-of-type(1) .title {
	font-size: 2em;
}
#switch #intro .panel .title {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#switch #process {
	padding: 40px;
	background-color: #efefef;
	color: #3a5c71;
}
#switch #process .title {
	font-size: 2.5em;
	margin-bottom: 20px;
}
#switch #process .step {
	width: 19%;
	background-color: #fefefe;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 1.25%;
}
#switch #process .step:first-of-type {
	margin-left: 0;
}
#switch #process .number {
	font-size: 1.4em;
}
#switch #process .picture {
	padding: 20px 0;
}
#switch #process .picture img {
	width: 100%;
}
#switch #process .description {
	text-align: center;
}