/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 100%;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#mywidthdiv {
    background-color: #FFFFFF;
    border: 2px solid #909295;
    bottom: 20px;
    color: #909295;
    
	height: auto;
    left: 20px;
    
    padding: 10px;
    position: fixed;
    text-align: center;
    width: auto;
    z-index:999999;
	display:block;
}


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html * {  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;   -webkit-text-size-adjust: none;  }

body, html {
    overflow-x: hidden;
    width: 100%;
}

body {
	font-size: 100%;
	font-family: "PT Sans", sans-serif;
	color: #505260;
	background:#ffffff;

}
* { margin: 0; padding: 0; }


.table-responsive-outter
{
	width: 100%;
	height: auto;
	position: relative;
}


.table-responsive
{
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
}  

.table-responsive
{
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}  

.table-responsive .table
{
	margin-top: 0;
	margin-bottom: 0;
}  


p {
	line-height: 170%;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	}

b { font-weight: bold; }

small {font-size:70%;}

h1
{
	font-size: 150%;
	font-weight: 400;
	line-height: 100%;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	text-shadow: 0 1px 0 #ffffff;
	color: rgba(0, 154, 79, 1);
}		

h2
{
	font-size: 125%;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-shadow: 0 1px 0 #ffffff;
	color: rgba(0, 154, 79, 1);
}		

h3
{
	font-size: 100%;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-shadow: 0 1px 0 #ffffff;
	color: rgba(0, 154, 79, 1);
}		

table tr:nth-of-type(odd) { background: #ffffff; }
table tr:nth-of-type(even) { background: #f5f5f1; }

table th
{
	background: #f5f5f1;
	color: #525353;
	font-weight: 600;
}

table td, table th
{
	padding: 6px;
	border: 1px solid #d3d0ce;
	text-align: left;
}

#contentstuff { margin-left:20px; margin-right:20px; }

#iframe_container 
	{
	/* display:none; */
    position: absolute;
    top: 80px; /* Change with Height of #header */
	left:0px;
	right:0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden ;
	z-index:99;
    }
	
#iframe_opener 
	{
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
	overflow-y:auto;
    }
	@media only screen and (max-width: 768px) {
		
	#iframe_container 
	{
		top:50px;
	}
	}
 
 

a {
  color: rgba(0, 154, 79, 1);
}
img { border: 0 none; width: 100%; max-width: 100%; height: auto;}
/*

  -webkit-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);


-o-border-radius:4px; 
-ms-border-radius:4px; 
-khtml-border-radius:4px; 
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
border-radius:4px;


-moz-box-shadow: 0px 0px 1px 0px #111111 inset; 
-webkit-box-shadow: 0px 0px 1px 0px #111111 inset; 
box-shadow: 0px 0px 1px 0px #111111 inset;

*/
* {
	/*
	 -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;  
	 */
	 }
* { 

-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 

}

*, *:after, *:before {
	/*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
*/
}




a { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; }
.noborder { border:0 none !important; outline:none !important;}

.noshow { display:none !important; }

a.nounderlineahref, a.nounderlineahref:link, a.nounderlineahref:visited {	text-decoration:none !important;	outline:none !important;	border:0 none !important; }
a.nounderlineahref:active, a.nounderlineahref:hover {	text-decoration:none !important;	outline:none !important;	border:0 none !important; }

.noborder { border:0 none !important; outline:none !important;}


a img {	text-decoration:none !important;	outline:none !important;	border:0 none !important; }
a div { 	text-decoration:none !important; 	outline:none !important;	border:0 none !important; }

input, textarea {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; padding:0; margin:0; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


#long_map_title { font-size:110%; color:#ffffff; line-height:150%; padding:0; 

min-height:66px;
/*
-o-border-radius:4px; 
-ms-border-radius:4px; 
-khtml-border-radius:4px; 
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
border-radius:4px;
*/
/*
-moz-box-shadow: 0px 0px 1px 0px #111111 inset; 
-webkit-box-shadow: 0px 0px 1px 0px #111111 inset; 
box-shadow: 0px 0px 1px 0px #111111 inset;
*/
	 -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;
	 
	 background:rgba(0,154,79,0.85);
	 
	 position:fixed;
	 z-index:999;
	 right:auto; 
	 left:0;
	 top:80px;
	 bottom:auto;
	 
	 opacity:1;
	 
	 display:inline-table;
	 width:100%;
	 height:auto;  
	 
	 font-weight:400;
	 
	 
	 
	 -o-border-radius:0 0 0 0; 
-ms-border-radius:0 0 0 0; 
-khtml-border-radius:0 0 0 0; 
-moz-border-radius:0 0 0 0; 
-webkit-border-radius:0 0 0 0; 
border-radius:0 0 0 0;





-moz-box-shadow: 0 10px 10px  rgba(0,0,0,0.3) ; 
-webkit-box-shadow: 0 10px 10px  rgba(0,0,0,0.3) ; 
box-shadow: 0 10px 10px  rgba(0,0,0,0.3) ;
padding:0 0;
margin:0;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;

-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out; 


}

#long_map_title.closed {
	
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  transform: translateY(-300px);
  visibility: visible;

-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out; 
	
}
#text_long_map_title { float:none; width:100%; padding:20px 70px 20px 20px;	 -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;
 }
