html {
  font-family:Georgia;
  font-size: 14pt;
 
      /* See p attributes, after <h> styles below, for line-height */
}
 
sub {
  vertical-align:sub;
   line-height:0;
}
sup {
  vertical-align:super;
  line-height:0;
}
 
.header {
  background-color: none;
  padding: 0px;
  margin-bottom: 0;
}

.header_title {
font-family: 'Arial', sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #620404;
margin: 0% 0% 0% 5%;
  }
@media screen and (max-width: 600px) {
    .header_title {font-size:1em;}
 }
.header_subtitle {
   font-family: 'Arial', sans-serif;
   font-size: 16px;
   color: #620404;
   font-weight: normal;
   margin: 0% 0% 1% 6%;
   display: inline-block;
   }
@media screen and (max-width: 600px) {
    .header_subtitle {margin-bottom:20px;}
	.header_subtitle {font-size: 12px}
 }
 .social {
	display: inline-block;
	float: right;
	margin-right: 5%;
	font-family: 'Arial', sans-serif;
   	font-size: 16px;
   	color: #620404;
   font-weight: normal;  
 } 

  
   
  /*            Search Box                                 */

.search
{
	float: right;
	margin-right: 5%;
	display: inline-block;
	border: 1px solid gray;
	overflow: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search input[type="text"]
{
	border: 0px;
	width: 67%;
	padding: 5px 5px;
}

.search input[type="text"]:focus
{
	outline: 0;
}

.search input[type="submit"]
{
	border: 0px;
	background: none;
	background-color: gray;
	color: #fff;
	float: right;
	padding: 5px;
	border-radius-top-right: 5px;
	-moz-border-radius-top-right: 5px;
	-webkit-border-radius-top-right: 5px;
	border-radius-bottom-right: 5px;
	-moz-border-radius-bottom-right: 5px;
	-webkit-border-radius-bottom-right: 5px;
        cursor:pointer;
}

/* Small screen width for Search Box */

@media only screen and (min-width : 150px) and (max-width : 200px)
{
	.search	{width: 95%;}
}
/*                       End of Search Box                  */

 
/*topnav list*/
ul.topnav {
  list-style-type: none;
  margin: 20px 0px 5px 0px;
  padding: 0;
  overflow: hidden;
  background-color:#f0f0f0;
  position: relative;
  top: 0;
  width: 90%;
  display: block;
  margin-left:auto;
  margin-right:auto;
 }
 @media screen and (max-width: 600px) {
    ul.topnav {margin-top: 3em;}
 }
ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: block;
  font-family: Arial;
  font-size:.7em;
  color: #800000;
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  line-height: 1.0em;
}

ul.topnav li a:hover:not(.active) {
  background-color: #80000023;
}

ul.topnav a.active {
  background-color: #04AA6D;
}
ul.topnav li.right {
  float: right;
}
@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}
/*End of topnav*/	

.ad_top {
clear: both;
justify-content: center;
margin:  20px 0px 20px 0px;
width: 90%;
border: 2px solid blue;
display: block;
margin-left:auto;
margin-right:auto;
 }
 
.smallad {
justify-content: center;
margin:  0px 10px 0px 10px;
border: 2px solid blue;
 }

.page_title {
width: 100%;
float:left;
padding-left: 5%;
font-family: 'Arial', sans-serif;
font-size: 1.3em;
font-weight: bold;
font-style:italic;
color: #800C25;
text-align:left;
margin-bottom:20px;
 }
 
.page_subtitle {
width: 80%;
padding: 0% 10% 0% 7%;
margin-bottom: 20px;
 }
.map_legend {
width: 80%;
padding: 1% 0% 1% 20%;
display: inline;
 }
ul.map_legend {
display: inline;
}
 
.wrapper { /* Added only to keep footer at bottom*/
position: relative;
min-height: 100vh;
 }
 
