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;
	overflow-x: hidden;
}

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 */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
	}

		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;
		}

/* Typography */

	html {
		font-size: 13pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 980px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

	body {
		background-color: #ffffff;
		color: #474d55;
	}

	body, input, select, textarea {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.85rem;
	}

	a {
		-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;
		text-decoration-line: underline;
		text-decoration-style: dotted;
		text-underline-offset: 4px; 
		color: #193e93;
		font-weight: bold;
	}



		#footer a, a.button, a.button:hover {
			text-decoration: none;
		}

		a:hover {
   			color: #0c1e53d8;
			text-decoration: underline;
		}

		#footer a:hover {
			text-decoration: underline;
		}

	a:hover h3, a:hover strong {
			color: #000000b0;
		}

		strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2.75rem 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		/*
		letter-spacing: -.075rem;
		*/
		line-height: 1.5;
		margin: 0 0 2.0625rem 0;
		color: #0c1e53;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.25rem;
		line-height: 1.3;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 2rem;
			line-height: 1.3;
		}

		h2 {
			font-size: 1.5rem;
			line-height: 1.5;
		}

		h3 {
			font-size: 1.25rem;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 0.5rem;
		font-style: italic;
		margin: 0 0 2.75rem 0;
		padding: 1.375rem 0 1.375rem 2.75rem;
	}

	code {
		border-radius: 0;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2.75rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.75rem 0;
	}

		hr.major {
			margin: 5.5rem 0;
		}

		@media screen and (max-width: 736px) {

			hr.major {
				margin: 4.125rem 0;
			}

		}

	input, select, textarea {
		color: #474d55;
	}

	/*
	strong, b {
		color: #eee;
	}
	*/

	h1, h2, h3, h4, h5, h6 {
		color: #474d55;
	}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.15);
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: rgba(0, 0, 0, 0.15);
	}

	hr {
		border-bottom-color: rgba(0, 0, 0, 0.15);
	}

/* Header */

	header.major {
		margin-bottom: 2.125rem;
		text-align: center;
	}

	header h2 + p {
		font-size: 1.5rem;
	}

	@media screen and (max-width: 736px) {

		header h2 + p {
			font-size: 1.25rem;
		}

	}

/* Inner */

	.inner {
		margin: 0 auto;
		max-width: calc(100% - 10rem);
		width: 80rem;
	}

		.inner.with-sidebar {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
		}

		@media screen and (max-width: 1280px) {

			.inner {
				max-width: calc(100% - 6rem);
			}

		}

		@media screen and (max-width: 980px) {

			.inner.with-sidebar {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			.inner {
				max-width: calc(100% - 3rem);
			}

		}

/* 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 > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0rem;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0rem;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0rem;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0rem;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5rem;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5rem;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5rem;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5rem;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1rem;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1rem;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1rem;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1rem;
				}

		.row {
			margin-top: 0;
			margin-left: -2rem;
		}

			.row > * {
				padding: 0 0 0 2rem;
			}

			.row.gtr-uniform {
				margin-top: -2rem;
			}

				.row.gtr-uniform > * {
					padding-top: 2rem;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3rem;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3rem;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3rem;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3rem;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4rem;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4rem;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4rem;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4rem;
				}

		@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 > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

		@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 > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

		@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 > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

		@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 > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

		@media screen and (max-width: 480px) {

			.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 > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

/* Box */

	.box {
		border: solid 1px;
		border-radius: 0;
		margin-bottom: 2.75rem;
		padding: 1.5rem;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* 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, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 1.625rem;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 3.25rem;
		line-height: 3.25rem;
		padding: 0 1.75rem;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8rem;
			height: 2.4375rem;
			line-height: 2.4375rem;
			padding: 0 1.25rem;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.25rem;
			height: 4.0625rem;
			line-height: 4.0625rem;
			padding: 0 4rem;
		}

			@media screen and (max-width: 736px) {

				input[type="submit"].large,
				input[type="reset"].large,
				input[type="button"].large,
				button.large,
				.button.large {
					font-size: 1rem;
				}

			}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 13rem;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		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 {
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
		color: #474d55 !important;
		transition: all 350ms ease-in-out;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(71, 77, 85, 0.1);
			transform: translateY(-5px);
			box-shadow: 15px 15px 59px -10px rgb(0 0 0 / 40%); 
			transition: all 350ms ease-in-out;
	}
	
	ul.pagination > li > a.button:hover {
		transform: translateY(0);
	}
			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(71, 77, 85, 0.25);
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background: #ffffff;
			box-shadow: none;
			color: #0c1e53 !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background: rgba(255, 255, 255, 0.85);
			}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #0c1e53;
			color: #ffffff !important;
			box-shadow: 5px 5px 59px -20px rgb(0 0 0 / 35%); 
			transition: all 350ms ease-in-out;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #0c1e53;
				transform: translateY(-5px);
				box-shadow: 15px 15px 59px -10px rgb(0 0 0 / 40%); 
				transition: all 350ms ease-in-out;

			}

				input[type="submit"].primary:hover:active,
				input[type="reset"].primary:hover:active,
				input[type="button"].primary:hover:active,
				button.primary:hover:active,
				.button.primary:hover:active {
					background-color: #122e71;
				}

/* Form */

	form {
		margin: 0 0 2.75rem 0;
	}

	form input[type="submit"].primary  {
		border: none;
		margin-top: 1rem;
	}

	input[type="text"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="number"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	label {
		display: block;
		font-size: 1rem;
		font-weight: 600;
		margin: 0.6rem 0 0.775rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"] {
		height: 3.25rem;
	}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3.25rem;
		padding-right: 3.25rem;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			padding-left: 2.825rem;
			padding-right: 0.875rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label: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: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 0;
				border: solid 1px;
				content: '';
				display: inline-block;
				font-size: 0.8rem;
				height: 1.95rem;
				left: 0;
				line-height: 1.95rem;
				position: absolute;
				text-align: center;
				top: -0.1625rem;
				width: 1.95rem;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 0;
	}

	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;
	}

	label {
		color: #474d55;
	}

	input[type="text"],
	input[type="number"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		background-color: #ffffff;
		border-color: rgba(0, 0, 0, 0.15);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #0c1e53;
			box-shadow: 0 0 0 1px #0c1e53;
		}

	input[type="search"] {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(0, 0, 0, 0.15)' /%3E%3C/svg%3E");
	}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.15)' /%3E%3C/svg%3E");
	}

		select option {
			color: #474d55;
			background-color: #ffffff;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #000000;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			border-color: rgba(0, 0, 0, 0.15);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #0c1e53;
		border-color: #0c1e53;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #0c1e53;
		box-shadow: 0 0 0 1px #0c1e53;
	}

	::-webkit-input-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	:-moz-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	::-moz-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

	:-ms-input-placeholder {
		color: rgba(71, 77, 85, 0.75) !important;
	}

/* 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 > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border: none;
		display: inline-block;
		position: relative;

	}


		.image img {
			border-radius: 4px;
			display: block;
		}

		.box .image img {
			box-shadow: none;
		}

		#contactLogo.image img {
			box-shadow: none;
		}
	
		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 2rem 2rem 0;
			top: 0.25rem;
			max-width: 35%;
		}

		.image.right {
			float: right;
			margin: 0 0 2rem 2rem;
			top: 0.25rem;
			max-width: 35%;
		}

		.image.fit {
			display: block;
			margin: 0 0 2.75rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 4.125rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2.75rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2.75rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.325rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 1rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

				ul.alt li:last-child {
					padding-bottom: 0;
				}

	dl {
		margin: 0 0 2.75rem 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1.375rem 0;
		}

		dl dd {
			margin-left: 2.0625rem;
		}

	ul.alt li {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1.375rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1.375rem;
			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.7875rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1.375rem);
		}

			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: 1.375rem 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="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						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 input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 2rem;
			}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2.75rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 700;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(0, 0, 0, 0.15);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #474d55;
	}

	table thead {
		border-bottom-color: rgba(0, 0, 0, 0.15);
	}

	table tfoot {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

	table.alt tbody tr td {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* Contact Icons */

	ul.contact-icons {
		list-style: none;
		padding: 0;
	}

		ul.contact-icons li {
			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;
			border-top: 1px solid;
			margin-bottom: 1.83333rem;
			padding-top: 1.83333rem;
		}

			ul.contact-icons li:first-child {
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
				border: none;
				padding-top: 0;
			}

			ul.contact-icons li.icon:before {
				display: block;
				font-size: 1.25rem;
				height: 2.75rem;
				line-height: 2.75rem;
				margin-right: 1.375rem;
				text-align: center;
				width: 2.75rem;
			}

		@media screen and (max-width: 1280px) {

			ul.contact-icons {
				margin-bottom: 2.75rem;
				padding-top: 2.75rem;
			}

				ul.contact-icons:first-child {
					padding-top: 0;
				}

		}

	ul.contact-icons li {
		border-top-color: rgba(0, 0, 0, 0.15);
	}

		ul.contact-icons li.icon:before {
			background: #0c1e53;
			color: #474d55;
		}

