.searchpage-search-box {
	width: 100%;
	left: 0;
	padding: 0px 0 16px 20px;
}
.searchpage-search-box input {
	display: inline-block;
}
.searchpage-search-box input[name="keywords"] {
	display: inline-block;
	border: none;
	border-bottom: 1px solid #143154;
	color: #143154;
	font-weight: 700;
	letter-spacing: 0.6px;
	background-color: transparent;
	padding: 5px;
	width: 70%;
}
.searchpage-search-box input[name="keywords"]:focus {
	outline: none;
}
.searchpage-search-box input[name="submit"] {
	border: none;
	box-shadow: none;
	font-size: 0.8rem;
	padding: 5px 10px;
}
.search-radios {
	float: right;
	font-size: 0.8rem;
	margin-right: 2rem;
	margin-top: 2px;
}
.search-radios input[name="radio"] {
	margin-right: 2px;
}
.search-directions {
	font-size: 0.9rem;
	margin-left: 4px;
	margin-top: 1px;
	color: #444;
}

h1.search-title {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}
h2.searchtype-header {
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #F39C12;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
}
.searchpage hr {
	margin-top: 4px;
}
div.author-box:first-of-type {
	padding-top: 0;
}
.author-box {
	padding-top: 19px;
	line-height: 21px;
	font-size: 15px;
	clear: left;
}
.author-box a {
	text-decoration: underline;
}
.author-box a:hover {
	text-decoration: none;
}
.author-box .bio-pic {
	float: left;
	margin-right: 10px;
}
.author-box a.name {
	font-size: 18px;
	text-decoration: none;
}
.author-box a.name:hover {
	text-decoration: underline;
}
.searchpage .wide-twoby {
    margin-bottom: 1.6rem;
}
.searchpage .wide-twoby .right {
	padding: 0 15px;
}
.cb img.starImage {
	width: 40px;
	height: auto;
}
.wide-twoby .right.landpage .byline {
 	display: none;
}
.search-empty {
	margin-bottom: 7px;
}

/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	h1.search-title {
		font-size: 1.6rem;
	}
	.wide-twoby .right.landpage .byline {
		display: block;
	}
	.search-empty {
		font-size: 1.2rem;
	}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.searchpage-search-box input[name="keywords"] {
		width: 85%;
	}
	h1.search-title {
		font-size: 1.8rem;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1.search-title {
		font-size: 2.1rem;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/*
Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width
*/

