.question.title {
  text-transform: none;
  letter-spacing: normal;
  min-height: 50px;
  background-color: #eeeeee;
  border-radius: 25px;
  line-height: 1.1;
  padding: 17px 45px 17px 20px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  z-index: 4;
}
@media (min-width: 768px) {
  .question.title {
    margin-bottom: 0;
  }
}
.question.title:after {
  content: '';
  display: inline-block;
  top: 0;
  position: absolute;
  right: 20px;
  pointer-events: none;
  width: 12px;
  height: 50px;
  background-image: url('../../images/icons_sprite.svg#ico-luma-22-bold');
}
.question.title.js-active {
  z-index: 2;
}
@media (min-width: 768px) {
  .question.title.js-active {
    margin-bottom: 10px;
  }
}
.question.title.js-active:after {
  transform: rotate(180deg);
}
.question.title.js-active + .answer {
  margin-bottom: 10px;
}
.answer.content {
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 25px;
  padding-top: 10px;
  margin-top: -30px;
  border-radius: 0 0 25px 25px;
  font-size: 13px;
  position: relative;
  z-index: 3;
}
.answer.content a {
  text-decoration: underline;
}
.answer.content a:hover {
  color: #1cd8c7;
  text-decoration: none;
}
.answer.content p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .answer.content {
    padding-top: 20px;
    z-index: 1;
  }
}
.question.title {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-layout-2columns-left .columns .column.main {
    width: 100%;
  }
}
.faq-search {
  position: relative;
}
.faq-search input {
  height: 60px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  padding: 0 15px;
  color: #777777;
  font-size: 15px;
}
.faq-btn {
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background-color: #14566a;
  border: 0;
  background-image: url(../../images/ico-search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.faq-btn:hover,
.faq-btn:active {
  background-color: #003044;
  border: 0;
}
.faq-btn:focus {
  border: 0;
  box-shadow: 0 0 0 5px rgba(28, 216, 199, 0.5) !important;
  background-color: #14566a;
}
.faq-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.plp-faq > .faq-label > h2 {
  margin-bottom: 0;
}
.faq-submit {
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
.faq-submit:hover {
  text-decoration: none;
  color: #1cd8c7;
}
.std {
  margin-top: 30px;
}
@media (min-width: 500px) {
  .std {
    margin-top: 40px;
  }
}
