.subnav {
	width:200px;
	position:absolute;  /* was fixed to make it stay while the page scrolls but there are too many possible items */
	line-height:0.9rem!important;
}
.subnav .navbar-nav {
	margin-bottom:10px!important;
}

.subnav-link {
	color: #364043!important;
    background-color:none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	letter-spacing: 0.05rem;
	text-transform:uppercase;
	font-size:0.8rem;
}
.subnav-link:hover {
	color:#cc7600!important;
	text-decoration: none;
}
.subnav-news .subnav-link {
	text-transform:none;
	letter-spacing: 0.02rem;
	
}

.icon {
	font-size:1.2rem;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	padding:5px 14px;
	margin-bottom:40px!important;
}
@media screen and (max-width: 991.98px) {
  .subnav :not(:first-child) {
	  display: none;
	}
}
@media screen and (max-width: 991.98px) {
	#subnavigation {
	width:100%!important;
	padding:30px 50px!important;
    position:relative!important;
}
	.margin-adjust {
		margin-bottom:20px;
	}
}
@media screen and (min-width: 992px) {
	.subnav .icon {
		display: none;
  }
}