﻿@charset "UTF-8";
/* CSS Document */

.top-grad {
	height: 20px;
}
.navbar {
	font-family: ProximaNovaRegular, Arial, Helvetica, "Helvetica Neue", sans-serif;
	padding: 0;
	font-size: 0.85rem;
}
.nav-link {
	color: #6e6e6e;
	/*font-size: .95rem;*/
	font-size: 1rem;
	padding: 1.2rem 1rem 1rem 1rem;
	/*border-bottom: 3px solid #fff;*/
	margin: 0 15px 0 0;
	/*text-transform: uppercase;*/
	background: none;
	background-repeat: no-repeat;
	background-position: bottom;
}
.nav-link:hover/*, .nav-link:focus*/ {
    color: #145a7b !important;
    /*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: 0.85rem;*/
	color: #6e6e6e !important;
}
.dropdown-item:hover {
	color: #145a7b !important; 
	transition: all ease .25s;
	background: none;
}
.dropdown-item-top-border {
	border-top: 1px solid #999 !important;
	padding-top: 0.5rem !important;
}
.navbar-toggler {
    border-color: none;
	padding: 10px;
}

.navbar-toggler-icon {
	position:relative;
}

.navbar-toggler-icon:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	font-weight: 300;
	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; 
	}
}