/*
	Helios 1.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

		.homepage #header
		{
		}
	
			.homepage #header:after
			{
				display: none;
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav > ul > li > ul
		{
			display: none;
		}

/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/

	.carousel
	{
		overflow-x: scroll;
	}
	
/*********************************************************************************/
/* D1J1T added styles                                                                     */
/*********************************************************************************/

.darkGreen { color: #1D7434; }
.ltGreen { color: #32cf5c; }

table.mapViewFunction, th.mapViewFunction {
  font-weight: bold;
}

table.mapViewFunction, th.mapViewFunction, tr.mapViewFunction, td.mapViewFunction {
  text-align: center;
  color: #1D7434; /* green compliment of the pinkish/red button color */
  /* background: #ddd; */
}

a.mapViewFunction {
  font-weight: bold;
}

a.mapViewFunction {
  color: #1D7434; /* green compliment of the pinkish/red button color */
  /*
  border-bottom: solid 1px rgba(128,128,128,0.15);
  text-decoration: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  */
}

a.mapViewFunction:active {
  color: #1D7434; /* //green compliment of the pinkish/red button color */
  border-bottom-color: transparent;
}

a.mapViewFunction:visited {
  color: #1D7434; /* //green compliment of the pinkish/red button color */
  border-bottom-color: transparent;
}

a.mapViewFunction:hover {
  color: #32cf5c; /* //LIGHT green compliment of the pinkish/red button color */
  border-bottom-color: transparent;
}