/* Posts */

	.post {
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		margin-bottom: 4.125rem;
		padding-bottom: 4.125rem;
	}

		.post:last-child {
			border: none;
			margin-bottom: 2.75rem;
			padding-bottom: 0;
		}

		.post .post-content {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

			.post .post-content .image {
				margin-bototm: 0;
				margin-right: 2.75rem;
			}

			.post .post-content ul.actions {
				margin-bottom: 0;
			}

		@media screen and (max-width: 1280px) {

			.post {
				margin-bottom: 2.75rem;
				padding-bottom: 2.75rem;
			}

				.post .post-content {
					display: block;
				}

					.post .post-content .image {
						margin-bottom: 1.375rem;
						margin-right: 0;
						width: 100%;
					}

						.post .post-content .image img {
							width: 100%;
						}

		}

/* Posts Grid */

	.posts-grid {
		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;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
	}

		.posts-grid > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.posts-grid > * {
			width: 33.33333%;
		}

		.posts-grid > * {
			padding: 1.375rem;
			width: calc(33.33333% + 0.91667rem);
		}

		.posts-grid > :nth-child(-n + 3) {
			padding-top: 0;
		}

		.posts-grid > :nth-last-child(-n + 3) {
			padding-bottom: 0;
		}

		.posts-grid > :nth-child(3n + 1) {
			padding-left: 0;
		}

		.posts-grid > :nth-child(3n) {
			padding-right: 0;
		}

		.posts-grid > :nth-child(3n + 1),
		.posts-grid > :nth-child(3n) {
			width: calc(33.33333% + -0.45833rem);
		}

		.posts-grid article {
			text-align: center;
		}

			.posts-grid article ul.actions li {
				width: 100%;
			}

		@media screen and (max-width: 1280px) {

			.posts-grid > * {
				width: 50%;
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(33.33333% + 0.91667rem);
			}

			.posts-grid > :nth-child(-n + 3) {
				padding-top: 1.375rem;
			}

			.posts-grid > :nth-last-child(-n + 3) {
				padding-bottom: 1.375rem;
			}

			.posts-grid > :nth-child(3n + 1) {
				padding-left: 1.375rem;
			}

			.posts-grid > :nth-child(3n) {
				padding-right: 1.375rem;
			}

			.posts-grid > :nth-child(3n + 1),
			.posts-grid > :nth-child(3n) {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > :nth-child(-n + 2) {
				padding-top: 0;
			}

			.posts-grid > :nth-last-child(-n + 2) {
				padding-bottom: 0;
			}

			.posts-grid > :nth-child(2n + 1) {
				padding-left: 0;
			}

			.posts-grid > :nth-child(2n) {
				padding-right: 0;
			}

			.posts-grid > :nth-child(2n + 1),
			.posts-grid > :nth-child(2n) {
				width: calc(50% + 0rem);
			}

		}

		@media screen and (max-width: 736px) {

			.posts-grid > * {
				width: 100%;
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			.posts-grid > :nth-child(-n + 2) {
				padding-top: 1.375rem;
			}

			.posts-grid > :nth-last-child(-n + 2) {
				padding-bottom: 1.375rem;
			}

			.posts-grid > :nth-child(2n + 1) {
				padding-left: 1.375rem;
			}

			.posts-grid > :nth-child(2n) {
				padding-right: 1.375rem;
			}

			.posts-grid > :nth-child(2n + 1),
			.posts-grid > :nth-child(2n) {
				padding: 1.375rem;
				width: calc(100% + 2.75rem);
			}

			.posts-grid > * {
				padding: 1.375rem;
				width: calc(100% + 2.75rem);
			}

			.posts-grid > :nth-child(-n + 1) {
				padding-top: 0;
			}

			.posts-grid > :nth-last-child(-n + 1) {
				padding-bottom: 0;
			}

			.posts-grid > :nth-child(1n + 1) {
				padding-left: 0;
			}

			.posts-grid > :nth-child(1n) {
				padding-right: 0;
			}

			.posts-grid > :nth-child(1n + 1),
			.posts-grid > :nth-child(1n) {
				width: calc(100% + 1.375rem);
			}

			.posts-grid .image {
				margin-bottom: 1.375rem;
			}

		}

/* Posts List */

	.posts-list article {
		border-bottom: 1px solid;
		margin-bottom: 1.375rem;
		padding-bottom: 1.375rem;
	}

		.posts-list article:last-of-type {
			border: none;
		}

		.posts-list article > :last-child {
			margin-bottom: 0;
		}

		.posts-list article a {
			font-weight: 700;
			text-decoration: none;
		}

		.posts-list article .date {
			font-size: 0.85rem;
		}

			.posts-list article .date a {
				font-weight: 300;
				text-decoration: underline;
			}

				.posts-list article .date a:hover {
					text-decoration: none;
				}

	.posts-list article {
		border-color: rgba(0, 0, 0, 0.15);
	}

		.posts-list article a {
			color: #474d55;
		}

			.posts-list article a:hover {
				color: rgba(71, 77, 85, 0.75);
			}

		.posts-list article .date {
			color: rgba(71, 77, 85, 0.75);
		}

			.posts-list article .date a {
				color: rgba(71, 77, 85, 0.75);
			}

/* Features */

	.features {
		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;
		cursor: default;
		list-style: none;
		margin-bottom: 5.5rem;
		margin-left: -1.375rem;
		padding-left: 0;
	}

		.features li {
			border-right: 1px solid;
			margin-left: 2.75rem;
			padding-right: 2.75rem;
			text-align: center;
		}

			.features li:last-child {
				border: none;
			}

			.features li > :last-child {
				margin: 0;
			}

		.features h2 {
			font-size: 1.75rem;
		}

		.features p {
			font-size: 1.25rem;
		}

		.features .triangle {
			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;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			background-image: url(images/triangle.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: 10rem;
			height: 8rem;
			margin: 0 auto 2.75rem auto;
			width: 10rem;
		}

			.features .triangle .icon {
				font-size: 3rem;
				margin-top: 1.75rem;
			}

		@media screen and (max-width: 1280px) {

			.features {
				margin-bottom: 4.125rem;
			}

				.features p {
					font-size: 1rem;
				}

				.features .triangle {
					background-size: 8rem;
					height: 6rem;
					width: 8rem;
				}

					.features .triangle .icon {
						font-size: 2.5rem;
						margin-top: 1.75rem;
					}

		}

		@media screen and (max-width: 980px) {

			.features {
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-left: 0;
			}

				.features li {
					border-bottom: 1px solid;
					border-right: none;
					margin-bottom: 2.75rem;
					margin-left: 0;
					max-width: 30rem;
					padding-bottom: 2.75rem;
					padding-right: 0;
					width: 100%;
				}

					.features li > :last-child {
						margin-bottom: 0;
					}

					.features li:last-child {
						margin-bottom: 0;
						padding-bottom: 0;
					}

		}

		@media screen and (max-width: 736px) {

			.features li {
				margin-bottom: 2.75rem;
				padding-bottom: 2.75rem;
			}

		}

	.box {
		border-color: rgba(0, 0, 0, 0.15);
	}

/* Video Banner */
#vbanner {
	overflow: hidden;
}

/* wrapper */

	.wrapper {
		padding: 4rem 0 0 0 ;
	}

	.wrapper:first-of-type, section.wrapper:first-of-type {
		padding-top: 8rem;
	}

	#splideBanner + .wrapper:first-of-type,
	#splideBanner + section.wrapper:first-of-type {
		padding-top: 2rem;
	}

		.wrapper .image {
			border-color: #f7f7f7;
		}

		.wrapper.style1 {
			background-color: #0c1e53;
			color: #eeeeee;
			background: #0c1e53;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #ffffff;
			}

			.wrapper.style1 a {
				color: #ffffff;
			}

			.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: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 hr {
				border-bottom-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 .box {
				border-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				background-color: #ffffff;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
				color: #0c1e53 !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: #ffffffA0;
				}

					.wrapper.style1 input[type="submit"]:hover:active,
					.wrapper.style1 input[type="reset"]:hover:active,
					.wrapper.style1 input[type="button"]:hover:active,
					.wrapper.style1 button:hover:active,
					.wrapper.style1 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.25);
					}

				.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 {
					background: #ffffff;
					box-shadow: none;
					color: #0c1e53 !important;
				}

					.wrapper.style1 input[type="submit"].special:hover,
					.wrapper.style1 input[type="reset"].special:hover,
					.wrapper.style1 input[type="button"].special:hover,
					.wrapper.style1 button.special:hover,
					.wrapper.style1 .button.special:hover {
						background: rgba(255, 255, 255, 0.85);
					}

				.wrapper.style1 input[type="submit"].primary,
				.wrapper.style1 input[type="reset"].primary,
				.wrapper.style1 input[type="button"].primary,
				.wrapper.style1 button.primary,
				.wrapper.style1 .button.primary {
					background-color: #ffffff;
					box-shadow: none;
					color: #0c1e53 !important;
				}

					.wrapper.style1 input[type="submit"].primary:hover,
					.wrapper.style1 input[type="reset"].primary:hover,
					.wrapper.style1 input[type="button"].primary:hover,
					.wrapper.style1 button.primary:hover,
					.wrapper.style1 .button.primary:hover {
						background-color: #ffffffc0;
						box-shadow: none;
					}

						.wrapper.style1 input[type="submit"].primary:hover:active,
						.wrapper.style1 input[type="reset"].primary:hover:active,
						.wrapper.style1 input[type="button"].primary:hover:active,
						.wrapper.style1 button.primary:hover:active,
						.wrapper.style1 .button.primary:hover:active {
							background-color: #193E93;
						}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 input[type="tel"],
			.wrapper.style1 input[type="search"],
			.wrapper.style1 input[type="url"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: #ffffff;
				border-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 input[type="tel"]:focus,
				.wrapper.style1 input[type="search"]:focus,
				.wrapper.style1 input[type="url"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #0c1e53;
					box-shadow: 0 0 0 1px #0c1e53;
				}

			.wrapper.style1 input[type="search"] {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
			}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #c1c5cb;
					background-color: #ffffff;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c1c5cb;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: #ffffff;
					border-color: rgba(255, 255, 255, 0.2);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background-color: #ffffff;
				border-color: #ffffff;
				color: #ffffff;
			}

			.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: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: rgba(255, 255, 255, 0.15) !important;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 ul.contact-icons li {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 ul.contact-icons li.icon:before {
					background: #0c1e53;
					color: #ffffff;
				}

			.wrapper.style1 table tbody tr {
				border-color: rgba(255, 255, 255, 0.2);
			}

				.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: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.2);
			}

			.wrapper.style1 .posts-list article {
				border-color: rgba(255, 255, 255, 0.2);
			}

				.wrapper.style1 .posts-list article a {
					color: #c1c5cb;
				}

					.wrapper.style1 .posts-list article a:hover {
						color: rgba(255, 255, 255, 0.15);
					}

				.wrapper.style1 .posts-list article .date {
					color: rgba(255, 255, 255, 0.15);
				}

					.wrapper.style1 .posts-list article .date a {
						color: rgba(255, 255, 255, 0.15);
					}

			.wrapper.style1 .features li {
				border-color: rgba(255, 255, 255, 0.2);
				color: #ffffff;
			}

			.wrapper.style1 .features .icon {
				color: #0c1e53;
			}

			.wrapper.style1 .image {
				border-color: #ffffff;
			}

		.wrapper.style2 {
			background-color: #193E93;
			background: #193E93;
			color: #eee;
		}

			.wrapper.style2 .image {
				border-color: #ffffff;
			}

				.wrapper.style2 input[type="submit"].primary,
				.wrapper.style2 input[type="reset"].primary,
				.wrapper.style2 input[type="button"].primary,
				.wrapper.style2 button.primary,
				.wrapper.style2 .button.primary {
					background-color: #ffffff;
					box-shadow: none;
					color: #193E93 !important;
				}

					.wrapper.style2 input[type="submit"].primary:hover,
					.wrapper.style2 input[type="reset"].primary:hover,
					.wrapper.style2 input[type="button"].primary:hover,
					.wrapper.style2 button.primary:hover,
					.wrapper.style2 .button.primary:hover {
						background-color: #ffffffc0;
						box-shadow: none;
					}

						.wrapper.style2 input[type="submit"].primary:hover:active,
						.wrapper.style2 input[type="reset"].primary:hover:active,
						.wrapper.style2 input[type="button"].primary:hover:active,
						.wrapper.style2 button.primary:hover:active,
						.wrapper.style2 .button.primary:hover:active {
							background-color: #0c1e53;
						}

		.wrapper > .inner .sidebar {
			margin-left: 2.75rem;
			width: 30rem;
		}

		@media screen and (max-width: 1280px) {

			.wrapper {
				padding: 5rem 0 2.25rem 0 ;
			}

				.wrapper > .inner .sidebar {
					min-width: 20rem;
					width: 20rem;
				}

		}

		@media screen and (max-width: 980px) {

			.wrapper {
				padding: 4rem 0 1.25rem 0 ;
			}

				.wrapper > .inner .sidebar {
					border-top: 1px solid rgba(0, 0, 0, 0.15);
					margin-left: 0;
					margin-top: 2.75rem;
					padding-top: 2.75rem;
					width: 100%;
				}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				padding: 3rem 0 0.25rem 0 ;
			}

		}

		@media screen and (max-width: 480px) {

			.wrapper > .inner .sidebar {
				min-width: auto;
			}

		}

