.faqs .component.content-detail {
  padding: 0px 10px;
}
.faqs #content .content-detail .faq-headline {
  padding: 30px 50px 30px 0px;
}
.faqs #content .content-detail .component-content .faq-headline .field-body-copy ul {
  line-height: 38px;
  font-size: 18px;
}
.faqs #content .content-detail .component-content .faq-headline .field-body-copy p {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
}
.faqs .field-answer .answer-right {
  padding-right: 50px;
  padding-bottom: 20px;
}
/*.faqs #content .component.sub-FAQ.sub-FAQ {
  margin-left: -10px;
}*/
.faqs #content .component.sub-FAQ.sub-FAQ {
  padding: 20px 50px 10px 0px;
  margin-left: -10px;
  margin-bottom: 30px;
}
.faqs #content .component-content .container .faq-qa {
  padding: 15px 0% 6px 0;
  border-bottom: 1px solid #4c4c4c;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
}
.faqs #content .component-content .container span {
  padding-right: 45px;
  font-size: 30px;
  color: #005581;
  font-weight: 700;
}
.faq-qa .field-question {
  cursor: pointer;
  color: #4c4c4c;
  text-decoration: none;
  font-size: 18px;
}
.faq-qa .field-question:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.faqs .expand-icon {
  background: url(/-/media/Project/Common/RelpaxCom/Images/accordion_expand_new.png);
  right: 0;
  left: auto;
  position: absolute;
  content: "";
  top: 0%;
  line-height: 26px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.faqs .field-answer {
  font-size: 18px;
  color: #005581;
}
.faqs .field-answer {
  display: none;
}
.faqs .field-answer.expanded {
  display: block;
  padding: 10px 0px;
}
.faqs .expand-icon.expanded {
  background: url(/-/media/Project/Common/RelpaxCom/Images/accordion_expand_new.png);
  right: 0;
  left: auto;
  position: absolute;
  content: "";
  top: 0%;
  line-height: 26px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.faqs #content .component-content .container .faq-to-top-of-page:hover {
  color: transparent;
}
.faqs #content .component-content .container .faq-to-top-of-page {
  content: "";
  background: url(/-/media/Project/Common/RelpaxCom/Images/move-top.png) no-repeat;
  position: absolute;
  right: 55px;
  cursor: pointer;
  width: 47px;
  height: 47px;
  top: 10px;
  color: transparent;
}
.faqs ol.faq-number {
  padding-left: 30px;
}
.faqs ol.faq-number li {
  list-style: decimal !important;
}