/*!
Theme Name: DataSystemsVizual
Theme URI: http://underscores.me/
Author: Michel Durinx
Author URI: https://centimedia.org
Description: Theme for Sabina Leonelli\'s data systems timelines
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ds-viz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DataSystemsVizual is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Structural layout
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Captions
# Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
# Structural layout - whole site flexbox (CanIUse: 99% OK), sticky footer.
--------------------------------------------------------------*/

html, body, .site {
  height: 100%;
}
.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

header.site-header, footer.site-footer {
	background-color: #292c2f;
  	color:  rgb(166,195,166);
}
nav.main-navigation {background-color: rgba(255,255,255,.2);}
nav.main-navigation li {background-color: rgba(255,255,255,.2); padding: .5em 1em; margin-left:2em;}
header.site-header a {color: #fff; text-decoration: none;}
.site-content {margin: 0 2% 7em;}

/*
.timeline{padding-top: 1.5em;}
.ruler 
	{width: 96%; position: fixed; margin-top: -27px;z-index: -2;} */
.timeline article 
	{background: repeating-linear-gradient( 90deg, rgba(255,255,255, .125), rgba(255,255,255, .125) 0.05%,  rgba(0,128,0,.2) 0.05%,  rgba(0,128,0,.2) 19.95%, rgba(255,255,255, .125) 19.95%, rgba(255,255,255, .125) 20% ); /* thin stripes every 10years*/
	}
.timeline article:hover 
	{background: repeating-linear-gradient( 90deg, rgba(230,255,230, .25), rgba(230,255,230, .25) 0.05%,  rgba(0,128,0,.5) 0.05%,  rgba(0,128,0,.5) 19.95%,rgba(230,255,230, .25) 19.95%, rgba(230,255,230, .25) 20% ); 
	}

/* footer */
/* -- for footer-links see typography -> links */
footer.site-footer {
	font-size: 15px;
	position: relative;
	bottom: 0;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	padding: 3rem .5rem .5rem;
	clear: both;
  	border: 0px solid #eee;
}
 
/*.site-footer a {color: #c7813e;}*/
.site-footer h2, h2.widget-title{margin-top:0;}
.site-footer a {color: white !important; text-decoration: none;}
.site-footer a:hover {color:rgba(255,255,255,.125) !important;}

.site-footer .dashicons {
	background-color:  rgba(255,255,255,.125);
	
	padding:9.8px 10px 9.8px 11px;
	-webkit-border-radius: 50%;
            border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 1em 1em 0;
	vertical-align: middle;
	display: inline;
}

.site-footer .footer-left {display: flex; justify-content:space-evenly; align-items: center; margin-bottom: 1em;}
.site-footer .footer-right {display: flex; justify-content:space-evenly; }

.site-footer img {max-width:200px; width: 100%; display: inline-block;}

.site-footer .coord {display:block;}

.site-footer .coord-wrap { padding: 0 .5em;}
/* The footer logo if no image */
.site-footer h3{
	font-family:inherit;
	font-weight: bold;
	font-size:100%;
	margin: 0 0 3px 0;
}

.footer-left p {margin-bottom: 1rem;}


.footer-logo {display: inline-block;}
.footer-logo.erc {-webkit-filter: invert(.125) brightness(1.2) ;
       			filter: invert(.125) brightness(1.2) ;}



/* Footer links */

.site-footer .links-wrap{display:block;}
.site-footer .footer-links{
	list-style-type: none;
	display: inline-block;
	margin: .5rem 0;
	padding: 0; 
}

.site-footer .footer-links li:before {margin: 0 .25em 0 0; vertical-align: middle; font-size:120%;}
.site-footer .flr-links {float:right;}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-title {font-size: 2.5em; margin: .25em 0; line-height: 1.2;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


h5 {display: inline;}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.timeline article 
	{background-color: rgba(0,128,0,.2); 
	border-top: 1px solid rgba(255,255,255, .5);
	overflow: hidden;
	}
.timeline article:first-child{border-top: 0px;}
.timeline article .entry-header.timed 
	{width:auto; padding: .5em; background-color:rgba(170,170,170,.75);}
.timeline article .entry-header.timeless 
	{padding: .5em; text-align: center; background-color: rgba(166,195,166,.8)}

.timeline article h2 {margin:0; display: inline; font-size: inherit;}
.timeline article a {text-decoration: none; color: #333;}
.timeline article a:hover {color: #fff;}
.timeline article .entry-header.timed:hover {background-color: rgba(170,170,170,.80);}
.timeline article .entry-content {margin:0;}

.ruler {
	display:block; 
	box-sizing:border-box;
	padding: 0;
	display:flex;
	background-color: rgb(166,195,166); 
	opacity: 1;
	padding:1px 0;
	border-top: 1px solid white; 
	border-bottom:1px solid rgba(255,255,255, .8);
}
.ruler label {
  box-sizing: border-box;
  font-weight:bold;
  font-family:monospace;  
  padding-left: 1px;
  display:inline-block;
  width:9.99999%;
  height: 24px; 
  line-height: 0;
  background: repeating-linear-gradient(90deg, #fff,  #fff 20%, #ccc 20%, #ccc 40% );
  color:black;
  border-top:12px solid #ccc;
  border-bottom: 0px;
  margin: 0;
  border-left: 1px solid rgb(240,255,240);
}

.ruler label:nth-child(2n){  
	  background: repeating-linear-gradient(90deg, #ccc,  #ccc 20%, #fff 20%, #fff 40% );
	color: transparent; border-top: 12px solid white; border-bottom: 0px solid #444;
	border-left:0px;}
	
.ruler:hover label, .ruler label:hover:nth-child(2n)
	{; }
	
.ruler.locked {
	position: fixed;
  	top: 0;
  	width: 96%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.ruler.locked + article {
  border-top: 30px solid white;
}

/*--------------------------------------------------------------
#-- Individual systems */
.sys-description {
	padding: .5em 1em; 
	background-color: #cce6cc; 
	margin-bottom: 1em;
	font-size: 125%;
	line-height: 1.25;
}
.sys-description p:last-child {margin-bottom: 1em;}
.datum-group {margin-bottom: .5em; }
.datum-group p {indent: 3em; margin: 0 0 .25em 0;}
.datum-group h5, .chrono h5 {margin: 0; font-size: 100%;}

a.home-url {
	display: inline-block;
	background-color: #ccc; /* 204 */ 
	padding: .5em 1em;
	color: #333; 
	text-decoration: none;
	position:relative;
	line-height: 1;
	border-right: 2em solid #cce6cc;
	}
a.home-url:before {
	content: "";
    width: 0;
    height: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    border: .6667em solid transparent;
    border-left-color: #cce6cc;
	background-color: #ccc;
	bottom: 6px;
	right: -1.6667em;
}
a.home-url:after {
	content: "";
	width: 0;
	height: 0;
	padding: 0;
	position: absolute;
	border: .6667em solid transparent;
	border-left-color: #ccc;
	border-right: 0px;
	bottom: 6px;
	right: -1.6667em;
	background-color: #cce6cc;
}
a.home-url:hover {background-color: rgb(168,168,168);}
a.home-url:hover:before {content: ""; background-color: #333;}
a.home-url:hover:after {content: ""; border-left-color: #333;}


.chrono {
	padding: .5em 1em; 
	float: right; 
	background-color: rgba(0, 128, 0, 0.2); 
	margin: 0 0 .5em; 
	line-height: 1;
	}
ul.chrono 
	{list-style-type: none; text-align: right;}
table.chrono 
	{width: auto;}
ul.chrono li, 
table.chrono tr 
	{margin-bottom: .25em;}
ul.chrono li:last-child, 
table.chrono tr:last-child 
	{margin-bottom: 0;}


.orange-box:hover {background-color: orange;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
 

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.logical-block {
	margin: 1em 0 3em; 
/* fabulous: 
background: rgb(243,254,183);
background: linear-gradient(125deg, rgba(243,254,183,0.8155462013907125) 0%, rgba(255,127,235,1) 35%, rgba(0,255,209,0.5354341565727854) 100%); padding: .5em 1em; border-radius: .8em/.8em; 
*/}

/*--------------------------------------------------------------
## MAPSTYLES  
--------------------------------------------------------------*/

.leaflet-container a {color: rgb(166,195,166) !important;}
.leaflet-container a:hover {color: #666 !important; text-decoration: none !important;}


.leaflet-container {
	max-width: 100%; 
	height: 540px;
	width: 900px;
	max-height: 90vh;
	border: 1px solid #ccc;
	margin-left: auto; margin-right: auto;
}

/*#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 400px;
    top: 300px;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}*/

/*.legend { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8);	-webkit-border-radius: 4px; border-radius: 4px; border: 2px solid black; border-color: rgba(0,0,0,0.2);}
.legend img.icon {width:16px; vertical-align: middle;}
*/

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background: rgb(166,195,166);
background: -o-radial-gradient(circle, rgba(166,195,166,.5) 50%, rgba(166,195,166,.05) 75%);
background: radial-gradient(circle, rgba(166,195,166,.5) 50%, rgba(166,195,166,.05) 75%);
	}
.marker-cluster-small div {
	background: rgb(166,195,166);
background: -o-radial-gradient(circle, rgba(166,195,166,.8) 40%, rgba(166,195,166,.025) 80%);
background: radial-gradient(circle, rgba(166,195,166,.8) 40%, rgba(166,195,166,.025) 80%);
	}
	

.marker-cluster-medium {
	background: rgb(198,161,142);
background: -o-radial-gradient(circle, rgba(198,161,142,0.5) 50%, rgba(198,161,142,0.05) 75%);
background: radial-gradient(circle, rgba(198,161,142,0.5) 50%, rgba(198,161,142,0.05) 75%);
	}
.marker-cluster-medium div {
	background: rgb(198,161,142);
background: -o-radial-gradient(circle, rgba(198,161,142,0.5) 50%, rgba(198,161,142,0.05) 75%);
background: radial-gradient(circle, rgba(198,161,142,0.8) 40%, rgba(198,161,142,0.025) 80%);
	}

.marker-cluster-large {
	background: rgb(229,128,118);
background: -o-radial-gradient(circle, rgba(229,128,118,0.5) 50%, rgba(229,128,118,0.05) 75%);
background: radial-gradient(circle, rgba(229,128,118,0.5) 50%, rgba(229,128,118,0.05) 75%);
	}
.marker-cluster-large div {
	background: rgb(229,128,118);
background: -o-radial-gradient(circle, rgba(229,128,118,0.5) 50%, rgba(229,128,118,0.05) 75%);
background: radial-gradient(circle, rgba(229,128,118,0.8) 40%, rgba(229,128,118,0.025) 80%);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
font-weight: bold;
font-size: 16px;
	background-clip: padding-box;
	border-radius: 50%;
	margin-left: -40px !important; margin-top: -40px !important; width: 80px !important; height: 80px !important;
	}
.marker-cluster div {
	width: 60px;
	height: 60px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	border-radius: 50%;
	}

.marker-cluster span {
	line-height: 40px;
	top: 10px; position: relative;
	}
	 
.twenty {max-width: 20%;}
.quart {max-width: 25%;}
.third {max-width: 33.333%;}
.forty {max-width: 40%;}
.fifty {max-width: 50%;}

/* mugshots */

ul.polaroids {
	width: 100%;	
	max-width: 860px;	 
	margin-left: auto; margin-right:auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal; 
	-webkit-box-direction: normal; 
	-ms-flex-flow: row wrap; 
	-webkit-flex-flow: row wrap; 
	flex-flow: row wrap; 
	-ms-flex-pack: distribute; 
	-webkit-justify-content: space-around; 
					justify-content: space-around;
 	list-style-type: none; 
	text-align: center;
	line-height: 1.1;
	padding-left: 3%;
}
ul.polaroids li {
		font-family:'Mansalva', sans-serif;
	display:block;		
	position: relative; 
	width: 32%; min-width: 180px; max-width: 250px;
	margin: .5em .125em; 
	border:1px solid rgba(200,200,200,0.2); 
	-webkit-border-radius:2px; 
	border-radius:2px; 
	text-align: center;
	font-size: 150%;
	background-color: #eee6d8; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0edde), color-stop(20%, #fff8e4), color-stop(60%, #f0edde));
			background-image: -webkit-linear-gradient(top, #f0edde, #fff8e4 20%, #f0edde 60%);
			background-image: -o-linear-gradient(top, #f0edde, #fff8e4 20%, #f0edde 60%);
			background-image: linear-gradient(top, #f0edde, #fff8e4 20%, #f0edde 60%);
	-webkit-transform: translateZ(0); 
	-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		transition: all .25s linear;
	-webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.25); box-shadow: 1px 4px 5px rgba(0,0,0,0.25);
}

/* mugshots */


ul.polaroids li:first-child {font-family: 'Waiting for the Sunrise', sans-serif; font-size: 180%;}
ul.polaroids li:last-child {	font-family:'Sue Ellen Francisco', sans-serif;}
ul.polaroids li:nth-child(2n) {
	-webkit-transform: rotate(1.25deg);
			-ms-transform: rotate(1.25deg);
					transform: rotate(1.25deg);
}
ul.polaroids li:nth-child(3n) {
	-webkit-transform: rotate(-1.1deg);
			-ms-transform: rotate(-1.1deg);
					transform: rotate(-1.1deg);
					-webkit-box-shadow: 6px 2px 9px rgba(0,0,0,.25); box-shadow: 2px 6px 9px rgba(0,0,0,.25);
}
ul.polaroids li:nth-child(5n) {
	-webkit-transform: rotate(0.8deg);
			-ms-transform: rotate(0.8deg);
					transform: rotate(0.8deg);
}
ul.polaroids li:nth-child(7n) {
	-webkit-transform: rotate(-0.6deg);
			-ms-transform: rotate(-0.6deg);
					transform: rotate(-0.6deg);
}

ul.polaroids li:hover{
	 -webkit-transform: scale(1.1); /* rotate gets overwritten*/
			 -ms-transform: scale(1.1);
				 transform: scale(1.1);
		z-index:10;
		-webkit-box-shadow: 2px 6px 9px rgba(0,0,0,.25); box-shadow: 2px 6px 9px rgba(0,0,0,.25);
}


 
ul.polaroids li a {
	text-decoration: none;
	z-index: 1;	width: 100%; height: 100%; color: black; position: relative; background-color: rgba(255,255,255,.25); 
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
	-webkit-border-radius: 8px; border-radius: 8px; }
	
ul.polaroids li a:hover {background-color: rgba(255,255,255,.4); text-decoration: none;} 


ul.polaroids li .frame {
	width: 80%;
	padding-top: 80%;
	overflow: hidden;
	position: relative;
	margin: 10% 10% 30%;
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.35); box-shadow:	inset 0 0 15px rgba(0,0,0,.35);
}

ul.polaroids li .frame img {
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	z-index: -2;			
	background-color: #abcdef;
}

	
ul.polaroids li .wrap {display: inline-block; overflow:visible; position: absolute; left: 0; right: 0; bottom: 0; padding:2% 2% 5%}
ul.polaroids li .name {display:inline-block;}
ul.polaroids li .role {display:inline-block;}	
@media screen and (max-width: 699px) {
	ul.polaroids li .role {font-size:14px;}
	ul.polaroids li .name {font-size:16px;}
}

.form-block {margin: .5em 0 1em; padding: 1em 1em; background-color: rgba(166,166,166,.5);}
#admin-block, #system-block, input[type="submit"] {background-color: rgba(166,195,166,1);}
input[type="submit"] {font-size: 1.25em;}
input[type="submit"]:hover {background-color: rgb(230,230,230);}
select{height: 32px;}

.submitter-acknowledge .wpcf7-list-item {display: block;}
.form-block label {display: block;}
.form-block label.flow {display: inline-block;}
label span.label {width: 12em; display: inline-block;}
#admin-block a {text-decoration: underline; color:rgba(0,0,0,1); font-weight:bold;}
#admin-block a:hover {color:rgba(0,0,0,.5) }

select, .select2-selection__choice  {word-wrap: break-word;  white-space: normal; max-width: 100%;}
button.wpcf7-field-group-add {background-color: rgb(166,195,166); font-weight: bold; color: black; }
button.wpcf7-field-group-remove {background-color: rgb(195,166,166); font-weight: bold;  color: black; }


article.listicle a {color: #666; text-decoration: none;}
h3.list-title {display: inline;}
article.listicle a:hover {color: rgb(166,195,166);}

.list.institutes {column-count: 2;}

.single-bdhome strong {color: #777; width: 8em; display: inline-block;}
.single-bdhome strong:after {content:":"; font-weight: normal;}