  #two-filters{
	 display:-webkit-flex;
	 display:-ms-flexbox;
	 display:flex;
	 -webkit-flex-wrap:wrap;
	 flex-wrap:wrap;
	 margin:2rem 0 
}
 #two-filters .filter{
	 width:48.92473%;
	 margin-right:2.15054%;
	 margin-bottom:1rem 
}
 #two-filters .filter:last-of-type{
	 margin-right:0 
}
 #two-filters label{
	 display:block;
	 font:16px "Akkurat Pro Regular",Arial,sans-serif;
	 padding:0 
}
 #two-filters select{
	 font:18px/1.5em "Akkurat Pro Bold","Arial Black",sans-serif;
	 color:#716c6b;
	 background-color:#fff;
	 border:1px solid #ccc;
	 display:inline-block;
	 margin-top:.5rem;
	 padding:0.5em 1.5em 0.5em .5em;
	 -webkit-appearance:none;
	 -moz-appearance:none;
	 -webkit-border-radius:0;
	 border-radius:0;
	 background:url("https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkgrey.svg") no-repeat top 50% right 0.5rem/17px 10px;
	 width:100% 
}
 #two-filters select option{
	 font:16px "Akkurat Pro Regular",Arial,sans-serif 
}
 #two-filters select::-ms-expand{
	 display:none 
}
 #two-filters #reset{
	 text-transform:uppercase;
	 line-height:1.2em 
}
 #provost_policies .details-open,#training-grants .details-open{
	 padding:0 1rem 0 2.5rem;
	 margin:-1rem 0 1rem 0 
}
 @media screen and (max-width: 600px){
	 #two-filters{
		 display:block 
	}
	 #two-filters .filter{
		 width:100% 
	}
}