 #wp-admin-bar-new-faculty-profile,
 .breadcrumb
 {
 	display: none;
 }
body .introductory-text {
	/* background:hsl(60, 20%, 99%); */
	/* border:1px solid hsl(45, 7%, 77%); */
	/* border-radius: 3px; */
	padding:.8em;
	/* font-size:1.1em; */
	color: hsl(0,0%,40%);
}

.bps-popular-searches-cloud {
	padding: .5em;
	/* background: hsl(0,0%,95%); */
}
.bps-popular-searches-cloud h2 {
	margin-top: .3em;
	font-size: 1.4em;
}
.bps-popular-searches-cloud a {
	display:inline-block;
	color: hsl(212, 40%, 45%);
	background: hsl(0, 0%, 96%);
	border: none;
	border-radius: 4px;
	margin: 2px;
	padding: .3em;
}
.bps-popular-searches-cloud a:hover {
	border: none;
	background: hsl(0,0%,90%);
}

@media(min-width:550px){
	
	.bps-popular-searches-cloud,
	body .introductory-text
	{
		box-sizing: border-box;
		width: 50%;
		float: right;
	}

}