#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 42px;
  border-top: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 11;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  position:relative;
}

#s {
  display: block;
  width: 95%;
  border: 0;
  outline: none;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 1.0em;
  color: #101a84 !important;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 3px;
  background: none;
  color: #101a84;
  border: 0;
  outline: none;
  cursor: pointer;
}
.fa-lg {vertical-align:0; font-size:1em;}
#searchtoggl {padding:5px 8px; border:solid 2px #101a84; border-radius:100px; margin:19px 5px;}