@charset "UTF-8";
/* CSS Document */

.top-grad {
	height: 20px;
}
.navbar {
	font-family: ProximaNovaRegular, Arial, Helvetica, "Helvetica Neue", sans-serif;
	padding: 0;
}
.nav-link {
	color: #6e6e6e;
	font-size: 1.15rem;
	padding: 1.2rem 1rem 1rem 1rem;
	/*border-bottom: 3px solid #fff;*/
	margin: 0 20px 0 0;
	background: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.nav-link:hover, .nav-link:focus {
	color: #145a7b;
	/*border-bottom: 3px solid #fb8000;*/
	background: url(../images/misc/nav-active.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
li.active a.nav-link {
	color: #145a7b;
	/*border-bottom: 3px solid #fb8000;*/
	font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
	background: url(../images/misc/nav-active.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.dropdown-item {
	text-transform: uppercase;
	font-size: 1.15rem;
	color: #6e6e6e;
}
.dropdown-item:hover {
	color: #145a7b; 
	transition: all ease .25s;
	background: none;
}
.navbar-toggler {
    border-color: none;
	padding: 10px;
}

.navbar-toggler-icon {
	position:relative;
} 
   
.navbar-toggler-icon:before {
	position:absolute;
	font-family: FontAwesome;
	font-size: 30px;
	color: #d75426;
	top:0;
	left:0;
	content: "\f0c9"; 
}

@media (max-width: 991px) {
	.navbar-nav {
		padding: 0 10px;
	}
	.nav-link {
		padding: .5rem;
		border-bottom: none;
		margin: 0;
	}
	.nav-link:hover, .nav-link:focus {
		background-image: none;
	}
	li.active a.nav-link {
		background-image: none;
	}
	.navbar-collapse .form-inline {
		padding: 0 0 10px 10px; 
	}
}