/* Theme default */
/* ======= Help Page ======= */
.module .help-section .title {
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 22px;
}
.help-lead .subtitle {
  color: #797f8b;
}
.module .help-lead .subtitle {
  margin-bottom: 30px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .help-section .search-box .btn {
    width: 100%;
    margin-top: 5px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .form-inline .help-search-form {
    width: 460px;
  }
}
