@import url(ssp.css);

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

	.plans {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.plan {
		background-color: rgba(114, 190, 225, 0.07);
		border-radius: 8px;
		padding: 2em;
		flex: 30%; /* Equalize width */
		max-width: 30%; /* Equalize width */
		margin-bottom: 3em;
	}
		
		/* Increases column width at this resolution */
		@media (max-width: 980px) {
			.plan {
				flex: 45%;
				max-width: 45%;
			}
		}
			
		/* Switches to 1 column at this resolution */
		@media (max-width: 600px) {
			.plan {
				flex: 100%;
				max-width: 100%;
			}
		}

		.plan ul {
			list-style: none;
			margin-left: -2em;
			padding-left: 0;
			width: calc(100% + 4em); 
		}

			.plan ul li {
				border-bottom: solid 1px rgba(144, 144, 144, 0.2);
				color: #bbb;
				padding: 1em;
			}

				.plan ul li:first-child {
					border-top: solid 1px rgba(144, 144, 144, 0.2);
				}

			.plan ul strong {
				color: #4b505c;
			}

		.plan .credits_count {
			font-size: 1.8em;
			font-weight: 600;
			margin-bottom: 0.25em;
		}
		
		.plan .price {
			display: block;
			font-size: 3em;
			margin-bottom: 0.25em;
			font-weight: 600;
			color: #5e5e5e;
		}
		
		.plan .credits_rate {
			display: block;
			margin-bottom: 2em;
			font-size: 1em;
			font-weight: 300;
			font-style: italic;
		}
		
		.plan .free_pricing {
			display: block;
			font-size: 2em;
			font-weight: 600;
		}
		
		.plan .enterprise_pricing {
			display: block;
			font-size: 1.5em;
			font-weight: 600;
		}
		
		.plan .enterprise_contact {
			font-size: 1.2em;
			font-style: italic;
		}

		.plan :last-child {
			margin-bottom: 0 !important;
		}
	
/* Grid */

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

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

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

	.row.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 1.35em;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.\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 1.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.\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.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.\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.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.\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.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.\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.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.\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.35em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	}

	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 {
		background-color: #f7f7f7;
		color: #6e6e6e;
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.65;
		letter-spacing: 0.05em;
	}

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

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

		}

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

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

		}

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

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

		}

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

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

			a:hover strong {
				color: inherit !important;
			}

		a.plain {
			border-bottom: none;
		}
		
		a.marginb {
			margin-bottom: 1.5em;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 0.7em 0;
	}

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

	h1 {
		font-size: 3em;
	}
		
		h1.nomargin {
			margin: 0 0 0 0;
		}

	h2 {
		font-size: 2em;
	}
		
		h2.topaligned {
			line-height: 1;
		}
		
		h2.tight {
			margin: 0 0 0.25em 0;
		}

	h3 {
		font-size: 1.5em;
	}

		h3.nomargin {
			margin: 0 0 0 0;
		}
		
		h3.templatecategorylabel {
			line-height: 1.25;
			padding-bottom: 8px;
		}

	h4 {
		font-size: 1.1em;
	}
	
		h4.nomargin {
			margin: 0 0 0 0;
		}
		
		h4.bold {
			font-weight: 600;
		}

	h5 {
		font-size: 0.9em;
	}
	
		h5.nomargin {
			margin: 0 0 0 0;
		}

	h6 {
		font-size: 0.7em;
	}

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

		h1 {
			font-size: 2.5em;
		}

	}

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

		h1 {
			font-size: 1.75em;
		}

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 1.35em;
		}

		h4 {
			font-size: 1em;
		}

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}

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

		h2 {
			font-size: 1.35em;
		}

		h3 {
			font-size: 1.2em;
		}

	}

	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: 0 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;
		}
		
		hr.minor {
			margin: 1.5em 0;
		}
		
		hr.section {
			margin-top: 0em;
			margin-bottom: 1.5em;
		}
		
		hr.tight {
			margin-top: 0em;
			margin-bottom: 0em;
		}

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

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

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

	input, select, textarea {
		color: #5e5e5e;
	}

	a:hover {
		color: #72bee1 !important;
	}

	strong, b {
		color: #5e5e5e;
	}

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

	blockquote {
		border-left-color: #e3e3e3;
	}

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

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

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

/* LaTeX Templates home page categories */
	.templatecategories {
		margin-top: 3em;
	}
	
	.templatecategoryimage {
		border-radius: 20px;
		box-shadow: 0px 0px 10px 0px darkgrey; /* was #e3e3e3 */
		display: inline-block;
		position: relative;
		margin: 8px;
	}
	
		@media (max-width: 600px) {
			.templatecategoryimage {
				border-radius: 10px;
				margin: 0px;
			}
		}
	
		/* The template image */
		.templatecategoryimage img {
			border-radius: 20px !important; /* Rounded corners on image */
			display: block;
			width: 100%;
		}
		
			@media (max-width: 600px) {
				.templatecategoryimage img {
					border-radius: 10px !important; /* Rounded corners on image */
				}
			}
	
		/* Hovering anywhere in the template box */
		.templatecategoryimage:hover {
			box-shadow: 0px 0px 20px 6px darkgrey;
		}

