
nav.navbar {
	background-color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: dotted 0.5px #5b5b5b;
}

.navbar-nav a.active {
	font-weight: bold;
	color: black;
	border-bottom: dotted 2px #009FE3;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #E9ECEF;
	border-bottom: solid 2px white !important;
}


nav.navbar-light .navbar-nav a.nav-link {
	color: #000000;
	border-bottom: solid 2px white;
}

	nav.navbar-light .navbar-nav a.nav-link:hover {
		font-weight: bold;
		color: black;
		border-bottom: dotted 2px white;
	}

	nav.navbar-light .navbar-nav a.nav-link:focus {
		color: black;
	}


	nav.navbar-light .navbar-nav a.nav-link.active {
		font-weight: bold;
		color: black;
		border-bottom: dotted 2px #009FE3;
	}


		nav.navbar-light .navbar-nav a.nav-link.active:hover {
			font-weight: normal;
			color: black;
		}



	nav.navbar-light .navbar-nav a.nav-link.no-border-bottom {
		border-bottom: solid 2px white;
	}

i {
	color: #415E9B;
}