#colours {
	c01: #0c4383;
	c02: #1968aa;
	c03: #35abc9;
	c04: #45ae94;
	c05: #82cff3;
	c06: #68b5d0;
	c07: #488495;
	c08: #8aa9c5;
	c09: #ad8197;
	c10: #8f268d;
	c11: #7128a1;
	c12: #7f1ca9;
	c13: #62188a;
	c14: #a88297;
	c15: #6bb667;
	c16: #5e9957;
	c17: #e19726;
	c18: #d1561a;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#robotocondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#robotocondensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Italic-webfont.eot');
    src: url('../fonts/RobotoCondensed-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Italic-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Italic-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Italic-webfont.svg#robotocondenseditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
.fa-scale {
	-webkit-animation: fa-scale 1.3s infinite;
	animation: fa-scale 1.3s infinite;
}
@-webkit-keyframes fa-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes fa-scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	text-align: left;
}
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;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}
	body {
		background: #F8F8F8;
		font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
		font-weight: 300;
		font-size: 17pt;
		line-height: 1.75em;
		color: #888;
		-webkit-text-stroke: 0.1px;
	}

	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;
	}

	.dark {
		color: #aaa;
		color: rgba(255, 255, 255, 0.65);
	}

	.break { 
		clear: both;
	}
	
	.fix {
		float: left;
		padding-right: 2em;
		padding-bottom: 2em;
		max-width: 480px;
	}

	input, textarea, select {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 17pt;
		line-height: 1.75em;
		color: #888;
		-webkit-text-stroke: 0.1px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #666;
		margin: 0 0 1em 0;
		font-weight: 100;
		line-height: 1.5em;
		letter-spacing: -1px;
	}
	
	h3 {
		font-weight: bold;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
		color: #fff;
	}

	strong, b {
		font-weight: 700;
		color: inherit;
	}

	.dark strong, .dark b {
		color: #fff;
		/*color: rgba(255, 255, 255, 0.95);*/
	}

	em, i {
		font-style: italic;
	}

	a {
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 2px rgba(0, 0, 0, 0.5);
	}

	a:hover {
		border-bottom: solid 2px rgba(0, 0, 0, 0.5);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.dark a {
		color: #fff;
		border-bottom-color: rgba(255, 255, 255, 0.5);
		/*border-bottom: 0;*/
	}

	.dark a:hover {
		border-bottom-color: rgba(255, 255, 255, 0.3);
	}

	a.faded {
		color: #dcddde;
	}

	.nobor {
		border: none!important;
		text-decoration: none;
	}

	.bor {
		border: 1px solid #d1d3d4;
	}

	img {
		max-width: 100%;
	}
	
	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e6e6e6;
		margin: 2em 0 2em 0;
	}

	.dark hr {
		border-top-color: rgba(255, 255, 255, 0.5);
	}

	blockquote {
		position: relative;
		border-left: solid 0.25em #e6e6e6;
		padding: 1em 0 1em 2em;
		margin: 1.5em auto 1em auto;
		font-style: italic;
	}

	.dark blockquote {
		border-left-color: rgba(255, 255, 255, 0.5);
	}
	
	blockquote.big {
		border-left: 0;
		background: rgba(255, 255, 255, 0.1);
		padding: 2em;
		font-size: 125%;
	}
	
	blockquote.big:before, blockquote.big:after {
		position: absolute;
		font-size: 10rem;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
	blockquote.big:before {
		content: "“";
		top: 20px;
		left: 20px;
	}
	
	blockquote.big:after {
		content: "”";
		bottom: -50px;
		right: 25px;
	}

	.author {
		text-align: right;
		padding: 15px 0;
	}
	.avatar {
		max-width: 192px;
		vertical-align: middle;
		margin: 5px 7px;
	}

	.reflect {
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.centre {
		text-align: center!important;
	}

	.left {
		text-align: left!important;
	}

	.right {
		text-align: right!important;
	}
	
	.ib {
		display: inline-block!important;
	}

	small {
		font-size: 85%!important;
	}

	p, ul, ol, dl, table {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
	}

	p, li {
		text-align: justify;
	}

	/* h1, h2, h3, h4, h5, h6, .scrolly, */ .caps {
		text-transform: uppercase;
	}

	header {
		margin-bottom: 2em;
	}

	header h1, header h2, header h3, header h4, header h5, header h6 {
		margin: 1em 0 2em 0;
	}

	header p {
		display: block;
		margin: 0;
		padding: 0.25em 2.5em 0.5em 2.5em;
	}

	header p.noind {
		padding: 0;
	}

	footer {
		padding-top: 1.5em;
	}

	br.clear {
		clear: both;
	}

	.featured {
		text-align: center;
	}

	.featured p {
		/*text-align: center;*/
		/*text-align: left;*/
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1360px;
	}

	.container.medium {
		width: 1020px;
	}

	.container ul.int, .container ol.int {
		padding-left: 4em;
	}

	@media screen and (max-width: 1680px) {

		.container {
			width: 1200px;
		}

		.container.medium {
			width: 900px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container {
			width: 960px;
		}

		.container.medium {
			width: 720px;
		}

	}

	@media screen and (max-width: 1000px) {

		.container {
			width: 100% !important;
		}

	}

/* 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 > .col-hf {
		width: 45%;
	}
	.row > .off-hf {
		margin-left: 45%;
	}
	.row > .col-sp {
		width: 10%;
	}
	.row > .off-sp {
		margin-left: 10%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0 > * {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform > * {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}

	.row.gtr-25 > * {
		padding: 12.5px 0 0 12.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}

	.row.gtr-25.gtr-uniform > * {
		padding-top: 12.5px;
	}

	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}

	.row.gtr-50 > * {
		padding: 25px 0 0 25px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}

	.row.gtr-50.gtr-uniform > * {
		padding-top: 25px;
	}

	.row {
		/*margin-top: -50px;*/
		margin-left: -50px;
	}

	.row > * {
		padding: 50px 0 0 50px;
	}

	.row.gtr-uniform {
		margin-top: -50px;
	}

	.row.gtr-uniform > * {
		padding-top: 50px;
	}

	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}

	.row.gtr-150 > * {
		padding: 75px 0 0 75px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}

	.row.gtr-150.gtr-uniform > * {
		padding-top: 75px;
	}

	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}

	.row.gtr-200 > * {
		padding: 100px 0 0 100px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}

	.row.gtr-200.gtr-uniform > * {
		padding-top: 100px;
	}

	@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-wide {
			order: -1;
		}

		.row > .col-1-wide {
			width: 8.33333%;
		}

		.row > .off-1-wide {
			margin-left: 8.33333%;
		}

		.row > .col-2-wide {
			width: 16.66667%;
		}

		.row > .off-2-wide {
			margin-left: 16.66667%;
		}

		.row > .col-3-wide {
			width: 25%;
		}

		.row > .off-3-wide {
			margin-left: 25%;
		}

		.row > .col-4-wide {
			width: 33.33333%;
		}

		.row > .off-4-wide {
			margin-left: 33.33333%;
		}

		.row > .col-5-wide {
			width: 41.66667%;
		}

		.row > .off-5-wide {
			margin-left: 41.66667%;
		}

		.row > .col-6-wide {
			width: 50%;
		}

		.row > .off-6-wide {
			margin-left: 50%;
		}

		.row > .col-7-wide {
			width: 58.33333%;
		}

		.row > .off-7-wide {
			margin-left: 58.33333%;
		}

		.row > .col-8-wide {
			width: 66.66667%;
		}

		.row > .off-8-wide {
			margin-left: 66.66667%;
		}

		.row > .col-9-wide {
			width: 75%;
		}

		.row > .off-9-wide {
			margin-left: 75%;
		}

		.row > .col-10-wide {
			width: 83.33333%;
		}

		.row > .off-10-wide {
			margin-left: 83.33333%;
		}

		.row > .col-11-wide {
			width: 91.66667%;
		}

		.row > .off-11-wide {
			margin-left: 91.66667%;
		}

		.row > .col-12-wide {
			width: 100%;
		}

		.row > .off-12-wide {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}

		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}

		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

		.row.gtr-25 > * {
			padding: 10px 0 0 10px;
		}

		.row.gtr-25.gtr-uniform {
			margin-top: -10px;
		}

		.row.gtr-25.gtr-uniform > * {
			padding-top: 10px;
		}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

		.row.gtr-50 > * {
			padding: 20px 0 0 20px;
		}

		.row.gtr-50.gtr-uniform {
			margin-top: -20px;
		}

		.row.gtr-50.gtr-uniform > * {
			padding-top: 20px;
		}

		.row {
			/*margin-top: -40px;*/
			margin-left: -40px;
		}

		.row > * {
			padding: 40px 0 0 40px;
		}

		.row.gtr-uniform {
			margin-top: -40px;
		}

		.row.gtr-uniform > * {
			padding-top: 40px;
		}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

		.row.gtr-150 > * {
			padding: 60px 0 0 60px;
		}

		.row.gtr-150.gtr-uniform {
			margin-top: -60px;
		}

		.row.gtr-150.gtr-uniform > * {
			padding-top: 60px;
		}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

		.row.gtr-200 > * {
			padding: 80px 0 0 80px;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -80px;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 80px;
		}

	}

	@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-normal {
			order: -1;
		}

		.row > .col-1-normal {
			width: 8.33333%;
		}

		.row > .off-1-normal {
			margin-left: 8.33333%;
		}

		.row > .col-2-normal {
			width: 16.66667%;
		}

		.row > .off-2-normal {
			margin-left: 16.66667%;
		}

		.row > .col-3-normal {
			width: 25%;
		}

		.row > .off-3-normal {
			margin-left: 25%;
		}

		.row > .col-4-normal {
			width: 33.33333%;
		}

		.row > .off-4-normal {
			margin-left: 33.33333%;
		}

		.row > .col-5-normal {
			width: 41.66667%;
		}

		.row > .off-5-normal {
			margin-left: 41.66667%;
		}

		.row > .col-6-normal {
			width: 50%;
		}

		.row > .off-6-normal {
			margin-left: 50%;
		}

		.row > .col-7-normal {
			width: 58.33333%;
		}

		.row > .off-7-normal {
			margin-left: 58.33333%;
		}

		.row > .col-8-normal {
			width: 66.66667%;
		}

		.row > .off-8-normal {
			margin-left: 66.66667%;
		}

		.row > .col-9-normal {
			width: 75%;
		}

		.row > .off-9-normal {
			margin-left: 75%;
		}

		.row > .col-10-normal {
			width: 83.33333%;
		}

		.row > .off-10-normal {
			margin-left: 83.33333%;
		}

		.row > .col-11-normal {
			width: 91.66667%;
		}

		.row > .off-11-normal {
			margin-left: 91.66667%;
		}

		.row > .col-12-normal {
			width: 100%;
		}

		.row > .off-12-normal {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}

		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}

		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}

		.row.gtr-25 {
			margin-top: -7.5px;
			margin-left: -7.5px;
		}

		.row.gtr-25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.gtr-25.gtr-uniform {
			margin-top: -7.5px;
		}

		.row.gtr-25.gtr-uniform > * {
			padding-top: 7.5px;
		}

		.row.gtr-50 {
			margin-top: -15px;
			margin-left: -15px;
		}

		.row.gtr-50 > * {
			padding: 15px 0 0 15px;
		}

		.row.gtr-50.gtr-uniform {
			margin-top: -15px;
		}

		.row.gtr-50.gtr-uniform > * {
			padding-top: 15px;
		}

		.row {
			/*margin-top: -30px;*/
			margin-left: -30px;
		}

		.row > * {
			padding: 30px 0 0 30px;
		}

		.row.gtr-uniform {
			margin-top: -30px;
		}

		.row.gtr-uniform > * {
			padding-top: 30px;
		}

		.row.gtr-150 {
			margin-top: -45px;
			margin-left: -45px;
		}

		.row.gtr-150 > * {
			padding: 45px 0 0 45px;
		}

		.row.gtr-150.gtr-uniform {
			margin-top: -45px;
		}

		.row.gtr-150.gtr-uniform > * {
			padding-top: 45px;
		}

		.row.gtr-200 {
			margin-top: -60px;
			margin-left: -60px;
		}

		.row.gtr-200 > * {
			padding: 60px 0 0 60px;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -60px;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 60px;
		}

	}

	@media screen and (max-width: 1000px) {

		.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-narrow {
			order: -1;
		}

		.row > .col-1-narrow {
			width: 8.33333%;
		}

		.row > .off-1-narrow {
			margin-left: 8.33333%;
		}

		.row > .col-2-narrow {
			width: 16.66667%;
		}

		.row > .off-2-narrow {
			margin-left: 16.66667%;
		}

		.row > .col-3-narrow {
			width: 25%;
		}

		.row > .off-3-narrow {
			margin-left: 25%;
		}

		.row > .col-4-narrow {
			width: 33.33333%;
		}

		.row > .off-4-narrow {
			margin-left: 33.33333%;
		}

		.row > .col-5-narrow {
			width: 41.66667%;
		}

		.row > .off-5-narrow {
			margin-left: 41.66667%;
		}

		.row > .col-6-narrow {
			width: 50%;
		}

		.row > .off-6-narrow {
			margin-left: 50%;
		}

		.row > .col-7-narrow {
			width: 58.33333%;
		}

		.row > .off-7-narrow {
			margin-left: 58.33333%;
		}

		.row > .col-8-narrow {
			width: 66.66667%;
		}

		.row > .off-8-narrow {
			margin-left: 66.66667%;
		}

		.row > .col-9-narrow {
			width: 75%;
		}

		.row > .off-9-narrow {
			margin-left: 75%;
		}

		.row > .col-10-narrow {
			width: 83.33333%;
		}

		.row > .off-10-narrow {
			margin-left: 83.33333%;
		}

		.row > .col-11-narrow {
			width: 91.66667%;
		}

		.row > .off-11-narrow {
			margin-left: 91.66667%;
		}

		.row > .col-12-narrow {
			width: 100%;
		}

		.row > .off-12-narrow {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}

		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}

		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}

		.row.gtr-25 {
			margin-top: -6.25px;
			margin-left: -6.25px;
		}

		.row.gtr-25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.gtr-25.gtr-uniform {
			margin-top: -6.25px;
		}

		.row.gtr-25.gtr-uniform > * {
			padding-top: 6.25px;
		}

		.row.gtr-50 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

		.row.gtr-50 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.gtr-50.gtr-uniform {
			margin-top: -12.5px;
		}

		.row.gtr-50.gtr-uniform > * {
			padding-top: 12.5px;
		}

		.row {
			/*margin-top: -25px;*/
			margin-left: -25px;
		}

		.row > * {
			padding: 25px 0 0 25px;
		}

		.row.gtr-uniform {
			margin-top: -25px;
		}

		.row.gtr-uniform > * {
			padding-top: 25px;
		}

		.row.gtr-150 {
			margin-top: -37.5px;
			margin-left: -37.5px;
		}

		.row.gtr-150 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.gtr-150.gtr-uniform {
			margin-top: -37.5px;
		}

		.row.gtr-150.gtr-uniform > * {
			padding-top: 37.5px;
		}

		.row.gtr-200 {
			margin-top: -50px;
			margin-left: -50px;
		}

		.row.gtr-200 > * {
			padding: 50px 0 0 50px;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -50px;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 50px;
		}

	}

	@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-mobile {
			order: -1;
		}

		.row > .col-1-mobile {
			width: 8.33333%;
		}

		.row > .off-1-mobile {
			margin-left: 8.33333%;
		}

		.row > .col-2-mobile {
			width: 16.66667%;
		}

		.row > .off-2-mobile {
			margin-left: 16.66667%;
		}

		.row > .col-3-mobile {
			width: 25%;
		}

		.row > .off-3-mobile {
			margin-left: 25%;
		}

		.row > .col-4-mobile {
			width: 33.33333%;
		}

		.row > .off-4-mobile {
			margin-left: 33.33333%;
		}

		.row > .col-5-mobile {
			width: 41.66667%;
		}

		.row > .off-5-mobile {
			margin-left: 41.66667%;
		}

		.row > .col-6-mobile {
			width: 50%;
		}

		.row > .off-6-mobile {
			margin-left: 50%;
		}

		.row > .col-7-mobile {
			width: 58.33333%;
		}

		.row > .off-7-mobile {
			margin-left: 58.33333%;
		}

		.row > .col-8-mobile {
			width: 66.66667%;
		}

		.row > .off-8-mobile {
			margin-left: 66.66667%;
		}

		.row > .col-9-mobile {
			width: 75%;
		}

		.row > .off-9-mobile {
			margin-left: 75%;
		}

		.row > .col-10-mobile {
			width: 83.33333%;
		}

		.row > .off-10-mobile {
			margin-left: 83.33333%;
		}

		.row > .col-11-mobile {
			width: 91.66667%;
		}

		.row > .off-11-mobile {
			margin-left: 91.66667%;
		}

		.row > .col-12-mobile {
			width: 100%;
		}

		.row > .off-12-mobile {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

		.row.gtr-0 > * {
			padding: 0px 0 0 0px;
		}

		.row.gtr-0.gtr-uniform {
			margin-top: 0px;
		}

		.row.gtr-0.gtr-uniform > * {
			padding-top: 0px;
		}

		.row.gtr-25 {
			margin-top: -5px;
			margin-left: -5px;
		}

		.row.gtr-25 > * {
			padding: 5px 0 0 5px;
		}

		.row.gtr-25.gtr-uniform {
			margin-top: -5px;
		}

		.row.gtr-25.gtr-uniform > * {
			padding-top: 5px;
		}

		.row.gtr-50 {
			margin-top: -10px;
			margin-left: -10px;
		}

		.row.gtr-50 > * {
			padding: 10px 0 0 10px;
		}

		.row.gtr-50.gtr-uniform {
			margin-top: -10px;
		}

		.row.gtr-50.gtr-uniform > * {
			padding-top: 10px;
		}

		.row {
			/*margin-top: -20px;*/
			margin-left: -20px;
		}

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row.gtr-uniform {
			margin-top: -20px;
		}

		.row.gtr-uniform > * {
			padding-top: 20px;
		}

		.row.gtr-150 {
			margin-top: -30px;
			margin-left: -30px;
		}

		.row.gtr-150 > * {
			padding: 30px 0 0 30px;
		}

		.row.gtr-150.gtr-uniform {
			margin-top: -30px;
		}

		.row.gtr-150.gtr-uniform > * {
			padding-top: 30px;
		}

		.row.gtr-200 {
			margin-top: -40px;
			margin-left: -40px;
		}

		.row.gtr-200 > * {
			padding: 40px 0 0 40px;
		}

		.row.gtr-200.gtr-uniform {
			margin-top: -40px;
		}

		.row.gtr-200.gtr-uniform > * {
			padding-top: 40px;
		}

		ul.dates li {
			padding-left: 6em;
		}

		ul.dates h4 {
			margin: 0 0 0.5em 0;
		}

		ul.dates .date {
			-webkit-transform: scale(0.75);
			-moz-transform: scale(0.75);
			-o-transform: scale(0.75);
			-ms-transform: scale(0.75);
			transform: scale(0.75);
		}

		ul.dates .date:after {
			padding-left: 1px;
		}
	}

