.page-help-faq .view .views-row {
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  float: left;
}

.page-help-faq .views-element-container >.view >.views-row {
  margin-bottom: 10px;
  margin-top: 30px;
  border-top: 1px solid #cdcdcd;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0;
}

.page-help-faq .views-element-container >.view >.views-row:last-child {
  margin-bottom: 0;
}

.page-help-faq .view .view >.views-row:nth-child(even) {
  background-color: #EEEEEE;
}

.page-help-faq .view .views-row:first-child {
  padding-top: 0;
}

.page-help-faq .view .views-field-title {
  display: flex;
}

.page-help-faq .view .views-field-title p {
  color: #000000;
  display: inline-block;
  font: bold 14px raleway;
  text-decoration: underline;
  margin: 0 0 10px;
}

.page-help-faq .view .views-field-title:hover p {
  color: #EFB010;
}

.page-help-faq .view .views-field-title .field-content {
  background: url(../images/icon_expand.png) no-repeat scroll right center transparent;
  padding-right: 13px;
  cursor: pointer;
}

.page-help-faq .view .views-field-title.open .field-content {
  background: url("../images/icon_expanded.png") no-repeat scroll right 5px transparent;
}

.page-help-faq .view .views-field-field-faq-content {
  display: none;
  height: 0;
}

.page-help-faq .view .views-field-field-faq-content.open {
  display: block;
  height: 100%;
  overflow: hidden;
}

.page-help-faq .view .views-field-name h2 {
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 10px;
  margin: 0px;
}