/* 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;
		-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;
		border-radius: 4px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 600;
		height: 3.025em;
		line-height: 3.025em;
		padding: 0 3em;
		text-align: center;
		text-decoration: none;
		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;
			margin-left: -0.35em;
		}

		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.8em;
		}
		
		input[type="submit"].tiny,
		input[type="reset"].tiny,
		input[type="button"].tiny,
		button.tiny,
		.button.tiny {
			margin: 0 0.5em 0 0;
			font-size: 0.6em;
			padding: 0 1em;
			height: auto;
		}

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

		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.35;
		}
		
			.button.big img {
				vertical-align: text-bottom;
			}

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

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

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

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

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.125);
		}

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

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

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

		input[type="submit"].alert,
		input[type="reset"].alert,
		input[type="button"].alert,
		button.alert,
		.button.alert {
			box-shadow: none;
			background-color: rgba(256, 84, 104, 1);
			color: #ffffff !important;
		}

			input[type="submit"].alert:hover,
			input[type="reset"].alert:hover,
			input[type="button"].alert:hover,
			button.alert:hover,
			.button.alert:hover {
				background-color: rgba(256, 84, 104, 0.75);
			}

	input[type="file"] {
		padding-bottom: 12px;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}
	
		form.tight {
			margin: 0 0 0 0;
		}
		

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

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	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,
		input[type="number"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}
	
	/* Vel added range for sliders */
	input[type=range] {
		-webkit-appearance: none; /* Disable webkit styling here so it can be modified separately for webkit below */
		width: 80%;
		vertical-align: middle;
		margin-left: 0px;
		outline: none; /* Remove ugly outline in FF when element clicked */
		background: transparent; /* White above/below slider track in FF without this */
	}
		/* Webkit range track styling */
		input[type=range]::-webkit-slider-runnable-track {
			width: inherit;
			height: 3px;
			background-color: #000000;
		}
		
		/* Webkit range thumb styling */
		input[type=range]::-webkit-slider-thumb {
		    -webkit-appearance: none;
			-webkit-transition: border-color 0.2s ease-in-out;
		    transition: border-color 0.2s ease-in-out;
			border: 1px solid;
		    border-color: #000000;
		    border-radius: 60%;
		    height: 25px;
		    width: 25px;
		    background: #ffffff;
		    margin-top: -11px;
		}

			input[type=range]::-webkit-slider-thumb:hover {
				border-color: #72bee1;
			}

		/* Firefox range track styling */
		input[type=range]::-moz-range-track {
		    width: 100%;
			height: 3px;
			background-color: #000000;
		}
		
		/* Firefox range thumb styling */
		input[type=range]::-moz-range-thumb {
		    -moz-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
			border: 1px solid;
		    border-color: #000000;
		    height: 25px;
		    width: 25px;
		    border-radius: 60%;
		    background: #ffffff;
		}

			input[type=range]::-moz-range-thumb:hover {
				border-color: #72bee1;
			}
		
	.select-wrapper {
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: url('../icons/chevron-down.svg');
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 2.75em;
			width: 2.75em;
		}

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

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

	textarea {
		padding: 0.5em 1em;
	}

		textarea.manualinputform {
			height: 6em;
		}

	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.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: url('../icons/check.svg');
			line-height: 2em; /* Vertical alignment */
		}

	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: #5e5e5e;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	select,
	textarea {
		background: rgba(144, 144, 144, 0.075);
		border-color: #e3e3e3;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="number"]:focus,
		select:focus,
		textarea:focus {
			border-color: #72bee1;
			box-shadow: 0 0 0 1px #72bee1;
		}
		
		input[type="text"]:read-only,
		input[type="password"]:read-only,
		input[type="email"]:read-only,
		input[type="number"]:read-only,
		textarea:read-only {
			background: rgba(144, 144, 144, 0.2);
		}

	.select-wrapper:before {
		color: #e3e3e3;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #6e6e6e;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: #e3e3e3;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #72bee1;
		border-color: #72bee1;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #72bee1;
		box-shadow: 0 0 0 1px #72bee1;
	}

	::-webkit-input-placeholder {
		color: #A5A5A5 !important;
	}

	:-moz-placeholder {
		color: #A5A5A5 !important;
	}

	::-moz-placeholder {
		color: #A5A5A5 !important;
	}

	:-ms-input-placeholder {
		color: #A5A5A5 !important;
	}

	.formerize-placeholder {
		color: #A5A5A5 !important;
	}

/* Icons */

	.icon {
		border-bottom: none; /* Remove link underline if present */
	}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			margin: 0 0 0.75em 0;
		}

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

				.icon.major {
					margin: 0 0 1em 0;
				}
			}

		.icon.doneafterclick {
			color: green;
		}
		
		.icon.clickable {
			cursor: pointer;
		}
		
	.svgicon {
		display: inline-block;
		padding-left: 0.1em;
	}
	
		.svgicon > .large {
			width: 24px;
			height: 24px;
			transform: translateY(0.15em); /* Pull slightly down */
		}
		
		.svgicon > .medium {
			width: 20px;
			height: 20px;
			transform: translateY(0.1em); /* Pull slightly down */
		}
	
		.svgicon > .small {
			width: 16px;
			height: 16px;
			transform: translateY(0.15em); /* Pull slightly down */
		}
		
		.svgicon > .tiny {
			width: 14px;
			height: 14px;
			transform: translateY(0.1em); /* Pull slightly down */
		}

/* Image */

	.image {
		display: inline-block;
		position: relative;
	}

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

		.image.border {
			border-style: solid;
			border-width: 1px;
		}
		
		.image.clickable {
			cursor: pointer;
		}

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

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

		.image.left {
			float: left;
			margin: 0 1.75em 1.25em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 1.25em 1.75em;
			top: 0.25em;
		}

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

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

			.image.fit .border {
				border: 1px solid grey;
			}

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

			}