/* Sections/Article */

	section,
	article {
		/*margin-bottom: 3em;*/
		margin-bottom: 2em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section,
	.row > article {
		margin-bottom: 0;
	}

/* Image */

	.image {
		position: relative;
		display: inline-block;
		border: 0;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
	}

	.image img {
		display: block;
		width: 100%;
		margin-top: 15px;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border: 1px solid #dcddde;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.image img:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.image.featured {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}

	.image.fit {
		display: block;
		width: 100%;
		border: 0;
	}

	.image.small {
		margin: 0 5px 10px 0;
		max-width: 480px;
		border: 1px solid #dcddde;
		vertical-align: middle;
	}

	.image.tiny {
		margin: 0 5px 10px 0;
		max-width: 250px;
		border: 1px solid #dcddde;
		vertical-align: middle;
	}

	.image.left {
		float: left;
		/*margin: 0 2em 2em 0;*/
		margin: 5px 1.5em 25px 0;
	}

	.image.right {
		float: right;
		/*margin: 0 2em 2em 0;*/
		margin: 5px 0 1.5em 25px;
	}

	.image.nomarg {
		/*margin: 0 1.5em 0 0;*/
		margin-top: 0;
	}

	.image.centered {
		display: block;
		margin: 0 0 2em 0;
	}

	.image.centered img {
		margin: 0 auto;
		width: auto;
	}

	.image.noborder {
		border: 0;
	}
	
	a.image:hover {
		border-bottom: 0;
	}

	.neon {
		max-width: 70%;
		padding: 1.75em;
		background: rgba(255, 255, 255, 0.85);
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
		-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
	}

	.threefourths {
		max-width: 75%;
	}

	.half {
		max-width: 50%;
	}

/* List */

	ul {
		list-style: disc;
		padding-left: 4em;
		padding-top: 0.5em;
		padding-right: 2.5em;
	}

	ul li {
		padding-left: 0.5em;
	}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

	ol li {
		padding-left: 0.25em;
	}
	
	ol li::marker {
		font-weight: bold;
		/* color: #004494; */
	}

/* Facts */

	ul.asymm {
		list-style-type: none;
		list-style-position: outside;
		text-align: left;	
	}

	ul.asymm li {
		padding: 10px 25%;
	}

	ul.asymm li:before {
		content: '› ';
	}

	ul.asymm li:nth-child(1) {
		font-size: 120%;
		margin-left: 50px;
	}
	ul.asymm li:nth-child(2) {
		font-size: 80%;
		margin-left: -120px;
	}
	ul.asymm li:nth-child(3) {
		
	}
	ul.asymm li:nth-child(4) {
		font-size: 180%;
		margin-left: 150px;
	}
	ul.asymm li:nth-child(5) {
		font-size: 125%;
		margin-left: -200px;
	}
	ul.asymm li:nth-child(6) {
		font-size: 90%;
		margin-left: 45px;
	}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
		text-align: center;
	}

	ul.icons li {
		display: inline-block;
		padding-left: 0.75em;
	}

	ul.icons a {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		display: inline-block;
		width: 2.75em;
		height: 2.75em;
		line-height: 2.8em;
		text-align: center;
		border: 0;
		-webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
		-moz-box-shadow: inset 0 0 0 1px #e6e6e6;
		box-shadow: inset 0 0 0 1px #e6e6e6;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		color: #fff;
	}

	ul.icons a:hover {
		background: rgba(0, 0, 0, 0.025);
	}

/* Menu */

	ul.menu {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

	ul.menu li {
		display: inline-block;
		line-height: 1em;
		border-left: solid 1px #e6e6e6;
		padding: 0 0 0 0.5em;
		margin: 0 0 0 0.5em;
	}

	ul.menu li:first-child {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

	ul.actions li {
		padding: 0 0 0 1em;
		vertical-align: middle;
	}

	ul.actions.special {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	ul.actions.special li:first-child {
		padding-left: 0;
	}

	ul.actions.stacked {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	ul.actions.stacked li {
		padding: 1.25em 0 0 0;
	}

	ul.actions.stacked li:first-child {
		padding-top: 0;
	}

	ul.actions.fit {
		width: calc(100% + 1em);
	}

	ul.actions.fit li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		width: 100%;
	}

	ul.actions.fit li > * {
		width: 100%;
	}

	ul.actions.fit.stacked {
		width: 100%;
	}

	@media screen and (max-width: 1000px) {

		ul.actions {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions li:first-child {
				padding-left: 0;
			}

	}

	@media screen and (max-width: 736px) {

		ul.actions:not(.fixed) {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
			width: 100% !important;
		}

		ul.actions:not(.fixed) li {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			padding: 1em 0 0 0;
			text-align: center;
			width: 100%;
		}

		ul.actions:not(.fixed) li > * {
			width: 100%;
		}

		ul.actions:not(.fixed) li:first-child {
			padding-top: 0;
		}

		ul.actions:not(.fixed) li input[type="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.5em;
		}

	}

/* Accordion */

	.tabs {
	  overflow: hidden;
	}
	.tab {
	  width: 100%;
	  overflow: hidden;
	}
	.tab-label {
	  display: -webkit-box;
	  display: flex;
	  -webkit-box-pack: justify;
	  justify-content: space-between;
	  padding: 1em;
	  background: #013b82;
	  color: #fff;
	  font-weight: bold;
	  text-align: left;
	  -webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	  border-radius: 15px;
	  cursor: pointer;
	}
	.tab-label:hover {
	  background: #f58220;
	}
	.tab-label::after {
	  content: "\f054";
	  font-family: 'FontAwesome';
	  width: 1em;
	  height: 1em;
	  -webkit-transition: all .35s;
	  transition: all .35s;
	}
	.tab-content {
	  max-height: 0;
	  width: 100%;
	  padding: 0 1.5em;
	  text-align: justify;
	  -webkit-transition: all .35s;
	  transition: all .35s;
	}
	.tab-close {
	  display: -webkit-box;
	  display: flex;
	  -webkit-box-pack: end;
	  justify-content: flex-end;
	  padding: 1em;
	  font-size: 0.75em;
	  background: #013b82;
	  cursor: pointer;
	}
	input:checked + .tab-label {
	  background: #008641;
	}
	input:checked + .tab-label:hover {
	  /*background: #ed1c24;*/
	}
	input:checked + .tab-label::after {
	  /*-webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);*/
	  content: "\f078";
	  font-family: 'FontAwesome';
	}
	input:checked ~ .tab-content {
	  max-height: 150vh;
	  padding: 1em;
	}

	ol.olist {
	  list-style: none;
	  counter-reset: cntr;
	}
	ol.olist li:not(.skip) {
	  counter-increment: cntr;
	  margin: 0.75rem 0.25rem;
	}
	ol.olist li:not(.skip)::before {
	  content: counter(cntr);
	  background: #013b82;
	  width: 3rem;
	  height: 3rem;
	  border-radius: 50%;
	  display: inline-block;
	  line-height: 3rem;
	  color: #fff;
	  font-size: 2rem;
	  font-weight: bold;
	  text-align: center;
	  margin-right: 0.5rem;
	}
	ol.olist ul {
		margin-left: 20px;
	}
	ol.olist ul li::before {
	  content: '';
	  background: transparent;
	  width: auto;
	  height: auto;
	  line-height: 1;
	  margin: 0;
	}

/* Form */

	form .actions {
		margin-bottom: 0;
	}

	form label {
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form .select,
	form textarea {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		-webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
		-moz-box-shadow: inset 0 0 0 1px #e6e6e6;
		box-shadow: inset 0 0 0 1px #e6e6e6;
		background: #f8f8f8;
		width: 100%;
		padding: 0.85em 1em 0.85em 1em;
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		border-radius: 0.25em;
		border: 0;
	}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form select:focus,
	form .select:focus,
	form textarea:focus {
		outline: 0;
		-webkit-box-shadow: inset 0 0 0 1px #afd9e0;
		-moz-box-shadow: inset 0 0 0 1px #afd9e0;
		box-shadow: inset 0 0 0 1px #afd9e0;
		background: #fcfcfc;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1.25em;
	}

	form textarea {
		min-height: 13em;
	}

	form select {
		position: relative;
	}

	form select option:not(:checked) {
		color: #000;
	}

	form .select {
		position: relative;
		padding: 0;
		overflow-x: hidden;
		outline: 0;
	}

	form .select select {
		width: calc(100% + 2em);
		background: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border: 0 !important;
		cursor: pointer;
	}

	form .select select::-moz-focus-inner {
		border: 0;
		outline: 0;
	}

	form .select:before {
		content: '';
		position: absolute;
		top: 15%;
		right: 1em;
		width: 1.25em;
		height: 75%;
		background: url("img/arrow.svg") center center no-repeat;
		background-size: contain;
		z-index: 0;
	}

	form .select select::-ms-expand {
		display: none;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

	form ::-webkit-input-placeholder {
		color: #aaa !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	.dark form input[type="text"],
	.dark form input[type="email"],
	.dark form input[type="password"],
	.dark form select,
	.dark form .select,
	.dark form textarea {
		background: none;
		-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		color: #fff;
	}

	.dark form input[type="text"]:focus,
	.dark form input[type="email"]:focus,
	.dark form input[type="password"]:focus,
	.dark form select:focus,
	.dark form .select:focus,
	.dark form textarea:focus {
		background: rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 0 0 1px #fff;
		-moz-box-shadow: inset 0 0 0 1px #fff;
		box-shadow: inset 0 0 0 1px #fff;
	}

	.dark form .select:before {
		background: url("img/dark-arrow.svg") center center no-repeat;
		background-size: contain;
	}

	.dark form .formerize-placeholder {
		color: #aaa !important;
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form ::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form :-moz-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form ::-moz-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	.dark form :-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.85) !important;
	}

/* Table */

	table {
		width: 100%;
	}

	table.default {
		width: 100%;
		border-collapse: collapse;
	}

	table.default tbody tr {
		border: solid 1px #e6e6e6;
	}

	table.default tbody tr:nth-child(2n+2) {
		background: #f8f8f8;
	}

	table.default td {
		padding: 0.5em 1em 0.5em 1em;
	}

	table.default th {
		text-align: left;
		padding: 0.5em 1em 1em 1em;
	}

	table.default tfoot td {
		padding-top: 1em;
	}

	.dark table.default tbody tr {
		border-color: rgba(255, 255, 255, 0.5);
	}

	.dark table.default tbody tr:nth-child(2n+2) {
		background: rgba(255, 255, 255, 0.1);
	}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #636466;
		padding: 0.85em 2em 0.85em 2em;
		margin: 0.25em;
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		border-radius: 0.25em;
		border: 2px solid transparent;
		cursor: pointer;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover,
	.button:hover {
		background: #f58220;
	}

	input[type="button"].alt,
	input[type="submit"].alt,
	input[type="reset"].alt,
	button.alt,
	.button.alt {
		color: inherit;
		-webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
		-moz-box-shadow: inset 0 0 0 1px #e6e6e6;
		box-shadow: inset 0 0 0 1px #e6e6e6;
		background: none;
	}

	input[type="button"].alt:hover,
	input[type="submit"].alt:hover,
	input[type="reset"].alt:hover,
	button.alt:hover,
	.button.alt:hover {
		background: rgba(0, 0, 0, 0.025);
	}

	.dark input[type="button"],
	.dark input[type="submit"],
	.dark input[type="reset"],
	.dark button,
	.dark .button {
		background: rgba(255, 255, 255, 0.25);
		-webkit-box-shadow: inset 0 0 0 1px #fff;
		-moz-box-shadow: inset 0 0 0 1px #fff;
		box-shadow: inset 0 0 0 1px #fff;
		color: #fff;
		text-shadow: 1px 1px 0 #000;
		border: 1px solid transparent;
	}

	.dark input[type="button"]:hover,
	.dark input[type="submit"]:hover,
	.dark input[type="reset"]:hover,
	.dark button:hover,
	.dark .button:hover {
		background: rgba(255, 255, 255, 0.42);
	}

	.dark input[type="button"].alt,
	.dark input[type="submit"].alt,
	.dark input[type="reset"].alt,
	.dark button.alt,
	.dark .button.alt {
		background: none;
		-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	}

	.dark input[type="button"].alt:hover,
	.dark input[type="submit"].alt:hover,
	.dark input[type="reset"].alt:hover,
	.dark button.alt:hover,
	.dark .button.alt:hover {
		-webkit-box-shadow: inset 0 0 0 1px #fff;
		-moz-box-shadow: inset 0 0 0 1px #fff;
		box-shadow: inset 0 0 0 1px #fff;
		background: rgba(255, 255, 255, 0.15);
	}

/* Feature Icon */

	.feature-icon {
		display: inline-block;
		position: relative;
		padding-bottom: 5em;
		margin-bottom: 2.75em;
		cursor: default;
	}

	.feature-icon .icon {
		display: inline-block;
		width: 2em;
		height: 2em;
		font-size: 4.5em;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		-webkit-box-shadow: inset 0 0 0 1px #666;
		-moz-box-shadow: inset 0 0 0 1px #666;
		box-shadow: inset 0 0 0 1px #666;
		color: #666;
		line-height: 2em;
	}

	.feature-icon:before {
		content: '';
		background: #666;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -0.325em;
		width: 0.65em;
		height: 0.65em;
		display: block;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	.feature-icon:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0.65em;
		width: 1px;
		height: 4.35em;
		background: #666;
		margin-left: -0.5px;
	}

	.dark .feature-icon .icon {
		background: rgba(255, 255, 255, 0.15);
		-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		color: #fff;
	}

	.dark .feature-icon:before, .dark .feature-icon:after {
		background: rgba(255, 255, 255, 0.5);
	}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

	.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-weight: 400;
	}

	.icon:before {
		line-height: inhreit;
	}

	.icon > .label {
		display: none;
	}

	.icon.solid:before {
		font-weight: 900;
	}

	.icon.brands:before {
		font-family: 'Font Awesome 5 Brands';
	}

/* Header */

	#header {
		position: relative;
		margin: 0;
		background-color: #000;
		background-image: url("../../img/header.jpg");
		background-size: cover;
		/*background-size: auto, cover;*/
		/*background-position: top right;*/
		background-position: center center;
		background-repeat: repeat, no-repeat;
		padding: 14em 0 14em 0;
		text-align: center;
		text-shadow: 2px 2px 0 #000;
		color: #fff;
		border-bottom: 1px solid #dcddde;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.animated {
		-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .75) 30%, #000 50%, rgba(0, 0, 0, .75) 70%);
		mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .75) 30%, #000 50%, rgba(0, 0, 0, .75) 70%);
	  	-webkit-mask-size: 200%;
	  	mask-size: 200%;
	  	-webkit-animation: shine 3s 1;
	  	animation: shine 3s 1;
	}
	@-webkit-keyframes shine {
	  0% {
	    -webkit-mask-position: 150%;
	  } 
	  50% {
	    -webkit-mask-position: 0%;
	  }
	  100% {
	    -webkit-mask-position: 150%;
	  }
	}
	@keyframes shine {
	  0% {
	    -webkit-mask-position: 150%;
	    mask-position: 150%;
	  } 
	  50% {
	    -webkit-mask-position: 0%;
	    mask-position: 0%;
	  }
	  100% {
	    -webkit-mask-position: 150%;
	    mask-position: 150%;
	  } 
	}

	#header header h1 {
		font-size: 2.25em;
		line-height: 1.25em;
		margin-bottom: 0;
	}

	#header header p {
		margin-top: 1.25em;
		font-weight: 100;
		padding: 0;
		font-size: 1.25em;
		line-height: 1.5em;
		text-align: center;
	}

	#header header img {
		max-width: 320px;
		margin: 10px auto;
	}

	#header footer {
		padding-top: 1.5em;
	}

