@charset "UTF-8";
/* CSS Document */

.top-grad {
	height: 20px;
}
.navbar {
	font-family: ProximaNovaRegular, Arial, Helvetica, "Helvetica Neue", sans-serif;
	padding: 0;
}

.navbar-brand img{
	width: 120px;
}
.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 .navbar-toggler-icon {
  background-color: #ffffff;
  color: #e9691f;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233, 105, 31, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

 button:focus{
	outline: unset;
 }
   


@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; 
	}
}