@charset "utf-8";
/* CSS Document */


a {
	color:#009900;
	text-decoration:none;
}

a:hover {
	color:#f31510;
	text-decoration:none;
}

audio {
	max-width:90%;
	border-radius:6px;
} 

form {
	color:#333;
	text-align:left;
}

form input {
	border-radius:.5em;
	padding:5px;
	max-width:80%
}

form p{	
	line-height:15px;
}

form select {
	border-radius:.5em;
	padding:2px;
}

form textarea {	
	border-radius:.5em;
	padding:2px;
	max-width:80%;
}


h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration: none;
		display:inline-block; 
		color:#23873e;
		text-transform:uppercase;
		} 
		
html {
  scroll-behavior: smooth;
}

img {
		height: auto !important;
		width: auto !important;
		max-width: 100%;
		/*border-radius: 0px;*/
}

h3:after {
	  content: '';
	  display:block;
	  height:3px;
	  width:40%;
	  background:#95bb56;
	  transition:width .5s ease, background-color .5s ease;  
}
	
h3:hover:after {
	width:100%;
	background:#95bb56;
}
	
		
h4 a{
	color:#333;
	text-decoration:none;	
}

h4 a:hover {
	color:#95bb56;
	text-decoration:none;
}
strong {
	color:red;
}

sup {
	font-size:70%;	 
}

table {
	}
	
video {
	  width: 100%    !important;
	  height: auto   !important;
}



#footer {
	
	background-color:#000;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none; 
}

#footer a:hover{
	color:#009900;
	text-decoration:none;
}

#funders img{
	max-width:80%;	
}

.button {
	display:inline-block;
	background-color:rgba(0,102,255,1);
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	color:#fff;
	border:0px;
	border-radius:5px;
	padding:12px;
	font-size:1em;
	
}

 
.buttonred:hover {
	background-color:blue;
	border:0px;
	color:#fff;
}

.buttonred {
	display:inline-block;
	background-color:red;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	color:#fff;
	border:0px;
	border-radius:5px;
	padding:12px;
	font-size:1em;
	
}

.buttongreen {
	display:inline-block;
	background-color:#009933;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	color:#fff;
	border:0px;
	border-radius:5px;
	padding:12px;
	font-size:1em;
	
}

 
.buttongreen:hover {
	background-color:rgba(255,0,0,1);
	border:0px;
	color:#fff;
}

.buttonblue {
	display:inline-block;
	background-color:rgba(0,0,255,1);
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	color:#fff;
	border:0px;
	border-radius:5px;
	padding:12px;
	font-size:1em;
	
}

 
.buttonblue:hover {
	background-color:#009933;
	border:0px;
	color:#fff;
}

 
.button:hover {
	background-color:#009900;
	border:0px;
	color:#fff;
}

 

.listtexthead {
	text-transform:uppercase;
	font-size:130%;
	font-family: 'Roboto Condensed', sans-serif;
	color:#23873e;
	
}
.listtext a {
	font-size:85%;
	color:#333;
	}
	
.listtext a:hover {
	color:#009900;
}

.listtextsmall {
	font-size:80%;
	font-family: 'Roboto Condensed', sans-serif;
}

.button {
	display:inline-block;
	background-color:#23873e;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	color:#fff;
	border:0px;
	border-radius:5px;
	padding:12px 20px;
	font-size:1em;
	
}
 
.button:hover {
	background-color:#0065bf;
	border:0px;
	color:#fff;
}


.dark {
	color:#333;
	font-weight:300;
	text-align:center;
	font-style:normal;
}

.dark {
	color:#333;
}

.footnote {
	color:#777;
	font-size:70%;
	font-style:italic;
}		

.green {
	color:#95bb56;
	font-style:normal;
	font-size:80%;
}

.green-l {
	color:#95bb56;
	font-style:normal;
	 
}

.hdl{
  border-top: 1px dotted #777;
  width: 60%;
} 


/*image with text box*/
.container {
  position: relative;
  max-width: 80%; /* Maximum width */
  margin: 0 auto; /* Center it */
  opacity:1;
   
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #fff; /* white text */
  width: 100%; /* Full width */
  padding: 15px 0; /* Some padding */
     
}

.container:hover {
  opacity:0.8;
   
}


.reference {
	font-size:70%;
}

.reference a{
 
	color:#95bb56;
	text-decoration:none;
}

.reference a:hover {
	color:#333;
	text-decoration:none;
}
 
 
.rounded{
	border-radius:6px;
}

.sco 
{
text-decoration:none;
display: inline-block;
color:#333;
}
/* add a empty string after the elment with class .slide-center-out  */
.sco:after 
{
content: '';
display: block;
height: 3px;
width: 40%;
background:#95bb56;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease; 
margin:auto; /* center the cotent so it will sliding from the midddle to the left and right */
} 