/* Header */

	body {
		position: relative;
	}

	#header {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		/*
		background: linear-gradient(-80deg, #ffffff80 0%, #ffffff00 30, #ffffff00 100%);
		background: -moz-linear-gradient(-80deg,ffffff80 0%, #ffffff00 30%, #ffffff00 100%);
		background: -webkit-linear-gradient(-80deg, #ffffff80 0%, #ffffff00 30%, #ffffff00 100%);
		*/
		color: #0c1e53;
		cursor: default;
		height: 7.5rem;
		left: 0;
		line-height: 24px;
		padding-right: 2.75rem;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 810;
		font-size: 12px;
		transition: 1s background ease;
	}

	#header.scrolled {
		background: #ffffffff;
		transition: 1s background ease;

	}

		#header .logo {
			color: #0c1e53;
			background: radial-gradient( #ffffff80 0%, #ffffff00 70%, #ffffff00 100%);
			background: -moz-radial-gradient( #ffffff80 0%, #ffffff00 70%, #ffffff00 100%);
			background: -webkit-radial-gradient( #ffffff80 0%, #ffffff00 70%, #ffffff00 100%);
			display: block;
			height: 7.3rem;
			line-height: 7.3rem;
			padding: 0 2.75rem;
			text-decoration: none;
			width: auto;
			position: relative;
			top: 10px;
		}

		#header .logo > img, #header .logo > a >img {
			height: 3rem;
			width: auto;
		}

		@media screen and (max-width: 980px) {
			#header .logo > img, #header .logo > a > img {
				height: 2rem;
			}
		}

			#header .logo strong {
				color: #ffffff;
			}

		#header a[href="#navPanel"] {
			text-decoration: none;
			color: #0c1e53;
			display: none;
			padding: 0 1.25rem 0 1.25rem;
			border-radius: 5px;
			background-color: white;
			box-shadow: 5px 5px 59px -20px rgb(0 0 0 / 35%); 
		}

			#header a[href="#navPanel"]: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: 900;
		}


			#header a[href="#navPanel"]:before {
				content: '\f0c9';
				float: right;
				line-height: inherit;
				margin: 0 0 0 0.625rem;
			}

		#header nav {
			-moz-flex: 0 1 auto;
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			margin-top: 40px;
		}

			#header nav > ul {
				-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;
				line-height: inherit;
				list-style-type: none;
				margin: 0;
				padding: 0;
			}

				#header nav > ul > li {
					line-height: inherit;
					padding: 0;
					margin: 0.5rem;
					background-color: #ffffff40;
					border-radius: 18px;
					backdrop-filter: blur(6px);
					box-shadow: 5px 5px 69px -20px rgb(0 0 0 / 60%); 
					transition: all 350ms ease-in-out;
				}
				
				#header nav > ul > li:hover {
					background-color: #ffffff80;
					border-radius: 4rem;
					transform: translateY(-5px);
					box-shadow: 15px 15px 89px -10px rgb(0 0 0 / 60%); 
					transition: all 350ms ease-in-out;
	
				}

				/*
					#header nav > ul > li.opener a:before {
						content: "\f107";
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
						padding-right: 0.5rem;
					}
				*/

					#header nav > ul > li.opener.active a {
						color: #0c1e53;
					}

					#header nav > ul > li:hover a {
						color: #0c1e53;
					}

					#header nav > ul > li > ul {
						display: none;
					}

					#header nav > ul > li a {
						color: #000000c0;
						display: block;
						height: 30px;
						line-height: 30px;
						margin-left: 0rem;
						padding: 0 1rem;
						text-decoration: none;
						font-weight: 700;
					}

						#header nav > ul > li a:hover, 
						#header nav > ul > li a:focus, 
						#header nav > ul > li a.active {
							color: #0c1e53;
						}

						#header nav > ul > li a.active {
							border-bottom: 3px solid #0c1e53;
							font-weight: 700;
						}

					#header nav > ul > li:last-child a {
						margin-right: 0 !important;
					}

			.dropotron {
				background-color: #ffffff80;
				border-radius: 15px;
				backdrop-filter: blur(6px);
				box-shadow: 5px 5px 59px -20px rgb(0 0 0 / 35%); 
				list-style-type: none;
				margin: 0.5rem;
				min-width: 10rem;
				padding: 0.5rem;
				font-size: 12px;
				font-weight: 700;
				display: block;
			}

				.dropotron.level-0 {
					margin: 0;
				}

				.dropotron ul, .dropotron li {
					padding: 0;
					position: relative;
					height: 30px;
					line-height: 30px;
					font-size: 12px;
					margin: 0;
					padding: 0;
				}

				.dropotron li {
					margin: 0.5rem 0;
				}


				.dropotron a {
					padding: 0;
					position: relative;
					line-height: 12px;
					font-size: 12px;
				}

				/*
					.dropotron li.opener > a:after {
						content: "\f105";
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
						line-height: inherit;
						padding-left: 1rem;
					}
				*/
	
				.dropotron a {
					-moz-transition: none;
					-webkit-transition: none;
					-ms-transition: none;
					transition: none;
					border-bottom: 0;
					color: #000;
					padding: 0.5rem 1rem;
					text-decoration: none;
					transition: all 350ms ease-in-out;
					border-radius: 15px;
				}

					.dropotron a:hover {
						background-color: #ffffff80;
						transform: translateY(-3px);
						box-shadow: 15px 15px 89px -10px rgb(0 0 0 / 60%); 
						transition: all 350ms ease-in-out;
					}

	@media screen and (max-width: 980px) {

		nav {
			display: none;
		}

		#header {
			padding-right: 1.375rem;
			background-color: #fff;
		}

			#header a[href="#navPanel"] {
				display: block;
			}

			#header .logo {
				padding: 0 1.375rem;
			}

	}

	@media screen and (max-width: 736px) {

		body {
			padding-top: 0px;
		}

		#header {
			height: 44px;
			line-height: 44px;
		}

			#header .logo {
				height: 44px;
				line-height: 44px;
			}

				#header .logo span {
					display: none;
				}

			#header a[href="#navPanel"] {
				height: 2rem;
				line-height: 2rem;
			}

	}

	@media screen and (max-width: 480px) {

		#header {
			min-width: 320px;
		}

	}

/* Nav Panel */

	#navPanel {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background: #0c1e53;
		box-shadow: none;
		display: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 2rem;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20rem;
		z-index: 899;
	}

		#navPanel.visible {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

		#navPanel nav {
			display: block;
			padding: 0;
		}

		#navPanel .link {
			-moz-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-ms-transition: color 0.2s;
			transition: color 0.2s;
			border-bottom: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.2);
			color: #c1c5cb !important;
			display: block;
			padding: 0.75rem;
			text-decoration: none;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #c1c5cb !important;
			}

			#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
				color: #ffffff !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25rem;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5rem;
			}

		#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: rgba(0, 0, 0, 0);
			border: 0;
			color: #c1c5cb !important;
			cursor: pointer;
			display: block;
			height: 3.25rem;
			line-height: 3.25rem;
			padding-right: 1.25rem;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7rem;
		}

			#navPanel .close: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: 900;
			}

			#navPanel .close:before {
				content: '\f00d';
				font-size: 1.25rem;
			}

			#navPanel .close:hover {
				color: #ffffff;
			}

		@media screen and (max-width: 980px) {

			#navPanel {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			#navPanel .close {
				height: 4rem;
				line-height: 4rem;
			}

		}


/* Footer */

	#footer {
		background-color: #0c1e53;
		color: #eee;
		padding: 7rem 0 4.25rem 0 ;
	}

		#footer input, #footer select, #footer textarea {
			color: #444;
		}

		#footer a {
			color: #ffffff;
		}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}

		#footer blockquote {
			border-left-color: rgba(255, 255, 255, 0.2);
		}

		#footer code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.2);
		}

		#footer hr {
			border-bottom-color: rgba(255, 255, 255, 0.2);
		}

		#footer .box {
			border-color: rgba(255, 255, 255, 0.2);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			background-color: white;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
			color: #0c1e53 !important;
			border-radius: 1.625rem;
			transition: all 350ms ease-in-out;	
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: rgba(255, 255, 255, 0.8);
				transition: all 350ms ease-in-out;	
			}

				#footer input[type="submit"]:hover:active,
				#footer input[type="reset"]:hover:active,
				#footer input[type="button"]:hover:active,
				#footer button:hover:active,
				#footer .button:hover:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

			#footer input[type="submit"].special,
			#footer input[type="reset"].special,
			#footer input[type="button"].special,
			#footer button.special,
			#footer .button.special {
				background: #ffffff;
				box-shadow: none;
				color: #0c1e53 !important;
				border-radius: 4px;
			}

				#footer input[type="submit"].special:hover,
				#footer input[type="reset"].special:hover,
				#footer input[type="button"].special:hover,
				#footer button.special:hover,
				#footer .button.special:hover {
					background: rgba(255, 255, 255, 0.85);
				}

			#footer input[type="submit"].primary,
			#footer input[type="reset"].primary,
			#footer input[type="button"].primary,
			#footer button.primary,
			#footer .button.primary {
				background-color: #0c1e53;
				box-shadow: none;
				color: #ffffff !important;
				border-radius: 4px;
			}

				#footer input[type="submit"].primary:hover,
				#footer input[type="reset"].primary:hover,
				#footer input[type="button"].primary:hover,
				#footer button.primary:hover,
				#footer .button.primary:hover {
					background-color: #0c1e53e0;
					box-shadow: none;
				}

					#footer input[type="submit"].primary:hover:active,
					#footer input[type="reset"].primary:hover:active,
					#footer input[type="button"].primary:hover:active,
					#footer button.primary:hover:active,
					#footer .button.primary:hover:active {
						background-color: #0c1e53d0;
					}

		#footer label {
			color: #ffffff;
		}

		#footer input[type="text"],
		#footer input[type="password"],
		#footer input[type="email"],
		#footer input[type="tel"],
		#footer input[type="search"],
		#footer input[type="url"],
		#footer select,
		#footer textarea {
			background-color: #ffffff;
			border-color: rgba(255, 255, 255, 0.2);
		}

			#footer input[type="text"]:focus,
			#footer input[type="password"]:focus,
			#footer input[type="email"]:focus,
			#footer input[type="tel"]:focus,
			#footer input[type="search"]:focus,
			#footer input[type="url"]:focus,
			#footer select:focus,
			#footer textarea:focus {
				border-color: #0c1e53;
				box-shadow: 0 0 0 1px #0c1e53;
			}

		#footer input[type="search"] {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179.2' height='179.2'%3E%3Cpath transform='scale(0.1,-0.1) translate(0,-1536)' d='M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
		}

		#footer select {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.2)' /%3E%3C/svg%3E");
		}

			#footer select option {
				color: #c1c5cb;
				background-color: #ffffff;
			}

		#footer input[type="checkbox"] + label,
		#footer input[type="radio"] + label {
			color: #c1c5cb;
		}

			#footer input[type="checkbox"] + label:before,
			#footer input[type="radio"] + label:before {
				background: #ffffff;
				border-color: rgba(255, 255, 255, 0.2);
			}

		#footer input[type="checkbox"]:checked + label:before,
		#footer input[type="radio"]:checked + label:before {
			background-color: #ffffff;
			border-color: #ffffff;
			color: #ffffff;
		}

		#footer input[type="checkbox"]:focus + label:before,
		#footer input[type="radio"]:focus + label:before {
			border-color: #ffffff;
			box-shadow: 0 0 0 1px #ffffff;
		}

		#footer ::-webkit-input-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer :-moz-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer ::-moz-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer :-ms-input-placeholder {
			color: rgba(255, 255, 255, 0.15) !important;
		}

		#footer ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

		#footer ul.contact-icons li {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

			#footer ul.contact-icons li.icon:before {
				background: #0c1e53;
				color: #ffffff;
			}

		#footer table tbody tr {
			border-color: rgba(255, 255, 255, 0.2);
		}

			#footer table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		#footer table th {
			color: #ffffff;
		}

		#footer table thead {
			border-bottom-color: rgba(255, 255, 255, 0.2);
		}

		#footer table tfoot {
			border-top-color: rgba(255, 255, 255, 0.2);
		}

		#footer table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.2);
		}

		#footer .posts-list article {
			border-color: rgba(255, 255, 255, 0.2);
		}

			#footer .posts-list article a {
				color: #eeeeee;
			}

				#footer .posts-list article a:hover {
					color: rgba(255, 255, 255, 0.15);
				}

			#footer .posts-list article .date {
				color: rgba(255, 255, 255, 0.15);
			}

				#footer .posts-list article .date a {
					color: rgba(255, 255, 255, 0.15);
				}

		#footer .features li {
			border-color: rgba(255, 255, 255, 0.2);
			color: #ffffff;
		}

		#footer .features .icon {
			color: #0c1e53;
		}

		#footer a {
			color: #eeeeee;
		}

			#footer a:hover {
				color: #ffffff;
			}

		#footer .image {
			border-color: #ffffff;
		}

		#footer section {
			margin-bottom: 2.75rem;
		}

		#footer .sidebar {
			margin-left: 2.75rem;
			width: 30rem;
		}

		#footer .content .split {
			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;
			-moz-align-items: -moz-stretch;
			-webkit-align-items: -webkit-stretch;
			-ms-align-items: -ms-stretch;
			align-items: stretch;
		}

			#footer .content .split > * {
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
			}

			#footer .content .split > * {
				width: 50%;
			}

			#footer .content .split > * {
				padding: 1.375rem;
				width: calc(50% + 1.375rem);
			}

			#footer .content .split > :nth-child(-n + 2) {
				padding-top: 0;
			}

			#footer .content .split > :nth-last-child(-n + 2) {
				padding-bottom: 0;
			}

			#footer .content .split > :nth-child(2n + 1) {
				padding-left: 0;
			}

			#footer .content .split > :nth-child(2n) {
				padding-right: 0;
			}

			#footer .content .split > :nth-child(2n + 1),
			#footer .content .split > :nth-child(2n) {
				width: calc(50% + 0rem);
			}

			#footer .content .split div {
				margin-bottom: 2.75rem;
			}

		#footer .copyright {
			text-align: center;
			margin-bottom: 2.75rem;
		}

			#footer .copyright span {
				border: 1px solid;
				color: rgba(71, 77, 85, 0.75);
				display: inline;
				margin: 0 auto;
				padding: 1.5rem;
				text-align: center;
			}

		@media screen and (max-width: 1280px) {

			#footer {
				padding: 5rem 0 2.25rem 0 ;
			}

				#footer .sidebar {
					min-width: 20rem;
					width: 20rem;
				}

		}

		@media screen and (max-width: 980px) {

			#footer {
				padding: 5rem 0 2.25rem 0 ;
			}

				#footer section {
					margin-bottom: 4.125rem;
				}

				#footer .content .split ul, #footer .content .split div {
					margin-bottom: 0;
				}

				#footer .sidebar {
					width: 100%;
					margin-left: 0;
				}

		}

		@media screen and (max-width: 736px) {

			#footer {
				padding: 3rem 0 0.25rem 0 ;
			}

				#footer .copyright span {
					display: block;
					max-width: calc(100% - 3rem);
					width: 100%;
				}

		}

		@media screen and (max-width: 480px) {

			#footer .content .split {
				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;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				#footer .content .split > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				#footer .content .split > * {
					width: 100%;
				}

				#footer .content .split > * {
					padding: 1.375rem;
					width: calc(100% + 2.75rem);
				}

				#footer .content .split > :nth-child(-n + 1) {
					padding-top: 0;
				}

				#footer .content .split > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				#footer .content .split > :nth-child(1n + 1) {
					padding-left: 0;
				}

				#footer .content .split > :nth-child(1n) {
					padding-right: 0;
				}

				#footer .content .split > :nth-child(1n + 1),
				#footer .content .split > :nth-child(1n) {
					width: calc(100% + 1.375rem);
				}

				#footer .content .split div {
					margin-bottom: 2.75rem;
				}

				#footer .content .split > :last-child {
					margin-bottom: 0;
				}

			#footer .sidebar {
				min-width: auto;
			}

		}