/* Lists */

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

		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;
			margin: 0 0 0 0;
		}

			ul.icons li {
				display: inline;
				padding: 0 0.3em 0 0;
			}

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

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

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

			/* Left menu items */
			ul.actions.vertical {
				margin-bottom: 0.25em; /* Spacing under the list */
			}

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

				ul.actions.vertical li:first-child {
					padding-top: 0.5em;
				}
				
				ul.actions.vertical li > * {
					margin-bottom: 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 li > *.icon:before {
								margin-left: -2em;
							}

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

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

			}

		ul.grid-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;
			border-style: solid;
			border-width: 1px;
			border-left-width: 0;
			list-style: none;
			padding: 0;
		}

			ul.grid-icons li {
				-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-style: solid;
				border-width: 0;
				border-left-width: 1px;
				border-top-width: 1px;
				min-height: 13em;
				padding: 0 10px 0px 10px;
				text-align: center;
				width: 50%;
			}

				ul.grid-icons li:nth-child(1), ul.grid-icons li:nth-child(2) {
					border-top-width: 0;
				}

				ul.grid-icons li:nth-child(2n - 1) {
					border-left-width: 0;
				}

				ul.grid-icons li > .inner {
					width: 100%;
				}

					ul.grid-icons li > .inner .icon {
						margin: 0;
						padding-bottom: 8px;
					}

					ul.grid-icons li > .inner h3 {
						font-size: 1em;
						font-weight: 600;
						margin: 0;
					}

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

				ul.grid-icons li {
					min-height: 11em;
				}

			}

		ul.faces {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			list-style: none;
			margin: 3.5em 0;
			padding: 0;
		}

			ul.faces:last-child {
				margin-bottom: 2em;
			}

			ul.faces li {
				-moz-flex: 1;
				-webkit-flex: 1;
				-ms-flex: 1;
				flex: 1;
				border-style: solid;
				border-left-width: 1px;
				margin-left: 3em;
				padding: 0;
				padding-left: 3em;
			}

				ul.faces li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				ul.faces li h3 {
					font-size: 1em;
					font-weight: 600;
				}

				ul.faces li .image {
					margin: 0 0 2em 0;
				}

					ul.faces li .image img {
						border-radius: 100%;
					}

				ul.faces li p {
					font-style: italic;
				}

				ul.faces li > :last-child {
					margin-bottom: 0;
				}

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

				ul.faces {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					ul.faces li {
						border-left-width: 0;
						border-top-width: 1px;
						margin-left: 0;
						padding-left: 0;
						margin-top: 3em;
						padding-top: 3em;
						-ms-flex: 0 1 auto;
					}

						ul.faces li:first-child {
							border-top-width: 0;
							margin-top: 0;
							padding-top: 0;
						}

			}

		ul.major-icons {
			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;
			list-style: none;
			margin: 3em 0;
			padding: 0;
		}

			ul.major-icons:last-child {
				margin-bottom: 2em;
			}

			ul.major-icons li {
				display: inline-block;
				border-style: solid;
				border-left-width: 1px;
				min-width: 15em;
				padding: 0;
			}

				ul.major-icons li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				ul.major-icons li h3 {
					font-size: 0.8em;
				}

				ul.major-icons li > :last-child {
					margin-bottom: 0;
				}

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

				ul.major-icons {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					ul.major-icons li {
						min-width: 0;
						width: 100%;
						border-left-width: 0;
						border-top-width: 1px;
						margin: 2em 0 0 0;
						padding: 2em 0 0 0;
					}

						ul.major-icons li:first-child {
							border-top: 0;
							margin-top: 0;
							padding-top: 0;
						}

						ul.major-icons li h3 {
							font-size: 1em;
						}

			}

		ul.joined-icons {
			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;
			list-style: none;
			padding: 0;
			margin: 0;
		}

			ul.joined-icons li {
				border-style: solid;
				border-width: 1px;
				border-left-width: 0;
				padding: 0;
			}

				ul.joined-icons li a {
					display: block;
					width: 2em;
					height: 2em;
					line-height: 1.75em;
				}

				ul.joined-icons li:first-child {
					border-left-width: 1px;
					border-top-left-radius: 4px;
					border-bottom-left-radius: 4px;
				}

				ul.joined-icons li:last-child {
					border-top-right-radius: 4px;
					border-bottom-right-radius: 4px;
				}
				
		ul.top-menu {
			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;
			list-style: none;
			padding: 0;
		}

			ul.top-menu li {
				border-style: solid;
				border-width: 1px;
				border-left-width: 0;
				padding: 0;
			}

				/* The top menu buttons */
				ul.top-menu li span {
					display: block;
					border-radius: 0px;
					margin: 0;
					box-shadow: none;
				}

				ul.top-menu li:first-child {
					border-left-width: 1px;
					border-top-left-radius: 4px;
					border-bottom-left-radius: 4px;
				}

				ul.top-menu li:last-child {
					border-top-right-radius: 4px;
					border-bottom-right-radius: 4px;
				}
				
			@media screen and (max-width: 736px) {

				ul.top-menu {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column; /* Stack the menu vertically */
				}
		
					ul.top-menu li {
						border-width: 1px;
						border-top-width: 0px;
					}
		
						ul.top-menu li:first-child {
							border-radius: 0px;
							border-top-width: 1px;
						}
		
						ul.top-menu li:last-child {
							border-radius: 0px;
						}
			}
		
		ul.latextemplatepreview {
			margin: 0;
			white-space: nowrap;
			overflow-x: auto;
			padding: 0 0 1em;
		}
		
			ul.latextemplatepreview li {
				display: inline;
				padding-left: 0;
				padding-right: 0.75em;
			}
				
				ul.latextemplatepreview img {
					height: 550px;
				}
				
					@media (max-width: 600px) {
						ul.latextemplatepreview img {
							height: 250px;
						}
					}

	dl {
		margin: 0 0 2em 0;
	}

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

		dl dd {
			margin-left: 2em;
		}

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

	ul.grid-icons {
		border-color: #e3e3e3;
	}

		ul.grid-icons li {
			border-color: #e3e3e3;
		}

	ul.faces li {
		border-color: #e3e3e3;
	}

	ul.major-icons li {
		border-color: #e3e3e3;
	}

	ul.joined-icons li {
		border-color: #e3e3e3;
	}

		ul.joined-icons li a {
			color: #A5A5A5;
		}
		
	ul.top-menu li {
		border-color: #e3e3e3;
	}

/* Section/Article */

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

	header p {
		position: relative;
		margin: 0 5em 1em 5em;
		color: #A5A5A5;
		font-size: larger;
	}
	
		@media screen and (max-width: 736px) {
			header p {
				margin: 0 2em 0 2em;
			}
		}

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

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
	}

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

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
		.table-wrapper.pricing {
			font-size: x-large;
		}

		@media screen and (max-width: 980px) {
			.table-wrapper.pricing {
				font-size: large;
			}
		}

		@media screen and (max-width: 736px) {
			.table-wrapper.pricing {
				font-size: medium;
			}
		}

	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: 300;
			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.small {
			font-size: 90%;
		}

	table tbody tr {
		border-color: #e3e3e3;
	}

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

	table th {
		color: #5e5e5e;
	}

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

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

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

/* Banner */

	.banner {
		background-color: #4a4a4a;
		color: #ffffff;
		padding: 7em 0 5em 0;
		/* Sites use the same filename for the banner image */
		background-image: -moz-linear-gradient(to top, rgba(74,74,74,0.50), rgba(74,74,74,0.50)), url("../../images/typesetting.jpg");
		background-image: -webkit-linear-gradient(to top, rgba(74,74,74,0.50), rgba(74,74,74,0.50)), url("../../images/typesetting.jpg");
		background-image: -ms-linear-gradient(to top, rgba(74,74,74,0.50), rgba(74,74,74,0.50)), url("../../images/typesetting.jpg");
		background-image: linear-gradient(to top, rgba(74,74,74,0.50), rgba(74,74,74,0.50)), url("../../images/typesetting.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		text-align: center;
	}

		.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 1px #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 {
				background-color: rgba(255, 255, 255, 0.075);
				color: #ffffff !important;
			}

			.banner input[type="submit"]:active,
			.banner input[type="reset"]:active,
			.banner input[type="button"]:active,
			.banner button:active,
			.banner .button:active {
				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: #4a4a4a !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 h2 {
			font-size: 2.5em;
			margin: 0 0 1em 0;
		}

		.banner > * {
			-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;
			opacity: 1;
		}

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

			.banner {
				padding: 5em 0 3em 0 ;
			}

				.banner h2 {
					font-size: 2em;
				}

		}

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

			.banner {
				padding: 8em 3em 6em 3em ;
			}

		}

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

			.banner {
				padding: 4em 3em 2em 3em ;
			}

				.banner h2 {
					font-size: 1.75em;
				}

		}

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

			.banner {
				padding: 4em 2em 2em 2em ;
			}

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

		}

		body.is-loading .banner > * {
			opacity: 0;
		}