/* Change the width and background on hover, aka sliding from the middle to the left and right */
.sco:hover:after 
{
width: 100%;
background:#95bb56;
}

.small {
	font-size:80%;
}

.quote {
	display:block;
	background-color:#fefefe;
	font-style:italic;
	color:#333;
	font-size:90%;
	padding: 15px;
	border-radius:9px;
	background-image:url(../images/quotes.png);
	background-repeat:no-repeat;
	width:auto;
	max-width:90%;	 
}
	
.biopic{	 
	border-radius:5px;	 
}

.gloss {
	box-shadow: inset 0px 8px 8px rgba(255,255,255,.2);
}

.header-center {
}

.hide {
	visibility:visible;
}
 
.icon {
	margin:9px 3px 3px 3px;
	opacity:1;	
}


.icon:hover{
	opacity:0.6;	
}

.large {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-size:1.4em;
	font-weight:200;
	display:inline-block;
	margin-top:9px;
}

.large a{	
	color:#fff;
	text-decoration:none;
}

.large a:hover{
	color:#fff;
	text-decoration:none;
}

.lbm-stack-fancy {font-family: 'Lato', sans-serif;}


.mags img{
	/*-webkit-filter: grayscale(100%);  
  	filter: grayscale(100%);*/
	filter: brightness(100%);
	transition:filter .6s ease;
	border-radius:10px;
}

.mags img:hover {
	/*-webkit-filter: grayscale(0%);  
  	filter: grayscale(0%);*/
	filter: brightness(80%);
	transition:filter .6s ease;
	border-radius:10px;
}

.map img{
	filter: brightness(80%);
	transition:filter .6s ease;
	
}

.map img:hover {
	filter: brightness(100%);
	transition:filter .6s ease;
}

.timeline {
	display:inline-block;
	background-color:#fff ;
	color:#333;
	border-bottom: dotted 1px #95bb56;	
	padding:12px;
	font-size:1em;
	width:95%;
	max-width:95%;
}

.timeline:hover {
	background-color:#fff;
	border-bottom:dotted 1px #333;
	color:#95bb56;
}

.timeline:active {
	background-color:#fff;
	border-bottom:dotted 1px #333;
	color:#95bb56;
}

/*DROP MENU */

.p7DMM01 {
	position: relative;
	background-color:#000;
	box-shadow: none;
	border-bottom: none;
	margin:0px 0px 0px 0px;
	padding:0; 
	 
}

.p7DMM01 ul li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin-right: 3px;
}

.p7DMM01 ul a {
	
	width:auto;
	height:auto;
	color: #fff;
	padding: 13px 20px;
	text-decoration: none;
	background-color: transparent;
	margin-top:0px; 
	border:none;
	border-radius: 0px;
	border-color: #000;
	display: block;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	-webkit-transition-property: background-color, box-shadow, border-color;
	transition-property: background-color, box-shadow, border-color;
}

.p7DMM01 ul a:hover,
.p7DMM01 ul a:focus,
.p7DMM01 ul a.open,
.p7DMM01 ul a.current_mark.closed {
	border:none;
	color:#009900;
	box-shadow: inset 0px 12px 8px rgba(255,255,255,.2);
	background-color: transparent;
}

.p7DMM01.dmm01-pop ul ul a {
	background-color: transparent;
	box-shadow: none;
	border-radius: 0px;
	font-size: 1em;
	padding: 8px 30px;
	box-shadow: none;
	color: #B4B4B4;
	border: none;
}
.p7DMM01.dmm01-pop ul ul li:last-child a {
	border-radius: 0px 0px 4px 4px;
}
.p7DMM01.dmm01-pop ul ul a:hover {
	background-color: transparent;
	color: #009900;
	background-color: #444;
	box-shadow: none;
}

.scroll-prog {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
   
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #222;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #95bb56;
  width: 0%;
}


 
 
@media only screen and (min-width: 0px) and (max-width: 900px) {
	
.p7DMM01.responsive .p7dmm-sub-wrapper {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	text-align:center;
}

	#funders img{
	max-width:95%;
	
	}
	
	.container {
  
  max-width: 100%; /* Maximum width */
   
   
}

	.header-center {
		text-align:center;
	}
	
	.hide {
		visibility:hidden;
	}
	
	 .large {	
	font-size:2em;
	} 
 

	.lbm-column {float: none !important; width: auto !important;}
	.lbm-ehc, .lbm-ehc .lbm-column {display: block; border-radius: 0px;}
	.lbm-row.lbm-ehc.lbm-gutter .lbm-col-wrapper {padding: 0px 0px;}
 
	.p7DMM01.responsive .p7DMM-toolbar,
	.p7DMM01.dmm-vertical .p7DMM-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	background-color: #333;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	}
	 

	
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	audio {
	max-width:90%;
	border-radius:0px;
}
	blockquote {
		margin: 1em;
		 
	}

}
	
