.support-footer {
  border-top: 1px solid #fee600;
  background-color: #161a1c;
  padding: 5px 0px 15px 25px;
  font-size: 11px;
}
.support-footer h1 {
  color: #fee600;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.support-footer ul {
  list-style-type: none;
  padding: 10px 0px;
  margin: 0px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
.support-footer li {
  padding: 5px 0px;
}
.support-footer a {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #9d9d9d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
.support-footer ul li a:hover {
  color: #fff;
}
.notify-cookie h2 {
  color: #fff;
  font-weight: lighter;
  font-size: 14px;
}
.notify-cookie h2 > span {
  color: #fee600;
  font-size: 14px;
  font-weight: 600;
}
.notify-cookie li {
  padding-top: 0px;
  list-style-type: none;
  display: inline-block;
  padding-right: 35px;
}
.notify-cookie p {
  opacity: 0.95;
  background: #333;
  color: #fff;
  font: 400 10px/14px "Open Sans", sans-serif;
  margin: 10px 0 0;
  padding: 10px;
  width: 225px;
}
.legal-notification {
  padding-left: 0;
  padding-right: 0;
}
footer .container-fluid.support-footer {
  background-color: #000;
  padding-left: 0;
  padding-right: 0;
}
.support-footer img {
  padding-top: 20px;
}
.certs-container {
  padding-bottom: 20px;
}
.notify-cookie {
  padding-left: 0;
}
.container-fluid.support-footer div:first-of-type {
  padding-bottom: 10px;
}
.container .navbar-collapse.in {
  overflow: initial;
}
.input-group-btn {
  position: relative;
  font-size: inherit;
}
.input-group-btn .predictiveAnswers {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  width: 140%;
  max-height: 250px;
  overflow: auto;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.input-group-btn .predictiveAnswers .predictiveEntry {
  padding: 2px 5px;
  text-transform: capitalize;
}
.input-group-btn .predictiveAnswers .predictiveEntry a {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  padding: 0 3px;
}
.input-group-btn .predictiveAnswers .predictiveEntry.focus a,
.input-group-btn .predictiveAnswers .predictiveEntry:hover a {
  text-decoration: none;
  background: #666;
  color: #FFF;
}
@media screen and (max-width: 990px) {
  .input-group-btn .predictiveAnswers {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .input-group-btn .predictiveAnswers {
    width: 140%;
  }
}
