/*Modify the header background for all catalog pages.*/
/*Below OK 8:44 AM 5/12/2022 just makes top BG white*/


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



}

/*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;
}