/*                                                                      */
/* 		                	SEARCH BAR  	                   	        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


.search-bar {
  display: none;
}
.search-bar form {
  max-height: 50px;
  color: white;
  border: 2px solid white;	/* Prime White*/
  border-width: 0 2px 2px 2px;
  /*border-bottom: none;*/
  background-color: #c9cac8 /* CSG Light  Grey */;
}
.search-bar input.term {
  height: 30px;
  width: 160px;
  padding: 10px 0 10px 8.8%;
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
}
.search-bar input.submit {
  width: 50px;
  height: 50px;
  float: right;
  margin-right: 50px;
  border: none;
  border-radius: 0;
  background-color: #0072ce /* CSG Blue (Pantone 285C) */;
  /*background-position: -10px -402px;*/
  /*background-position: -0px -394px;*/
  color: white;
  font-weight: 800;
  /*text-indent: -9999px;*/
  cursor: pointer;
  -webkit-appearance: none;
}



/* **************************************** */
/* 			SEARCH RESULTS					*/
/* **************************************** */

section.content div#search-results h3 {		/* Because h4.content-type directly underneath */
  margin-bottom: 0px;
  padding-bottom: 0px;
}
section.content div#search-results h4.content-type {
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 12px;
  color: #666;
}
section.content div#search-results p {
  max-height: 63px;
  overflow: hidden;
  border-bottom: 1px solid #e2e5e8 /* CSG Pale Grey */;
  padding-bottom: 10px;
  text-overflow: ellipsis;
}


