/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
#ContentPlaceHolder1_PageInfo {
	min-height: 400px;
}
.faq-holder {
  margin-bottom: 24px;
}
.faq_set {
  /*border: 1px solid #f9f9f9;*/
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.faq_set .faq_ques {
  position: relative;
  background: #fbeeed;
  padding: 10px;
  font-size: 24px;
  display: block;
  color: #d9534f;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.faq_ques:before {
  font-family: "FontAwesome";
  content: "\f059";
  float: left;
  margin-right: 12px;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.faq_set .acc_content {
  color: #7B7E85;
  padding: 10px 20px;
  font-size: 18px;
}
.faq_set .faq_ans h1:first-of-type,
.faq_set .faq_ans h2:first-of-type,
.faq_set .faq_ans h3:first-of-type,
.faq_set .faq_ans h4:first-of-type,
.faq_set .faq_ans h5:first-of-type,
.faq_set .faq_ans h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.faq_set:first-of-type,
.faq_set:first-of-type .faq_ques {
  border-radius: 3px 3px 0 0;
}
.faq_set:last-of-type,
.faq_set:last-of-type .faq_ans {
  border-radius: 0 0 3px 3px;
}
.faq_set.acc_active > .faq_ans {
  display: block;
}
.faq_set.acc_active > .faq_ques {
  background: #f2fbed;
  color: #58ac2f;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.faq_set.acc_active > .faq_ques:before {
	content: "\f084";
}
.faq_set .faq_ques,
.faq_set .faq_ans {
  padding-left: 20px;
}