/* Banner */

#slideShowBanner {
	background-color: #fff;
	color: #fff;
	min-height: 40em;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
}

#banner {
	background-color: #fff;
	color: #fff;
	min-height: 40em;
	height: 100vh;
	position: relative;
}


#banner input, #banner select, #banner textarea,
	#slideShowBanner input, #slideShowBanner select, #slideShowBanner textarea {
		color: #fff !important;
	}

	#banner input[type="submit"],
	#banner input[type="reset"],
	#banner input[type="button"],
	#banner button,
	#banner .button,
	#slideShowBanner input[type="submit"],
	#slideShowBanner input[type="reset"],
	#slideShowBanner input[type="button"],
	#slideShowBanner button,
	#slideShowBanner .button {
		color: #000 !important;
		background-color: #ffffffa0;
		border-radius: 4rem;
		backdrop-filter: blur(6px);
		box-shadow: 5px 5px 59px -20px rgb(0 0 0 / 35%); 
		transition: all 350ms ease-in-out;	
	}

	#banner input[type="submit"]:hover,
	#banner input[type="reset"]:hover,
	#banner input[type="button"]:hover,
	#banner button:hover,
	#banner .button:hover,
	#slideShowBanner input[type="submit"]:hover,
	#slideShowBanner input[type="reset"]:hover,
	#slideShowBanner input[type="button"]:hover,
	#slideShowBanner button:hover,
	#slideShowBanner .button:hover {
		background-color: #ffffffd0;
		color: #0c1e53 !important;
		border-radius: 4rem;
		transform: translateY(-5px);
		box-shadow: 15px 15px 89px -10px rgb(0 0 0 / 80%); 
		transition: all 350ms ease-in-out;
	}

	#slideShowBanner a, #banner a {
		color: #fff;
	}

	#banner strong, #banner b,
	#slideShowBanner strong, #slideShowBanner b {
		color: #fff;
	}

	#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6,
	#slideShowBanner h1, #slideShowBanner h2, #slideShowBanner h3, #slideShowBanner h4, #slideShowBanner h5, #slideShowBanner h6 {
		font-weight: 900;
	color: #fff;
	text-shadow: 0 0 3px #000000a0;
	text-transform: uppercase;
	}


	#slideShowBanner blockquote, #banner blockquote {
		border-left-color: rgba(255, 255, 255, 0.25);
	}

	#slideShowBanner code, #banner code {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.25);
	}

	#slideShowBanner hr, #banner hr {
		border-bottom-color: rgba(255, 255, 255, 0.25);
	}

	#slideShowBanner:after #banner:after {
		pointer-events: none;
		-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		transition: opacity 1.5s ease-in-out, visibility 1.5s;
		background: #000511;
		content: '';
		display: block;
		height: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
		width: 100%;
		z-index: 2;
	}

	#slideShowBanner .indicators {
		list-style: none;
		margin: auto;
		padding: 0;
		position: absolute;
		bottom: 0em;
		left: 0;
		text-align: center;
		width: 100%;
		z-index: 5;
	}

		#slideShowBanner .indicators li {
			cursor: pointer;
			display: inline-block;
			height: 2em;
			overflow: hidden;
			padding: 0;
			position: relative;
			text-indent: -6em;
			width: 2em;
		}

			#slideShowBanner .indicators li:before {
				background: rgba(255, 255, 255, 0.35);
				border-radius: 100%;
				content: '';
				display: inline-block;
				height: 0.8em;
				left: 50%;
				margin: -0.4em 0 0 -0.4em;
				position: absolute;
				text-indent: 0;
				top: 50%;
				width: 0.8em;
			}

			#slideShowBanner .indicators li.visible:before {
				background: #fff;
			}

	#slideShowBanner > article {
		-moz-transition: opacity 1.5s ease, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease, visibility 1.5s;
		-ms-transition: opacity 1.5s ease, visibility 1.5s;
		transition: opacity 1.5s ease, visibility 1.5s;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		visibility: hidden;
		z-index: 0;
		
	}

 	#banner > article {
		-moz-transition: opacity 1.5s ease, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease, visibility 1.5s;
		-ms-transition: opacity 1.5s ease, visibility 1.5s;
		transition: opacity 1.5s ease, visibility 1.5s;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		opacity: 1;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
		z-index: 0;
		
	}
		#slideShowBanner > article:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}


		#slideShowBanner > article .inner, #banner > article > .inner {
			background-color: transparent; 
			/* backdrop-filter: blur(6px); */
			border-radius: 10px;
			padding: 1rem;

			display: inline-block;
			vertical-align: middle;
			z-index: 1;
			height: auto;
			width: auto;
			margin: calc( 50vh - 3rem ) auto auto auto;
		}

			#slideShowBanner > article .inner > :last-child, #banner > article .inner > :last-child {
				margin-bottom: 0;
			}

			#slideShowBanner > article h3, #banner > article h3 {
				font-size: 2rem;
			}

			#slideShowBanner > article h2, #banner > article h2 {
				font-weight: 700;
				font-size: 4rem;
				padding-bottom: 0;
				margin: 0 0 0.5em 0;
			}

			#slideShowBanner > article h2:after, #banner > article h2:after {
				display: none;
			}

		#slideShowBanner > article img {
			display: none;
		}

		#slideShowBanner > article.visible, #banner > article.visible {
			opacity: 1;
			visibility: visible;
		}

		#slideShowBanner > article.top, #banner > article.top {
			z-index: 1;
		}

		#slideShowBanner > article.instant {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}


	body.is-preload #slideShowBanner:after, body.is-preload #banner:after {
		opacity: 1.0;
		visibility: visible;
	}

	@media screen and (max-width: 1280px) {

		#slideShowBanner, #banner {
			min-height: 35em;
			height: 60vh;
		}

		#slideShowBanner > article .inner, #banner > article > .inner {
			margin: 25vh auto auto auto;
		}

		#slideShowBanner > article h2, #banner > article h2 {
			font-size: 2.25em;
		}

	}

	@media screen and (max-width: 980px) {

		#slideShowBanner, #banner {
			min-height: 50em;
			height: 60vh;
		}

		#slideShowBanner > article .inner, #banner > article > .inner {
			margin: 20vh auto auto auto;
	  	}

	  	#slideShowBanner > article, #banner > article {
			background-attachment: scroll;
		}

	}

	@media screen and (max-width: 736px) {

		#slideShowBanner, #banner {
			min-height: 25em;
		}

			#slideShowBanner > article .inner, #banner > article .inner {
				width: 90%;
				margin: 20vh auto auto auto;
			}

			#slideShowBanner > article h2, #banner > article h2 {
				font-size: 1.75em;
				line-height: 1.25em;
			}

			#slideShowBanner > article h3, #banner > article h3 {
				font-size: 1.5em;
				line-height: 1em;
			}

		}

	body.is-mobile #slideShowBanner > article, body.is-mobile #banner > article {
		background-attachment: scroll;
	}

	/* Items (transitions) */

	.items.onload-fade-in > * > .inner {
		-moz-transition: opacity 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out;
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onload-fade-in > *:nth-child(1) > .inner {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.items.onload-fade-in > *:nth-child(2) > .inner {
		-moz-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		-ms-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.items.onload-fade-in > *:nth-child(3) > .inner {
		-moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.items.onload-fade-in > *:nth-child(4) > .inner {
		-moz-transition-delay: 0.45s;
		-webkit-transition-delay: 0.45s;
		-ms-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}

	.items.onload-fade-in > *:nth-child(5) > .inner {
		-moz-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		-ms-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.items.onload-fade-in > *:nth-child(6) > .inner {
		-moz-transition-delay: 0.75s;
		-webkit-transition-delay: 0.75s;
		-ms-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}

	.items.onload-fade-in > *:nth-child(7) > .inner {
		-moz-transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
		-ms-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	.items.onload-fade-in > *:nth-child(8) > .inner {
		-moz-transition-delay: 1.05s;
		-webkit-transition-delay: 1.05s;
		-ms-transition-delay: 1.05s;
		transition-delay: 1.05s;
	}

	.items.onload-fade-in > *:nth-child(9) > .inner {
		-moz-transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
		-ms-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	.items.onload-fade-in > *:nth-child(10) > .inner {
		-moz-transition-delay: 1.35s;
		-webkit-transition-delay: 1.35s;
		-ms-transition-delay: 1.35s;
		transition-delay: 1.35s;
	}

	.items.onload-fade-in > *:nth-child(11) > .inner {
		-moz-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		-ms-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	.items.onload-fade-in > *:nth-child(12) > .inner {
		-moz-transition-delay: 1.65s;
		-webkit-transition-delay: 1.65s;
		-ms-transition-delay: 1.65s;
		transition-delay: 1.65s;
	}

	.items.onload-fade-in > *:nth-child(13) > .inner {
		-moz-transition-delay: 1.8s;
		-webkit-transition-delay: 1.8s;
		-ms-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	.items.onload-fade-in > *:nth-child(14) > .inner {
		-moz-transition-delay: 1.95s;
		-webkit-transition-delay: 1.95s;
		-ms-transition-delay: 1.95s;
		transition-delay: 1.95s;
	}

	.items.onload-fade-in > *:nth-child(15) > .inner {
		-moz-transition-delay: 2.1s;
		-webkit-transition-delay: 2.1s;
		-ms-transition-delay: 2.1s;
		transition-delay: 2.1s;
	}

	.items.onload-fade-in > *:nth-child(16) > .inner {
		-moz-transition-delay: 2.25s;
		-webkit-transition-delay: 2.25s;
		-ms-transition-delay: 2.25s;
		transition-delay: 2.25s;
	}

	.items.onload-fade-in > *:nth-child(17) > .inner {
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	body.is-preload .items.onload-fade-in > * > .inner {
		opacity: 0;
	}

	.items.onscroll-fade-in > * > .inner {
		-moz-transition: opacity 0.75s ease-in-out;
		-webkit-transition: opacity 0.75s ease-in-out;
		-ms-transition: opacity 0.75s ease-in-out;
		transition: opacity 0.75s ease-in-out;
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onscroll-fade-in > *:nth-child(1) > .inner {
		-moz-transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-ms-transition-delay: 0s;
		transition-delay: 0s;
	}

	.items.onscroll-fade-in > *:nth-child(2) > .inner {
		-moz-transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		-ms-transition-delay: 0.15s;
		transition-delay: 0.15s;
	}

	.items.onscroll-fade-in > *:nth-child(3) > .inner {
		-moz-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.items.onscroll-fade-in > *:nth-child(4) > .inner {
		-moz-transition-delay: 0.45s;
		-webkit-transition-delay: 0.45s;
		-ms-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}

	.items.onscroll-fade-in > *:nth-child(5) > .inner {
		-moz-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		-ms-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.items.onscroll-fade-in > *:nth-child(6) > .inner {
		-moz-transition-delay: 0.75s;
		-webkit-transition-delay: 0.75s;
		-ms-transition-delay: 0.75s;
		transition-delay: 0.75s;
	}

	.items.onscroll-fade-in > *:nth-child(7) > .inner {
		-moz-transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
		-ms-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	.items.onscroll-fade-in > *:nth-child(8) > .inner {
		-moz-transition-delay: 1.05s;
		-webkit-transition-delay: 1.05s;
		-ms-transition-delay: 1.05s;
		transition-delay: 1.05s;
	}

	.items.onscroll-fade-in > *:nth-child(9) > .inner {
		-moz-transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
		-ms-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	.items.onscroll-fade-in > *:nth-child(10) > .inner {
		-moz-transition-delay: 1.35s;
		-webkit-transition-delay: 1.35s;
		-ms-transition-delay: 1.35s;
		transition-delay: 1.35s;
	}

	.items.onscroll-fade-in > *:nth-child(11) > .inner {
		-moz-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		-ms-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	.items.onscroll-fade-in > *:nth-child(12) > .inner {
		-moz-transition-delay: 1.65s;
		-webkit-transition-delay: 1.65s;
		-ms-transition-delay: 1.65s;
		transition-delay: 1.65s;
	}

	.items.onscroll-fade-in > *:nth-child(13) > .inner {
		-moz-transition-delay: 1.8s;
		-webkit-transition-delay: 1.8s;
		-ms-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	.items.onscroll-fade-in > *:nth-child(14) > .inner {
		-moz-transition-delay: 1.95s;
		-webkit-transition-delay: 1.95s;
		-ms-transition-delay: 1.95s;
		transition-delay: 1.95s;
	}

	.items.onscroll-fade-in > *:nth-child(15) > .inner {
		-moz-transition-delay: 2.1s;
		-webkit-transition-delay: 2.1s;
		-ms-transition-delay: 2.1s;
		transition-delay: 2.1s;
	}

	.items.onscroll-fade-in > *:nth-child(16) > .inner {
		-moz-transition-delay: 2.25s;
		-webkit-transition-delay: 2.25s;
		-ms-transition-delay: 2.25s;
		transition-delay: 2.25s;
	}

	.items.onscroll-fade-in > *:nth-child(17) > .inner {
		-moz-transition-delay: 2.4s;
		-webkit-transition-delay: 2.4s;
		-ms-transition-delay: 2.4s;
		transition-delay: 2.4s;
	}

	.items.onscroll-fade-in.is-inactive > * > .inner {
		opacity: 0;
	}

/* Items (style1) */

	.items.style1 {
		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;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
	}

		.items.style1 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style1.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style1.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.33333%;
		}

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style1.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style1.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.33333%;
			}

				.items.style1.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style1.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style1.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style1.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style1.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style1.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style1.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style1.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style1.big > *, .items.style1.medium > *, .items.style1.small > * {
				padding-left: 0;
				padding-right: 0;
			}

			.items.style1.big > :first-child, .items.style1.medium > :first-child, .items.style1.small > :first-child {
				padding-top: 0;
			}

			.items.style1.big > :last-child, .items.style1.medium > :last-child, .items.style1.small > :last-child {
				padding-bottom: 0;
			}

				.items.style1.big > :last-child > .inner > :last-child, .items.style1.medium > :last-child > .inner > :last-child, .items.style1.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}

		}

/* Items (style2) */

	.items.style2 {
		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;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
		border: solid 1px;
		border-radius: 4px;
	}

		.items.style2 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-style: solid;
			border-left-width: 1px;
			border-top-width: 1px;
		}

		.items.style2.big > * {
			padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
			width: 50%;
		}

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 0;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 0;
			}

		.items.style2.medium > * {
			padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
			width: 33.33333%;
		}

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 0;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 0;
			}

		.items.style2.small > * {
			padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
			width: 25%;
		}

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 0;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 0;
			}

		@media screen and (max-width: 1280px) {

			.items.style2.small > *:nth-child(-n + 4) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(4n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.1875rem 2.1875rem 0.1875rem 2.1875rem ;
				width: 33.33333%;
			}

				.items.style2.small > *:nth-child(-n + 3) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(3n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 980px) {

			.items.style2.medium > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.medium > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 3) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(3n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 3.5rem 3.5rem 1.5rem 3.5rem ;
				width: 50%;
			}

				.items.style2.small > *:nth-child(-n + 2) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(2n + 1) {
					border-left-width: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.items.style2.big > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.big > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.big > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.big > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.big > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.medium > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.medium > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.medium > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.medium > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.medium > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

			.items.style2.small > *:nth-child(-n + 2) {
				border-top-width: 1px;
			}

			.items.style2.small > *:nth-child(2n + 1) {
				border-left-width: 1px;
			}

			.items.style2.small > * {
				padding: 2.625rem 2.625rem 0.625rem 2.625rem ;
				width: 100%;
			}

				.items.style2.small > *:nth-child(-n + 1) {
					border-top-width: 0;
				}

				.items.style2.small > *:nth-child(1n + 1) {
					border-left-width: 0;
				}

		}

/* Items (style3) */

	.items.style3 {
		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;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		margin: 3rem 0;
		position: relative;
	}

	.items.style3 > .box {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

		.items.style3 > * {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
		}

		.items.style3.big > * {
			padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
			width: calc( 50% - 1rem );
		}

		.items.style3.medium > * {
			padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
			width: calc( 33.33333% - 1rem );
		}

		.items.style3.small > * {
			padding: 0.65625rem 0.65625rem 0.1rem 0.65625rem ;
			width: calc( 25% - 1rem );
		}

		@media screen and (max-width: 1280px) {

			.items.style3.small > * {
				padding: 1.09375rem 1.09375rem 0.1rem 1.09375rem ;
				width: 33.33333%;
			}

		}

		@media screen and (max-width: 980px) {

			.items.style3.medium > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}

			.items.style3.small > * {
				padding: 1.75rem 1.75rem 0.1rem 1.75rem ;
				width: 50%;
			}

		}

		@media screen and (max-width: 736px) {

			.items.style3 {
				margin: 2rem 0;
			}

		}

		@media screen and (max-width: 480px) {

			.items.style3.big > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.medium > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.small > * {
				padding: 1.3125rem 1.3125rem 0.1rem 1.3125rem ;
				width: 100%;
			}

			.items.style3.big > *, .items.style3.medium > *, .items.style3.small > * {
				padding-left: 0;
				padding-right: 0;
			}

			.items.style3.big > :first-child, .items.style3.medium > :first-child, .items.style3.small > :first-child {
				padding-top: 0;
			}

			.items.style3.big > :last-child, .items.style3.medium > :last-child, .items.style3.small > :last-child {
				padding-bottom: 0;
			}

				.items.style3.big > :last-child > .inner > :last-child, .items.style3.medium > :last-child > .inner > :last-child, .items.style3.small > :last-child > .inner > :last-child {
					margin-bottom: 0;
				}

		}

	.items.style1 > * {
		border-color: rgba(0, 0, 0, 0.2);
	}

	.items.style2 {
		border-color: rgba(0, 0, 0, 0.2);
	}

		.items.style2 > * {
			border-color: rgba(0, 0, 0, 0.2);
		}


	/* The search field */
.dropdown input[type="text"] {
	box-sizing: border-box;
	background-image: url("/docroot/assets/img/dropdown.svg");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 0.5em) center;
	padding-left: 0.5em;
	padding-right: 2.5em;
	text-overflow: ellipsis;
	height: 2.75em;
	line-height: 2.75em;
	margin: 0.5em 0.25em;
	color: #000;
	width: 13em;
	border-color: #aaa;
	box-shadow: 10px 10px 30px -5px rgb(0 0 0 / 20%) 
}

.searchbar select{
	box-sizing: border-box;
	height: 2.75em;
	line-height: 2.75em;
	margin: 0.5em 0.25em;
	color: #000;
	width: 13em;
	border-color: #aaa;
	box-shadow: 10px 10px 30px -5px rgb(0 0 0 / 20%) 
}
	
	.dropdown input[type="text"]:hover {
	cursor: text;
	}
	
	.dropdown input[type="text"]:focus, .searchbar select:focus {
			border-color: #0c1e53;
			box-shadow: 0 0 0 1px #0c1e53;
	}
	
	
	
	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	position: relative;
	display: inline-block;
	}
	
	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 13.25em;
	border: 1px solid #ccc;
	z-index: 2;
	min-height: 2rem;
	max-height: 40rem;
	overflow: auto;
	border-radius: 4px;
	box-shadow: 0px 15px 59px -20px rgb(0 0 0 / 35%); 
	margin-left: 4px;
	}
	
	.dropdown.medium > .dropdown-content {
		min-width: 9.25em;
	   }
	
	.dropdown.medium input[type="text"] {
		width: 9em;
	}
		
	.dropdown.small > .dropdown-content {
	 min-width: 7.25em;
	}
	
	.dropdown.small input[type="text"] {
	width: 7em;
	}
	
	.dropdown.tiny > .dropdown-content {
	 min-width: 4.25em;
	}
	
	.dropdown.tiny input[type="text"] {
	width: 4em;
	}
	
	.dropdown.large > .dropdown-content {
	 min-width: 20.25em;
	}
	
	.dropdown.large input[type="text"] {
	width: 20em;
	}
	
	
	.searchbar {
		max-width: 90vw;
		display: flex;
		flex-direction: row;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		align-items: center;
	}

	.searchbar.center{

		justify-content: center;
	}

	.searchbar > #buttonSearch, .searchbar > #myForm {
		margin: 0 1rem;
	}
  
@media screen and (max-width: 980px) {
  .searchbar {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }

  .searchbar .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
  }

  .searchbar select {
    width: 20em;
    margin: 0.25em;
  }

  .searchbar .button-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5em;
    width: 100%;
  }

  .searchbar > #buttonSearch,
  .searchbar > #resetFilter {
    margin: 0;
    width: auto;
    min-width: 8em;
  }
}

ul.pagination {
		margin-left: 4.5rem;
		margin-right: 4.5rem;
	}
	
	@media screen and (max-width: 1280px) {
		.dropdown > .dropdown-content {
			min-width: 14.25em;
		}
		   
		.dropdown input[type="text"] {
			width: 14em;
		}
	
		.dropdown.large > .dropdown-content {
			min-width: 21.25em;
		}
		   
		.dropdown.large input[type="text"] {
			width: 21em;
		}
		
	}
	
	
	@media screen and (max-width: 736px) {
		.dropdown-content {
			min-width: 13.25em;
		}
	
		.dropdown input[type="text"] {
			width: 13em;
		}
	
		.dropdown.large > .dropdown-content {
			min-width: 16.25em;
		}
	
		.dropdown.large input[type="text"] {
			width: 16em;
		}
	
		a.button.shop {
			padding: 0px 0.25em;
		}
	
		a.button.shop > img{
			vertical-align: middle;
			margin: 0px 2px 2px 2px;
			line-height: 16px;
		}
	
	}
	
	/* Links inside the dropdown */
	.dropdown-content .dropdown-item {
	color: black !important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	}
	
	.dropdown-content .dropdown-item:nth-child(even) {
	background-color: #eee;
	}
	
	
	
	/* Change color of dropdown links on hover */
	.dropdown-content > .dropdown-item:hover {
	background-color: #0c1e53; 
	color: #fff !important;
	}
	
	#resetFilter, #buttonSearch {
	border: none;
	vertical-align: middle !important;
	margin: 1.2em 0.25em 1.15em 0.25em;
		box-shadow: 10px 10px 30px -5px rgb(0 0 0 / 20%) !important;
	}
	
	.show {display:block;}



.products input {
	margin-top: 0.5rem;;
}

#thumbnail-slider {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

li.splide__slide .is_active .is_visible {
	border-color: red;

}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
}

div.items.small.article {
	margin: 10px;
}

#cartMenu {
	display: none;
	margin-left: auto;
	margin-right: 1rem;
	padding: 0 1.25rem 0 1.25rem;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 5px 5px 59px -20px rgb(0 0 0 / 35%); 
}

