/* filter form */
section.filter_form{
	margin:30px 0;
}

section.filter_form div.form_wrap{
  background:#f2f4f4;
  padding:40px;
  border-top:2px solid #353535;
  border-bottom:2px solid #353535;
  position:relative;
}

section.filter_form div.form_wrap:after{
	content:'';
	display:table;
	clear:both;
}

section.filter_form div.form_wrap select{
  background:#fff;
  padding:12px 40px 12px 20px;
  border:1px solid #cecece;
  border-radius:8px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
}

section.filter_form div.form_wrap div.select_wrap{
  position:relative;
  z-index:99;
}

section.filter_form div.form_wrap div.select_wrap:hover select{
  border:1px solid #353535;
  outline:none;
}

section.filter_form div.form_wrap select:focus{
  outline:none;
}

section.filter_form div.form_wrap div.select_wrap img{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:12px;
  height:12px;
  z-index:999;
}

section.filter_form div.form_wrap input{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  padding:12px 20px;
  background:#494949;
  color:#fff;
  border-radius:8px;
  border:none;
  outline:none;
}

section.filter_form div.form_wrap input:hover{
  background:#5d5d5d;
}

section.filter_form div.form_wrap input:focus{
	outline:none;
}

section.filter_form div.form_wrap div.select_wrap label{
	position:absolute;
	top:-30px;
	left:5px;
}

section.filter_form div.form_wrap div.alpha_wrap{
	display:inline-block;
	position:relative;
	padding-top:30px;
}

@media(max-width:1000px){
	section.filter_form div.form_wrap div.alpha_wrap{
		margin-top:20px;
	}
	.callout{
		padding:0px 30px;
	}
}

section.filter_form div.form_wrap div.alpha_wrap label{
	position:absolute;
	top:0;
	left:5px;
}

section.filter_form div.form_wrap div.alpha_wrap ul{
	list-style:none;
	padding:0;
	margin:0;
	background:rgba(0,0,0,0.06);
	display:flex;
	flex-wrap:wrap;
}

section.filter_form div.form_wrap div.alpha_wrap ul li{
	display:inline-block;
	flex-grow:1;
	min-width:27px;
}

section.filter_form div.form_wrap div.alpha_wrap ul li a{
	padding:12px 0;
	width:100%;
	text-align:center;
	display:inline-block;
	color:#353535;
	transition:0.1s;
	font-weight:bold;
	border-bottom:1px solid #353535;
}

section.filter_form div.form_wrap div.alpha_wrap ul li a:hover{
	background:#353535;
	color:#fff;
	transition:0.1s;
	text-decoration:none;
}

/* GRAD LIST */
section.fac_list{
	max-width:100%;
	overflow-x:hidden;
}

section.fac_list h3{
	border-bottom:2px solid #353535;
	padding:20px 0px 10px 10px;
}

section.fac_list table{
	width:100%;
	word-wrap:break-word;
	max-width:100%;
	table-layout:fixed;
}

section.fac_list th{
	padding:10px;
	border-bottom:1px solid #353535;
}

section.fac_list td{
	padding:10px;
}

section.fac_list tr.alt td{
	background:#f2f4f4;
}

/* STUFF */

#filter_name_search{
	padding-top:30px;
}

#filter_name_search label{
	position:absolute;
	top:0;
	left:20px;
}

#filter_name_search input{
	background:#fff;
	border:1px solid #cecece;
	color:#000;
	width:100%;
}

#filter_name_search input:focus{
	border:1px solid #353535;
}

p.no_search{
	text-align:center;
	font-size:1.6em;
}