/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://open-innovations.org/resources/fonts/Poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html, body {
	padding: 0px;
	margin: 0px;
	min-height: 100%!important;
	height: 100%!important;
	background-color: #efefef;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.44em;
}
.leaflet-container { font-size: inherit; }
h1,h2,h3,h4 { font-family: Poppins; line-height: 1em; }
h1 { font-size: 2em; line-height: 1em; }
h2 { font-size: 1.7em; margin-top: 1.17647em; margin-bottom: 16px; }
h3 { font-size: 1.4em; margin-top: 1.4285em; margin-bottom: 16px; }
h1, h2 { margin-top: 0em; }
strong { font-weight: 700; }
em { font-style: italic; }
header, footer, #main {
	width: 100%;
	transition: margin-left 0.3s ease-in;
}
footer {
	width: 100%;
	padding: 1em;
	padding-bottom: 3em;
}
footer a {
	color: white;
}
footer p { margin-top: 1em; }
.line {
	text-decoration: underline;
}
#main p, #main iframe, #main h2, #main h3, #main figcaption, #main ul, #main ol, .block, .padded-bottom { margin-bottom: 16px; }
#main p:last-child, #main figure iframe { margin-bottom: 0; }
.holder {
	position: relative;
	width: 1080px;
	max-width: 100%;
	margin: auto;
}
#main .holder, footer .holder {
	padding: 1em 1em;
}
#main .holder, footer .holder {
	padding: 1em 1em;
}
#main > .holder { padding: 2em 1em; }
.info {
	padding: 0.25em 0.5em;
	font-size: 1em;
	color: #444;
	background: white;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}
.legend {
	line-height: 1em;
	color: #555;
	padding: 0.75em;
}
.legend li {
	margin-bottom: 0.5em;
}
.legend li:last-child {
	margin-bottom: 0px;
}
.legend span {
	width: 1em;
	height: 1em;
	float: left;
	margin-right: 0.5em;
	opacity: 0.7;
}
.padded {
	padding: 2em;
}
.centre-block {
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translate3d(-50%,-50%, 0);
	position: absolute;
	text-align: center;
	margin-right: -50%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
.centre-block p, .centre-block blockquote {
	text-align: left;
}
#infobutton {
	float: right;
	display: none;
	width: 1.5em;
	line-height: 1.5em;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	border-radius: 100%;
	background-color: white;
	color: #722EA5;
}
blockquote {
	min-height: auto!important;
	background: white;
	padding: 1em 3em;
	margin-bottom: 1em;
	position: relative;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	content: open-quote;
	left: 0.25em;
}
blockquote:after {
	content: close-quote;
	right: 0.25em;
}
blockquote:before, blockquote:after {
	color: #ccc;
	position: absolute;
	top: 0.6em;
	line-height: 0.1em;
	font-size: 4em;
}
blockquote footer {
	padding: 1em 0 0 0;
}
blockquote cite:before {
	content: "-- ";
}
blockquote:last-child {
	margin-bottom: 0;
}
button, .button { border: 0px; font-size: 1em; line-height: 1.5em; background-color: #efefef; color: black; text-decoration: none!important; display: inline-block; padding: 0.5em 1em; cursor: pointer; }
a.button:hover, button:hover, button:focus, a.button:focus { background-color: #333333!important; color: #efefef!important; }

code,pre {
	font-family: monospace;
	color: #555555;
	background-color: white;
}
code {
	padding: 0.125em 0.25em;
}
pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 16px;
	margin-bottom: 16px;
}
#main ul { list-style: disc; }
#main ol { list-style: decimal; }
#main ul, #main ol { margin-left: 2em; }


#key { text-align: center; }
.spinner {
	margin: auto;
	width: 50px;
	height: 50px;
	text-align: center;
}
.spinner > div {
	height: 100%;
	width: 6px;
	margin-right: 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.c1-bg, .elsewhere .facebook:hover, .c1-bg-hover:hover { background-color: #2254F4; color: white; }
.c2-bg, .c2-bg-hover:hover { background-color: #178CFF; color: black; }
.c3-bg, .elsewhere .twitter:hover, .c3-bg-hover:hover { background-color: #00B6FF; color: black; }
.c4-bg, .c4-bg-hover:hover { background-color: #08DEF9; color: black; }
.c5-bg, .c5-bg-hover:hover { background-color: #1DD3A7; color: black; }
.c6-bg, .c6-bg-hover:hover { background-color: #0DBC37; color: black; }
.c7-bg, .c7-bg-hover:hover, .seasonal-accent { background-color: #67E767; color: black; }
.c8-bg, .c8-bg-hover:hover { background-color: #722EA5; color: white; }
.c9-bg, .c9-bg-hover:hover { background-color: #E6007C; color: white; }
.c10-bg, .c10-bg-hover:hover, .flickr:hover, .seasonal { background-color: #EF3AAB; color: black; }
.c11-bg, .c11-bg-hover:hover { background-color: #D73058; color: white; }
.c12-bg, .c12-bg-hover:hover { background-color: #D60303; color: white; }
.c13-bg, .c13-bg-hover:hover { background-color: #FF6700; color: black; }
.c14-bg, .c14-bg-hover:hover { background-color: #F9BC26; color: black; }
.s1-bg, .s1-bg-hover:hover { background-color: #2f529f; color: white; }
.s2-bg, .s2-bg-hover:hover { background-color: #00ace8; color: black; }
.s3-bg, .s3-bg-hover:hover { background-color: #7dc5ea; color: black; }
.b1-bg { background-color: #000000; color: white; }
.b2-bg { background-color: #333333; color: white; }
.b3-bg, .github:hover { background-color: #999999; color: black; }
.b4-bg { background-color: #bbbbbb; color: black; }
.b5-bg { background-color: #dfdfdf; color: black; }
.b6-bg { background-color: #ffffff; color: black; }
.c1-bg .button, .c2-bg .button, .c3-bg .button, .c4-bg .button, .c5-bg .button, .c6-bg .button, .c7-bg .button, .c8-bg .button, .c9-bg .button, .c10-bg .button, .c11-bg .button, .c12-bg .button, .c13-bg .button, .c14-bg .button { background-color: #efefef; color: black!important; }
.c8-bg a { color: inherit; }
.warning { color: rgb(95, 82, 7); background-color: rgb(251, 245, 208); filter: drop-shadow(0px 0px 1px rgb(95, 82, 7)); }
.error { color: #721c24; background-color: #f8d7da; filter: drop-shadow(0 0 1px #f5c6cb)); }

.search { position: absolute; top: 0.5em; left: 0.5em; display: flex; }
.search input { box-sizing: border-box; font-size: 1em; display: none; }
.search input[type=text] { width: 10em; height: 2em; border: 0px; padding: 0; padding-left: 0.25em; }
.search button { border: 0px; height: 2em; margin: 0px; background-image: url("search.svg"); background-position: center center; width: 2em; background-repeat: no-repeat; padding: 0px; background-size: 0.8em; }
.search button:hover, .search button:focus { background-color: #dddddd; cursor: pointer; }
.search.searching { border: 1px solid #999; }
.search.searching input { display: block; }


@media screen and (max-width: 900px) {
	.centre-block {
		left: 5%;
		transform: translate3d(0%,0%, 0);
		top: 5%;
		width: 90%;
	}
}
