/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-accordion .acc-item {
  padding: 2rem 0 2rem;
  border-top: 1px solid #e2e2e2; }
  .cp-accordion .acc-item.last {
    border-bottom: 1px solid #e2e2e2; }
  .cp-accordion .acc-item .accordion-body {
    margin-top: 3rem;
    padding-right: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .accordion-body {
        margin-top: 1rem;
        padding-right: 0; } }
  .cp-accordion .acc-item .acc-head {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Gotham-Book";
    font-size: 2rem;
    line-height: 1.8rem;
    color: #4a4a4a;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .acc-head {
        padding-right: 3rem;
        font-size: 1.6rem; } }
    .cp-accordion .acc-item .acc-head::after {
      display: inline-block;
      content: "\E92A";
      font-family: 'icomoon';
      font-size: 1.5rem;
      color: #bd001c;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%) rotate(270deg); }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-head::after {
          right: 0;
          font-size: 1.4rem;
          height: 0.9rem;
          top: 0.8rem; } }
    .cp-accordion .acc-item .acc-head.active {
      font-family: "Gotham-Bold"; }
      .cp-accordion .acc-item .acc-head.active::after {
        transform: translateY(-50%) rotate(90deg); }
        @media only screen and (max-width: 768px) {
          .cp-accordion .acc-item .acc-head.active::after {
            right: -0.9rem; } }
  .cp-accordion .acc-item .acc-cont {
    display: none; }
    .cp-accordion .acc-item .acc-cont.active {
      display: block; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-item .acc-cont {
        max-width: 81%; } }
    .cp-accordion .acc-item .acc-cont .questions {
      font-size: 1.6rem;
      font-family: "Gotham-Medium";
      margin-bottom: 1.4rem;
      color: #3c3c3c;
      line-height: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-cont .questions {
          margin-top: 2rem;
          margin-bottom: 0;
          font-size: 1.4rem;
          line-height: 1.6rem; } }
    .cp-accordion .acc-item .acc-cont .answer {
      font-size: 1.6rem;
      color: #3c3c3c;
      margin-bottom: 3rem;
      font-family: "Gotham-Book";
      line-height: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-item .acc-cont .answer {
          margin-top: 1rem;
          font-size: 1.4rem;
          line-height: 1.6rem; } }

.cp-accordion .note {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #3c3c3c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-accordion .note {
      margin-top: 2rem;
      margin-bottom: 0rem; } }
  .cp-accordion .note .btn-link {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 0.3rem; }

.brnads_faq {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .brnads_faq {
      margin-bottom: 1rem; } }
  .brnads_faq .faq-heading {
    border: none;
    margin-right: 5rem;
    text-align: left;
    cursor: pointer;
    transition: all .5s ease;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #c2c2c2;
    padding-bottom: 0.9rem;
    font-family: "Gotham-Bold";
    min-width: auto;
    letter-spacing: -.38px; }
    @media only screen and (max-width: 768px) {
      .brnads_faq .faq-heading {
        margin-right: 2rem;
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: -.28px;
        min-width: 6rem;
        padding-bottom: 0.5rem; } }
    .brnads_faq .faq-heading.active {
      color: #000000;
      font-family: "Gotham-Bold";
      border-bottom: 2px solid #007fff; }
      @media only screen and (max-width: 768px) {
        .brnads_faq .faq-heading.active {
          font-size: 1.8rem;
          line-height: 1.8rem;
          letter-spacing: -.28px;
          min-width: 6rem;
          padding-bottom: 0.5rem; } }

.cp-accordion .acc-item .acc-head {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.cp-accordion .acc-item .acc-cont .answer {
  padding-left: 2.7rem; }
  @media only screen and (max-width: 768px) {
    .cp-accordion .acc-item .acc-cont .answer {
      padding-left: 0rem; } }

.cp-accordion.typ-faq a {
  color: #bd001c; }

.cp-accordion.typ-faq b {
  font-family: "Gotham-Bold"; }

.cp-accordion.typ-faq i {
  font-style: italic; }

.cp-accordion.typ-faq p {
  color: #3c3c3c;
  padding-bottom: 1rem; }

.cp-accordion.typ-faq .questions {
  margin-bottom: 1rem; }

.cp-accordion.typ-faq .acc-item .accordion-body {
  margin-top: 2.4rem; }

.cp-accordion.typ-faq .acc-item .acc-cont .answer {
  padding-left: 0;
  line-height: 2.4rem;
  margin-bottom: 2rem; }

.cp-accordion.typ-faq ul {
  padding: 1rem 2rem 1.5rem; }

.cp-accordion.typ-faq li {
  font-size: 1.6rem;
  font-family: "Gotham-Book";
  list-style-type: disc;
  padding-bottom: 0.5rem;
  color: #3c3c3c; }

.cp-accordion.typ-virtual .acc-item .acc-head {
  font-size: 1.8rem;
  font-family: "Gotham-Bold";
  padding: 2.1rem 0; }
  @media only screen and (max-width: 768px) {
    .cp-accordion.typ-virtual .acc-item .acc-head {
      font-size: 1.6rem;
      padding: 1rem 0; } }

.cp-accordion.typ-virtual .acc-item .accordion-body {
  margin-top: 1rem; }

.cp-accordion.typ-virtual .acc-item .questions {
  margin-bottom: 1rem; }
