/*Modify the header background for all catalog pages.*/
/*Below OK 8:44 AM 5/12/2022 just makes top BG white*/
#app-header {
  padding: 5;
  height: 120px;
  background-color: #ffffff;
}

/*Search bar KCITY WAS blue = #0066cc 8:46 AM 5/12/2022*/
/*Search bar LIFECOURSE BLUE = #2C7DB4 G.Rose 8:54 AM 5/12/2022*/ 
#search-form.callout-region {background-color: #0066cc!important;}

#search-form-filters {color: #000000
}

/*Modify the account logo in the header*/
/* 6-1-2021 any header logo uploaded in a catalog will override this option*/
#app-header .logo a {
  background-image: url(https://www.lifecoursetools.com/wp-content/uploads/2020/04/LC-Nexus-Logo-680x190_C-300x132.png);
  background-size: 212px 29px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 20px;
  width: 212px;
  height: 53px;
}