/* Wrapper */

	.wrapper {
		padding: 5em 5em 3em 5em ;
		position: relative;
	}

		.wrapper.style1 {
			background-color: #72bee1;
			color: #ffffff;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #ffffff;
			}

			.wrapper.style1 a:hover {
				color: #ffffff !important;
			}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 blockquote {
				border-left-color: #ffffff;
			}

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

			.wrapper.style1 hr {
				border-bottom-color: #ffffff;
			}

			.wrapper.style1 .box {
				border-color: #ffffff;
			}

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

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

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

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

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 input[type="number"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: #ffffff;
			}

				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 input[type="number"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #ffffff;
					box-shadow: 0 0 0 1px #ffffff;
				}

			.wrapper.style1 .select-wrapper:before {
				color: #ffffff;
			}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #ffffff;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: #ffffff;
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #72bee1;
			}

			.wrapper.style1 input[type="checkbox"]:focus + label:before,
			.wrapper.style1 input[type="radio"]:focus + label:before {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style1 .icon.major:before {
				color: #ffffff;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: #ffffff;
			}

			.wrapper.style1 ul.grid-icons {
				border-color: #ffffff;
			}

				.wrapper.style1 ul.grid-icons li {
					border-color: #ffffff;
				}

			.wrapper.style1 ul.faces li {
				border-color: #ffffff;
			}

			.wrapper.style1 ul.major-icons li {
				border-color: #ffffff;
			}

			.wrapper.style1 ul.joined-icons li {
				border-color: #ffffff;
			}

				.wrapper.style1 ul.joined-icons li a {
					color: #ffffff;
				}

			.wrapper.style1 header p {
				color: #ffffff;
			}

			.wrapper.style1 table tbody tr {
				border-color: #ffffff;
			}

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

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-bottom-color: #ffffff;
			}

			.wrapper.style1 table tfoot {
				border-top-color: #ffffff;
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: #ffffff;
			}

		.wrapper.style2 {
			background-color: #63b6b5;
			color: #ffffff;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #ffffff;
			}

			.wrapper.style2 a:hover {
				color: #ffffff !important;
			}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #ffffff;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}

			.wrapper.style2 blockquote {
				border-left-color: #ffffff;
			}

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

			.wrapper.style2 hr {
				border-bottom-color: #ffffff;
			}

			.wrapper.style2 .box {
				border-color: #ffffff;
			}

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

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

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

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

			.wrapper.style2 label {
				color: #ffffff;
			}

			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 input[type="number"],
			.wrapper.style2 select,
			.wrapper.style2 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: #ffffff;
			}

				.wrapper.style2 input[type="text"]:focus,
				.wrapper.style2 input[type="password"]:focus,
				.wrapper.style2 input[type="email"]:focus,
				.wrapper.style2 input[type="number"]:focus,
				.wrapper.style2 select:focus,
				.wrapper.style2 textarea:focus {
					border-color: #ffffff;
					box-shadow: 0 0 0 1px #ffffff;
				}

			.wrapper.style2 .select-wrapper:before {
				color: #ffffff;
			}

			.wrapper.style2 input[type="checkbox"] + label,
			.wrapper.style2 input[type="radio"] + label {
				color: #ffffff;
			}

				.wrapper.style2 input[type="checkbox"] + label:before,
				.wrapper.style2 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: #ffffff;
				}

			.wrapper.style2 input[type="checkbox"]:checked + label:before,
			.wrapper.style2 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #63b6b5;
			}

			.wrapper.style2 input[type="checkbox"]:focus + label:before,
			.wrapper.style2 input[type="radio"]:focus + label:before {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}

			.wrapper.style2 ::-webkit-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style2 :-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style2 ::-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style2 :-ms-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style2 .formerize-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style2 .icon.major:before {
				color: #ffffff;
			}

			.wrapper.style2 ul.alt li {
				border-top-color: #ffffff;
			}

			.wrapper.style2 ul.grid-icons {
				border-color: #ffffff;
			}

				.wrapper.style2 ul.grid-icons li {
					border-color: #ffffff;
				}

			.wrapper.style2 ul.faces li {
				border-color: #ffffff;
			}

			.wrapper.style2 ul.major-icons li {
				border-color: #ffffff;
			}

			.wrapper.style2 ul.joined-icons li {
				border-color: #ffffff;
			}

				.wrapper.style2 ul.joined-icons li a {
					color: #ffffff;
				}

			.wrapper.style2 header p {
				color: #ffffff;
			}

			.wrapper.style2 table tbody tr {
				border-color: #ffffff;
			}

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

			.wrapper.style2 table th {
				color: #ffffff;
			}

			.wrapper.style2 table thead {
				border-bottom-color: #ffffff;
			}

			.wrapper.style2 table tfoot {
				border-top-color: #ffffff;
			}

			.wrapper.style2 table.alt tbody tr td {
				border-color: #ffffff;
			}

		.wrapper.style3 {
			background-color: #e78e84;
			color: #ffffff;
		}

			.wrapper.style3 input, .wrapper.style3 select, .wrapper.style3 textarea {
				color: #ffffff;
			}

			.wrapper.style3 a:hover {
				color: #ffffff !important;
			}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

			.wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}

			.wrapper.style3 blockquote {
				border-left-color: #ffffff;
			}

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

			.wrapper.style3 hr {
				border-bottom-color: #ffffff;
			}

			.wrapper.style3 .box {
				border-color: #ffffff;
			}

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

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

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

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

			.wrapper.style3 label {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 input[type="number"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background: rgba(255, 255, 255, 0.075);
				border-color: #ffffff;
			}

				.wrapper.style3 input[type="text"]:focus,
				.wrapper.style3 input[type="password"]:focus,
				.wrapper.style3 input[type="email"]:focus,
				.wrapper.style3 input[type="number"]:focus,
				.wrapper.style3 select:focus,
				.wrapper.style3 textarea:focus {
					border-color: #ffffff;
					box-shadow: 0 0 0 1px #ffffff;
				}

			.wrapper.style3 .select-wrapper:before {
				color: #ffffff;
			}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #ffffff;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: #ffffff;
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #e78e84;
			}

			.wrapper.style3 input[type="checkbox"]:focus + label:before,
			.wrapper.style3 input[type="radio"]:focus + label:before {
				border-color: #ffffff;
				box-shadow: 0 0 0 1px #ffffff;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #ffffff !important;
			}

			.wrapper.style3 .icon.major:before {
				color: #ffffff;
			}

			.wrapper.style3 ul.alt li {
				border-top-color: #ffffff;
			}

			.wrapper.style3 ul.grid-icons {
				border-color: #ffffff;
			}

				.wrapper.style3 ul.grid-icons li {
					border-color: #ffffff;
				}

			.wrapper.style3 ul.faces li {
				border-color: #ffffff;
			}

			.wrapper.style3 ul.major-icons li {
				border-color: #ffffff;
			}

			.wrapper.style3 ul.joined-icons li {
				border-color: #ffffff;
			}

				.wrapper.style3 ul.joined-icons li a {
					color: #ffffff;
				}

			.wrapper.style3 header p {
				color: #ffffff;
			}

			.wrapper.style3 table tbody tr {
				border-color: #ffffff;
			}

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

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-bottom-color: #ffffff;
			}

			.wrapper.style3 table tfoot {
				border-top-color: #ffffff;
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: #ffffff;
			}

		.wrapper.spotlight {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;
			padding: 0;
		}

			.wrapper.spotlight > * {
				margin: 0;
			}

				.wrapper.spotlight > * > * {
					-ms-flex: 0 1 auto;
				}

			.wrapper.spotlight > :first-child {
				width: 60%;
			}

			.wrapper.spotlight > :last-child {
				width: 40%;
			}

				.wrapper.spotlight.equalwidth > :first-child {
					width: 50%;
					padding: 3em 2.5em 3em 5em;
				}

				.wrapper.spotlight.equalwidth > :last-child {
					width: 50%;
					padding: 3em 5em 3em 2.5em;
				}

			.wrapper.spotlight > .content {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				padding: 3em 5em 3em 5em;
			}

				/* Top align spotlight content */
				.wrapper.spotlight > .content.span {
					-moz-align-items: flex-start;
					-webkit-align-items: flex-start;
					-ms-align-items: flex-start;
					align-items: flex-start;
				}

			.wrapper.spotlight > .grid-icons {
				border-width: 0px;
				border-left-width: 1px;
			}

			.wrapper.spotlight > .image {
				border-radius: 0;
				background-repeat: no-repeat;
				background-position: center;
				background-size: cover;
				display: block;
			}

			.wrapper.spotlight.alt {
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
			}

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

			.wrapper {
				padding: 4em 4em 2em 4em;
			}

				.wrapper.spotlight.equalwidth > :first-child {
					width: 100%;
					padding: 4em 4em 2em 4em;
				}

				.wrapper.spotlight.equalwidth > :last-child {
					width: 100%;
					padding: 4em 4em 2em 4em;
				}

				.wrapper.spotlight > .content {
					padding: 2.5em 4em 2.5em 4em ;
				}

		}

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

			.wrapper.spotlight {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				text-align: center;
			}

				.wrapper.spotlight.equalwidth > :first-child {
					width: 100%;
					padding: 4em 4em 2em 4em;
				}

				.wrapper.spotlight.equalwidth > :last-child {
					width: 100%;
					padding: 4em 4em 2em 4em;
				}

				.wrapper.spotlight > :first-child {
					width: 100%;
				}

				.wrapper.spotlight > :last-child {
					width: 100%;
				}

				.wrapper.spotlight > .grid-icons {
					border-width: 0px;
					border-top-width: 1px;
				}

				.wrapper.spotlight > .content + .image {
					-moz-order: -1;
					-webkit-order: -1;
					-ms-order: -1;
					order: -1;
				}

				.wrapper.spotlight > .image {
					height: 40em;
					max-height: 50vh;
				}

				.wrapper.spotlight.alt {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

		}

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

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

				.wrapper.spotlight.equalwidth > :first-child {
					width: 100%;
					padding: 3em 3em 1em 3em;
				}

				.wrapper.spotlight.equalwidth > :last-child {
					width: 100%;
					padding: 3em 3em 1em 3em;
				}

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

		}

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

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

				.wrapper.spotlight.equalwidth > :first-child {
					width: 100%;
					padding: 3em 2em 1em 2em;
				}

				.wrapper.spotlight.equalwidth > :last-child {
					width: 100%;
					padding: 3em 2em 1em 2em;
				}

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

		}

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

	body {
		padding-top: 8em;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background: #ffffff;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.075);
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		padding: 0 2em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

		/* Logo in the header of the homepage */
		#header > .logo {
			display: inline-block;
			margin: 0;
			width: 7.5em;
			border: 0;
			line-height: 4em; /* Vertical alignment */
		}
		
		/* Site name in the header of all pages where a logo isn't used */
		#header > .sitename {
			display: inline-block;
			margin: 0;
			white-space: nowrap;
		}

			#header > .sitename:before {
				font-size: 1em;
				font-size: 16px;
				margin-left: -1em;
				margin-right: 0.75em;
			}

		#header > nav {
			width: 100%;
			text-align: right;
		}

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

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

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

					#header > nav > ul > li a {
						color: inherit;
						border: 0;
						padding: 0.35em 0.75em;
						border-radius: 4px;
					}

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

					#header > nav > ul > li.dropotron-active a {
						color: inherit !important;
						background-color: rgba(144, 144, 144, 0.075);
					}

					#header > nav > ul > li.active a {
						color: #5e5e5e;
						font-weight: 600;
						position: relative;
					}

						#header > nav > ul > li.active a:after {
							-moz-transition: background-color 0.2s ease-in-out;
							-webkit-transition: background-color 0.2s ease-in-out;
							-ms-transition: background-color 0.2s ease-in-out;
							transition: background-color 0.2s ease-in-out;
							background-color: #e3e3e3;
							border-radius: 0.175em;
							bottom: -0.05em;
							content: '';
							height: 0.175em;
							left: 0.5em;
							position: absolute;
							width: calc(100% - 1em);
						}

						#header > nav > ul > li.active a:hover:after {
							background-color: #72bee1;
						}

		#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 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background-color: transparent;
			box-shadow: none;
			height: 8em;
			position: absolute;
		}

			#header.alt > .logo {
				display: none;
			}
			
			#header.alt > .sitename {
				display: none;
			}

			#header.alt > nav {
				text-align: center;
			}

				#header.alt > nav > ul > li {
					margin-left: 1.5em;
				}

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

			#header > nav > ul > li {
				margin-left: 0.5em;
			}

			#header.alt > nav > ul > li {
				margin-left: 1em;
			}

		}

	.dropotron {
		background: #fff;
		border-radius: 4px;
		box-shadow: 0 0.05em 0.175em 0 rgba(0, 0, 0, 0.1);
		list-style: none;
		margin-top: -0.75em;
		min-width: 10em;
		padding: 0.75em 0;
	}

		.dropotron li {
			padding: 0;
		}

			.dropotron li a {
				-moz-transition: none !important;
				-webkit-transition: none !important;
				-ms-transition: none !important;
				transition: none !important;
				border: 0;
				box-shadow: inset 0 1px 0 0 rgba(144, 144, 144, 0.075);
				color: inherit;
				display: block;
				line-height: 2.25em;
				padding: 0 1em;
			}

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

			.dropotron li.active > a, .dropotron li:hover > a {
				background: #72bee1;
				color: #ffffff !important;
			}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin-top: 0.75em;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #fff;
				content: '';
				display: block;
				height: 0.75em;
				position: absolute;
				left: 50%;
				top: -0.375em;
				width: 0.75em;
				margin-left: -0.375em;
				box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.075);
				box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.05);
			}

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

		body {
			padding-top: 6em;
		}

		#header.alt {
			height: 6em;
		}

	}

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

		body {
			padding-top: 0;
		}

		#header {
			display: none;
		}

	}

