/* Research Feed */
#research-feed { width: 100%; }
.research-feed {
	width: 100%;
}
.mobile .research-feed { width: auto; }
.research-feed .slider-content {
	background: none;
	/*border-top: 1px solid #666;
	border-bottom: 10px solid #666;*/
	padding: 0;
}
.research-feed .meta { padding: 10px 0; }
.research-feed .meta table { margin-bottom: 0; }
.research-feed .meta table th { text-align: left; padding: 2px; }
.research-feed .description {
	background-color: #ebe9e2;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1em 1em;
	font-size: 17px;
	line-height: 1.5;
}
.research-feed .description p{
	font-size:1em;
}
#research-search, #research-filter { display: none; }
#research-search.active, #research-filter.active { display: block; }
.filter-row {
	line-height: 22px;
	margin: 3px 0 10px 85px;
}
.filter-row label {
	display: inline-block;
	width: 140px;
}
.filter-row select {
	display: none;
	width: 420px;
}
.filter-row .reset {
	display: none;
	float: right;
}
.filter-row.active select, .filter-row.active .reset { display: inline; }
#research_listing { clear: both; }
#research_listing.loading {
	background: url(../images/icons/horiz-loader.gif) no-repeat top center;
	min-height: 16px;
}
mark { font-weight: bold; }

.research-feed-search-input {
border: 1px solid #d9d9d9;
overflow: hidden;
background: white;
}
#search {
    float: left;
    line-height: 1;
    outline: none;
    width: 80%;
    border: none;
    padding: 5px 1%;
    margin-right: 0;
    border-radius: 0;
    height: 30px;
    font-size: 16px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#search-button {
    color: transparent;
    cursor: pointer;
    float: right;
    outline: 0;
    text-indent: -5000em;
    text-transform: capitalize;
    width: 40px;
    border-radius: 0;
    height: 40px;
    background: #eee url(//www.mtu.edu/mtu_resources/images/n/search-black.svg) no-repeat center;
    background-size: 60%;
border: 0;
}
@media only screen and (min-width: 440px) {
#search-button {
background-size: 48%;
}
#search {
width: 85%;
}
}