section.faqs-list-of-lists {
  position: relative;
}
section.faqs-list-of-lists div#floating-faq {
  position: absolute;
  color: #f9f9f9;
  font-size: 15vw;
  font-weight: 700;
  top: 9%;
  text-align: center;
  right: 0;
  left: 0;
  text-transform: uppercase;
}

.faqs-list {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .faqs-list {
    width: 100%;
  }
}
.faqs-list .faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f7;
  color: #0f2746;
  padding: 6px 18px;
  cursor: pointer;
}
.faqs-list .faq-top:hover {
  background-color: #cceaeb;
}
.faqs-list .faq-top .question {
  font-weight: 600;
  font-size: 19px;
}
.faqs-list .faq-top .indicator {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #f1582a transparent transparent transparent;
}
.faqs-list .faq-wrap > .faq-bottom {
  visibility: hidden;
  height: 0;
  opacity: 0;
  background: #fff;
  transition: visibility 0s, opacity 0.5s linear;
  border: 1px solid #e1e1e0;
}
.faqs-list .faq-wrap > .faq-bottom .answer {
  padding: 15px;
}
.faqs-list .faq-wrap:hover .faq-bottom {
  visibility: visible;
  opacity: 1;
  height: 100%;
  background: #fff;
}
.faqs-list .faq-wrap:hover .faq-top {
  background-color: #cceaeb;
}

section#hero {
  height: 300px;
  background: #00898c;
}
@media only screen and (max-width: 768px) {
  section#hero {
    height: 200px;
  }
}

section#hero .container {
  height: 300px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section#hero .container {
    height: 200px;
  }
}

h1 {
  font-size: 62px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 550px) {
  h1 {
    font-size: 30px;
  }
}

.faq-cat {
  font-size: 60px;
  font-weight: 600;
  color: #0f2746;
  margin: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  .faq-cat {
    font-size: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .faq-cat {
    font-size: 29px;
  }
}

/*# sourceMappingURL=faqs.css.map */