.content {  /* Also, added only to keep footer at bottom*/
padding-bottom: 8rem;
 }
 
 /* For desktop: */
.flex-container {
  display: flex;
  flex-direction: row;
}

/*.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  /*background-color:#26caba;
  width: 10%;
  padding-top: 100px;
}*/

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  /*background-color:#988358;*/
  width: 65%;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 2;
  /*background-color: #65945c;*/
  width: 33%;
  text-align: center; /* Horizontally centers internal divs */
}
}

  /* For tablets: */
 
@media (max-width: 768px) {
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

/*.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 3;
  background-color: #6c7984;
  width: 100%;
}*/

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  background-color: #78955b;
  width: 100%;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 2;
  background-color: #b75b39;
  width: 100%;
  text-align: center;  /* Horizontally centers internal divs */
}
 }
 /* Horizontally centers internal divs */
   /* For phones: */
@media (max-width: 600px) {
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

/*.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 3;
  background-color: #ff8040;
  width: 100%;
}*/

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  background-color: #8080c0;
  width: 100%;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 2;
  background-color: #c1ba2f;
  width: 100%;
  text-align: center;  /* Horizontally centers internal divs */
}
 }

.article_column {
display: inline-block;
max-width: 100%;
margin-left: 5%;
 }

/*article_title*/

/*article_subtitle*/


/*article_attribution*/
.article_attribution {
display: inline-block;
margin: 0.6em 0em 0.6em 0em;
font-family: arial;
font-size: .8em;
 }
 .topic {
 display: inline-block;
 height: 1em;
 text-height: 0.8em;
 padding: 0px;
 margin: 0;
 border: 0;
 background-color: #e7e7e7;
 text-align: center;
}

 /*article_body*/
.article_body {
	width:  90%;
	padding: 10px 0px 5px 0px;
    margin: 2% 0% 0% 5%;
	text-align:left;
	border-top: 1px solid #c0c0c0;
}
@media screen and (max-width: 600px) {
     .article_body {width:100%;}
	 .article_body {margin: 0%;}
 }
 .article_photo_rt {
float: right;
margin: 2% 0% 0% 2%;
max-width: 100%;
 }
 .click_enlarge {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
    font-size: 0.9em;
	font-weight: bold;
	color: #8000007C;
	line-height: 1.0;
	text-align:center; 
 }
 .image_width {
 max-width: 60%; 
  }
 .linkback {
 position: absolute;
 right: 40%;
 }
 .responsive {
max-width: 75%;
min-width: 50%;
height: auto;
 }
 .items {
 float: left;
 display: block;
 max-width: 97%;
 padding: 0px;
 margin: 0px 100px 20px 0px;
 border: 1px solid #c0c0c0;
 background-color: none;
 text-align: center;
} 
  .item_left {
 float: left;
 display: block;
 max-width: 50%;
 text-height: 0.8em;
 padding: 0px;
 margin: 0;
 border: 0;
 background-color: none;
 text-align: left;
}
   .item_right {
 float: left;
 display: block;
 max-width: 30%;
 text-height: 0.8em;
 padding: 100px 0 0 0px;
 margin: 0 15% 0 0;
 border: 0;
 background-color: none;
 text-align: left;
 font-family: arial;
 font-weight: normal;
 font-size: 1em;
 line-height: 100%;
}
  
  
.rt_column {/* ??? Still needed- probably not needed, flex_items div replaced */
display: inline-block;
 }
 details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display:none;
}
.center_rtcolumn { /* Div horizontally centered by text-align center in flex it;ems */
margin: 10% 5% 0% 5%;
 } 
