body {
  /* Move down content because we have a fixed navbar that is 3.5rem tall */
  padding-top: 3.5rem;
  /* ZF blue background fading out towards the bottom */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAOdCAIAAAAHoqWQAAABpUlEQVR4AWJkENMAtHc3O6LCIBSAe0zf/5ndu7EuagQ/lzchNwHODzDTGc+/4/oPwuYYefN/iwJoLplsibcZXSJsXyvrkophpIN5Um49qUv2ey7oLsaT6obw1A1wMBfgrEu+OUArW7N0RgA7o26mfAM0G4oUaABWZgyxcpDCz9DNqlEc2g2m6xqgAFwQdONJMC2RyfIaAG+AI5MMBoMReOMU4I1TcP4ps/yGNymBNxZbSiKTpnyZJMLuAV44oN0QQITvP5snNyrAYUPZUJkMNaWm/KRMOshQU61sNu22ZnEioQG7CyCTZJExdOsgi9YsjKE1y4xWJoscHjX1xgdZdEagARDQTE3z1ZQwhhAgJdTUGQECIICastghi9YshkwpoaaOFrjEbEoWhfmVierlNtKyofDmREK7AcckTIQ9fWWAhjd4s3kCHOM6ryyMxYY3NypOoXwYwkN4DIYfKQVTvkQBqKlMui0qgGEFKWBlrOxq5EF5ZI4UDGIMhq2aAjjKKwAbKpOAw/QiPBbbX2SDNzyp3HhSuYXZlwjzLDMyX/9IhzDm6QTX+ArIFAveUwAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-color: #2186c6;
  background-position: center 110px;
}
/* white header area */
header {
  background-color: white;
  height: 5.5rem;
}
header img {
  margin-top: 0.5rem;
  height: 4.5rem;
}
header .container {
  position: relative;
}
header #header-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
header #metaheadline {
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
header #metanavigation {
  margin-top: 2rem;
}
/* navbar */
nav.navbar {
  /*background-color: rgb(0, 171, 231) !important;*/
  background-color: rgb(17, 121 ,191) !important;
}
nav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
nav .navbar-brand img {
  height: 2.5rem;
}
nav .search-icon {
  height: 1.25rem;
}
nav .search-icon {
  display: none;
}
nav input {
    width: 180px !important;
  }
@media (min-width: 768px) and (max-width: 991px) {
  nav .search-text {
    display: none;
  }
  nav .search-icon {
    display: inline;
  }
  nav input {
    width: 8rem !important;
  }
}
/* stage jumbotron*/
.jumbotron {
  margin-bottom: 0;
}
.jumbotron.imagebackground {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.jumbotron .container {
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
/* catalog search app */
.catalog-search-container {
  background-color: #e4e4e4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.catalog-search-container .list-group-item img {
  width: 2rem;
  height: 2rem;
}
/* location finder */
.location-finder-container {
  background-color: #e4e4e4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* main content area */
.main-content {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}
span.colortext {
  color: rgb(17, 121 ,191);
}
.white-content-spacer {
  background-color: white;
  height: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
footer {
  padding-bottom: 0.5rem;
}