.primary-button {
  background-color: #000;
}

.ui-widget.ui-widget-content.ui-autocomplete {
  background: #fff;
  border: none;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.18);
}

.ui-menu.ui-widget-content .ui-menu-item-wrapper {
  position: relative;
  padding: 1% 8%;
  font-size: 17px;
}

.ui-menu-svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 30%;
  left: 4%;
}

.ui-autocomplete.ui-widget .ui-state-active {
  background: #f1f1f1;
  border: none;
  color: #000;
  margin: 0;
}

.Hero {
  background-color: #b1b0b0;
  background-image: url(/images/Hero-bg.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 100px 0;
}

.Hero-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.Hero-form {
  width: 50%;
  max-width: 900px;
  margin: 0 auto 25px;
  position: relative;
}

.Hero-svg {
  position: absolute;
  width: 20px;
  height: 20px;
  fill: #3d3d3d;
  top: 34%;
  left: 4%;
}

.Hero-input {
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 75px;
  box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.18);
  font-size: 17px;
}

.Hero-input::-moz-placeholder {
  color: #909090b8;
  font-weight: 600;
  font-size: 18px;
}

.Hero-input:-ms-input-placeholder {
  color: #909090b8;
  font-weight: 600;
  font-size: 18px;
}

.Hero-input::placeholder {
  color: #909090b8;
  font-weight: 600;
  font-size: 18px;
}

.Hero-input:focus {
  border: none;
  outline: none;
}

.Hero-input.has-input {
  border-radius: 10px 10px 0 0;
}

.Article {
  background-color: #fff;
  margin-top: -160px;
  margin-bottom: 10%;
  border-radius: 8px;
}

.Article-loader {
  text-align: center;
  padding: 10%;
}

.Article-wrap {
  display: flex;
}

.Article-wrap.no-related {
  display: block;
}

.Article-left {
  padding: 0;
  flex-basis: 75%;
}

.Article-title {
  font-size: 36px;
  font-weight: 600;
  padding: 0 50px;
}

.Article-breadcrumbs {
  color: #9c9b9b;
  text-align: left;
  padding: 25px 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
}

.Article-breadcrumbs a {
  color: #19b6f0;
}

.Article-breadcrumbs-arrow {
  width: 10px;
  height: 10px;
  fill: #dedede;
  margin: 0 5px;
}

.Article-content {
  padding: 50px;
  font-size: 16px;
}

.Article-content h2 {
  font-size: 25px;
}

.Article-content h3 {
  font-size: 22px;
}

.Article-content u {
  text-decoration: none;
  font-weight: 600;
}

.Article-content ul {
  padding-left: 15px;
}

.Article-content ul li {
  font-size: 14px;
  padding: 5px 0;
}

.Article-content .ckeditor_codeblock,
.Article-content code {
  background-color: #e7f2fb;
  display: block;
  padding: 20px;
  margin: 20px 0;
}

.Article-content table {
  margin-bottom: 20px;
}

.Article-content img {
  max-width: 100%;
  margin: 15px 0;
}

.Article-content a {
  color: #19b6f0;
}

.Article-content table {
  max-width: 100%;
  display: block;
}

.Article-content table tr td {
  border: 1px solid #ddd;
  padding: 8px;
}

.Article-tabs {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}

.Article-assisted {
  cursor: pointer;
  width: 24%;
  text-align: center;
  padding: 10px;
  background-color: #25c525;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.Article-assisted--not {
  background: #d3d0d0;
  color: #333;
}

.Article-right {
  flex-basis: 25%;
  border-left: 1px solid #dcdcdc;
  padding: 35px 2%;
}

.Article-related-title {
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.Article-wrapRelatedArticle {
  list-style: none;
}

.Article-help {
  margin: 50px;
}

.Article-feedback {
  background: #f5fafe;
  padding: 35px 45px;
  color: #000;
  font-size: 18px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.Article-feedback-help {
  display: block;
}

.Article-helpful {
  background: #51c12a;
  color: #fff;
  font-size: 15px;
  padding: 8px 35px;
  border-radius: 5px;
  cursor: pointer;
}

.Article-nothelpful {
  background: #a8a8a8;
  color: #fff;
  font-size: 15px;
  padding: 8px 35px;
  margin-left: -45px;
  border-radius: 5px;
  cursor: pointer;
}

.RelatedArticle {
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.RelatedArticle a {
  display: block;
  color: #3dbcf2;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 0;
}

.RelatedArticle a:hover {
  color: #19b6f0;
  text-decoration: underline;
}

.NoArticle {
  background-color: #fff;
  padding: 10%;
  margin-top: -160px;
  margin-bottom: 10%;
  font-size: 32px;
  text-align: center;
}

@media (max-width: 1600px) {
  .Hero-input,
  .ui-menu.ui-widget-content .ui-menu-item-wrapper {
    font-size: 15px;
  }

  .Article-title {
    font-size: 30px;
  }

  .Article-breadcrumbs {
    font-size: 14px;
  }

  .Article-content {
    font-size: 14px;
  }

  .RelatedArticle a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .ui-menu .ui-menu-item {
    margin: 10px 0;
  }

  .ui-menu.ui-widget-content .ui-menu-item-wrapper {
    padding: 0 0 0 60px;
  }

  .Hero {
    height: 420px;
    padding: 55px 0;
  }

  .Hero-heading {
    font-size: 18px;
    font-weight: 700;
  }

  .Hero-form {
    width: 100%;
  }

  .Hero-input {
    height: 60px;
    padding: 0 60px;
  }

  .Article {
    margin-bottom: -40px;
    position: relative;
  }

  .Article-wrap {
    display: block;
  }

  .Article-breadcrumbs {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .Article-title {
    font-size: 25px;
    padding: 0 25px;
  }

  .Article-content {
    margin: 20px 0;
    padding: 0 25px;
    font-size: 14px;
  }

  .Article-content table {
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 8px;
  }

  .Article-content table tr td {
    border: 1px solid #ddd;
    padding: 8px;
  }

  .Article-left {
    padding-bottom: 20px;
  }

  .Article-right {
    display: none;
  }

  .Article-feedback,
  .Article-helpful,
  .Article-nothelpful {
    display: block;
    text-align: center;
  }

  .Article-helpful,
  .Article-nothelpful {
    width: 300px;
    margin-inline: auto;
  }

  .Article-helpful {
    margin: 15px auto;
  }
}

