﻿/*@js-button-nav-color: #134B5A;
@js-button-nav-hover-color: #134B5A;
@js-button-nav-active-color: #134B5A;
@js-button-nav-text-color: #FFF;
@js-button-nav-text-hover-color: #E8E8E8;
@js-button-nav-text-active-color: #E8E8E8;*/
#searchBanner {
  font-family: 'humanist 521 L';
  font-size: large;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 10px;
}
.searchBanner-header {
  font-size: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 564px) {
  .searchBanner-header {
    font-size: 35px;
  }
}
.searchBanner-btn {
  vertical-align: baseline;
}
.location-result {
  color: #000000;
}
.location-result:hover {
  cursor: pointer;
  background-color: #ccc;
}
.selected {
  background-color: #ccc;
}
#searchBanner-input {
  min-width: 100%;
  max-width: 100%;
}
.searchBanner-inputRow-item {
  min-width: 100%;
  min-width: -moz-available;
  padding: 10px 10px;
}
#searchBanner-inputRow > input {
  font-size: x-large;
  color: #555;
  border: 1px solid #ccc;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #searchBanner-input {
    display: table;
  }
  #searchBanner-inputRow {
    display: table-row;
  }
  .searchBanner-inputRow-item {
    display: table-cell;
  }
  #andor {
    width: 50px;
    min-width: 50px;
  }
}
.no-active-decoration:focus {
  text-decoration: none;
}
#searchBanner {
  background-image: url("../Backgrounds/searchbgimage.png");
  color: white;
}
#searchBanner li > label {
  text-shadow: none;
}