.faqText {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto; }

.faqText .faqTitle {
  font-size: 17px;
  display: block;
  font-weight: 700;
  text-align: left;
  padding: 3px 0;
  margin: 15px 0 0;
  color: #000; }

.faqQuestionBlock {
  margin: 0 0 15px; }

.faqQuestionBlock .title {
  font-weight: 700;
  color: #000; }

.faqQuestionBlock .title:hover {
  text-decoration: none; }

.faqQuestionBlock .smallLink {
  font-size: 10px; }

.faq-section {
  margin: 0;
  position: relative; }

.faq-section .faq-Answer {
  font-size: 16px;
  padding: 0 20px 0 20px;
  transition: all .5s;
  -webkit-transition: all .5s;
  color: #000;
  text-align: justify; }

.faq-section input {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  margin: 0;
  width: 100%;
  height: 24px; }

.faq-section label + .faq-Answer {
  display: none;
  overflow: hidden; }

.faq-section input[type=checkbox]:checked ~ .faq-Answer {
  display: block; }

.faq-section label {
  font-size: 15px;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 3px 20px 3px 20px;
  transition: all .15s ease-out;
  color: #008; }

.faq-section input[type=checkbox]:checked ~ label {
  color: #008; }

.faq-section label::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left-color: #008; }

.faq-section input[type=checkbox]:checked ~ label::before {
  border: 6px solid transparent;
  border-top-color: #ffca35;
  margin-top: -3px;
  left: 3px; }

.faqHighlight {
  font-weight: 700;
  font-style: italic; }

@media only screen and (min-width: 1024px) {
  #faq .faq-section .faq-Answer {
    font-size: 24px; } }
.faq-section {
  border-bottom: solid 3px #949494; }

.faq-section label {
  color: #222222; }

.faq-section i {
  position: absolute;
  top: 0px;
  right: 0px; }

.faq-section .fa-angle-down {
  display: block; }

.faq-section .fa-angle-up {
  display: none; }

.faq-section input[type=checkbox]:checked ~ label .fa-angle-down {
  display: none !important; }

.faq-section input[type=checkbox]:checked ~ label .fa-angle-up {
  display: block !important; }

.faq-section input {
  position: static; }

.faq-section label::before {
  display: none; }

@media only screen and (min-width: 1200px) {
  .faq-section label {
    font-size: 22px !important; } }
