/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./client/packs/faq.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.faq__container {
  position: relative;
  color: #fff;
}
.faq__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F5F6;
}
.faq__banner-container {
  z-index: 1;
  position: relative;
  height: 120vw;
  overflow: hidden;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .faq__banner-container {
    height: 39.1vw;
    margin-bottom: 5.5rem;
  }
}
.faq__banner-header {
  position: absolute;
  z-index: 1;
  bottom: 0rem;
  left: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-size: 2.25rem;
}
@media screen and (min-width: 600px) {
  .faq__banner-header {
    bottom: 1.8rem;
    left: 5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .faq__banner-header {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1024px) {
  .faq__banner-header {
    font-size: 3rem;
  }
}
.faq__banner-image-container {
  display: inline-block;
  height: inherit;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%) 0% 0% no-repeat padding-box;
}
.faq__banner-image {
  position: relative;
  z-index: -1;
  opacity: 0.85;
  width: 180%;
  left: -9rem;
}
@media screen and (min-width: 600px) {
  .faq__banner-image {
    width: 100vw;
    top: -13.625vw;
    left: 0rem;
  }
}
.faq__banner-pattern {
  display: none;
}
@media screen and (min-width: 600px) {
  .faq__banner-pattern {
    display: inline-block;
    position: absolute;
    width: 25%;
    right: -12.5%;
    bottom: -14.625%;
    z-index: 1;
  }
}
.faq__questions-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 600px) {
  .faq__questions-container {
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 8rem;
  }
}
.faq__question-container {
  width: 90%;
}
.faq__question-toggle-button {
  padding: 0;
  background: none;
  border: none;
  width: 100%;
}
.faq__accordion-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  .faq__accordion-header {
    margin-top: 1.375rem;
    margin-bottom: 0.875rem;
  }
}
.faq__accordion-header-text {
  color: #333F48;
  margin-top: 0rem;
  margin-bottom: 0rem;
  letter-spacing: 0.34px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .faq__accordion-header-text {
    font-size: 1.5rem;
  }
}
.faq__accordion-caret {
  transition: transform 300ms ease-in, color 300ms ease-in;
  line-height: 0.625;
  font-size: 2.625rem;
  margin-right: -0.5rem;
}
.faq__question-expanded .faq__accordion-caret {
  transform: rotate(180deg);
}
.faq__question-expanded .faq__accordion-header-text {
  color: #337A35;
}
.faq__question-expanded .faq__question-answer {
  opacity: 1;
  max-height: 100rem;
}
.faq__accordion-expanded-enter-done .faq__accordion-caret {
  transform: rotate(180deg);
}
.faq__question-answer {
  transition: opacity 300ms ease-in, height 300ms ease-in;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 0.3rem;
}
.faq__question-answer-text {
  margin-top: 0.35rem;
  margin-bottom: 1.5rem;
  color: #333F48;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}
.faq__question-answer-link {
  color: #337A35;
  text-decoration: underline;
}
.faq__divider-line {
  width: 90%;
  background-color: #D5D0CA;
  height: 0.125rem;
  border: none;
}
.faq__divider-line:first-of-type {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .faq__divider-line:first-of-type {
    display: none;
  }
}
.faq__divider-line:last-of-type {
  display: none;
}
@media screen and (min-width: 600px) {
  .faq__divider-line:last-of-type {
    display: block;
    width: 90%;
    margin-bottom: 4rem;
  }
}
.faq__divider-line:only-of-type {
  display: none;
}
.faq__filter-form-container {
  width: 90%;
}
.faq__filter-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .faq__filter-container {
    flex-direction: row;
    margin-top: 4rem;
  }
}
.faq__filter-query-container {
  position: relative;
  width: -webkit-fill-available;
}
.faq__filter-buttons-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .faq__filter-buttons-container {
    display: contents;
    margin-top: auto;
    width: auto;
  }
}
.faq__filter-search-icon {
  display: block;
  position: absolute;
  color: #D5D0CA;
  top: 0.7rem;
  left: 0.75rem;
}
@media screen and (min-width: 600px) {
  .faq__filter-search-icon {
    top: 0.9rem;
  }
}
.faq__filter-query {
  width: 100%;
  appearance: none;
  border: 1px solid #7A7671;
  border-radius: 0px;
  padding: 1em;
  width: 100%;
  border: 0.15rem solid #D5D0CA;
  font-size: 0.875rem !important;
  padding: 0.6rem;
  padding-left: 2.5rem;
}
.faq__filter-query:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #231F20;
}
.faq__filter-query::-ms-expand {
  display: none;
}
@media screen and (max-width: 599px) {
  .faq__filter-query {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .faq__filter-query {
    font-size: 1rem;
    padding: 0.8rem;
    padding-left: 2.5rem;
  }
}
.faq__filter-query[placeholder] {
  text-overflow: ellipsis;
}
.faq__filter-button-search {
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 0.75em 0.75em;
  color: #333F48;
  background: #fff;
  border: 1px solid #333F48;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  border: none;
  background: #337A35;
  color: #fff;
  text-transform: none;
  width: -webkit-fill-available;
  height: auto;
  padding: 0rem;
}
.faq__filter-button-search:hover {
  background-color: #D5D9DC;
  transition: all 0.2s ease-in-out;
}
.faq__filter-button-search:disabled {
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .faq__filter-button-search {
    width: auto;
    margin-left: 1rem;
    padding: 1.125rem 1.25rem;
  }
}
.faq__filter-button-reset {
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 0.75em 0.75em;
  color: #333F48;
  background: #fff;
  border: 1px solid #333F48;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  border: 0.2em solid #333F48;
  background: #fff;
  color: #333F48;
  text-transform: none;
  margin-left: 1rem;
  width: -webkit-fill-available;
  padding: 0.75rem;
  white-space: nowrap;
}
.faq__filter-button-reset:hover {
  background-color: #D5D9DC;
  transition: all 0.2s ease-in-out;
}
.faq__filter-button-reset:disabled {
  opacity: 0.8;
}
@media screen and (min-width: 600px) {
  .faq__filter-button-reset {
    width: auto;
    margin-right: 0.8rem;
    padding: 0.95rem 1.25rem;
  }
}
.faq__not-found {
  display: none;
}
.faq__not-found + hr.faq__divider-line {
  display: none;
}
.faq__status-display-message {
  color: #333F48;
  font-size: 1rem;
  font-weight: 400;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.landing-page-action-footer {
  display: flex;
  flex-direction: column;
  color: #333F48;
  margin: 2.5rem auto 4rem auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .landing-page-action-footer {
    flex-direction: row;
    align-items: flex-start;
    margin: 2.5rem auto 8rem auto;
  }
}
@media screen and (min-width: 1281px) {
  .landing-page-action-footer {
    max-width: 1110px;
  }
}
.landing-page-action-footer__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  max-width: 22rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .landing-page-action-footer__card {
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1281px) {
  .landing-page-action-footer__card:first-of-type {
    margin-left: 0;
  }
  .landing-page-action-footer__card:last-of-type {
    margin-right: 0;
  }
}
.landing-page-action-footer__img-container {
  display: flex;
  height: 10.5rem;
}
.landing-page-action-footer__img {
  width: 100%;
  object-fit: scale-down;
}
.landing-page-action-footer__card-title {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .landing-page-action-footer__card-title {
    font-size: 1.5rem;
  }
}
.landing-page-action-footer__card-desc {
  margin-top: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}
.landing-page-action-footer__card-link-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-page-action-footer__card-link {
  color: #337A35;
  text-decoration: underline #337A35;
  font-weight: 600;
  font-size: 1rem;
}
.landing-page-action-footer__card-link:nth-of-type(2) {
  border-left: 2px solid #EEECEA;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.landing-page-action-footer__card-link:hover {
  color: rgb(26, 97, 28);
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}
.landing-page-action-footer__card-link-no-border {
  color: #337A35;
  text-decoration: underline #337A35;
  font-weight: 600;
}
.landing-page-action-footer__card-link-no-border:hover {
  color: rgb(26, 97, 28);
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
}
.landing-page-action-footer__card-link-icon {
  height: 1rem;
  margin-right: 0.25rem;
  vertical-align: top;
}

/* Redesign */
/* Mastercard Foundation trade dress */
/* Generic colors */
/* By usage */
/* $color-error-red is a darker version of $color-mcf-red-cardinal
 * that meets WCAG AAA contrast requirements. */
/* Don't use these anywhere but the cookie button. It's supposed to be different */
/* create post form colors */
/* topic search and create colors */
/* user profile */
/* mentor profile */
/* user menu */
/*
  Meets minimum contrast ratio for text of this color to be
  distinguishable against a white background for most vision levels.
*/
/* Management */
/* forms */
/* pages index */
/* mentions */
/* Badges */
/* My Baobab module colors */
/* Open Sign-Up */
/* Landing Page */
/* Redesign */
.landing-page-primary-footer {
  background-image: url(/packs/static/media/footer-blue-background-0106e04ff2b0c92ee2479e74446f59f2.jpg);
  padding: 3.25rem 2rem;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .landing-page-primary-footer {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .landing-page-primary-footer {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 1281px) {
  .landing-page-primary-footer__container {
    max-width: 1110px;
    margin: auto;
  }
}
.landing-page-primary-footer__desc-container {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 3rem 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.43;
}
@media screen and (min-width: 600px) {
  .landing-page-primary-footer__desc-container {
    flex-direction: row;
    font-size: 1rem;
  }
}
.landing-page-primary-footer__logos {
  width: 100px;
  height: 130px;
}
.landing-page-primary-footer__desc-text {
  font-size: 1rem;
  max-width: 32rem;
  margin-right: 2rem;
  font-weight: 400;
}
.landing-page-primary-footer__help-text {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .landing-page-primary-footer__help-text {
    font-size: 1.125rem;
  }
}
.landing-page-primary-footer__email {
  font-weight: 400;
  font-size: 1rem;
}
.landing-page-primary-footer__join-btn {
  display: inline-block;
  background: #337A35;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.landing-page-primary-footer__join-btn:hover {
  background: rgb(26, 97, 28);
}
.landing-page-primary-footer__social-container {
  margin: 2rem 0;
}
.landing-page-primary-footer__social-item {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  text-align: center;
  margin-right: 0.5rem;
}
.landing-page-primary-footer__social-item:hover {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.landing-page-primary-footer__social-item-icon {
  height: 0.875rem;
  margin: 1rem auto;
}
.landing-page-primary-footer__social-item-icon-facebook {
  height: 1rem;
  margin: 1rem auto;
}
.landing-page-primary-footer__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .landing-page-primary-footer__bottom-container {
    flex-direction: row;
  }
}
.landing-page-primary-footer__powered-by {
  order: 2;
  width: 16.25rem;
  margin-top: 3rem;
}
@media screen and (min-width: 600px) {
  .landing-page-primary-footer__powered-by {
    order: -1;
    margin-top: 0;
  }
}
.landing-page-primary-footer__app-item:nth-of-type(2) {
  margin-left: 1rem;
}

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