/* Old main site styles */
/* Resources styles */
/* Style guide overrides for resources, for shared CSS that uses color variables */
#AskForm {
  background-color: #ff9000;
  padding: 15px 20px 20px;
  color: #fff;
  margin-bottom: 3em;
}
#AskForm h1,
#AskForm h2 {
  margin: 0 0 10px;
  line-height: 1.5em;
  color: #fff;
}
#AskForm .btn {
  margin-top: 15px;
}
#TopAnswersAd #AskForm {
  padding: 0.5em;
  margin: 0;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
#TopAnswersAd #AskForm h2 {
  font-size: 13px;
  font-weight: 600;
}
#TopAnswersAd #AskForm h2 a {
  color: #fff;
  text-decoration: underline;
}
#TopAnswersAd #AskForm #title {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #AskForm .btn {
    margin-top: 3px;
  }
}
ul.ui-autocomplete {
  border-radius: 0;
}
.ui-autocomplete.scrolling {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
