
#wi-gov{
	background-color: var(--wi-gov);
	padding: 10px 0;
	color: #fff;
}
#wi-gov a.dropdown-toggle{
	color: #fff;
}
#wi-gov a.dropdown-toggle:hover{
	text-decoration: none;
}
/* navbar color */
.navbar-light{
	background-color:var(--navbar-color);
}
.navbar-brand{
	margin-right: 0;
}
header .title{
	line-height: 1.2;
}
header .title .wi{
	font-size: 12px;
	margin-bottom: 0;
}
header .title .agency{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
nav #m-agency{
	line-height: 1.2;
	font-size: 18px;
	padding: 0 10px;
	width: 60%;
	font-weight: bold;
}
nav #m-agency span{
	font-size: 12px;
	font-weight: normal;
}
nav a.dropdown-item{
	color:#212529;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #4b5362;
}
#nav-search i{
	font-size: 22px;
	color: #222;
}
#nav-search .dropdown-menu {
	background-color: #eaeaea;
	width: 400px;
	flex-direction: row;
	padding: 10px;
}
#nav-search .dropdown-menu.show {
	display: flex;
}
#nav-search .dropdown-toggle{
	color: #222;
	height: 25px;
	width:25px;
	display: block;
}
#nav-search form.form-inline{
	width: 330px;
	padding: 10px;
}
#nav-search .dropdown-toggle:after{
	content: none;
}
@media screen and (max-width:991px) and (min-width:576px){
	nav #nav.container{
		padding-right:15px;
		padding-left:15px;
	}
}
@media screen and (max-width:991px){
	nav .navbar-brand{
		margin-right: 0;
	}
}
/* social media icons */
header .social a i{
	color:#000;
}
header .social a i:hover{
	color:var(--primary);
}
header .social a:hover{
	text-decoration: none;
}
header .social{
	padding:0;
	margin: 0;
}
header .social li{
	list-style: none;
	margin-bottom: 10px;
}
header .social li{
	display: inline;
	font-size: 24px;
	padding: 0 5px;
}
/* Large Dropdown */
.dropdown-large{ padding:1rem; }

@media all and (min-width: 992px) {
	.dropdown-large{min-width:800px;}
}	
@media screen and (max-width:575px){
	#nav-search .dropdown-menu.show{
		display: block;
	}
}
@media screen and (max-width:432px) and (min-width:0px){
	#nav-search .dropdown-menu{
		width:300px;
	}
}
/* nested dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}