@media screen and (max-width: 736px) {

	#cartMenu {
		height: 2rem;
		line-height: 2rem;
		margin-right: 0.2rem;
		padding: 0 0.75rem 0 0.75rem;
	}

}

@media screen and (max-width: 980px) {
	#cartMenu {
		display: block;
	}
}

a.button {
	margin-bottom: 1rem;
}

label.form-label {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
	transform: translate(0.75em,1.1em);
	padding: 0 0.5em;
	background: #ffffff;
	margin: 0 auto 0 0;
	white-space: nowrap;
}

form h3 {
	margin: 1rem 0;
}

form p {
	margin: 0 0 1rem 0;
}

/* Range Selector */

div.slider-container {
    position: relative;
	display: inline-block;
    width: 150px;
	height: 5rem;
	vertical-align: middle;	
	margin-left: 0.25em;
	margin-right: 0.25em;
}

div.slider-container > input[type="range"] {
    position: absolute;
	margin: 0;
	top: 50%;
    transform: translate(-1px,-50%);
    width: calc( 100% + 2px );
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

div.slider-container > input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 20px;
    height: 20px;
    background: #0c1e53;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

div.slider-container > input[type="range"]::-moz-range-thumb {
	pointer-events: all;
    width: 20px;
    height: 20px;
    background: #0c1e53;
    border-radius: 50%;
    cursor: pointer;
}

div.slider-container > .slider-track {
    position: absolute;
    height: 5px;
    background: #ddd;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	z-index: -1;
}

div.range-values {
    position: absolute;
    bottom: 0;
    font-size: 18px;
}

div.slider-container > label {
    position: absolute;
	top: 0;
	margin-top: 0;
	font-weight: normal;
}

/* End Range selector */

p.soldOut {
	color: white;
	font-size: 2rem;
	font-weight: bold;
	background-color: #f22;
	border-radius: 5px;
	padding: 0.75rem 1.5rem;
	transform: translate(5rem,-300px) rotateZ(-45deg);
	box-shadow: 5px 5px 40px -5px rgb(0 0 0 / 50%); 
}

#Surname {
	display: none;
}
label[for="Surname"] {
	display: none;
}

