.faq li.q {
  background-color: white;
  padding: 25px 50px;
  cursor: pointer;
  margin: 0 0 25px 0;
  border: 1px solid #91ada8;
  font-size: 20px;
  color: #265063;
  text-transform: uppercase;
}

.faq li.a {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
  box-sizing: border-box;
  display: none;
}

#buildingFaq {
  display: none;
}

#processFaq {
  display: none;
}

#faq {
  background: #f8f5f5;
  padding: 100px 0;
}

#faq .innerContent {
  width: 90% !important;
  max-width: 1400px;
}

.faqControls {
  display: flex;
  flex-flow: row nowrap;
}

.faqButtons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.faqContent {
  margin: auto;
}

.faqButtons h4 {
  font-weight: 400 !important;
  font-size: 20px;
  margin: 0 0 0 25px;
}

#faq h4.active {
  color: #91ada8;
  font-weight: 800 !important;
  position: relative;
}

#faq h4.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -5px;
  right: 0;
  background: #91ada8;
}

.faq li.q {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.faqSublist {
  padding: 0;
}

@media all and (max-width: 1150px) {
  .faqControls {
    flex-flow: column nowrap;
    margin-bottom: 50px;
  }

  .faqControls h2 {
    margin: 25px 0;
  }

  .faqButtons {
    justify-content: space-between;
  }

  .faqButtons h4 {
    margin: 0;
  }
}

@media all and (max-width: 768px) {
  .faq li.q {
    font-size: 16px;
    padding: 10px 25px;
  }
}

@media all and (max-width: 675px) {
  .faqControls {
    text-align: center;
  }

  .faqButtons {
    flex-flow: column nowrap;
  }

  .faqButtons h4 {
    margin: 10px 0;
  }
}
