/**
SCSS for accordion Component
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.faqs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.faqs-wrapper .faqs {
  margin-top: 1.5rem;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 768px) {
  .faqs-wrapper .faqs {
    margin-top: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.faqs-wrapper .faqs .views-row {
  border-bottom: 0;
  padding: 1.75rem 1.5rem 1.75rem 2.125rem;
  background: white;
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
}

@media only screen and (max-width: 768px) {
  .faqs-wrapper .faqs .views-row {
    padding: 1rem;
  }
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active {
  background-color: #00B48D;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .question {
  color: white;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .question p {
  color: white;
  margin: 0;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .answer {
  color: white;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .fa {
  color: white;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .fa.fa-minus {
  display: block;
}

.faqs-wrapper .faqs .views-row.jquery-accordion-active .fa.fa-plus {
  display: none;
}

.faqs-wrapper .faqs .views-row:first-child {
  border-top: 0;
}

.faqs-wrapper .faqs .views-row:last-child {
  margin-bottom: 0;
}

.faqs-wrapper .faqs.left {
  padding-right: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .faqs-wrapper .faqs.left {
    padding-right: 0;
  }
}

.faqs-wrapper .faqs.right {
  padding-left: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .faqs-wrapper .faqs.right {
    padding-left: 0;
  }
}

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