@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #4682a2;
		color: #393f45;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *: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;
	}

	input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		color: #454440;
	}

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

	h2 {
		font-size: 2.25em;
		letter-spacing: -0.035em;
		line-height: 1.25em;
		margin: 0 0 1.5em 0;
	}

	h3 {
		font-size: 1.5em;
		letter-spacing: -0.035em;
		line-height: 1.5em;
		margin: 0 0 1.25em 0;
	}

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

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

	strong, b {
		font-weight: 700;
		color: #454440;
	}

	em, i {
		font-style: italic;
	}

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

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

	hr {
		border: 0;
		border-top: solid 1px #e6e6e6;
		margin: 6em 0 6em 0;
	}

	blockquote {
		border-left: solid 0.5em #e6e6e6;
		margin: 2em 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

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

	br.clear {
		clear: both;
	}

	.features {
		margin: 0 0 2em 0;
	}

	.feature-list {
		margin: 0 0 2em 0;
	}

		.feature-list h3 {
			margin: 0;
		}

		.feature-list .row {
			margin: 0 0 3em 0;
		}

			.feature-list .row:last-child {
				margin: 0;
			}

	.feature-list .icon {
		display: inline-block;
		font-size: 0.8em;
		width: 2em;
		margin-right: 0.75em;
		text-align: center;
		color: #d64760;
	}

	.feature-list .row:first-child .icon {
		margin-top: 0.4em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 70em;
	}

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

			.container {
				width: 70em;
			}

		}

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

			.container {
				width: calc(100% - 60px);
			}

		}

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

			.container {
				width: calc(100% - 80px);
			}

		}

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

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

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

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0;
			}

			.row.gtr-0.gtr-uniform > * {
				padding-top: 0;
			}

		.row.gtr-25 {
			margin-top: -0.5em;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0.5em 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform > * {
				padding-top: 0.5em;
			}

		.row.gtr-50 {
			margin-top: -1em;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 1em 0 0 1em;
			}

			.row.gtr-50.gtr-uniform > * {
				padding-top: 1em;
			}

		.row {
			margin-top: -2em;
			margin-left: -2em;
		}

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

			.row.gtr-uniform > * {
				padding-top: 2em;
			}

		.row.gtr-150 {
			margin-top: -3em;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 3em 0 0 3em;
			}

			.row.gtr-150.gtr-uniform > * {
				padding-top: 3em;
			}

		.row.gtr-200 {
			margin-top: -4em;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 4em 0 0 4em;
			}

			.row.gtr-200.gtr-uniform > * {
				padding-top: 4em;
			}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0;
					}

					.row.gtr-0.gtr-uniform > * {
						padding-top: 0;
					}

				.row.gtr-25 {
					margin-top: -0.5em;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0.5em 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform > * {
						padding-top: 0.5em;
					}

				.row.gtr-50 {
					margin-top: -1em;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 1em 0 0 1em;
					}

					.row.gtr-50.gtr-uniform > * {
						padding-top: 1em;
					}

				.row {
					margin-top: -2em;
					margin-left: -2em;
				}

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

					.row.gtr-uniform > * {
						padding-top: 2em;
					}

				.row.gtr-150 {
					margin-top: -3em;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 3em 0 0 3em;
					}

					.row.gtr-150.gtr-uniform > * {
						padding-top: 3em;
					}

				.row.gtr-200 {
					margin-top: -4em;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 4em 0 0 4em;
					}

					.row.gtr-200.gtr-uniform > * {
						padding-top: 4em;
					}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0;
					}

					.row.gtr-0.gtr-uniform > * {
						padding-top: 0;
					}

				.row.gtr-25 {
					margin-top: -0.375em;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0.375em 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform > * {
						padding-top: 0.375em;
					}

				.row.gtr-50 {
					margin-top: -0.75em;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0.75em 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform > * {
						padding-top: 0.75em;
					}

				.row {
					margin-top: -1.5em;
					margin-left: -1.5em;
				}

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

					.row.gtr-uniform > * {
						padding-top: 1.5em;
					}

				.row.gtr-150 {
					margin-top: -2.25em;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 2.25em 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform > * {
						padding-top: 2.25em;
					}

				.row.gtr-200 {
					margin-top: -3em;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 3em 0 0 3em;
					}

					.row.gtr-200.gtr-uniform > * {
						padding-top: 3em;
					}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0;
					}

					.row.gtr-0.gtr-uniform > * {
						padding-top: 0;
					}

				.row.gtr-25 {
					margin-top: -0.5em;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0.5em 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform > * {
						padding-top: 0.5em;
					}

				.row.gtr-50 {
					margin-top: -1em;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 1em 0 0 1em;
					}

					.row.gtr-50.gtr-uniform > * {
						padding-top: 1em;
					}

				.row {
					margin-top: -2em;
					margin-left: -2em;
				}

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

					.row.gtr-uniform > * {
						padding-top: 2em;
					}

				.row.gtr-150 {
					margin-top: -3em;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 3em 0 0 3em;
					}

					.row.gtr-150.gtr-uniform > * {
						padding-top: 3em;
					}

				.row.gtr-200 {
					margin-top: -4em;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 4em 0 0 4em;
					}

					.row.gtr-200.gtr-uniform > * {
						padding-top: 4em;
					}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0;
					}

					.row.gtr-0.gtr-uniform > * {
						padding-top: 0;
					}

				.row.gtr-25 {
					margin-top: -0.25em;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0.25em 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform > * {
						padding-top: 0.25em;
					}

				.row.gtr-50 {
					margin-top: -0.5em;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0.5em 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform > * {
						padding-top: 0.5em;
					}

				.row {
					margin-top: -1em;
					margin-left: -1em;
				}

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

					.row.gtr-uniform > * {
						padding-top: 1em;
					}

				.row.gtr-150 {
					margin-top: -1.5em;
					margin-left: -1.5em;
				}

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

					.row.gtr-150.gtr-uniform > * {
						padding-top: 1.5em;
					}

				.row.gtr-200 {
					margin-top: -2em;
					margin-left: -2em;
				}

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

					.row.gtr-200.gtr-uniform > * {
						padding-top: 2em;
					}

		}

/* Section/Article */

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

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

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

		.wrapper.style1 {
			background: #4682a2;
			color: #dcdcdc;
		}

			.wrapper.style1 .title {
				background: #4682a2;
				color: #fff;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b, .wrapper.style1 a {
				color: #fff;
			}

		.wrapper.style2 {
			background: #fff;
		}

			.wrapper.style2 .title {
				background: #fff;
				color: #454440;
			}

		.wrapper.style3 {
			background: #f2f2f2;
		}

			.wrapper.style3 .title {
				background: #f2f2f2;
				color: #454440;
			}

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

			.wrapper {
				padding: 5em 0 5em 0;
			}

		}

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

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

		}

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

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

		}

