@media screen and (min-width: 1401px){
	
	div.hissmallscreen{
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
	
	a.hissmallscreen{
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

@media screen and (max-width: 768px) {
	
	div.hissmallscreen{
		display: none;
	}
}

@media screen and (max-width: 1400px) {

	nav.hishiddenformobile{
	display: none;
	}

	div.hishiddenformobile{
	display: none;
	}
}

.his-nav-link.active, .his-nav-link.active:focus, .his-nav-link.active:hover {
	color: #a2a2a2;
	cursor: default !important;
}

.his-nav-link {
	padding-left: 18px;
	padding-right: 18px;
	padding: .5rem 1rem;
	cursor: default !important;
}

.his-nav-link {
	color: #a2a2a2;
	cursor: default !important;
}

.his-nav-link:focus, .his-nav-link:hover {
	color: #a2a2a2 !important;
	background-color: transparent;
	cursor: default !important;
}