.search-articles-form {
  margin: 0 0 20px;
  position: relative;
}
.search-articles-form .form-group {
  display: inline-block;
  margin: 0 5px;
}
.search-articles-form input:not(.btn) {
  height: 40px;
  border: 1px solid #83bee2;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 2px 15px;
  background: rgba(255, 255, 255, 0.5);
  color: #363737;
}
.search-articles-form input:not(.btn):focus {
  background: white;
}
.search-articles-form input:nth-child(1) {
  width: 120px;
  height: 50px;
}
.search-articles-form .btn {
  font-size: 18px;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
}
.search-articles-form.questions {
  margin-top: 40px;
}
.search-pager {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}
.search-pager > div {
  display: inline-block;
}
.search-pager > div:first-child {
  padding-left: 0;
}
.search-pager > div:last-child {
  padding-right: 0;
}
.search-pager .page-number {
  padding: 5px 10px;
}
.search-pager .page-number:hover {
  background-color: #fdb827;
  color: white;
}
.search-pager .page-number.disabled {
  color: gray;
}
.search-pager .page-number.disabled:hover {
  background-color: transparent;
  color: gray;
}
.search-pager .page-number.active {
  background-color: #087ec5;
  color: white;
}
@media (min-width: 480px) {
  .search-articles-form input:nth-child(1) {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .search-articles-form input:nth-child(1) {
    width: 150px;
  }
  .search-articles-form .form-group:first-child input:nth-child(1) {
    width: 250px;
  }
  .search-articles-form .btn .desktop-view {
    display: block;
  }
  .search-articles-form .btn .mobile-view {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-articles-form {
    margin-bottom: 0;
  }
  .search-articles-form .form-group {
    width: 100%;
    margin: 0;
  }
  .search-articles-form .form-group input {
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
  }
  .search-articles-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    color: #333333;
    font-size: 26px;
    padding-right: 20px;
  }
  .search-articles-form .btn .desktop-view {
    display: none;
  }
  .search-articles-form .btn .mobile-view {
    display: block;
  }
  .search-articles-form.questions {
    margin-top: 0px;
  }
}
@media (max-width: 867px) {
  .search-articles-form.questions {
    margin-top: 10px;
  }
}