/* Main */

	#main {
		background-color: #ffffff;
		border-radius: 1.5em;
		margin: 0 auto;
		width: 70em;
		max-width: calc(100% - 4em);
	}

		#main > header {
			padding: 4em 0 2em 0 ;
			text-align: center;
		}

			#main > header > a {
				border-bottom: none;
			}

			#main > header .logo {
				-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease-in-out;
				-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease-in-out;
				-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease-in-out;
				transition: transform 0.5s ease, opacity 0.5s ease-in-out;
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
				margin: 0 auto 2em auto;
				width: 35%;
			}
			
			
			#main > header .logo.latextypesetting {
				width: 10%;
				margin: 0;
			}

				@media screen and (max-width: 980px) {
					#main > header .logo.latextypesetting {
						width: 15%;
						margin: 0;
					}
				}

				@media screen and (max-width: 736px) {
					#main > header .logo.latextypesetting {
						width: 20%;
						margin: 0;
					}
				}

			#main > header .logo + h1 {
				-moz-transition: opacity 0.5s ease-in-out;
				-webkit-transition: opacity 0.5s ease-in-out;
				-ms-transition: opacity 0.5s ease-in-out;
				transition: opacity 0.5s ease-in-out;
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
				/*font-size: 1.35em;*/
				opacity: 1;
			}

		#main > #content {
			padding-top: 0;
		}

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

			#main {
				border-radius: 0;
				max-width: 100%;
			}

				#main > header {
					padding: 5em 0 3em 0 ;
				}

		}

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

			#main > header {
				padding: 4em 0 2em 0 ;
			}
			
			#main > header .logo {
				margin: 0 auto 1em auto;
				width: 50%;
			}
		}

		body.is-loading #main > header .logo {
			-moz-transform: translateY(1em);
			-webkit-transform: translateY(1em);
			-ms-transform: translateY(1em);
			transform: translateY(1em);
			opacity: 0;
		}

		body.is-loading #main > header .logo + h1 {
			opacity: 0;
		}

