.jumbotron h1 {
	margin-bottom: 0;
}

#content .row {
	display: flex;
	flex-wrap: wrap;
}

.resource-block {
	margin-bottom: 2em;
}

#filters .row {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#search form {
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

#search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adadad;
}

#search ::-moz-placeholder { /* Firefox 19+ */
  color: #adadad;
}

#search :-ms-input-placeholder { /* IE 10+ */
  color: #adadad;
}

#search :-moz-placeholder { /* Firefox 18- */
  color: #adadad;
}

#search input {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border: 0; 
	appearance: none;
	background-color: transparent;
	text-align: left;
	width: 100%;
}

#search button {
	margin-left: 0.5em;
	background: transparent;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
}

#search .icon {
	width: 25px;
	height: 25px;
	margin-right: 0.5em;
	opacity: 0.5;
}


.filter select {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #E3E3E3;
	padding: 0.5em;
	appearance: none;
	-webkit-appearance: none;
    	-moz-appearance: none;
	position: relative;
	z-index: 2;
	outline: 0;
	color: #474747;
	background-image: url('/wp-content/themes/lisnr/images/global/icons/arrow-dark.svg');
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 6%;
}

#none-available {
	display: none;
}

@media only screen and (max-width: 767px) {
	#filters .row {
		flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
	}
}

@media only screen and (max-width: 374px) {

}