/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.block-inline-blockexpand-collapse-block h2 {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  color: #000000;
  letter-spacing: -1.2px;
  font-weight: bold;
  margin-bottom: 4.8rem; }

.expand-collapse__item {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none; }
  .expand-collapse__item:first-child {
    border-top: 2px solid #000000; }
  .expand-collapse__item-head {
    width: 100%;
    min-height: 4.8125rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #000000;
    letter-spacing: 0px;
    font-weight: bold; }
    .expand-collapse__item-head:after {
      content: '';
      height: 22px;
      width: 15px;
      display: inline-block;
      margin-right: 1.4375rem;
      margin-left: 0.3125rem;
      background-image: url("/themes/custom/bc_base/assets/icons/arrow-collapse.svg");
      transition: transform .2s ease-in-out; }
    .expand-collapse__item-head[aria-expanded="true"]:after {
      transform: rotate(-180deg); }

.expand-collapse__item-head {
  display: inline-block;
  position: relative;
  /*padding: 10px 40px 10px 0;*/
  padding: 20px 40px 20px 0;
  min-height: auto;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  justify-content: normal; }
  .expand-collapse__item-head:after {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-down.svg");
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    margin-right: 0;
    margin-top: -11px; }
  .expand-collapse__item-head sup {
    font-size: 18px;
    top: 0; }

.expand-collapse__item-content sup {
  font-size: 28px;
  top: 0.25rem; }

.expand-collapse__item button:after {
  margin-right: 5px; }

.expand-collapse__show-more {
  margin: 1.5rem 0; }
  .expand-collapse__show-more:before {
    /*content: 'Show more';*/
    content: 'Show more FAQs';
    min-width: 90px; }
  .expand-collapse__show-more:lang(fr):before {
    /*content: 'Montre plus';*/
    content: 'Montre plus FAQs'; }
  .expand-collapse__show-more.show-less:before {
    /*content: 'Show less';*/
    content: 'Show less FAQs'; }
  .expand-collapse__show-more.show-less:lang(fr):before {
    /*content: 'Montrer moins';*/
    content: 'Montrer moins FAQs'; }
  .expand-collapse__show-more.show-less .icon {
    background-image: url("/themes/custom/dempsters/assets/icons/less.svg"); }
