@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700");
.qFeat {
  font-size: 18px;
  color: #005195;
  font-weight: bold;
  line-height: 1.4em;
}
.faqContent h2 {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5px;
  margin-top: 22px;
}
.faq-item {
  margin-bottom: 8px;
}
.faqContent .faq-item .faq-btn .glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  color: #005195;
  background: url("/-/media/ems/conditions/biosurgery/brands/synviscone/consumer/css/da-close.png")
    no-repeat -1px 4px;
  padding-left: 10px;
  width: 20px;
  height: 23px;
  display: block;
  content: " ";
}
.faqContent .faq-item .faq-btn .glyphicon-chevron-left:hover:before,
.glyphicon-chevron-right:hover:before {
  background-position: 0 4px;
}
.faq-item .faq-btn .glyphicon.glyphicon-chevron-down:before {
  background: url("/-/media/ems/conditions/biosurgery/brands/synviscone/consumer/css/da-open.png")
    no-repeat 0 4px;
  padding-left: 20px;
  width: 20px;
  height: 23px;
  display: block;
  content: " ";
}
.faq-btn .faq-question {
  color: #005195;
  font-weight: bold;
  margin-bottom: 4px;
  padding-top: 2px;
  cursor: pointer;
}
.qanda h3 {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 5px;
  margin-top: 22px;
}
#dynamic-select {
  display: none;
}
@media (max-width: 768px) {
  .faq-answer {
    padding-left: 38px;
  }
  #dynamic-select {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
  }
}
