
.fms-module.fms-landing-page{
    padding-top: 0;
    padding-bottom: 10px;
}
.fms-search-form{
    padding: 20px 0 40px 0;
    font-size: 18px;
}
.fms-search-form input[type=text]{
    border: 1px solid #666;
    border-radius: 4px;
    padding: 8px;
    margin-left: 8px;
    width: 100px;
}

.fms-search-levels h2{
    font-size: 24px;
    text-transform: uppercase;
}
.fms-search-levels h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.fms-search-levels h2.north-building{ color: #A6264B;}
.fms-search-levels h2.south-building{ color: #09539A;}
.fms-search-levels ul{
    list-style: none;
    padding-left: 0;
}
.fms-search-levels ul li{
    display: inline;
    font-size: 18px;
    margin: 0 20px 10px 0;
}
.fms-search-levels ul li a{
    color: #000;
}
.fms-search-levels ul li a:hover{
    color: #A6264B;
}

.text-levels li:first-child {
  font-weight: bold;
}

.fms-search-levels h3 {
  margin-bottom: 30px;
  text-transform: none;
}

.text-levels-2 {
  font-size:20px;
  margin-bottom: 20px;

}

.text-levels-2 span {
  float: left;
  font-weight: bold;
  display: inline-block;
  border: 0px solid red;
  padding-right: 20px;
  padding-bottom: 10px;
  border: 0px solid red;
}

.text-levels-2 a {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 5px;
  color: #000;
}


.ui-autocomplete {
  list-style: none;
  padding: 10px;
  background-color: #fff;
  max-width: 100px;
}

.ui-autocomplete li {
  padding-bottom: 7px;
}
.ui-autocomplete li:hover {
  cursor: pointer;
}
