/* STYLES FOR FAQ BLOCK */
.faqc {
    margin: 0 !important;
    max-width: unset !important;
    padding: 40px 13.6%;
}
.faqc h2 {
    text-align: center;
    position: relative;
    padding-bottom: 35px !important;
    margin-bottom: 40px !important;
}
.faqc h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    height: 2px;
    width: 100%;
    max-width: 256px;
}
.faqc .faqAnswer {
    display: none;
    margin-top: 30px;
}
.faqc .faqAnswer p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
    display: inherit;
    margin: 0 !important;
}
.faqc .faqAnswer ul, .faqc .faqAnswer ol {
    color: #FFF !important;
}
.faqContent {
    border-bottom: 2px solid #FFF;
    position: relative;
    padding: 28px 0;
  }
  .faqContent .faqQuestion {
    padding-right: 65px;
  }
  .faqButton {
    position: absolute;
    top: 28px;
    right: 0;
    border: 2px solid #FFF;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .faqButton .arrow {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 8px 0;
  }
  .faqButton .arrowOpen {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 5px 0 0 0;
  }
  .faqContent h3 {
    font-family: "Gotham A", "Gotham B" !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #FFFFFF !important;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .faqContent p {
    color: white;
    margin-top: 30px;
    display: none;
    text-align: left !important;
    width: 100% !important;
  }  
@media only screen and (max-width: 1300px) { 
    .faqc {
        padding: 30px 15px;
    }
    .faqContent .faqQuestion {
        padding-right: 50px;
      }
}