  /* ==========================================================================
	°®¶¹´«Ã½ News: Listing Stylesheet
    Author: Wayne Espinola, °®¶¹´«Ã½ University Communications and Marketing
    Author URL: http://www.usf.edu/news/
   ========================================================================== */

/* ==========================================================================
	Listing Filter
   ========================================================================== */
.news-filter-options * { margin-top: 0; }

.styled-select {
	background: #eeeeee url(/_resources/images/news/select-down-arrow.jpg) no-repeat right center;
	height: 34px;
	overflow: hidden;
	width: 240px;
	margin: 0.5em;
}

.styled-select select {
	background: transparent;
	border: 1px solid #ccc;
	font-size: 1em;
	height: 34px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	width: 268px;
	color: #666666;
}

.news-filter-options {
	display: flex;
	flex: 1 auto;
	flex-direction: column;
	align-items: center;
/* 	justify-content: center; */
}
.news-filter-options p {
	line-height: 1em;
	margin: 0;
	color: #222;
	font-style: italic;
}
.news-filter-status {
	margin: 0.5em 1em 2em 0;
}
.news-filter-status p {
	color: #666;
	line-height: 1.5em;
	padding: 0 1em 0 0;
	font-size: 1em;
	font-style: italic;
/* 	text-align: center; */
}
.news-filter-status + .main-stories {
	margin-top: 1.5em;
}
.filter-button, .filter-button:visited {
	background-color: #3f565e; /* Green */
    border: none;
    color: #ffffff;
	padding: 7px 15px;
	margin: 0 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	text-transform: uppercase;
}
.filter-button:hover, .filter-button:active, .filter-button:focus {
	background-color: #444;
	color: #ffffff;
	text-decoration: underline;
}
.no-js .news-filter-options, .no-js .news-filter-status,
.no-urlsearchparams .news-filter-options, .no-urlsearchparams .news-filter-status { 
	display: none;
}

@media screen and (min-width: 600px) {
	.news-filter-options {
		flex-direction: row;
	}
	.news-filter-options p {
		margin: 1em 1em 1em 0;
	}
}