/* Header */

	#header {
		text-align: center;
		padding: 4em 0 4em 0;
		background: #4682a2 url("images/banner.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
	}

		#header:before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(70, 130, 162, 0.85);
		}

		#header > * {
			position: relative;
			z-index: 1;
		}

		#logo {
			margin-bottom: 3em;
		}

			#logo h1 {
				font-weight: 900;
				text-transform: uppercase;
				color: #fff;
				font-size: 3em;
				letter-spacing: -0.035em;
				margin: 0;
			}

			#logo p {
				color: #dcdcdc;
				font-size: 1.25em;
				margin: 1em 0 0 0;
			}

		#nav {
			cursor: default;
			background: rgba(255, 255, 255, 0.15);
			border-radius: 4px;
			display: inline-block;
		}

			#nav ul {
				margin: 0;
			}

				#nav ul li {
					display: inline-block;
				}

					#nav ul li a {
						color: #dcdcdc;
						text-decoration: none;
						font-weight: 700;
						text-transform: uppercase;
						display: block;
						padding: 1em 1.5em;
						border-radius: 4px;
						transition: background-color 0.25s ease-in-out;
					}

						#nav ul li a:hover {
							background: rgba(255, 255, 255, 0.1);
						}

						#nav ul li a.current {
							background: #fff;
							color: #4682a2;
						}

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

			#header {
				padding: 3em 0 3em 0;
			}

				#logo h1 {
					font-size: 2.75em;
				}

		}

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

			#header {
				padding: 2.5em 0 2.5em 0;
			}

				#logo h1 {
					font-size: 2.5em;
				}

				#logo p {
					font-size: 1.1em;
				}

		}

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

			#header {
				padding: 2em 0 2em 0;
			}

				#logo h1 {
					font-size: 2em;
				}

				#logo p {
					font-size: 1em;
				}

		}

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

			#header {
				padding: 1.5em 0 1.5em 0;
			}

				#logo h1 {
					font-size: 1.75em;
				}

				#nav {
					margin-top: 1em;
				}

					#nav ul li {
						display: block;
					}

						#nav ul li a {
							padding: 0.5em 1em;
						}

		}