.rtcolumn_title {
	width:  100%;
	text-justify: auto;
	border: none;
	border-radius: 5%;
	margin-top: -33px;
	
}
.article_rtcolumn_border {
	width:  100%;
	text-justify: auto;
	border: 4px solid #6204044B;
	border-radius: 25px;
	border-top-width: 50px;
	margin: 0% 11% 0% 0%;
	text-align: center;
	/* box-shadow:  #c0c0c0; */
	
}
.border_box {
border:thin;
border: 2px solid #6204044B;
border-radius: 5px;
padding: 0px 10px 10px 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
border-top-width: 50px;
background-image: linear-gradient( #6204044B, white);
 }
.text {
	width:  100%;
	padding: 0px 0px 0px 0px;
    margin: 0% 0% 0% 0%;
	text-align:left;
 }
 
.text_right {
	width:  75%;
	padding: 0px 0px 0px 0px;
    margin: 0% 0% 0% 0%;
	text-align:right;
 }
.indent {

    margin: 0% 5% 0% 5%;
	text-align:left;
 }

.small_title {
text-align:center;
width: 100%;
font-family: 'Arial', sans-serif;
font-size: 1.25em;
font-weight: bold;
color: #620404;
z-index: 12;
margin-top: -30px;
position:static;
}


.ad_rttop {

margin: 7% 20% 5% 20%;
max-width: 100%;
height: 600px;
border: 2px solid blue;

 }
 .image {
  
  text-align: center;
 
} 
 /* Centers an image horizontally.  Won't work if image size=100% 
Probably easier to just add to html attributes  class="center"    */
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.center_form {
float: right;

 }

.footer {
  position: absolute;
  height: 8rem;  /* Added along with wrapper and content only to keep footer at bottom */
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10
  px;
  background-color: #efefef;
  display: inline-block;
}
.footer_text {
 text-align: center;
  font-size: 12px;
}
.leftbox { /*  Revise as needed */

 }
.middlebox{


}
.rightbox {


 }
/*span:after,
span:before{
    content:"\00a0\00a0\00a0\00a0\00a0";
    text-decoration:line-through;
	font-weight: bold;
	font-style: normal;
}*/
 
 /* Ordered list styles */
 


ol.a {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	font-family: 'Arial', sans-serif;
	font-weight:normal;
}
ol.a li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	border-top:0px solid #666;
	background:none;
}
ol.a li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:5px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it  */
	margin-right:8px;
	padding:4px;
	border-top: 0px solid #666;
	color:#fff;
	background:#6204044B;
	font-weight:bold;
	font-family: 'Arial', sans-serif;;
	text-align:center;
}

ol.a ol.a li:last-child {margin-bottom:0px;}

ol.b {/*                             List in accordion                                     */
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
ol.b li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	border-top:0px solid #666;
	background:none;
}
ol.b li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:10px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it  */
	margin-right:8px;
	padding:4px;
	border-top: 0px solid #666;
	color:#fff;
	background:#8000003E;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, sans-serif;
	text-align:center;
}

ol.b li:last-child {margin-bottom:0px;}

/*                                  End of list in accordion                           */

li ul {
margin-top:2px;

}
 
ul.a li {
text-align: left;
margin: 5px;
margin-left: 10px;

/* list-style-image: url('sqpurple.gif'); */
}

ul.a li::marker  {
color: #b47474;
}

/*ul.a li::before {
   content: "\2022";  Add content: \2022 is the CSS Code/unicode for a bullet 
  color:#620404;
  
}*/


ul.b li	{
margin: 7px 50px 40px 50px;
font-size: 0.9em;
font-family: 'Arial', sans-serif;
/* font-weight: 200; */
/* color: #4F4F4F; */
 }
ul.b li::marker  {
color: #b47474;
}
ul.c li{
margin-bottom: 40px;

 }

 /* End of list styles */

/* Text elements */
h1 {
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #800C25;
	text-align:left;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-weight: 200;
	
	display: inline-block;	
	
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	color: #620404;
	display: inline-block;
    text-align:left;
	
}
h4	{
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: 'Arial', sans-serif;
	font-weight:800;
	color: #620404;
 	line-height: 100%;
	text-align:left;
}
h5	{ /*  used for word "source" in tooltip label */
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: 'Arial', sans-serif;
	font-style:italic;
   /*  line-height: 100%; */
	text-align:right;
}
 