/* Footer */

	#footer {
		padding: 5em 5em 3em 5em ;
		margin: 0 auto;
		text-align: center;
		width: 70em;
		max-width: calc(100% - 4em);
	}

		#footer .copyright {
			color: #A5A5A5;
			margin: 4em 0 2em 0;
		}

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

			#footer {
				padding: 4em 4em 2em 4em ;
			}

		}

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

			#footer {
				max-width: 100%;
			}

		}

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

			#footer {
				padding: 3em 3em 1em 3em ;
			}

		}

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

			#footer {
				padding: 2em 2em 0.1em 2em ;
			}

		}

/* Navigation Panel */

	#navPanel {
		-moz-transform: translateX(-20em);
		-webkit-transform: translateX(-20em);
		-ms-transform: translateX(-20em);
		transform: translateX(-20em);
		-moz-transition: -moz-transform 0.3s ease, box-shadow 0.3s ease, visibility 0.3s;
		-webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease, visibility 0.3s;
		-ms-transition: -ms-transform 0.3s ease, box-shadow 0.3s ease, visibility 0.3s;
		transition: transform 0.3s ease, box-shadow 0.3s ease, visibility 0.3s;
		-webkit-overflow-scrolling: touch;
		background-color: #ffffff;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
	}

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

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

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

			#navPanel .link.depth-0 {
				font-weight: 600;
				color: #5e5e5e !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: #A5A5A5;
			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 {
				content: url('../icons/x.svg');
				width: 4em;
				height: 4em;
				line-height: 4em;
				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: 5em;
					line-height: 5em;
				}

			}

		#navPanel.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0.075em 0 0.25em 0 rgba(0, 0, 0, 0.1);
			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;
				}

		}

	#navButton {
		display: none;
		height: 4em;
		left: 0;
		position: fixed;
		top: 0;
		width: 6em;
		z-index: 10001;
	}

		#navButton .toggle {
			text-decoration: none;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			outline: 0;
			border: 0;
		}

			#navButton .toggle:before {
				background: rgba(103, 107, 113, 0.5);
				border-radius: 4px;
				content: url('../icons/menu.svg');
				display: block;
				height: 2.25em;
				left: 0.5em;
				line-height: 3em;
				position: absolute;
				text-align: center;
				top: 0.5em;
				width: 3.5em;
			}

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

			#navButton {
				display: block;
			}

		}

