@charset "UTF-8";
.frequently-asked-questions .heading {
  margin-bottom: 80px;
}
.frequently-asked-questions .accordion {
  display: flex;
  align-content: start;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #ADBCCA;
}
.frequently-asked-questions .accordion > input[type=checkbox] {
  display: none;
}
.frequently-asked-questions .accordion > input[type=checkbox]:checked ~ .content {
  height: auto;
  overflow: visible;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 16px 16px;
}
.frequently-asked-questions .accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: 0.25s ease-in;
  width: 77%;
}
.frequently-asked-questions .accordion .content:checked {
  border-radius: 0 0 6px 6px;
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.frequently-asked-questions .accordion label {
  display: flex;
  color: #3A4351;
  cursor: pointer;
  font-weight: normal;
  padding: 16px;
  border-radius: 6px;
  justify-content: space-between;
  margin: auto;
}
.frequently-asked-questions .accordion label:hover, .frequently-asked-questions .accordion label:focus {
  background: #F7FAFC;
}
.frequently-asked-questions .accordion label:before {
  font-family: "fontawesome";
  content: "";
  align-self: center;
  font-size: 24px;
  vertical-align: middle;
  color: #1254FF;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  order: 2;
}
.frequently-asked-questions .accordion label h4 {
  font-size: 18px;
  color: #1254FF;
}
.frequently-asked-questions .accordion h3 {
  order: 1;
  margin-top: 16px;
  max-width: 1280px;
  font-size: 16px;
  color: #1254FF;
}
.frequently-asked-questions .heading-centered hr {
  border: 3px solid #1254FF;
  width: 80px;
  margin-left: 45%;
  margin-top: 10px;
  margin-bottom: 40px;
}
.frequently-asked-questions .accordion h3 img {
  width: 32px;
  margin-right: 24px;
  vertical-align: middle;
}
.frequently-asked-questions .accordion .handle {
  margin: 0;
  font-size: 18px;
  line-height: 1.2em;
  width: 100%;
  max-width: 1280px;
}
.frequently-asked-questions .accordion .handle label {
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 2em;
}
.frequently-asked-questions .accordion p {
  max-width: 900px;
  line-height: 2em;
}
.frequently-asked-questions .accordion ul {
  line-height: 2em;
}
.frequently-asked-questions .expand {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 40px auto;
}
.frequently-asked-questions strong {
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
}
.frequently-asked-questions .strong-markers ::marker {
  font-weight: bold;
  font-family: "Lato Bold", sans-serif;
}
@media only screen and (max-width: 850px) {
  .frequently-asked-questions .accordion .handle h3 {
    font-size: 18px;
  }
}

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