/*
Author: Green Bananas
URL: https://greenbananas.be
 #####                                       ######
#     #  #####   ######  ######  #    #      #     #    ##    #    #    ##    #    #    ##     ####
#        #    #  #       #       ##   #      #     #   #  #   ##   #   #  #   ##   #   #  #   #
#  ####  #    #  #####   #####   # #  #      ######   #    #  # #  #  #    #  # #  #  #    #   ####
#     #  #####   #       #       #  # #      #     #  ######  #  # #  ######  #  # #  ######       #
#     #  #   #   #       #       #   ##      #     #  #    #  #   ##  #    #  #   ##  #    #  #    #
 #####   #    #  ######  ######  #    #      ######   #    #  #    #  #    #  #    #  #    #   ####
*/

/************
** Global
************/
.faq-block .ui-accordion-header {
  background: #fff;
  border-bottom-width: 1px;
  border-color: #fff119;
  border-radius: 0px;
  border-bottom-style: solid;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin: 2px 0 !important;
  margin-top: 0px !important;
  padding: 0.5em 0.5em 0.5em 0.7em;
  transition: all 300ms linear 0s;
}

.faq-block .ui-accordion-header span {
  padding-right: 8px;
}

.faq-block .ui-accordion-content {
  background: #fff;
  color: #000;
  font-size: 14px;
}

.faq-block .ui-accordion-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px !important;
}

.faq-block .ui-accordion-content p a, .faq-block .ui-accordion-content > a {
  font-weight: 600;
}

.nsp-call-to-action-banner {
  background-color: #f6f6f6 !important;
}

.nsp-call-to-action-content.non_h2 p {
  color: #000 !important;
}