.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-search.form-item-search.form-no-label {
  width:85%;
  font-family:'neue-regular',Helvetica Neue,Helvetica,Arial,sans-serif;
}

.btn.btn-sm.btn-outline-light:hover, .btn.btn-sm.btn-outline-light:focus {
    border: 2px solid #e42a1d;
    background-color:#e42a1d;
    color:#ffffff;
}

.btn-search {
  border-radius:0;
  border:2px solid #707070;
  color:#e42a1d;
  margin-left: 0;
  border-left:none;
  background-color:#ffffff;
}

.btn-search:hover, .btn-search:focus {
  color:#ffffff;
  background-color:#e42a1d;
}

.btn.btn-sm.btn-outline-light {
    text-decoration: none;
    border-radius:0;
    padding: 15px 50px 13px 50px;
    font-family:'neue',Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing:0.01em;
    border:2px solid #e42a1d;
    background-color: #ffffff;
    color:#e42a1d;
}

.s-lg-btn-api-drop.btn.btn-default {
	  text-decoration: none;
    border-radius:0;
    padding: 15px 50px 13px 50px !important;
    font-family:'neue',Helvetica Neue,Helvetica,Arial,sans-serif !important;
    letter-spacing:0.01em;
    border:2px solid #e42a1d;
    background-color: #ffffff;
    color:#e42a1d !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    vertical-align: bottom;
}

.s-lg-btn-api-drop.btn.btn-default:hover, .s-lg-btn-api-drop.btn.btn-default:focus {
    border: 2px solid #e42a1d;
    background-color:#e42a1d;
    color:#ffffff !important;	
}

#s-lg-guide-search-1755096749949 {
  width: 100% !important;
}

#s-lg-embedded-search-widget-1755096749949 .s-lg-widget-search {
  width: 79% !important;
  display: inline-block !important;
}

#gsQueryType {
  display:none;
}

#queryTerm:focus-visible {
  outline: none;
}

#azbutton {
	margin-left: 0px !important;
}

#s-lg-embedded-search-widget-1755096749949 .s-lg-form-control {
	border:2px solid #707070 !important;
  font-family: 'neue-regular',Helvetica Neue,Helvetica,Arial,sans-serif !important;
  padding-left: 10px !important;
  background-color:#ffffff !important;
  height:53px !important;
  font-size: 18px !important;
  color: #191919 !important;
  border-radius: 0 !important;
}

#queryTerm {
  border:2px solid #707070;
  font-family: 'neue-regular',Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-left: 10px;
  background-color:#ffffff;
  height:53px;
  border-right:none;
}

#queryTerm, #edit-keys {
  font-family: 'neue-regular',Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-left: 10px;
  background-color:#ffffff;
  height:53px;
  border-right:none;
}

@media screen and (min-width: 992px) {
  #queryTerm, #edit-keys {
    width:60%;
  }
}

@media screen and (min-width: 1440px) {
	#s-lg-embedded-search-widget-1755096749949 .s-lg-widget-search {
    width: 80% !important;
  }
}

@media screen and (max-width: 991px) {
  #queryTerm, #edit-keys {
    width:80%;
  }
}

#block-searchtabs-2, #block-searchtabsfront {
  padding: 5px 25px;
  background: rgba(255, 255, 255);
}

#block-searchtabsfront ul {
  justify-content: space-between;
  margin-bottom:10px;
}

#block-searchtabsfront h2 {
  margin-bottom:20px;
}