/* Notice boxes */
.noticebox {
	border-radius: 4px; /* Rounded corners */
	margin: auto; /* Center the div block on the page */
	text-align: center;
	display: table; /* Makes the box only as wide as the content + padding (rather than being full page width) */
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px; /* Whitespace above the box */
    margin-bottom: 20px; /* Whitespace below the box */
    line-height: 1; /* Ensure a single line height for text */
}
	.noticebox.compact {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	/* Error box */
	.noticebox[type="error"] {
		background-color: rgba(224, 114, 134, 0.1); /* Background color of the box */
		border: 1px solid rgba(224, 114, 134, 1); /* Outline */
		color: rgba(224, 114, 134, 1); /* Font colour */
		font-size: large;
	}
	
	/* Success box */
	.noticebox[type="success"] {
		background-color: rgba(114, 224, 149, 0.075); /* Background color of the box */
		border: 1px solid rgba(114, 224, 149, 1); /* Outline */
		color: rgba(114, 224, 149, 1); /* Font colour */
		font-size: large;
	}
	
	/* Information box */
	.noticebox[type="info"] {
		background-color: rgba(251, 184, 41, 0.05); /* Background color of the box */
		border: 1px solid rgba(251, 184, 41, 1); /* Outline */
		color: rgba(251, 184, 41, 1); /* Font colour */
	}

	/* Report issue box */
	.noticebox[type="reportissue"] {
		font-size: 80%;
		background-color: rgba(114, 190, 225, 0.075); /* Background color of the box */
		border: 1px solid rgba(114, 190, 225, 1); /* Outline */
		color: rgba(114, 190, 225, 1); /* Font colour */
		opacity: 0.7; /* Faded so it's not annoying to users */
	}
		.noticebox[type="reportissue"]:hover {
			opacity: 1;
		}

/* Report issue overlay */
.reportissue {
	position: fixed; /* Always in one place */
	bottom: 0px;
	right: 20px;
	z-index: 100; /* On top of all other elements */
}

/* Text input boxes with icon to the right */
div.inputlocks {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex; /* Text box and lock icon button side by side */
}

	div.inputlocks input, div.inputlocks textarea {
		border-top-right-radius: 0px; /* Rectangular border on the top right side */
		border-bottom-right-radius: 0px; /* Rectangular border on the bottom right side */
		border-right-width: 0; /* Disable border that's up against the lock box */
	}
	
		div.inputlocks input:focus + span, div.inputlocks textarea:focus + span { /* Coloured border around both when text box selected */
			border-color: #72bee1;
			box-shadow: 0 0 0 1px #72bee1;
		}
	
		div.inputlocks input[type="radio"] + label {
			line-height: 2.75em; /* Centres the icon vertically */
			margin-bottom: 0; /* Removes the default bottom margin */
		}
		
		div.inputlocks input[type="radio"] + label:before {
			top: 0.55em; /* Calculated as (line height 2.75em - circle height 1.65em) / 2 = 0.55 */
		}
		
		div.inputlocks input.nolocks, div.inputlocks textarea.nolocks {
			border-right-width: 1px; /* Restore border that's up against the lock box */
			border-top-right-radius: 4px; /* Rounded border on the top right side */
			border-bottom-right-radius: 4px; /* Rounded border on the bottom right side */
		}
		
	span.inputinfo {
		font-size: smaller;
	}
	
	/* Lock box and icon to the right of variable inputs */
	div.inputlocks span {
		border: solid 1px;
		padding: 0 0.8em; /* Padding around the icon */
		border-radius: 4px;
		border-top-left-radius: 0px; /* Rectangular border on the left side */
		border-bottom-left-radius: 0px; /* Rectangular border on the left side */
		border-color: #e3e3e3;
		display: flex;
		align-items: center; /* Vertically center icons no matter the height of the element */
	}
	
		div.inputlocks span.nolocks {
			display: none;
		}
	
		/* Used for lock icons for radio inputs */
		div.inputlocks span.inputradio {
			border-top-left-radius: 4px; /* Rectangular border on the left side */
			border-bottom-left-radius: 4px; /* Rectangular border on the left side */
		}

/* Styling for each set of manual entry input variables */
section.manualinputsset {
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 10%;
	border-radius: 6px;
	position: relative; /* Required for absolute positioning of the delete icon within */
}
	
	/* Styling for multi-group input sets */
	section.multigroup {
		border: 1px solid #e3e3e3;
		margin-bottom: 40px;
		margin-top: 30px;
	}
	
 	/* Styling for each row containing a label and input box/other */
 	section.manualinputsset .inputrow {
	 	text-align: right;
	 	line-height: 2.75em; /* 2.75em is the same as the height of input[type="text"] */
 	}
 		
 		/* Styling for the variable name label in the input row */	
 		section.manualinputsset .inputrow .inputlabel {
	 		display: inline-block;
	 		vertical-align: middle;
	 		line-height: normal;
 		}
 	
 	
	/* Styling for the delete input set drawer (closed) */
	section.manualinputsset .deleteinputset {
		position: absolute;
		left: 100%; /* Offset from the left */
		bottom: 25%; /* Offset from the bottom */
		height: 50%;
		width: 10px; /* Width of the drawer when closed */
		background-color: rgba(224, 114, 134, 0.5);
		border-radius: 0px 10px 10px 0px; /* Rounded corners */
		font-size: 0pt; /* Hide the icon */
		display: flex; /* Required for vertically positioning the icon */
		align-items: center; /* Centre the icon vertically */
		justify-content: center; /* Centre the icon horizontally */
	}
		
		/* Styling for the delete input set drawer (open) */
		section.manualinputsset .deleteinputset:hover {
			width: 20px; /* Width of the drawer when open */
			background-color: rgba(224, 114, 134, 1); /* Darken the colour on pulldown */
			color: white; /* Colour of the icon */
			font-size: 10pt; /* Show the icon and set its size */
		}
		
		.deleteinputsetexample {
			background-color: rgba(224, 114, 134, 0.5);
			border-radius: 10px 10px 0px 0px;
			padding-left: 4px;
			padding-right: 4px;
		}
	
	/* Styling for the add input set drawer (closed) */
	section.manualinputsset .addinputset {
		position: absolute;
		right: 40%; /* Offset from the right */
		top: 100%; /* Offset from the top */
		height: 10px; /* Height of drawer when closed */
		width: 20%;
		background-color: rgba(114, 224, 149, 0.5);
		border-radius: 0px 0px 10px 10px; /* Rounded corners */
		line-height: 18px; /* The line height for vertically centering icon */
		text-align: center; /* Centre the icon horizontally */
		font-size: 0pt; /* Hide the icon */
	}
		
		/* Styling for the add input set drawer (open) */
		section.manualinputsset .addinputset:hover, section.manualinputsset .addinputset:focus {
			height: 20px; /* Height of pulldown when open */
			background-color: rgba(114, 224, 149, 1); /* Darken the colour on pulldown */
			color: white; /* Colour of the icon */
			font-size: 10pt; /* Show the icon and set its size */
		}
		
		.addinputsetexample {
			background-color: rgba(114, 224, 149, 0.5);
			border-radius: 10px 10px 0px 0px;
			padding-left: 4px;
			padding-right: 4px;
		}
		
	/* Styling for the move input set drawer (closed) */
	section.manualinputsset .moveinputset {
		position: absolute;
		right: 100%; /* Offset from the right */
		bottom: 25%; /* Offset from the bottom */
		height: 50%;
		width: 10px; /* Width of the drawer when closed */
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 10px 0px 0px 10px; /* Rounded corners */
		font-size: 0pt; /* Hide the icon */
		display: flex; /* Required for vertically positioning the icons */
		flex-flow: wrap; /* Force icons to wrap so they are on top of each other rather than side by side */
		/*flex-direction: column; /* Uncomment this and comment the above to modify how icons are vertically aligned */
		align-items: center; /* Centre the icons vertically */
		justify-content: center; /* Centre the icons horizontally */
	}
		
		/* Styling for the move input set drawer (open) */
		section.manualinputsset .moveinputset:hover {
			width: 20px; /* Width of the drawer when open */
			background-color: rgba(0, 0, 0, 1); /* Darken the colour on pulldown */
			color: white; /* Colour of the icons */
			font-size: 10pt; /* Show the icons and set their size */
		}
		
		.moveinputsetexample {
			background-color: rgba(0, 0, 0, 0.5);
			border-radius: 10px 10px 0px 0px;
			color: white;
			padding-left: 4px;
			padding-right: 4px;
		}
		
	@media screen and (max-width: 736px) {
		section.manualinputsset {
			padding-left: 2%;
			padding-right: 5%;
		}
			
			/* Styling for the move input set drawer (always open in mobile) */
			section.manualinputsset .moveinputset {
				width: 20px; /* Always open */
				background-color: rgba(0, 0, 0, 1);
				color: white;
				font-size: 10pt; /* Show the icon */
			}
	}

/* Each set of templates displayed as a gallery */	
.templategallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
}