/* h6 {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
    font-size: large;
	font-weight: bold;
    font-style:italic;
	color: #000000;
    background-color: #800c2510;
 } */ 
h6 {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-style:italic;
    font-size: 0.7em;
	color: #d1b5b5; 
 } 
h7 {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
    font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: gray;   
 }
 h8 {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
    font-size: 0.8em;
	font-weight: normal;
	/* color: #818181; */
	line-height: 1.4;
	float: right;
	word-spacing:10px;
 }
 h9 {
    margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
    font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: gray;   
 }
 h10 {
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', sans-serif;
	font-size: 5em;
	font-weight: 200;
	color: #000000;
	text-align:left;
}
 h11 {
	margin: 0px;
	padding: 0px;
font-family:serif;
	font-size: 4em;
	font-weight: 200;
	color: gray;
	text-align:center;
}
@media screen and (max-width: 600px) {
    h2 {font-size: 1.2em;}
 }
p, ol, ul {
	margin-top: 0px;
text-decoration: none;
}

p {
	line-height:1.4em;
	text-justify: auto;
}

strong {
	font-weight: 700;
}


/*                   Links                                 */

/* unvisited link */
a:link {
  text-decoration:underline;
}

a:visited {
  color: b47474;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}

/*                   End of Links                                 */

Button

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {

}