/* Main Sections */

	.main {
		position: relative;
		margin: 0;
		background: #fff;
	}

	.main > header {
		background: #fff;
		text-align: center;
		padding: 5em 0 5em 0;
		margin: 0;
	}

	.main > header h2 {
		font-size: 2.25em;
		font-weight: 100;
		margin-bottom: 1em;
	}

	.main > header p {
		margin: 1.25em 0;
		padding: 0;
		text-align: center;
	}

	header p.nomarg {
		margin: 0;
	}

	header .just p {
		text-align: justify;
		overflow: hidden;
	}

	.main > .content {
		padding: 3em 0 6em 0;
	}

	.main > .content h3 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}

	.main > .content.dark {
		background: #433;
	}

	.main > .content.style1 {
		background: #0c4383;
		background: -webkit-linear-gradient(45deg, #0c4383, #1968aa, #35abc9);
		background: -moz-linear-gradient(45deg, #0c4383, #1968aa, #35abc9);
		background: linear-gradient(45deg, #0c4383, #1968aa, #35abc9);
	}

	.main > .content.style2 {
		background: #d1561a;
		background: -webkit-linear-gradient(45deg, #d1561a, #e19726, #d1561a);
		background: -moz-linear-gradient(45deg, #d1561a, #e19726, #d1561a);
		background: linear-gradient(45deg, #d1561a, #e19726, #d1561a);
	}

	.main > .content.style3 {
		background: #8f268d;
		background: -webkit-linear-gradient(45deg, #62188a, #8f268d, #7f1ca9);
		background: -moz-linear-gradient(45deg, #62188a, #8f268d, #7f1ca9);
		background: linear-gradient(45deg, #62188a, #8f268d, #7f1ca9);
	}

	.main > .content.style4 {
		padding-top: 0;
		background: #fff;
	}

	.main > .content.style5 {
		background: #2f455c;
		background: -webkit-linear-gradient(45deg, #5F6A75, #2f455c, #8898A8);
		background: -moz-linear-gradient(45deg, #5F6A75, #2f455c, #8898A8);
		background: linear-gradient(45deg, #5F6A75, #2f455c, #8898A8);
	}

	.main > .content.style6 {
		background: #5e9957;
		background: -webkit-linear-gradient(45deg, #6bb667, #5e9957, #6bb667);
		background: -moz-linear-gradient(45deg, #6bb667, #5e9957, #6bb667);
		background: linear-gradient(45deg, #6bb667, #5e9957, #6bb667);
	}
	/*#45ae94, #6bb667, #5e9957 */

	.main > .content.winter {
		background: #ED213A;
		background: -webkit-linear-gradient(to right, #93291E, #ED213A);
		background: -moz-linear-gradient(to right, #93291E, #ED213A);
		background: linear-gradient(to right, #93291E, #ED213A);
	}

	.blackened {
		background: #414344;
		background: #232526;
		background: -webkit-linear-gradient(to right, #414345, #232526); 
		background: -moz-linear-gradient(to right, #414345, #232526); 
		background: linear-gradient(to right, #414345, #232526);
		padding: 20px 0;
		margin-top: 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

/* Calendar */

	ul.dates {
		list-style: none;
		padding-left: 0;
		padding-right: 0;
	}
	ul.dates h4 {
		font-size: 1.75em;
	}
	ul.dates li {
		position: relative;
		border-top: solid 1px #ddd;
		padding: 1.3em 0 1.3em 6.75em;
		min-height: 130px;
	}
	ul.dates .date {
		display: block;
		position: absolute;
		left: 0;
		top: 1.3em;
		background-color: #f58220;
		height: 80px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		line-height: 25px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		padding: 0.5em 0.5em 0 0.8em;
	}
	ul.dates .date:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -20px;
		border-left: solid 20px #f58220;
		border-top: solid 40px transparent;
		border-bottom: solid 40px transparent;
	}
	ul.dates .date strong {
		display: block;
		min-width: 60px;
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 0.15em;
	}
	ul.dates h3 {
		font-size: 1.1em;
	}
	ul.dates li:first-child {
		border-top: 0;
		padding-top: 0;
	}
	ul.dates li:first-child .date {
		top: 0;
	}
	ul.dates .past {
		background: #939598;
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	ul.dates .past:after {
		border-left: solid 20px #939598;
	}
	ul.dates .future {
		/*background-color: #f58220;*/
	}
	ul.dates .future:after {
		/*border-left: solid 20px #f58220;*/
	}
	ul.dates .blue {
		background: #004494;
	}
	ul.dates .blue:after {
		border-left: solid 20px #004494;
	}
	ul.dates .ees {
		background: #92278f;
	}
	ul.dates .ees:after {
		border-left: solid 20px #92278f;
	}
	ul.dates .codex {
		background: #AD7529;
	}
	ul.dates .codex:after {
		border-left: solid 20px #AD7529;
	}

/* Footer */

	#footer {
		position: relative;
		margin: 0;
		text-align: center;
		padding: 2em 0 3em 0;
		-webkit-box-shadow: inset 0 1px 0 0 #e6e6e6;
		-moz-box-shadow: inset 0 1px 0 0 #e6e6e6;
		box-shadow: inset 0 1px 0 0 #e6e6e6;
		background: #2b4083;
		color: #fff;
	}

	#footer .copyright {
		margin-top: 3em;
		font-size: 0.8em;
	}

	#footer .copyright a {
		color: #d6d6d6;
		text-decoration: none;
		border-bottom: none;
	}

	#footer .copyright a:hover {
		color: #f58220
	}

	#footer ul.icons a {
		-webkit-box-shadow: inset 0 0 0 1px #d6d6d6;
		-moz-box-shadow: inset 0 0 0 1px #d6d6d6;
		box-shadow: inset 0 0 0 1px #d6d6d6;
		cursor: pointer;
	}

	#footer ul.icons a:hover {
		color: #f58220;
	}

	#footer p {
		text-align: center;
		padding: 0 20px;
	}

	#footer p img {
		height: 16px;
		margin: 0 0 0 5px;
	}
	
	#footer .dhs {
		max-width: 360px;
		margin: 0.5em auto;
	}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 15pt;
				line-height: 1.75em;
			}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.65em;
			}

		/* Feature Icon */

			.feature-icon {
				margin-bottom: 2em;
			}

		/* Header */

			#header {
				padding: 12em 0 12em 0;
			}

		/* Main Sections */

			.main > header {
				padding: 4em 0 4em 0;
			}

			.main > .content {
				padding: 4em 0 4em 0;
			}

	}

/* Narrow */

	@media screen and (max-width: 1000px) {

		/* Basic */

			header, footer, h2, h3, h5, h6, header > p {
				text-align: center;
			}

		/* Sections/Article */

			section, article {
				margin: 0 0 2.5em 0 !important;
			}

			.row > section, .row > article {
				margin: 0 0 2.5em 0 !important;
			}

		/* Table */

			.table-wrapper {
				width: 100%;
				overflow-x: scroll;
				padding-left: 1px;
				-webkit-overflow-scrolling: touch;
			}

		/* Header */

			#header {
				margin: 0 !important;
				padding: 8em 2em 8em 2em;
			}

				#header header p {
					margin-top: 1em;
				}

				#header footer {
					padding-top: 1.25em;
				}

		/* Main Sections */

			.main {
				margin: 0 !important;
			}

				.main > header {
					padding: 3.5em 2em 3.5em 2em;
				}

					.main > header h2 {
						font-size: 1.85em;
					}

					.main > header br {
						display: none;
					}

					.main > header p {
						margin: 1.5em 0 0 0;
					}

					header p.nomarg {
						margin: 0;
					}

				.main > .content {
					padding: 3.5em 20px 3.5em 20px;
				}

					.main > .content > .container > :last-child {
						margin-bottom: 0 !important;
					}

		/* Footer */

			#footer {
				margin: 0 !important;
				padding: 3em 0 3em 0;
			}

				#footer .copyright {
					margin-top: 2em;
				}

	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Sections/Article */

			section, article {
				margin: 0 0 1.5em 0 !important;
			}

			.row > section, .row > article {
				margin: 0 0 1.5em 0 !important;
			}

		/* Button */

			.button {
				padding-left: 0;
				padding-right: 0;
				width: 100%;
				max-width: 24em;
			}

		/* Icons */

			ul.icons li {
				padding-left: 0.35em;
			}

		/* Menu */

			ul.menu li {
				border: 0;
				padding: 0;
				display: block;
				margin: 1em 0 1em 0;
			}

		/* Header */

			#header {
				padding: 6em 20px 6em 20px;
			}

			#header > header {
				padding: 0 1em 0 1em;
			}

		/* Main Sections */

			.main > header {
				padding: 3em 20px 3em 20px;
			}

			.main > header h2 {
				font-size: 1.5em;
			}

			.main > .content {
				padding: 3em 20px 3em 20px;
			}

			.main > .content h3 {
				font-size: 1.25em;
			}

			.image.small {
				display: block;
				max-width: 100%;
				float: none;
				margin: 0 0 0.5em 0;
			}
	}

img.flag {
	width: 32px;	
	height: 26px;
	border: 1px solid #dcddde;
	vertical-align: middle;
	margin: -3px 5px 0 5px;
}
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 8;
  bottom: 30px;
  right: 10px;
}
.scrolltopicon {
  position: absolute;
  right: 5px;
  bottom: 20px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
  overflow: hidden;
  text-align: center;
  text-shadow: -1px -1px 0 #636466, 1px -1px 0 #636466, -1px 1px 0 #636466, 1px 1px 0 #636466;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 40px;
}
.scrolltopicon:hover {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #f58220;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.scrolltopicon .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
.scrolltopicon span {
  position: relative;
  z-index: 10;
}
#bgScrollChange {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
#lnk {
	display: none;
	height: 0;
	border: 0;
	padding: 0;
	position: absolute;
	margin-left: -135px;
	margin-top: 25px;
}
#ttip {
	display: none;
	position: fixed;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50%;
	background: #000;
	color: #dcddde;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#ttip span {
	color: #6bb667;
}
#ttip a {
	color: #e19726;
}
#ttip a:hover, #ttip a:focus {
	color: #f58220;
}
.syslogo {
	height: 100px;
}
.cd-container {
  width: 98%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1%;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #dcddde;
  background: rgba(220, 221, 222, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.future-nl {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
@media only screen and (min-width: 768px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -nizborder-radius: 50%;
  border-radius: 50%;
  background: #dcddde;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 70px;
  margin-right: 30px;
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  padding: 1em;
}
.main > header .cd-timeline-content h2 {
	font-size: 1.25em;
	margin-bottom: 1em;
}
.cd-timeline-content .timeline-content-info {
  background: #2B343A;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: calc(50% - 2px);
  display: inline-block;
}
@media (max-width: 500px) {
  .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: block;
    width: 100%;
  }
}
.cd-timeline-content .content-skills {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cd-timeline-content .content-skills li {
  background: #40484D;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: rgba(255, 255, 255, 0.7);
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.6;
  text-align: justify;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 100%;
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content {
    color: #fff;
    margin-left: 0;
    padding: 1.5em;
    width: 40%;
    margin: 0 5%;
  }
  .cd-timeline-content::before {
    top: 15px;
    left: 100%;
    border: 25px solid transparent;
    border-left: 25px solid #fff;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 15px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #dcddde;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}
iframe {
	max-width: 95%;
	margin: 10px auto;
	border: 1px solid #dcddde;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
iframe.full {
	width: 100%;
	max-width: none;
}
video {
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mini-gal {
	display: block;
	padding: 0;
	margin: -30px 0 30px -50px;
	text-align: center;
}
.mini-gal div {
	display: inline-block;
	padding: 20px 0 0 50px;
}
.mini-gal img {
	max-height: 150px;
	width: auto;
	max-width: 100%;
}
.spacer {
	margin: 60px 0;
}
.nomarg {
	margin: 0!important;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
.lisa {
	color: #004494;
}
.eurodac {
	color: #F58220;
}
.sis {
	color: #008641;
}
.vis {
	color: #511c74;
}
.ees {
	color: #92278f;
}
.etias {
	color: #00abbd;
}
.ecris {
	color: #3e7c94;
}
.io {
	color: #00a88e;
}
.ecodex {
	color: #AD7529;
}
.lisa-bg {
	background: #004494;
}
.eurodac-bg {
	background: #F58220;
}
.sis-bg {
	background: #008641;
}
.vis-bg {
	background: #511c74;
}
.ees-bg {
	background: #92278f;
}
.etias-bg {
	background: #00abbd;
}
.ecris-bg {
	background: #3e7c94;
}
.io-bg {
	background: #00a88e;
}
.ecodex-bg {
	background: #AD7529;
}
.black-bg {
	background: #000;
}
.caption {
	font-size: 85%;
	font-style: italic;
	margin: 0.5em 0!important;
}
ul.wcloud {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 3.75rem;
	width: 65%;
	/* max-width: 420px; */
	margin: 1em auto 2em auto;
	transform: scale(0.8);
}
ul.wcloud li {
	margin-top: -10px;
}
ul.wcloud a {
	--size: 4;
	color: #dcddde;
	font-size: calc(var(--size) * 0.25rem + 0.5rem);
	display: block;
	padding: 0.125rem 0.25rem;
	position: relative;
	text-decoration: none;
	border-bottom: 0;
	opacity: calc((15 - (9 - var(--size))) / 20);
}
ul.wcloud a[data-weight="1"] { --size: 1; }
ul.wcloud a[data-weight="2"] { --size: 2; }
ul.wcloud a[data-weight="3"] { --size: 3; }
ul.wcloud a[data-weight="4"] { --size: 4; }
ul.wcloud a[data-weight="5"] { --size: 6; }
ul.wcloud a[data-weight="6"] { --size: 8; }
ul.wcloud a[data-weight="7"] { --size: 10; }
ul.wcloud a[data-weight="8"] { --size: 13; }
ul.wcloud a[data-weight="9"] { --size: 16; }
ul[data-show-value] a::after {
	content: " (" attr(data-weight) ")";
	font-size: 1rem;
}
ul.wcloud li:nth-child(2n+1) a {
	color: #fff;
	padding-top: 2px;
	margin-bottom: -6px; 
}
ul.wcloud li:nth-child(3n+1) a {
	color: #dcdde;
	padding-top: 8px;
	margin-bottom: 12px;
}
ul.wcloud li:nth-child(4n+1) a {
	color: #d1d3d4;
	padding-top: 5px;
	margin-bottom: -10px;
}
ul.wcloud a:focus {
	outline: none;
}
ul.wcloud a:focus::before,
ul.wcloud a:hover::before {
	width: 100%;
}
ul.wcloud.light {
	width: 100%;
}
ul.wcloud.light a, ul.wcloud.light li:nth-child(2n+1) a, ul.wcloud.light li:nth-child(3n+1) a, ul.wcloud.light li:nth-child(4n+1) a {
	color: #004494;
}
ul.tags {
	text-align: center;
	margin: 1em auto;
}
ul.tags li {
	display: inline-block;
	margin: 0.5em;
	padding: 0.5em 1em;
	color: #004494;
	border: 1px solid #004494;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
}
ul.jhaa {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	gap: 1em;
	place-content: space-evenly;
	align-items: stretch;
}
ul.jhaa li {
	position: relative;
	/* display: inline-block; */
	border: 1px solid #d1d3d4;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	/* width: 31%; */
	padding: 1.25em 1.25em 1.75em 1.25em;
	margin: 0.5em;
	/* min-height: 250px; */
	text-align: left;
	font-size: 90%;
	line-height: 1.5;
	/* vertical-align: middle; */
	flex: 0 1 100%;
}
@media screen and (min-width: 640px) {
	ul.jhaa li { 
		flex: 0 1 45%;
	}
}
@media screen and (min-width: 998px) {
	ul.jhaa li { 
		flex: 0 1 30%;
	}
}
ul.jhaa li .acronym {
	font-weight: bold;
}
ul.jhaa li .logo img {
	position: absolute;
    top: 10px;
    right: 10px;
    max-height: 32px;
}
ul.jhaa li .name {
	font-size: 85%;
	padding-right: 1.25em;
}
ul.jhaa li .slogan {
	text-align: center;	
	font-style: italic;
	position: relative;
	margin: 2em auto 0 auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.20)
}
ul.jhaa li .slogan:before, ul.jhaa li .slogan:after {
	position: absolute;
	font-size: 3rem;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.jhaa li .slogan:before {
	content: "“";
	top: 25%;
	left: 0px;
}
ul.jhaa li .slogan:after {
	content: "”";
	top: 25%;
	right: 0px;
}
#card-cepol {
	background: #1a497d;
	color: #fff;
}
#card-cepol .slogan {
	color: #f9b000;
}
#card-eige {
	background: #13293f;
	color: #fff;
}
#card-eige .slogan {
	color: #299992;
}
#card-euaa {
	background: #24234c;
	color: #fdc600;
}
#card-euaa .slogan {
	color: #fff;
}
#card-euda {
	background: #00005a;
	color: #fff;
}
#card-euda .slogan {
	color: #8c67ff;
}
#card-eulisa {
	background: #004494;
	color: #fff;
}
#card-eulisa .slogan {
	color: #daa900;
}
#card-eurojust {
	background: #40596b;
	color: #fff;
}
#card-eurojust .slogan {
	color: #976b68;
}
#card-europol {
	background: #2832fa;
	color: #fff;
}
#card-europol .slogan {
	color: #ffcc00;
}
#card-fra {
	background: #3e5293;
	color: #fff;
}
#card-fra .slogan {
	color: #fdc600;
}
#card-frontex {
	background: #0a273d;
	color: #fff;
}
#card-frontex .slogan {
	color: #ece70a;
}
#card-dgjust {
	background: #f07f3c;
	color: #fff;
}
#card-dgjust .slogan {
	color: #fff;
}
#card-dghome {
	background: #e94c16;
	color: #fff;
}
#card-dghome .slogan {
	color: #fff;
}
@media (prefers-reduced-motion) {
	ul.wcloud * {
		transition: none !important;
	}
}
.th {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-shadow: 1px 1px 0 #000;
}
a[data-fancybox] {
	border-bottom: none;
}
.reminder {
	display: inline-block;
	background-color: #b71010;
	color: #fff;
	padding: 0.2em 0.75em;
	margin: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
}
.noshadow {
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}