#close_long_map_title { float:none; font-weight:400; padding:0; margin:0; font-size:20px; line-height:50px; text-align:center; width:50px; height:50px; background:rgba(0,0,0,0.3); position:fixed; z-index:9999; top:80px; right:0; 	 

-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; cursor:pointer;

-o-border-radius:0 0 0 .25em; 
-ms-border-radius:0 0 0 .25em; 
-khtml-border-radius:0 0 0 .25em; 
-moz-border-radius:0 0 0 .25em; 
-webkit-border-radius:0 0 0 .25em; 
border-radius:0 0 0 .25em;

color:#ffffff;

}
#close_long_map_title.closed { float:none; }
#close_long_map_title i { line-height:50px; }
#close_long_map_title i#fa-plus { display:none; }
#close_long_map_title i#fa-minus { display:inline-block; }
#close_long_map_title.closed i#fa-plus { display:inline-block; }
#close_long_map_title.closed i#fa-minus { display:none; }

#close_long_map_title:hover {background:rgba(0,0,0,0.1);}
#long_map_title strong, 
#long_map_title b { font-weight:700; font-size:100%; text-transform:uppercase; } 
@media only screen and (max-width: 768px) {

	#long_map_title { top:50px; left:0; right:auto; bottom:auto; width:100%;
	font-size:100%; 
	
-o-border-radius:0 0 0 0; 
-ms-border-radius:0 0 0 0; 
-khtml-border-radius:0 0 0 0; 
-moz-border-radius:0 0 0 0; 
-webkit-border-radius:0 0 0 0; 
border-radius:0 0 0 0;
	}
	
	#close_long_map_title { float:none; font-weight:400; padding:0; margin:0; font-size:20px; line-height:40px; text-align:center; width:40px; height:40px; background:rgba(0,0,0,0.3); position:fixed; z-index:9999; top:50px; right:0; 	 -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; cursor:pointer;
}
#close_long_map_title i { line-height:40px; }
	
}

::-moz-selection { background: #c2c2c2; color: #ffffff; text-shadow: none;}
::selection { background: #c2c2c2; color: #ffffff; text-shadow: none;} 
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#c2c2c2; }
textarea:-moz-placeholder { color:#c2c2c2; }


input::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input {
	-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#top{ position:absolute;top:0;left:0;}
#gototop_arrow { width:70px; height:70px;	 position:fixed; bottom:0px; right:0px; display:none; z-index:9999; }


/* -------------------------------- 

Main components 

-------------------------------- */
header[role=banner] {
  position: relative;
  height: 50px;  /*  	 background: #343638; */ background:#f1f1f1;
}
header[role=banner] #cd-logo {
  float: left;
  margin: 4px 0 0 5%;
  /* reduce logo size on mobile and make sure it is left aligned with the transform-origin property */
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
header[role=banner] #cd-logo img {
  display: block;
  height: 40px;
    width: auto;
}

header[role=banner]::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

header[role=banner] #cd-logo {
    margin: 5px 0 0 5%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  

@media only screen and (min-width: 769px) {
  header[role=banner] {
    height: 80px;
  }
  header[role=banner] #cd-logo {
    margin: 10px 0 0 5%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  header[role=banner] #cd-logo img {
  display: block;
  height: 60px;
    width: auto;
}

}

.main-nav {
  /*
  width: 44px;
  height: 100%;
  background: url("cd-icon-menu.svg");
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#009a4f;
  cursor: pointer;
 */
  float: right;

  margin-right: 5%;

}
.main-nav ul {
	/*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);

	-webkit-transition:all 0s ease-in-out;-moz-transition:all 0s ease-in-out;-o-transition:all 0s ease-in-out;transition:all 0s ease-in-out;
   z-index: 999;
   */
}
.main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);

}
.main-nav a {
  /*
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;  
  background:#009a4f;
border-top: 1px solid #f1f1f1;
  color: #FFF;
  */
  outline:none;
  
}


