/* Swift Type Auto Complete */
.swiftype-widget .autocomplete {
  font-family: "Open Sans";
  background-color: #fff;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}

.swiftype-widget .autocomplete ul {
  font-family: "Open Sans";
  background-color: #fff;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
}

.swiftype-widget .autocomplete li {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 8px;
  font-size: 13px;
  list-style-type: none;
  background-image: none;
  margin: 0;
}

.swiftype-widget .autocomplete li:first-child {
  border-top: 1px solid #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.swiftype-widget .autocomplete li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.swiftype-widget .autocomplete ul li.active {
  border-top: 1px solid #00301b;
  border-bottom: 1px solid #00301b;
  background: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #21674d), color-stop(100%, #005239));
  background: -webkit-linear-gradient(#21674d, #005239);
  background: -moz-linear-gradient(#21674d, #005239);
  background: -o-linear-gradient(#21674d, #005239);
  background: linear-gradient(#21674d, #005239);
  -webkit-box-shadow: 0 1px 0 #00301b inset;
  -moz-box-shadow: 0 1px 0 #00301b inset;
  box-shadow: 0 1px 0 #00301b inset;
}

.swiftype-widget .autocomplete li p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.swiftype-widget .autocomplete ul li p.title {
    font-family: "Open Sans";
    text-transform: capitalize;    
    font-weight: bold;
    color: #393423;
}

.swiftype-widget .autocomplete ul li p.title em {
  color: #1e755b;
  font-style: normal;
}

.swiftype-widget .autocomplete li.active p.title {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}

.swiftype-widget .autocomplete li.active p.title em {
  color: #fff;
  font-style: normal;
}

.swiftype-widget .autocomplete li .sections {
  color: #999;
  font-size: 11px;
}

.swiftype-widget .autocomplete li .sections em {
  color: #666;
  font-style: normal;
}

.swiftype-widget .autocomplete li .sections .section {
  display: inline;
}

.swiftype-widget .autocomplete ul li.active .sections {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #1e755b;
}

.swiftype-widget .autocomplete ul li.active .sections em {
  color: #1e755b;
  font-style: normal;
}

/* Swift Type Auto Complete End */


@media screen and (max-width: 1024px) {

  #mobNav .mainNav > p.mobile-tollfree{
    width: 200px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    text-align: center;
    color: #efeee4;
    border-bottom: 1px solid #073825;
    font-family:"droidSerif";
  }
  #mobNav .mainNav > p.mobile-tollfree > span.callusno{
    font-size: 14px;
    display: block;
  }
  #mobNav .mainNav > p.mobile-tollfree > span{
    display: block;
    padding-bottom: 15px;
  }
  #mobNav .mainNav > p.mobile-tollfree > span a{
    font-size: 26px;
    color: #efeee4;
    text-decoration: none;
  }    

}

