@font-face { font-family: 'Founders Grotesk Condensed'; src: url('https://www.artscommons.ca/hubfs/Arts%20Commons/fonts/founders-grotesk-condensed-regular-1.woff2') format('woff2');}

.faq_pane{
    margin: 0 auto;
  max-width: 100%;
  width: 1440px;
  padding:50px 164px;
}

.faq_list{
  max-width: 100%;
  margin: auto;
}

.faq_title{
  margin-bottom: 25px;
  text-align:center;  
  font-family: 'Austin News Headline Cond Web';
  font-weight: 300;
  font-size: 50px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: black;
}

.faq_qa{
  cursor: help;
  position: relative;
  height: fit-content;
  margin: auto;
  padding: 0;
    overflow:hidden;
}

.faq_q{
  position: absolute;
  top:50%;
  width: 100%;
  text-align: center;
  transform: translate(0%, -50%);
  height: fit-content;
  z-index = 100;
  color: black;

}

.faq_a{
  top:0;
  width: 100%;
  text-align:center;
  opacity: 0%;
  transform: translateX(5%);
  margin: auto;
  height: fit-content;
  z-index = -1;
  color: black;

}

@media(max-width:1039px){
  .faq_pane{
  width: 100%;
  padding:50px 20px;
}
.faq_title{
  margin-bottom: 25px;
  text-align:center;  
  font-family: 'Austin News Headline Cond Web';
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: black;
}
.faq_q{
  position: absolute;
  top:50%;
  width: 100%;
  text-align: center;
  transform: translate(0%, -50%);
  height: fit-content;
  font-family: 'Helvetica';
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 1.5%;
  z-index = 100;
  color: black;
}

.faq_a{
  top:0;
  width: 100%;
  text-align:center;
  opacity: 0%;
  transform: translateX(5%);
  margin: auto;
  height: fit-content;
  font-family: 'Helvetica';
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 1.5%;
  z-index = -1;
  color: black;
}
}

.faq_q_rev{
  top:0;
  margin: auto;
  width: 100%;
  text-align: center;
  height: fit-content;  
  z-index = 100;
}

.faq_a_rev{
  position: absolute;
  top:50%;
  transform: translate(5%, -50%);
  width: 100%;
  text-align:center;
  opacity: 0%;
  height: fit-content;
  z-index = -1;  
  color: black;

}
.faq_seperator{
  border:none;
  margin: 10px auto;
  width: 100%;
  height: 1px;
  color: rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.3);
}