.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-height: 4rem;
}

.bg-primary {
  background-color: #006346 !important;
}

.bg-default {
  background-color: #006346 !important;
}

#globalSearchResults {
  display: none;
  width: 100%;
  min-height: 150px;
  max-height: 350px;
  position: absolute;
  top: 100%;
  z-index: 99999;
  border-radius: 15px;
  overflow-y: auto;
  padding: 20px;
}

#globalSearchResults h4 {
  border-bottom: 1px solid #45453f;
}

#globalSearchResults ul {
  list-style: none;
}

#globalSearchResults ul a {
  color: #07695d;
}

.inline-phone-button {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}

.input-error {
  font-size: 0.8em;
  color: #FF0000;
}