@media only screen and (min-width: 911px) {
 .main-nav a.cd-signin, .main-nav a.cd-signup, .main-nav a.cd-donate  {
    padding: .9em 1.5em !important;
	border: 0px solid rgba(255, 255, 255, 0.6);
    border-radius: 50em !important;
	background:#999999 ;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 80px;
  }
  .main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav li {
    display: inline-block;
    margin-left: 1em !important;}
  .main-nav li:nth-last-child(4) {
   /*
    margin-left: 2em !important;
  	*/
  }

  
  .main-nav a.cd-signin, .main-nav a.cd-signup, .main-nav a.cd-donate {
    padding: .9em 1.5em !important;
	border: 0px solid rgba(255, 255, 255, 0.6);
    /*
	border-radius: 50em !important;
	*/
	background:#999999 ;
  }
  .main-nav a.cd-donate {
    padding: .9em 1.5em !important;
	border: 0px solid rgba(255, 255, 255, 0.6);
/*
    border-radius: 50em !important;
	*/
	background:#999999 ;
  }
}
.main-nav a {
    display: inline-block;
    height: auto;
    line-height: 100%;
    background: transparent;}
  .main-nav a.cd-signin, .main-nav a.cd-signup {
    padding: .5em .5em;
    border: 0px solid rgba(255, 255, 255, 0.6);
    border-radius: .25em;
	background:#999999;}
	.main-nav a.cd-donate{
    padding: .5em .5em;
    border: 0px solid rgba(255, 255, 255, 0.6);
    border-radius: .25em;
	background:#f89c1b;}
  .main-nav a.cd-signup {
    background: #009a4f;
    border: 0px solid rgba(255, 255, 255, 0.6);
  }
  .main-nav a.cd-signin
  {
	color:#ffffff;
  }
  .main-nav a.cd-donate
  {
	color:#ffffff;
  }
  .main-nav a.cd-signup
  {
	color:#ffffff;
  }
  
.main-nav li {
    display: inline-block;
    margin-left: 0.2em;}
  .main-nav li:nth-last-child(2) {
    margin-left: 0.2em;
  }

#wrapperty { margin:100px auto; width:80%; max-width:800px; }





@media only screen and (max-width:909px)
{
	.main-nav a.cd-donate .hide_on_mobile, 
.main-nav a.cd-signin .hide_on_mobile, 
.main-nav a.cd-signup .hide_on_mobile { display:none;}

}

@media only screen and (max-width: 768px) {
#wrapperty { margin:5% auto; width:100%; max-width:none; }
.main-nav ul { line-height:50px; }


}









.my-legend { margin: 0 auto; padding: 5%; text-align:left; }
.my-legend	.legend-subtitle {  color: #333333;
    font-size: 90%;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    padding: 0;}
.my-legend: .legend-subtitle.break { margin-bottom:5%; }
.my-legend .legend-title {
    color: #009a4f;
    font-size: 140%;
    font-weight: bold;
    line-height: 100%;
    margin: 0 auto 5%;
    padding: 0;
    
}

.report-title {    color: #009a4f;
    font-size: 140%;
    font-weight: bold;
    line-height: 100%;
    margin: 0 auto;
    padding: 5%;
	border-bottom:1px solid #999999;
		border-top:1px solid #999999;
		background:#f1f1f1;
}
.report-title a {    color: #009a4f; }
.report-title span {color:#999999;}
.my-legend	.legend-scale ul.legend-labels {margin: 0;margin-bottom:5%;padding:0;float:center;list-style:none;}
.my-legend	.legend-scale ul.legend-labels li { color: #333333;
    font-size: 100%;
    font-weight: 700;
    line-height: 100%;
    list-style: outside none none;
    margin-bottom: 5%;
    margin-left: 0;}
.my-legend	.legend-scale ul.legend-labels li span {display: block;float: left;height: 16px;width:30px;margin-right:5px;margin-center: 0;border: 1px solid #999;}
.my-legend .legend-source {
    clear: both;
    color: #999999;
    font-size: 70%;
    margin: 0 auto 5%;
    padding: 0;
    }
.my-legend .legend-source a {
color:#009a4f;
}
.my-legend  a.btn {background: #ffffff none repeat scroll 0 0;
    border: 1px solid #009b4e;
    color: #009b4e;
    display: block;
    margin: 0;
    padding:2.5% 3%;
    text-decoration: none; font-size:100%; line-height:150%; font-weight:700;
	margin:0 0 5% 0; width:45%; float:left;}
.my-legend  a.btn:nth-of-type(2) { margin-left:5%;}
.my-legend  a.btn:nth-of-type(4) { margin-left:5%;}
.my-legend  a.btn:nth-of-type(6) { margin-left:5%;}

.my-legend  a.btn:hover {background:#009b4e; color:#ffffff }

.my-legend  a.btn.current {background:#009b4e; color:#ffffff }


#map 
{  
	position: absolute;
    top: 80px; /* Change with Height of #header */
	left:0px;
	right:0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden ;
	z-index:99;
	background:#dddddd;
}
.map-tooltip {
    max-height: 450px;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
border:1px solid rgba(0,0,0,0.3);	
-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) ; 
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) ; 
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5) ;


-o-border-radius:4px; 
-ms-border-radius:4px; 
-khtml-border-radius:4px; 
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
border-radius:4px;


}
.map-legends.wax-legends.leaflet-control { display:none !important; }
.map-tooltip-content h5 { font-size:100%;}
.map-tooltip-content h5 big { color:#009a4f; }
.map-tooltip-content p { font-size:100%; }
.map-tooltip-content a { color:#009a4f; }
.map-tooltip-content a:hover { color:#999999; }
@media only screen and (max-width: 768px) 
{
#map { top:50px; }
.map-tooltip {     max-height: 270px; max-width:220px; }
}

@media only screen and (max-width: 768px) 
{
.my-legend  a.btn {background: #ffffff none repeat scroll 0 0;
    border: 1px solid #009b4e;
    color: #009b4e;
    display: block;
    margin: 0;
    padding:2.5% 3%;
    text-decoration: none; font-size:100%; line-height:150%; font-weight:700;
	margin:5% auto; width:100%; float:none; display:block;}

.my-legend  a.btn:nth-of-type(1) { 	margin:5% auto;}
.my-legend  a.btn:nth-of-type(2) { 	margin:5% auto;}
.my-legend  a.btn:nth-of-type(3) { 	margin:5% auto;}
.my-legend  a.btn:nth-of-type(4) { 	margin:5% auto;}
.my-legend  a.btn:nth-of-type(6) { 	margin:5% auto;}

}

#zoom_message { font-size:90%; color:#ffffff; line-height:110%; padding:1em 2em; 

-o-border-radius:4px; 
-ms-border-radius:4px; 
-khtml-border-radius:4px; 
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
border-radius:4px;

/*
-moz-box-shadow: 0px 0px 1px 0px #111111 inset; 
-webkit-box-shadow: 0px 0px 1px 0px #111111 inset; 
box-shadow: 0px 0px 1px 0px #111111 inset;
*/
	 -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;
	 
	 background:#009a4f;
	 
	 position:fixed;
	 z-index:999;
	 right:20px; 
	 bottom:20px;
	 left:auto;
	 top:auto;
	 
	 opacity:1;
	 
	 display:inline-table;
	 width:auto;
	 height:auto;  
	 
}


@media only screen and (max-width: 768px) 
{
#zoom_message {
 
	 bottom:20px;
	 top:auto;
	 text-align:center;
	 width:70%;
	 left:15%;
	 right:15%;  
	 
}
}