.button2 {
  background-color: #04AA6D;
  color: white;
   border: none;

  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
 
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
 background-color: #3498DB;
  color: white;
   border: none;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button3:hover {
  background-color: #008CBA;
  color: white; 
}

/* End of buttons */


/*                       Javascripts                 */

/*                       Accordian script                 */

.accordion {
  background-color:#dbdbed;
  /*background: url('../images/equation.svg')center / cover no-repeat;*/
  color: #444444;
  cursor: pointer;
  padding: 0% 3% 0% 10%;
  margin: 3px;
  width: 95%;
  height: 2.5em;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.9em;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #80000023; 
}
.accordion:after {
  content: '\002B';
  color: #b47474;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.panel {
  padding: 0 0px;
  display: none;
  background-color: none;
  overflow: visible;
  font-size: 1em;
  font-weight:100;
  width: 95%;
  text-align: left;
  margin-left: 4%;
}
/* End of accordion */

/*                       Accordian2 script                 */
.accordion2 {
  background-color: #f0f0f0;
  /*background: url('../images/equation.svg')center / cover no-repeat;*/
  color: #444444;
  cursor: pointer;
  padding: 0% 3% 0% 0%;
  margin: 1% 10% 1% 25%;
  width: 60%;
  height: 2.5em;
  border: none;
  text-align: center;
  outline: none;
  font-size: 0.9em;
  transition: 0.4s;
}

.active, .accordion2:hover {
  background-color: #80000023; 
}
.accordion2:after {
  content: '\002B';
  color: #b47474;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.panel2 {
  padding: 0px 0px;
  display: none;
  background-color: none;
  overflow: visible;
  font-size: 1em;
  font-weight:100;
  width: 100%;
  text-align: left;
  margin-left: 0%;
}
/*            End of Accordian2 script                 */


/*           flex-container2       */
.flex-container2 {
  display: flex;
  margin: 1% 5% 2% 5%;
  background-color: none;
  justify-content: center;
  flex-wrap: wrap;
  
}
.flex-container2 > div {
  background-color: #f1f1f1;
  margin: 0;
  padding: 20px;
  max-width: 40%;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  color: dark grey;
}
 @media screen and (max-width: 600px) {
  .flex-container2 > div   {max-width: 100%;}
 }
/*           End flex-container2       */



/*           flex-container3       */
.flex-container3 {
  display: flex;
  margin: 0;
  background-color: none;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width:100%;
  }
.flex-container3 > div {
  background-color: #f1f1f1;
  width:33%;
  margin: 0;
  padding: 0px;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  color: dark grey;
}
 @media screen and (max-width: 600px) {
  .flex-container3 > div   {max-width: 100%;}
 }
/*           End flex-container3       */


/*           flex-container4       */
.flex-container4 {
  display: flex;
  /* background-color:  #623d3a79; */
/*   background-image: linear-gradient(#623d3a79, gray); */
 /*  justify-content: center; */
  flex-wrap: wrap;
  flex-direction: row;
 /*  margin: auto; */
  }
.flex-container4 > div {
  background-color: none;
  max-width:75%;
  max-height:100px;
/*   margin: 10px 20px 5px 20px; */
  padding: 0px;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  color: dark grey;
}
 @media screen and (max-width: 600px) {
  .flex-container3 > div   {max-width: 100%;}
 }
/*           End flex-container4       */

/*           flex-container_map_legend       */
.flex-container_map_legend {
  display: flex;
  margin: 20Px;
  background-color: none;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width:100%;
  }
.map_legend_graphic {
  margin: 0;
  padding: 0 0 0 20px;
}
.map_legend_text {
  margin: 0;
  padding: 0px 20px 0px 5px;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  color: dark grey;
}
 @media screen and (max-width: 600px) {
  .flex-container_map_legend > div   {max-width: 100%;}
 }
 .map_legend_note1 {
  margin-top: 20px;
  padding-left: 30%;
  font-family: 'Arial', sans-serif;
  font-size: .9em;
  color: dark grey;
  text-align:left;
}
 .map_legend_note2 {
  margin: 0;
  padding-right: 2%;
  font-family: 'Arial', sans-serif;
  font-size: .8em;
  color: dark grey;
  text-align:right;
}
 
 
/*           End of flex-container_map_legend       */


/* New new modal */

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:#c0c0c0; /* Fallback color */
  background-color: #c0c0c0; /* Black w/ opacity */
  opacity: 1;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  padding:8px 12px;
  color: #ff0000;
  background-color:#0000a0;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/* End of new new modal */

/*NEW Modal image - has box close X script


.modaloverlay{
  background:rgba(0,0,0,0.8);
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  position:fixed;
  right:0;
  top:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  z-index:-1;
  display: none;
  &:target{
    display: block;
    opacity:1;
    pointer-events:auto;
    z-index:99999;
  }
  .modal{
    background-color:white;
    height: 100%;
    position:relative;
    margin:0 auto;
    padding:3em;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    @media (min-width: 60em) {
      height:75%;
     margin:5% auto;
     max-height: 57em;
      max-width:66em;
      width:85%;
    }
  > iframe, > div{
    border:none;
    width:100%;
    height:100%;
    }
  }
  .close{
    background-color:turquoise;
    color:white;
    font-size:24px;
    padding:8px 12px;
    position:absolute;
    right:0;
    text-align:center;
    text-decoration:none;
    top:0;
    z-index: 1;
  }

}


*/

/*END OF NEW Modal image script*/


/* tooltip using js */
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body {
  padding: 16px;
}

.tooltip {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-decoration:underline;
  border-bottom: none;
  position: relative;
  z-index: 4;
}

.tooltip_label {
  &:before { // for the help cursor
    content: '';
    display: flex;
    cursor: help;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}

.tooltip-dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-20%);
  z-index: 4;
  padding-top: 32px;
  width: 500px;
}

.tooltip-dropdown_content {
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  padding: 8px 12px;
  margin-left:0%;
  margin-right:30%;
  width: 100%;
  text-align: left;
  font-family: 'Arial', sans-serif;
  color: white;
  font-size: 1em;
  font-weight: normal;
 
}
.tooltip-open {
  .tooltip-dropdown {
    animation: tooltipFadeIn 0.15s;
    display: block;
  }
}