/* Banner (style1) */

	.banner.style1 {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style1 .content {
			padding: 3.5rem 3.5rem 2.5rem 3.5rem ;
			-moz-align-self: center;
			-webkit-align-self: center;
			-ms-align-self: center;
			align-self: center;
			-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: 50%;
			max-width: 48rem;
			margin: 0 auto;
		}

		.banner.style1 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-radius: 0;
			width: 50%;
		}

			.banner.style1 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.banner.style1 .content {
				padding: 2.5rem 2.5rem 1.5rem 2.5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style1 .content {
				padding: 2rem 2rem 1rem 2rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style1 .content {
				padding: 1.875rem 1.5rem 0.875rem 1.5rem ;
			}

		}

		@media screen and (max-width: 736px) {

			.banner.style1 .content {
				padding: 1.25rem 1rem 0.25rem 1rem ;
			}

		}

		@media screen and (orientation: portrait) {

			.banner.style1 {
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style1 .content {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					max-width: 100%;
				}

				.banner.style1 .image {
					width: 100%;
					max-width: 100%;
					height: 45vh;
				}

		}

		.banner.style1.fullscreen {
			min-height: 100vh;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.fullscreen .content {
					min-height: 50vh;
				}

				.banner.style1.fullscreen .image {
					height: 50vh;
				}

			}

		.banner.style1.orient-right {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.orient-right {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

			}

		.banner.style1.content-align-center {
			text-align: center;
		}

		.banner.style1.content-align-right {
			text-align: right;
		}

			@media screen and (orientation: portrait) {

				.banner.style1.content-align-right {
					text-align: center;
				}

			}

		.banner.style1.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style1.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style2) */

	.banner.style2 {
		padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		background-color: inherit;
		position: relative;
		text-align: center;
		overflow-x: hidden;
	}

		.banner.style2 .content {
			padding: 5.25rem 5.25rem 3.25rem 5.25rem ;
			position: relative;
			width: 40rem;
			max-width: 100%;
			background-color: inherit;
			border-radius: 0.5rem;
			margin-bottom: 2rem;
			z-index: 1;
		}

		.banner.style2 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border-radius: 0;
		}

			.banner.style2 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

		@media screen and (max-width: 1680px) {

			.banner.style2 {
				padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
			}

				.banner.style2 .content {
					padding: 3.75rem 3.75rem 1.75rem 3.75rem ;
				}

		}

		@media screen and (max-width: 1280px) {

			.banner.style2 {
				padding: 4rem 3rem 2rem 3rem ;
			}

				.banner.style2 .content {
					padding: 4rem 3rem 2rem 3rem ;
				}

		}

		@media screen and (max-width: 980px) {

			.banner.style2 {
				padding: 3rem 3rem 1rem 3rem ;
			}

				.banner.style2 .content {
					padding: 3.75rem 2.25rem 1.75rem 2.25rem ;
				}

		}

		@media screen and (max-width: 736px) {

			.banner.style2 {
				padding: 2rem 2rem 0.1rem 2rem ;
			}

				.banner.style2 .content {
					padding: 2.5rem 1.5rem 0.5rem 1.5rem ;
				}

		}

		.banner.style2.fullscreen {
			min-height: 100vh;
		}

		@media screen and (orientation: portrait) {
			.banner.style2.fullscreen {
				min-height: initial;
			}
		}

		.banner.style2.orient-left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
			padding-left: 0;
		}

			.banner.style2.orient-left .content {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
			}

		.banner.style2.orient-right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
			padding-right: 0;
		}

			.banner.style2.orient-right .content {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}

		.banner.style2.content-align-left {
			text-align: left;
		}

		.banner.style2.content-align-right {
			text-align: right;
		}

		.banner.style2.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style2.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style3) */

	.banner.style3 {
		padding: 7rem 7rem 5rem 7rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style3 .content {
			width: 31.5rem;
			max-width: 100%;
		}

		.banner.style3 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 21rem;
			height: 21rem;
			border-radius: 100%;
			margin: 0 3.5rem 2rem 0;
		}

			.banner.style3 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 100%;
			}

		@media screen and (max-width: 1680px) {

			.banner.style3 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style3 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style3 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.banner.style3 .image {
					width: 18.375rem;
					height: 18.375rem;
				}

		}

		@media screen and (max-width: 736px) {

			.banner.style3 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.banner.style3 .image {
					width: 15.75rem;
					height: 15.75rem;
					margin: 0 2rem 2rem 0;
				}

		}

		@media screen and (orientation: portrait) {

			.banner.style3 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style3 .content {
					width: 34rem;
					max-width: 100%;
				}

				.banner.style3 .image {
					margin-right: 0;
				}

		}

		.banner.style3.fullscreen {
			min-height: 100vh;
		}

		.banner.style3.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.banner.style3.orient-left .image {
				margin: 0 0 2rem 3.5rem;
			}

			@media screen and (max-width: 736px) {

				.banner.style3.orient-left .image {
					margin: 0 0 2rem 2rem;
				}

			}

			@media screen and (orientation: portrait) {

				.banner.style3.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.banner.style3.orient-left .image {
						margin-left: 0;
					}

			}

		.banner.style3.content-align-center {
			text-align: center;
		}

		.banner.style3.content-align-right {
			text-align: right;
		}

		.banner.style3.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style3.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style4) */

	.banner.style4 {
		padding: 7rem 7rem 5rem 7rem ;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		text-align: left;
		overflow-x: hidden;
	}

		.banner.style4 .content {
			width: 31.5rem;
			max-width: 100%;
		}

		.banner.style4 .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-radius: 0;
			border: solid 1px;
			width: 13rem;
			height: 23.11111rem;
			margin-top: 2.5rem;
			margin-bottom: 5rem;
			margin-right: 3.5rem;
		}

			.banner.style4 .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				-moz-object-position: center;
				-webkit-object-position: center;
				-ms-object-position: center;
				object-position: center;
				display: block;
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

			.banner.style4 .image:before {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-bottom: 0;
			}

			.banner.style4 .image:after {
				content: '';
				display: block;
				background-position: center;
				background-repeat: no-repeat;
				border: solid 1px;
				border-top: 0;
			}

			.banner.style4 .image:before {
				height: 2.5rem;
				background-size: 64px 32px;
				margin-top: -2.5rem;
				border-radius: 1rem 1rem 0 0;
			}

			.banner.style4 .image:after {
				height: 3rem;
				background-size: 64px 32px;
				margin-bottom: -3rem;
				border-radius: 0 0 1rem 1rem;
			}

		@media screen and (max-width: 1680px) {

			.banner.style4 {
				padding: 5rem 5rem 3rem 5rem ;
			}

		}

		@media screen and (max-width: 1280px) {

			.banner.style4 {
				padding: 4rem 4rem 2rem 4rem ;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.style4 {
				padding: 3.75rem 3rem 1.75rem 3rem ;
			}

				.banner.style4 .image {
					width: 11.375rem;
					height: 20.22222rem;
					margin-top: 2.1875rem;
					margin-bottom: 4.625rem;
				}

					.banner.style4 .image:before {
						height: 2.1875rem;
						background-size: 56px 28px;
						margin-top: -2.1875rem;
						border-radius: 0.875rem 0.875rem 0 0;
					}

					.banner.style4 .image:after {
						height: 2.625rem;
						background-size: 56px 28px;
						margin-bottom: -2.625rem;
						border-radius: 0 0 0.875rem 0.875rem;
					}

		}

		@media screen and (max-width: 736px) {

			.banner.style4 {
				padding: 2.5rem 2rem 0.5rem 2rem ;
				-moz-align-items: -moz-flex-start;
				-webkit-align-items: -webkit-flex-start;
				-ms-align-items: -ms-flex-start;
				align-items: flex-start;
			}

				.banner.style4 .image {
					width: 8.125rem;
					height: 14.44444rem;
					margin-top: 1.5625rem;
					margin-bottom: 3.875rem;
				}

					.banner.style4 .image:before {
						height: 1.5625rem;
						background-size: 40px 20px;
						margin-top: -1.5625rem;
						border-radius: 0.625rem 0.625rem 0 0;
					}

					.banner.style4 .image:after {
						height: 1.875rem;
						background-size: 40px 20px;
						margin-bottom: -1.875rem;
						border-radius: 0 0 0.625rem 0.625rem;
					}

		}

		@media screen and (orientation: portrait) {

			.banner.style4 {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
				text-align: center;
			}

				.banner.style4 .content {
					width: 34rem;
					max-width: 100%;
				}

				.banner.style4 .image {
					margin-right: 0;
					margin-left: 0;
				}

		}

		.banner.style4.fullscreen {
			min-height: 100vh;
		}

		.banner.style4.orient-left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

			.banner.style4.orient-left .image {
				margin-right: 0;
				margin-left: 3.5rem;
			}

			@media screen and (orientation: portrait) {

				.banner.style4.orient-left {
					-moz-flex-direction: column-reverse;
					-webkit-flex-direction: column-reverse;
					-ms-flex-direction: column-reverse;
					flex-direction: column-reverse;
				}

					.banner.style4.orient-left .image {
						margin-right: 0;
						margin-left: 0;
					}

			}

		.banner.style4.content-align-center {
			text-align: center;
		}

		.banner.style4.content-align-right {
			text-align: right;
		}

		.banner.style4.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style4.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

/* Banner (style5) */

	section.banner.style5 {
		padding: 0;
		margin: 0 0 2rem 0;
		display: block;
		background-color: inherit;
		text-align: center;
		height: auto; 
		width: 100vw;
	}


		.banner.style5 .content {
			z-index: 1; 
			width: 50vw;
			height: 100%;
			padding: auto 0;
			position: absolute;
			top: 0; 
			right: 10vw;
		}

		.banner.style5.orient-left .content{
			right: 40vw;
 		}

			.banner.style5 .content > .inner {
				text-align: left;
				border-radius: 10px;
				margin: 0;
				display: block;
				position: absolute;
				top: 50%; 
				transform: translateY(-50%);
				right: 0;
				width: 100%;
				height: auto;
				max-width: none;
				padding: 1rem 2rem 0.01rem 2rem;
			}

			.banner.style5 .content > .inner, 
			.banner.style5 .content > .inner:hover, 
			.banner.style5 .content > .inner *, 
			.banner.style5 .content > .inner *:hover {
				-moz-transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

		.banner.style5 .image {
			width: 50vw;
			height: auto;
			margin: 15px 40vw 15px auto;
			padding: 0;
			opacity: 1;
			background-color: transparent;
		}

		.banner.style5.orient-left .image{
			margin: 15px auto 15px 40vw;
 		}

			.banner.style5 .image img {
				display: block;
				width: 50vw;
				height: auto;
				border-radius: 10px;
				margin: 0;
				padding: 0;
				background-color: transparent;
			}


		/*
		@media screen and (max-width: 1680px) {
			.banner.style5 .content, .banner.style5 .image {
				width: 60vw;
			}
		}
		*/

		@media screen and (max-width: 1280px) {
			.banner.style5 .content {
				width: 60vw;
			}
			banner.style5 .image {
				width: 60vw;
			}
			/*
			.banner.style5 .content > .inner {
				top: 80%; 
				transform: translateY(-80%);
			}
			*/
			/*
			.banner.style5 .image img {
				top: 20%;  
				transform: translateY(-20%);
			}
			*/
		}

		@media screen and (max-width: 980px) {
			section.banner.style5 {
				margin-top: 1rem;
			}			
			.banner.style5 .content {
				width: 100vw;
				position: static;
				z-index: auto;
				padding: 0 5vw;
			}
			.banner.style5 .content > .inner {
				position: static;
				top: 0; 
				transform: translateY(0);
			}
			.banner.style5 .image, .banner.style5.orient-left .image {
				width: 100%;
				padding: 0;
				margin: 25px 0;
			}
			.banner.style5 .image img {
				width: 100%;
				margin: 0;
			}
		}

		/*
		@media screen and (max-width: 736px) {
			.banner.style5 .content, .banner.style5.orient-left .content {
				width: 80vw;
				right: 5vw;
			}
			.banner.style5 .image, .banner.style5.orient-left .image {
				width: 80vw;
				left: 5vw;
			}
			.banner.style5 .image img, .banner.style5.orient-left .image img {
				top: 5%; 
				transform: translateY(-5%);
			}

		}
		*/

		.banner.style5.fullscreen {
			min-height: 100vh;
		}

		.banner.style5.content-align-left {
			text-align: left;
		}

		.banner.style5.content-align-right {
			text-align: right;
		}

		.banner.style5.image-position-left .image img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.banner.style5.image-position-right .image img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

	/*
	.banner .image {
		background-color: rgba(0, 0, 0, 0.125);
	}
	*/

	.banner.invert .image {
		background-color: rgba(255, 255, 255, 0.125);
	}

	.banner.style4 .image {
		border-color: rgba(0, 0, 0, 0.2);
		background-color: rgba(0, 0, 0, 0.2);
		border-width: 0;
	}

		.banner.style4 .image:before {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

		.banner.style4 .image:after {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: rgba(0, 0, 0, 0.2);
			width: 100%;
		}

	.banner.style4.android .image:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: rgba(0, 0, 0, 0.2)%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}

	.banner.style4.invert .image {
		border-color: white;
		background-color: white;
		border-width: 1px;
	}

		.banner.style4.invert .image:before {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='11' y='12' width='42' height='8' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

		.banner.style4.invert .image:after {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Ccircle cx='32' cy='16' r='14' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
			border-color: white;
			width: calc(100% + 2px);
			margin-left: -1px;
		}

	.banner.style4.invert.android .image:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='32px' viewBox='0 0 64 32' zoomAndPan='disable'%3E%3Cstyle%3Erect %7Bfill: transparent%3B stroke: white%3B stroke-width: 1px%3B %7D%3C/style%3E%3Crect rx='4' ry='4' x='6' y='4' width='52' height='24' vector-effect='non-scaling-stroke' /%3E%3C/svg%3E");
	}


	.banner.darkBlue > .content > .inner {
		background-color: #0c1e53d0;
		color: #eeeeee !important;
		background: #0c1e53d0;
	}

	.banner.darkBlue > .content > .inner h2, .banner.darkBlue > .content > .inner h3 {
		background-color: transparent;
		color: #eeeeee !important;
		background: transparent;
	}

	.darkBlue input[type="submit"].primary, 
	.darkBlue input[type="reset"].primary, 
	.darkBlue input[type="button"].primary, 
	.darkBlue button.primary, 
	.darkBlue .button.primary {	
		background-color: white;
		color: #0c1e53 !important;
		background: white;
	}


	.banner.black > .content > .inner {
		background-color: #000b;
		color: #eeeeee !important;
		background: #000b;
	}

	.banner.black > .content > .inner h2, .banner.black > .content > .inner h3 {
		background-color: transparent;
		color: #eeeeee !important;
		background: transparent;
	}

	.black input[type="submit"].primary, 
	.black input[type="reset"].primary, 
	.black input[type="button"].primary, 
	.black button.primary, 
	.black .button.primary {	
		background-color: white;
		color: black !important;
		background: white;
	}


	.banner.white > .content > .inner{
		background-color: #fffd;
		color: #333 !important;
		background: #fffd;
	}

	.banner.darkBlue > .content > .inner:hover {
		background-color: #0c1e5380;
		background: #0c1e5380;
	}

	.banner.black > .content > .inner:hover {
		background-color: #0008;
		background: #0008;
	}

	.banner.white > .content > .inner:hover{
		background-color: #fff8;
		background: #fff8;
	}

/* Top Right Corner */
#topRightCorner {
font-weight: 500;
position: fixed;
top: .5rem;
right: 3rem;
width: auto;
height: auto;
border: none;
z-index: 100000;
border: none;
padding: .35rem .25rem .6rem .25rem;
transition: 0.5s all ease;
color: white;
background-color: #0c1e53;
border-radius: 20px;
backdrop-filter: blur(6px);
}
#topRightCorner.scrolled .topRightCorner {
	color: black;
}
.topRightCornerItems {
display: inline-block;
margin: 0 1.25rem 0 0;
}
.topRightCornerItems > a {
text-decoration: none;
color: white;
font-weight: 600;
font-size: 0.9rem;
}
#topRightCorner.scrolled .topRightCornerItems > a {
color: black;
}