/* Intro */

	#intro {
		text-align: center;
	}

		#intro p.style1 {
			font-size: 2em;
			letter-spacing: -0.035em;
			line-height: 1.25em;
			margin: 0 0 1em 0;
		}

		#intro p.style2 {
			font-size: 4em;
			letter-spacing: -0.035em;
			line-height: 1.1em;
			margin: 0 0 1em 0;
			font-weight: 700;
		}

			#intro p.style2 a {
				color: inherit;
				text-decoration: none;
				border-bottom: none;
			}

		#intro p.style3 {
			font-size: 1.5em;
			letter-spacing: -0.035em;
			line-height: 1.5em;
			margin: 0 0 3em 0;
		}

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

			#intro p.style1 {
				font-size: 1.75em;
			}

			#intro p.style2 {
				font-size: 3.5em;
			}

			#intro p.style3 {
				font-size: 1.25em;
			}

		}

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

			#intro p.style1 {
				font-size: 1.5em;
			}

			#intro p.style2 {
				font-size: 3em;
			}

			#intro p.style3 {
				font-size: 1.1em;
			}

		}

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

			#intro p.style1 {
				font-size: 1.25em;
			}

			#intro p.style2 {
				font-size: 2.5em;
			}

			#intro p.style3 {
				font-size: 1em;
			}

		}

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

			#intro p.style1 {
				font-size: 1.1em;
			}

			#intro p.style2 {
				font-size: 1.75em;
			}

			#intro p.style3 {
				font-size: 0.9em;
			}

		}

/* Image */

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

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

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

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

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

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #d64760;
		color: #fff;
		text-decoration: none;
		border-radius: 4px;
		font-weight: 700;
		outline: 0;
		border: 0;
		cursor: pointer;
	}

		input[type="button"].style1,
		input[type="submit"].style1,
		input[type="reset"].style1,
		button.style1,
		.button.style1 {
			background: #d64760;
			color: #fff;
			border-radius: 4px;
		}

			input[type="button"].style1:hover,
			input[type="submit"].style1:hover,
			input[type="reset"].style1:hover,
			button.style1:hover,
			.button.style1:hover {
				background: #e4546f;
			}

			input[type="button"].style1:active,
			input[type="submit"].style1:active,
			input[type="reset"].style1:active,
			button.style1:active,
			.button.style1:active {
				background: #c03b54;
			}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			background: none;
			color: #454440;
			border: solid 1px #e6e6e6;
			border-radius: 4px;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				background: rgba(144, 144, 144, 0.075);
			}

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

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: none;
			color: #454440;
			border: solid 1px #e6e6e6;
			border-radius: 4px;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background: rgba(144, 144, 144, 0.075);
			}

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

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

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

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

		input[type="button"].disabled, input[type="button"]:disabled,
		input[type="submit"].disabled,
		input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			opacity: 0.5;
			cursor: not-allowed;
		}

/* Title */

	.title {
		text-align: center;
		text-transform: uppercase;
		display: inline-block;
		font-weight: 700;
		letter-spacing: -0.035em;
		font-size: 2.25em;
		line-height: 1.25em;
		padding: 0.75em;
		border-radius: 4px;
		margin: 0 0 1em 0;
	}

		.title a {
			color: inherit;
			text-decoration: none;
			border: 0;
		}

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

			.title {
				font-size: 2em;
			}

		}

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

			.title {
				font-size: 1.75em;
			}

		}

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

			.title {
				font-size: 1.5em;
			}

		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

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

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

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

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

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

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin: 0 0 1.5em 0;
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 0 0 0 0.75em;
			}

				form .field.half.first {
					padding: 0 0.75em 0 0;
				}

		form > .actions {
			margin: 1.5em 0 0 0 !important;
		}

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

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		display: block;
		font-weight: 700;
		color: #454440;
		margin: 0 0 0.5em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		padding: 0.75em;
		background: none;
		border: solid 1px #e6e6e6;
		color: inherit;
		border-radius: 4px;
		outline: 0;
		-moz-transition: border-color .25s ease-in-out;
		-webkit-transition: border-color .25s ease-in-out;
		-ms-transition: border-color .25s ease-in-out;
		transition: border-color .25s ease-in-out;
	}

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

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		line-height: 1em;
	}

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

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

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

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

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: #f4f4f4;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				color: #454440;
			}

			table.default thead {
				background: #454440;
				color: #fff;
			}

			table.default tfoot {
				background: #e4e4e4;
			}

/* Highlight */

	.highlight {
		text-align: center;
	}

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

		.highlight h3 {
			margin: 0 0 1em 0;
		}

/* Copyright */

	#copyright {
		text-align: center;
		padding: 4em 0 0 0;
		color: rgba(255, 255, 255, 0.5);
	}

		#copyright a {
			color: inherit;
		}

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

			#copyright {
				padding: 3em 0 0 0;
			}

		}

/* Icon */

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

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Mobile Hide */

	.mobile-hide {
		display: none;
	}

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

		.mobile-hide {
			display: inline;
		}

	}

/* Utility */

	.clearfix {
		content: '';
		display: table;
		clear: both;
	}

	.float-left {
		float: left;
	}

	.float-right {
		float: right;
	}

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

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

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