@media (hover: hover) {
  .tooltip:hover {
    .tooltip-dropdown {
      animation: tooltipFadeIn 0.15s;
      display: block;
    }
  }
}
/* end of tooltip using js */ */

/* label on activity map */
.map-label {
    position: absolute;
    width:200px;
    font-size:1em;
}
/* end of label on activity map */



/* Navigation list left column
.navlist {
	margin: 0px 20px 0px 0px;
	padding: 0 0 15px 0;
    line-height: 120%;
    list-style-type: none;
	font-family: arial;
    font-style: normal;
    font-size: 1em;
    text-decoration: none;
	color: #620404;	
}

.navlist li {
	line-height: 1.0em;
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 0px;
	text-decoration: none;
	color: #8000009D;
    list-style-type:none;
	margin: 15px 10px 0px 20px;
    border:none;
	
}

li:first-child {
    margin-top:0;
}
End of navlist*/


/* Styled table */
.styled-table {
    border-collapse: collapse;
    margin: 20px 0px 60px 15px;
    font-size: 0.85em;
    font-family: sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #623d3a79;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
	vertical-align:top;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/* .styled-table tbody tr:last-of-type {
    color: #009879;
} */

/* End of Styled Table */

figure {	/* figure centered */
  border: none;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table; 
  max-width:100%;
}	/* End of figure centered*/


#float_right {
float:right; 
 }

#float_left {
float:left;
 }


figcaption {	/* figcaption under figure */
  background-color: none;
  color: dark gray;
  font-style:normal;
  font-family:sans-serif;
  font-size:.8em;
  padding: 4px;
  text-align: left;
  max-width:100%;

	
}			/* End of figcaption under figure */

#right {	/* figcaption right side of figure */
  background-color: none;
  color: dark gray;
  font-style:normal;
  font-family:sans-serif;
  font-size:.8em;
  padding: 12px;
  text-align: left;
  max-width:100%;
  display: table-cell;
  vertical-align: middle;
	
}/* End of figcaption right side of figure */

#center {	/* figcaption centered horizontally over or under figure */
  background-color: none;
  color: dark gray;
  font-style:normal;
  font-family:sans-serif;
  font-size:.8em;
  padding: 12px;
  max-width:100%;
  display: table-cell;
  text-align: center; 
}

			





/* pdf embedded in Iframe*/
 .pdf {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
    .pdf,
    html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
		background:transparent;
		border:none;
		/* overflow: hidden; */
    }
   h1,
    h3 {
        text-align: center;
    }

    h1 {
        color: green;
    }
	/* End pdf embedded in Iframe */
	
/* fieldset */
	
fieldset {
background-color: none;
border: 2px solid #6204044B;
border-radius: 5px;
padding: 20px 10px 10px 10px;
text-align:left;
/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
 border-top-width: 50px; */
}

legend {
  background-color: none;
  color: #620404;
  padding: 5px 10px;
  /* margin-left:50%; */
  text-align: center;
  text-style: bold;
}

input {
  margin: 5px;
}
/* End of fieldset */
/* Read more javascript style */
#more {display: none;}
/* End of Read more javascript style */

#contact-form {
width: 500px;
color: green;

 }
 
  #leftbox {
           padding-left:10%;
            background: Red;
            width: 25%;
            height: 280px;
        }

        #middlebox {
            float: left;
            background: Green;
            width: 50%;
            height: 280px;
        }

        #rightbox {
            float: right;
            background: blue;
            width: 25%;
            height: 280px;
			}


/* dropdown navigation list for pdf pages	 */		
/* .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;} */

/*                       End of dropdown list for pdf page                   */

 .navbar {
  overflow: hidden;
  background-color: ;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
 font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color:#3498db;
  font-family: inherit;
  margin: 0;
   cursor: pointer;
  border-radius: 10px;
}

 .navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #620404;
} 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}