.topRightCornerItems > a:hover {
color: #ffffffd0;
}
#topRightCorner.scrolled .topRightCornerItems > a:hover {
color: #000000d0;
}

.topRightCornerItems > .icon, .topRightCornerItems > a > .icon {
height: 1.8rem;
vertical-align: middle;
line-height: 1.8rem;
}
.topRightCornerItems > .icon:before, .topRightCornerItems > a > .icon:before {
background-color: white !important;
color: #0c1e53;
width: 1.8rem;
height: 1.8rem;
border: 1px solid white;
border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 1.8rem;
margin: 0 0 0 .9rem;
transition: 0.5s all ease;
font-size: 0.9rem;
}
.topRightCornerItems > .icon:hover:before, .topRightCornerItems > a > .icon:hover:before {
background-color: #ffffff80 !important;
border: 1px solid transparent ;
}

@media screen and (max-width: 980px) {
.topRightCorner {
 display: none;
}
}


/* Carousel */

.splide__slide.layers.is-active > .splideImage > .content > h1,
.splide__slide.layers.is-active > .splideImage > .content > h2,
.splide__slide.layers.is-active > .splideImage > .content > div {
	transform: translate3d(0,0,0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
	opacity: 1;
	letter-spacing: normal;
}

.splide__arrow {
	border-color: #fff;
}

button.splide__pagination__page {
	box-shadow: none;
}

button.splide__pagination__page:after {
	content: '';
}

button.splide__pagination__page:hover {
	opacity: 0.5;
	background-color: #fff;
}

button.splide__arrow  {
	background-color: #cccccc;
	box-shadow: inset 0 0 0 3px white;
	color: white !important;
}

button.splide__arrow:after  {
	width: 0;
	padding: 0;
	margin: 0;
}


button.splide__arrow > svg  {
	color: white !important;
}

#splideBanner {
	margin-top: 0;
}

