/*                                                                      */
/* 		                	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: white;
}
.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;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #6E267B /* __ ARP 3 __ Purple (Pantone 259c) */;
  /*background-position: -10px -402px;*/
  /*background-position: -0px -394px;*/
  color: white;
  font-weight: 800;
  /*text-indent: -9999px;*/
  cursor: pointer;
  -webkit-appearance: none;
}


header #search-icon {
  display: none;            /* Only appears on Tablet */
}

/* **************************************** */
/* 			SEARCH RESULTS					*/
/* **************************************** */

.search-results-summary {
  padding: 10px 0 0 0;
}
.search-results-summary p {
  margin: 0 0 0 0;
}
.search-results-summary p strong {
  color: #DD052B /* __ ARP 3 __ Red (Pantone 186c) */;
}


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 #C9CAC8 /* __ ARP 3 __ Light Grey */;
  padding-bottom: 10px;
  text-overflow: ellipsis;
}

div.header.search header.banner div#logo {
  height: 66px;     /* 104 to 66 29 Jun 2020 */
}
div.header.search header.banner .search-bar form {
  border-right-width: 0px;
}
