*,
*::before,
*::after{
	box-sizing:border-box;
}

*{
	margin:0;
	padding:0;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}

ul,li{
	list-style:none;
}

a{
	color:inherit;
	text-decoration:none;
}

input,
textarea,
select,
label{
	font: inherit;
}

.search-checkboxes input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: calc(100% - 5rem);
	height: 1.2em;
	margin: 0;
}

select{
    appearance: none;
}
button{
	appearance: none;
	border: none;
	background: none;
	font: inherit;
	color: inherit;
}