@media screen and (max-width: 980px) {
	#splideBanner {
		margin-top: 7.5rem;
	}
}

@media screen and (max-width: 736px) {
	#splideBanner {
		margin-top: 44px;
	}
}

@media screen and (max-width: 480px) {
	#splideBanner {
		margin-top: 2rem;
	}
}


#splideBanner .content {
	width: 50%;
	padding: 2rem 0 0 0;
	position: absolute;
}

div.splideImage {
	height: 100%;
	position: relative;	
}

div.splideImage > div.content {
	padding: 0
}

div.content.left {
	top: 6rem;
	left: 5rem;
}

div.content.right {
	top: 6rem;
	right: 5rem;
}

div.content.bottomLeft {
	bottom: 10rem;
	left: 5rem;
}

@media screen and (max-width: 980px) {
	div.content.left, div.content.right {
		top: 8rem;
	}
	div.content.bottomLeft {
		bottom: 6rem;
	}
}

div.content.bottomRight {
	bottom: 6rem;
	right: 5rem;
}

div.splideImage > span.image.featured.main {
	margin-bottom: 0;
}

#splideBanner p, #splideBanner h1, #splideBanner h2 {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 4px #0008;
}	

#splideBanner h1 {
	font-size: 5rem;  
	padding-top: 0;
	margin-top: 0;
}

#splideBanner h2 {
	font-size: 2.5rem;  
}

#splideBanner p {
	font-size: 1.5rem;  
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#slideBanner ul.splide__list > li.splide__slide ,
#slideBanner ul.splide__list > li.splide__slidefirst-child ,
#slideBanner ul.splide__list > li.splide__slide:last-child {
	padding: 0;
}

#slideBanner ul li {
	padding: 0;
}

@media screen and (max-width: 1280px) { 
	#splideBanner .content {
		width: 70%;
		padding: 1rem 0 0 0;
	}

	#splideBanner h1 {
		font-size: 3.5rem;  
		line-height: 3.5rem;
	}
	
	#splideBanner h2 {
		font-size: 2rem;  
	}
	
	#splideBanner p {
		font-size: 1.2rem;  
	}

}

@media screen and (max-width: 980px) {

	#splideBanner .content {
		width: 80%;
		padding: 1rem 0 0 0;
	}

	#splideBanner h1 {
		font-size: 1.8rem;  
		line-height: 1.8rem;
		padding-top: 0;
	}
	
	#splideBanner h2 {
		font-size: 1.35rem;  
	}
	
	#splideBanner p {
		font-size: 0.8rem;  
	}

	div.content.left {
		left: 3rem;
	}
	
	div.content.right {
		right: 3rem;
	}
	
	div.content.bottomLeft {

		left: 3rem;
	}
	
	div.content.bottomRight {

		right: 3rem;
	}

	div.splideImage > .content {
		padding-top: 0;
		margin-top: 0;
	}

	
}

@media screen and (max-width: 736px) {

	div.content.left, div.content.bottomLeft {
		left: 50px;
	}
	
	div.content.right, div.content.bottomRight {
		right: 50px;
	}
	
	div.content.left {
		top: 20px;
		padding-bottom: 10px;
	}
	
	div.content.right {
		top: 20px;
		padding-bottom: 10px;
	}
	

	#splideBanner h1 {
		font-size: 1.8rem;  
		line-height: 1.8rem;;
	}
	
	#splideBanner h2 {
		font-size: 1.35rem;  
	}
	
	#splideBanner p {
		font-size: 0.8rem;  
	}
	
}

@media screen and (max-width: 480px) {

	#splideBanner .content {
		width: 70%;
		height: auto;
		padding: 0;

	}
	
	
	
	#splideBanner h1 {
		font-size: 14px;  
		line-height: 14px;
	}
	
	#splideBanner h2 {
		font-size: 12px;  
	}
	
	#splideBanner p {
		font-size: 9px;  
		line-height: 12px;
	}

	/*
	div.splideImage{
		border: 1px solid white;
	}
	*/
	
}

/*
div.nGY2Gallery > div.nGY2GallerySub div.nGY2GThumbnailImage.nGY2TnImgBack {
	background-color: transparent;
	border-radius: none;
}

div.nGY2Gallery > div.nGY2GallerySub div.nGY2GThumbnailImage.nGY2TnImg {
	border: 1px solid transparent;
	border-radius: 5px;
}

div.nGY2Gallery > div.nGY2GallerySub div.nGY2GThumbnailImage.nGY2TnImgBack {
	background-image: none;
}

div.nGY2Gallery > div.nGY2GallerySub > div.nGY2GThumbnail {
	background-image: none;
	background-color: transparent;
	box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.2); 
	border: none;
	transition: box-shadow .1s ease-in-out;
}

div.nGY2Gallery > div.nGY2GallerySub > div.nGY2GThumbnail:hover {
	box-shadow: 25px 25px 35px -10px rgba(0, 0, 0, 0.1);
	transition: box-shadow .1s ease-in-out;
}
*/

/* End Banner */

/* Section/Article */

section.special, article.special {
	text-align: center;
}

/* Workflow */

.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.progress-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
	.progress-line {
		left: 10%;
		transform: none;
	}
}


.progress-line-fill {
  width: 100%;
  background-color: #193e93;
  height: 0;
  transition: height 0.3s ease;
}

.step {
  position: relative;
  display: flex;
  align-items: center; 
  justify-content: space-between;
  margin: 40px 0;
}

.step.left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
	.step.right {
		flex-direction: row-reverse;
	}
}

.timeline-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 3px solid #193e93;
  border-radius: 50%;
  padding: 8px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 980px) {
	.timeline-icon {
  		transform: translate(-32px,-50%);
		left: 10%;
	}
}

.timeline-icon i {
  font-size: 16px;
  color: #193e93;
}

.step-icon i {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 8px;
}
.step .content {
  max-width: 40%;
  padding: 20px;
  background: #1c1c1c;
  border: none;
  border-radius: 10px;
  color: white;
  z-index: 0;
}
@media screen and (max-width: 980px) {
	.step .content {
		max-width: 80%;
	}
}

.step .content h3, .step .content p {
	color: white;
	margin: 1rem 0;	
}

.step.active .icon,
.step.active .content {
  transform: scale(1.1);
  border-color: #007bff;
}

.mobile {
	display: none;
}
.desktop {
	display: initial;
}
@media screen and (max-width: 980px) {
	.mobile {
		display: initial;
	}
	.desktop {
		display: none;
	}
}

/* Globally disables all animations */

	.tracking-in-expand-fwd,
	.tracking-in-normal, .tracking-in-expand, .tracking-in-contract, 
	.opacity0, .opacity05, .opacity1,
	.scale001, .scale01, .scale1,
	.moveLeft, .moveRight, .moveX0, .moveUp, .moveDown, .moveY0 {
  		transform: translate3d(0,0,0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
  	    opacity: 1;
		letter-spacing: normal;
	}

.reveal {
    position: relative;
    opacity: 0;
    transition: 0.2s all ease-in-out;
}


iframe.map{
	border-radius: 10px;
	margin-bottom: 80px;
}

.cta {
	display:none;
}
@media screen and (max-width: 980px) {
  .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0c1e53;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 2rem;
    padding: 1rem 0;
    z-index: 9999;
  }

  .cta .icon {
    color: #fff;
    font-size: 2rem;
  }
}

/* Slide Show */
#slideShow {
background-color: transparent;
color: #fff;
height: auto;
width: 100%;
margin-bottom: 100%;
position: relative;
top: 0;
left: 0;
}
#slideShow input, #slideShow select, #slideShow textarea {
color: #fff;
}
#slideShow a {
color: #fff;
}
#slideShow strong, #slideShow b {
color: #fff;
}
#slideShow h1, #slideShow h2, #slideShow h3, #slideShow h4, #slideShow h5, #slideShow h6 {
color: #fff;
}
#slideShow blockquote {
border-left-color: #ffffff40;
}
#slideShow code {
background: #ffffff13;
border-color: #ffffff40;
}
#slideShow hr {
border-bottom-color: #ffffff40;
}
#slideShow .indicators {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
height: 2em;
z-index: 5;
}
#slideShow .indicators li {
cursor: pointer;
display: inline-block;
height: 2em;
overflow: hidden;
padding: 0;
position: relative;
text-indent: -6em;
width: 2em;
}
#slideShow .indicators li:before {
background: rgba(255, 255, 255, 0.35);
border-radius: 100%;
content: '';
display: inline-block;
height: 0.8em;
left: 50%;
margin: -0.4em 0 0 -0.4em;
position: absolute;
text-indent: 0;
top: 50%;
width: 0.8em;
}
#slideShow .indicators li.visible:before {
background: #fff;
}
#slideShow > article {
-moz-transition: opacity 1.5s ease, visibility 1.5s;
-webkit-transition: opacity 1.5s ease, visibility 1.5s;
-ms-transition: opacity 1.5s ease, visibility 1.5s;
transition: opacity 1.5s ease, visibility 1.5s;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: auto;
opacity: 0;
position: absolute;
text-align: center;
vertical-align: middle;
visibility: hidden;
}
#slideShow > article .inner {
position: absolute;
bottom: 3em;
left: 0px;
width: calc( 100% - 2em );
height: auto;
display: inline-block;
text-align: center;
z-index: 3;
padding: 1em;
margin: 1em;
background-color: #00000030;
border-radius: 4px;
}
#slideShow > article .inner > :last-child {
margin-bottom: 0;
}
#slideShow > article h2 {
margin-bottom: 0.5em;
}
#slideShow > article h2 {
font-weight: 800;
font-size: 2.75em;
padding-bottom: 0;
}
#slideShow > article h2:after {
display: none;
}
#slideShow > article > span {
top: 0px;
left: 0px;
z-index: 2;
}
#slideShow > article.visible {
opacity: 1;
visibility: visible;
}
#slideShow > article.top {
z-index: 1;
}
#slideShow > article.instant {
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
body.is-preload #slideShow:after {
opacity: 1.0;
visibility: visible;
}
@media screen and (max-width: 1280px) {
#slideShow > article h2 {
font-size: 2.25em;
}
}
@media screen and (max-width: 736px) {
#slideShow > article h2 {
font-size: 1.75em;
line-height: 1.25em;
}
}
