.logoImage {
	height: 40px;
	max-height: 100%;
}


.navbar {
	background-color: #FDFDFD; 
	border-bottom: solid #222222 1px;
	/*padding-right: 6px;*/
	transition: .5s;
	
}



#companyName {
	font-weight: bold;
	font-size: .7em;
	margin-bottom: 14px;
}

.nav-link {
	color: #268bd2 !important;
	font-size: .8em;
	transition: .5s;
}

.nav-link:hover {
	border-radius: 6px;
	background-color: rgba(0,0,0,.1);
	color: #06568F !important;
	transition: .5s;
}


/*The following two remove carets from drop downs to save space*/
.dropdown-toggle:after{
	display:none;
}

.nav-link:after{
	display:none;
}


#searchButton{
	border: solid 1px #222222;
	background-color: #268bd2;
	margin-left: 2px;
}




@media (max-width: 1300px) {
	.navbar {
		background-color: #FDFDFD; 
		border-bottom: solid #222222 1px;
		max-height: 100% !important;
		/*overflow-y: scroll !important;*/
		overflow-x: none !important;
	}


	nav.navbar.fixed-top.navbar-expand-xl.navbar-light.bg-faded {
		background-color: #FDFDFD; 
		border-bottom: solid #222222 1px;
		overflow-x: none !important;
	}

}

@media (min-width: 1260px) {
	.nav-link {
		font-size: .9em;

	}

}


@media (min-width: 1310px) {
	.nav-link {
		font-size: 1.0em;

	}

}

@media (min-width: 1360px) {
	.nav-link {
		font-size: 1.1em;

	}

}


@media (min-width: 1410px) {
	.nav-link {
		font-size: 1.2em;

	}

}

@media (min-width: 1475px) {
	.nav-link {
		font-size: 1.3em;

	}




}


.vertical_line{
	height:50px;
	width:1px;
	background:#000;
	margin-right: 10px;
}