/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	faqContentWrapper

*/
.faqContentWrapper_head {
  margin-bottom: 30px;
}

/*

	faqNavigation

*/
.faqNavigation_text {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

.faqNavigation_list_item a:before {
  display: inline-block;
  margin-right: 5px;
  font-family: 'FontAwesome';
  content: "\f107";
}

/*

	faq

*/
.faq_block {
  position: relative;
  margin-top: -50px;
  padding-top: 50px;
}

.faq_block:not(:last-child) {
  margin-bottom: 40px;
}

.faq_block_title {
  position: relative;
  padding: 12px 15px;
  background: #f2f3f4;
  font-size: 18px;
  font-weight: bold;
}

.faq_block_title:before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-width: 0 0 12px 12px;
  border-style: solid;
  border-color: transparent transparent #1f6ebe transparent;
  content: '';
}

.faq_item {
  padding: 20px 0;
  border-bottom: 1px dotted #e1e1e1;
}

.faq_item_q {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

.faq_item_q:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #1f6ebe;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  content: "Q";
}

.faq_item_a {
  position: relative;
  padding: 0px 0;
  padding-left: 35px;
}

.faq_item_a:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #d7d732;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  content: "A";
}

@media (min-width: 48em) {
  .faqContentWrapper_head {
    margin-bottom: 60px;
  }
  .faqNavigation_text {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
  }
  .faqNavigation_list {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
  }
  .faqNavigation_list_item {
    flex: 1 1 auto;
    margin: 0 15px;
  }
  .faq_block {
    margin-top: -60px;
    padding-top: 60px;
  }
  .faq_block:not(:last-child) {
    margin-bottom: 60px;
  }
  .faq_block_title {
    padding: 15px 20px;
    font-size: 22px;
  }
  .faq_item {
    padding: 30px 0;
  }
  .faq_item:last-child {
    padding-right: 150px;
  }
  .faq_item_q {
    margin-bottom: 20px;
    padding-left: 45px;
    font-size: 16px;
  }
  .faq_item_q:before {
    top: -4px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .faq_item_a {
    padding-left: 45px;
  }
  .faq_item_a:before {
    top: -4px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 47.99em) {
  .faqNavigation_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .faq_block_head {
    position: relative;
  }
}

/*# sourceMappingURL=sourcemaps/faq.css.map */
