@charset "UTF-8";
/* CSS Document */
.sub-name-e {color:#757679;text-decoration:none; font-size:14px;width:100%; padding:0 2%}
.sub-name-e:hover {text-decoration:none; color:#757679;}
.name-e:hover {text-decoration:none; color:#757679;}
.sub-name-e a {text-decoration:none; color:#757679;}
.nav-align-pg{margin:0 auto; text-align:center; width:100%;background-color:#002f3d}	
.no-indent-e{padding:0!important;}

.navbar-fixed {width: 100%;position: fixed ; z-index:100; background-color:#002f3d; color:#ffffff; }	


/* Add a black background color to the top navigation */
.mobiletnav-e { background-color: #002f3d; overflow: hidden;width:100%; color:#ffffff}

/* Style the links inside the navigation bar */
.mobiletnav-e a {display: block;color: #ffffff; text-align: center; padding: 12px 14px; font-size: 14px; width:100%;text-decoration:none}

/* Add an active-e class to highlight the current page */
.active-e {background-color:#757679; text-decoration:none;}

/* Hide the link that should open and close the mobiletnav-e on small screens */
.mobiletnav-e .icon-e {display: none;}

/* dropdown-e container - needed to position the dropdown-e content */
.dropdown-e {float: left;overflow: hidden;width:100%; text-align:left; padding-left:1em}

/* Style the dropdown-e button to fit inside the mobiletnav-e */
.dropdown-e .dropbtn-e {font-size: 14px;border: none;outline: none;color: #757679;padding: 12px 14px;background-color:inherit; }

/* Style the dropdown-e content (hidden by default) */
.dropdown-e-content { display: none;position: absolute;background-color: #eee;min-width: 60%;z-index: 1;}

/* Style the links inside the dropdown-e */
.dropdown-e-content a {float:left;color: #757679;padding: 12px 16px; text-decoration: none; display: block;text-align:center;}
	
/* Add a dark background on mobiletnav-e links and the dropdown-e button on hover */
.mobiletnav-e a:hover, .dropdown-e:hover .dropbtn-e {background-color: #F4F6F6;color:#757679;text-decoration:none; margin:0!important}

/* Add a background to dropdown-e links on hover */
.dropdown-e-content a:hover {background-color: #F4F6F6; color: #757679; text-decoration:none}

/* Show the dropdown-e menu when the user moves the mouse over the dropdown-e button */
.dropdown-e:hover .dropdown-e-content {display: block; }

/* When the screen is less than 990 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the mobiletnav-e (.icon-e) */
@media screen and (max-width: 990px) {	
.mobiletnav-e a:not(:first-child), .dropdown-e .dropbtn-e { display: none;text-decoration:none}
.mobiletnav-e a.icon-e {float:none;display: block; margin:auto; text-align:center;font-weight:bold;font-size:22px; }
.dropdown-e .dropbtn-e {font-size: 16px; line-height:1.25em}
.mobiletnav-e a {font-size: 16px; text-decoration:none; line-height:1.25em; }


/* The "responsive" class is added to the mobiletnav-e with JavaScript when the user clicks on the icon-e. This class makes the mobiletnav-e look good on small screens (display the links vertically instead of horizontally) */

  .mobiletnav-e.responsive {position: relative;}
  .mobiletnav-e.responsive a.icon-e { position: relative;center: 0;top: 0;text-decoration:none}
  .mobiletnav-e.responsive a { float: none;display: block;text-align: center;text-decoration:none}
  .mobiletnav-e.responsive .dropdown-e {float: none;}
  .mobiletnav-e.responsive .dropdown-e-content {position: relative;}
  .mobiletnav-e.responsive .dropdown-e .dropbtn-e { display: block;width: 100%;text-align: center;}

	.nav-space-e{clear:both; padding-top:55px}
}

	
@media screen and (min-width: 578px) {
	.nav-space-e{clear:both; padding-top:130px}	
}

@media screen and (min-width: 990px) {
	.nav-space-e{clear:both; padding-top:0}
		
}
@media screen and (min-width: 1800px) {
}


