.filter {
	padding: 1em;
}
.filter form {
	margin-top: .5em;
}
.filter h3,
.filter h4 {
	background: #4F5458;
	border-radius: .25em;
	color: white;
	font-size: .95em;
	padding: .5em .5em;
	font-weight: 100;
	display: flex;
	margin: 0;
}
	.filter h4 {
		cursor: pointer;
		text-transform: uppercase;
		font-size: .85em;
	margin-bottom: .5em;
	}
	.filter h4 span:first-child {
		flex: 1 1 100%;
	}

.filter h3 {
	background: #06AED5;
}
	
.filter .box {
	border-top: 0;
	margin-bottom: 1em;
	padding: .5em;
	color: #fff;
	display: block;
}
	.filter__slider {
		display: flex;
	}
	.filter__slider > div:first-child {
		flex: 1 1 100%;
	} 
	.filter__slider [type=number]
	{
		font-size: .9em;
		width: 4.5em;
		padding: .25em;
		border-radius: .5em;
		border: 0;
		text-align: center;
	}

	.filter__radio {
		display: flex;
		margin-bottom: .5em;
		align-items: center;
		font-size: .9em;
		text-transform: uppercase;
	}
	.filter__radio span:first-of-type {
		flex: 1 1 100%;
		margin-left: .5em;
	}
	.filter__radio span:last-of-type {
		color: #4F5458;
		border-radius: .5em;
		background: white;
		font-size: .7em;
		padding: .15em .65em;
	}
	.filter__radio input:checked + span {
		color: #06AED5;
	}
		

	.filter [type=submit] {
		background: #06AED5;
		border: 0;
		border-radius: .25em;
		color: white;
		font-size: .85em;
		padding: .5em;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: 100;
		margin-bottom: .5em;
	}
	.filter [type=submit]:hover {
		background: #08906F;
	}
.filter a {
	font-size: .85em;
	color: #06AED5;
	text-decoration: underline;
}
.filter a:hover {
	color: #08906F;
}