/* Each column of the template gallery */
.templategallerycolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 8px;
}

	/* Switches to 2 columns at this resolution */
	@media (max-width: 1280px) {
	    .templategallerycolumn {
	        flex: 50%;
	        max-width: 50%;
	    }
	    
	    /* Increase font size for mobile view, value here also applies to smaller one */
	    .templategallerycolumn .template {
			font-size: 140%;
		}
	}
	
	/* Switches to 1 column at this resolution */
	@media (max-width: 600px) {
	    .templategallerycolumn {
	        flex: 100%;
	        max-width: 100%;
	    }
	}

/* Each column of the free template gallery */
.templatefreegallerycolumn {
    flex: 33%;
    max-width: 33%;
    padding: 0 8px;
}

	/* Switches to 2 columns at this resolution */
	@media (max-width: 1280px) {
	    .templatefreegallerycolumn {
	        flex: 50%;
	        max-width: 50%;
	    }
	    
	    /* Increase font size for mobile view, value here also applies to smaller one */
	    .templatefreegallerycolumn .template {
			font-size: 140%;
		}
	}
	
	/* Switches to 1 column at this resolution */
	@media (max-width: 600px) {
	    .templatefreegallerycolumn {
	        flex: 100%;
	        max-width: 100%;
	    }
	}

/* Each template in the gallery */
.template {
	border: 1px solid;
	border-radius: 6px;
	border-color: #e3e3e3;
	margin-top: 14px;
}
	/* Hovering anywhere in the template box */
	.template:hover {
		box-shadow: 0px 2px 12px 6px #e3e3e3;
	}

	/* The template image */
	.template img {
		vertical-align: middle;
		width: 100%;
		border-radius: 6px;
		box-shadow: 0px 2px 10px 4px #e3e3e3;
	}

	/* The template title */
	.template h4 {
		margin-bottom: 0px;
		padding: 16px 14px 8px 14px; /* Internal padding so text wraps cleanly */
		line-height: 1;
	}

	/* The template description */
	.template p.description {
		margin-bottom: 0px;
		padding: 0px 14px 0px 14px; /* Internal padding so text wraps cleanly */
		line-height: 1.2;
		font-size: 70%;
	}

	/* The icons and cost section */
	.template .options {
		display: flex;
		text-align: center; /* Center icons within buttons */
		margin: 0 0 0.2em 0;
		padding: 10px;
	}

		.template .options span {
			align-self: flex-end;
			margin-left: auto;
			font-size: 70%;
			font-weight: 900;
			line-height: normal;
		}

/* Styling for credit card input fields */
.creditcard {
	border: 2px solid;
	padding: 20px 20px 15px 20px;
	border-radius: 6px;
	border-color: #e3e3e3;
}

/* Tooltips */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text box */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px; /* Internal padding */
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -90px;
	font-size: 75%;
	opacity: 0; /* Invisible by default for the transition */
	transition: opacity 0.2s;
}

	/* Tooltip arrow */
	.tooltip .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: black transparent transparent transparent;
	}

	/* Showing tooltip on mouseover of the container */
	.tooltip:hover .tooltiptext {
		visibility: visible;
		opacity: 1; /* Visible so transition works */
	}

/* Lightboxes */

/* Lightbox container */	
.lightbox {
	cursor: pointer;
	position: fixed;
	z-index: 999; /* On the top layer */
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8); /* Grey background */
	padding-top: 6%; /* Fixed padding above image to account for top menu */
}

	.lightbox img {
		/* Padding around the lightbox image */
		max-width: 95%;
		max-height: 95%;
		object-fit: contain;
	}

/* Side menu */

/* Side menu heading */
h4.menuheading {
	padding: 0.5em 0 0em 0em;
	border-bottom: 2px solid;
	border-bottom-color: #e3e3e3;
	font-weight: bolder;
	margin-bottom: 0.5em;
}

/* Style of menu items */
.menuitem {
	font-size: 90%;
}
	
	.menuitem:hover {
		background: rgba(114, 190, 225, 0.15);
		border-radius: 4px;
		cursor: pointer;
	}
	
	/* Style of the currently selected menu item */
	.menuitem.selected {
		background: rgba(114, 190, 225, 1);
		color: white;
		border-radius: 4px;
		font-weight: bolder;
	}

/* Offset anchor (in page) links so when they are clicked they come up under the header */
.anchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* Styling for feather icons */
.feather {
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	vertical-align: middle;
}
	
	.feather.large {
		width: 3em;
		height: 3em;
		stroke-width: 1; /* Thickness */
	}
	
	.feather.medium {
		width: 1.75em;
		height: 1.75em;
		stroke-width: 1; /* Thickness */
	}
		.feather.medium.thick {
			stroke-width: 1.5; /* Thickness */
		}
	
	.feather.small {
		width: 1em;
		height: 1em;
		stroke-width: 2; /* Thickness */
	}
		
		.feather.small.super {
			font-size: 80%;
			vertical-align: top;
		}
		
	.feather.red {
		stroke: red;
	}
	
	.feather.green {
		stroke: green;
	}
	
	.feather.rightmargin {
		margin-right: 8px;
	}
		
span.error {
	color: red;
}

/* Data submissions table rows */

tr.submissionrow.complete { background-color: #f5fff4; }
tr.submissionrow.inprogress { background-color: #fefff4; }
tr.submissionrow.failed { background-color: #fff4f4; }

/* Spinner animation */
.loader {
	display: inline-block;
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #72bee1;
	border-bottom: 3px solid #72bee1;
	width: 18px;
	height: 18px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	vertical-align: text-bottom;
	margin-right: 4px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
