/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--faqs {
  padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--faqs {
    padding: 50px 0;
  }
}

.paragraph--type--faqs .l-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.paragraph--type--faqs .l-container .paragraph--type--question {
  padding: 15px 50px;
  border-bottom: 1px solid var(--gray-6-mercury, #E5E5E5);
  background-image: url(/solutions/themes/custom/themekit/dist/assets/images/faq.png);
  background-repeat: no-repeat;
  padding: 15px 0px;
  background-size: 17px 16px;
  background-position: right 10px top 23px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--faqs .l-container .paragraph--type--question {
    padding: 15px 0px;
    background-size: 30px 24px;
    background-position: right 10px top 22px;
  }
}

.paragraph--type--faqs .l-container .paragraph--type--question .field--name-field-title-01 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: left;
  /* Mobile/Header Alt - Normal/H2 Alt */
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.45px;
  padding: 0px 29px 0px 0px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--faqs .l-container .paragraph--type--question .field--name-field-title-01 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    text-align: left;
    /* Desktop/Header Alt - Normal/H2 Alt */
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: 0.45px;
    padding: 0 48px 0 0px;
  }
}

.paragraph--type--faqs .l-container .paragraph--type--question .field--name-field-text {
  display: none;
  margin: 16px 0;
  padding: 0 48px 0 0px;
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.4px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--faqs .l-container .paragraph--type--question .field--name-field-text {

  }
}

.paragraph--type--faqs .l-container .paragraph--type--question.active {
  background-image: url(/solutions/themes/custom/themekit/dist/assets/images/faq-active.png);
}

.paragraph--type--faqs .l-container .paragraph--type--question.active .field--name-field-title-01 {

}

.paragraph--type--faqs .l-container h2 {
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: left;
  /* Desktop/Header/Header Large */
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.45px;
}

.paragraph--type--faqs .l-container .faqs__bottom {
  padding-top: 40px;
  text-align: center;
}

.paragraph--type--faqs .l-container .faqs__bottom h3 {
  font-weight: bold;
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: center;
  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: 0.45px;
  margin: 0;
}

.paragraph--type--faqs .l-container .faqs__bottom a {
  color: #00488A;
}
.paragraph--type--faqs .l-container .faqs__bottom a:hover {
  color: #00488A;
  text-decoration: underline;
}


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