/* 2024 PD PAGE */
.pd-page-container,
.pd-service-page-container {
  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .pd-hero {
    margin-top: 0;
    background-position: bottom;
    width: 100% !important;
    padding: 0 !important;
    background-size: auto;
    height: unset;
    h1 {
      color: white;
      text-align: center;
      font-family: "proxima-nova";
      font-size: 45px;
      line-height: 56px;
      text-transform: capitalize;
      font-weight: 700;
      padding: 0 5%;
      margin-bottom: 24px;
      i {
        font-size: 45px;
        line-height: 56px;
        text-transform: capitalize;
        font-weight: 700;
      }
    }
    p {
      color: white;
      margin-top: 24px;
      margin-bottom: 40px;
      font-weight: 600;
    }
    .content {
      padding: 104px 0;
    }
  }
  .pd-sessions {
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    column-gap: 56px;
    width: 96%;
    max-width: 1200px;

    hr {
      margin-top: 8px;
      margin-bottom: 24px;
      width: 15%;
      background: #eee;
    }
    .pd-main-content {
      margin-top: 18px;
      h2 {
        font-size: 32px;
        line-height: 38px;
      }
    }
    /*.button {
      margin-top: 40px;
    }*/
    p {
      margin-top: 24px !important;
      margin-bottom: 24px !important;
    }
    h1 {
      margin-bottom: 16px;
    }
    h2 {
      line-height: 56px;
      font-size: 56px;
    }
  }
  @media (max-width: 801px) {
    .pd-sessions h2 {
      font-size: 32px;
      line-height: 40px;
    }

    .pd-sessions {
      margin-top: 56px;
      margin-bottom: 56px;
    }
  }

  .sessions-left {
    padding-top: 35px;
  }
  .sessions-right {
    align-content: center;
  }

  .content.is-vcentered {
    display: flex;
    flex-wrap: wrap;
    align-content: center; /* used this for multiple child */
    align-items: center; /* if an only child */
  }

  .blurb {
    max-width: 1100px;
    margin: 80px auto;
    margin-bottom: 96px;
    h2 {
      margin-bottom: 24px !important;
    }
    p.body {
      width: 70%;
      margin: 0 auto;
    }
  }

  /* create two rows of boxes out of container class pd-boxes and box class pd-box */

  .pd-boxes {
    display: flex;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: center;
    margin-top: 80px;
  }

  .pd-main.container {
    z-index: 2;
  }

  .pd-box {
    cursor: pointer;
    background: var(--Gray-700, #555);
    mix-blend-mode: multiply;
    height: 250px;
    border-radius: 16px;
    align-self: stretch;
    width: 350px;
    align-content: center;
    padding: 0 3%;

    p {
      display: none;
      color: white;
    }

    h3 {
      color: white;
      &.small {
        font-size: 18px !important;
      }
    }
  }

  .services {
    h2 {
      margin-bottom: 8px !important;
    }
    p {
      margin-bottom: 36px !important;
      margin-top: 0px;
    }
  }

  .pd-main {
    .services,
    .award,
    .testimonials,
    .partners,
    .offerings {
      margin: 80px auto;
      max-width: 1200px;
    }
  }

  .partners {
    margin-bottom: 140px !important;
  }

  .award {
    justify-content: center;
  }

  .offerings,
  .partners,
  .services,
  .testimonials {
    h2,
    p {
      text-align: center;
    }
  }

  .services-container {
    display: flex;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: center;
  }

  .faq-item {
    margin: 0 auto;
    max-width: 900px;
    border-radius: 16px;
    background: #fafafa;
    padding: 20px 24px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.2s;
    overflow: hidden;

    &:hover {
      box-shadow: 0px 10px 25px 0px rgba(16, 24, 40, 0.12);
    }

    h3 {
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      display: inline-block;
      width: 90%;
    }

    i {
      float: right;
      display: inline-block;
      color: var(--brainbuffet-danger);
    }

    p {
      display: none;
    }
  }

  .faq {
    margin-top: 96px !important;
    margin-bottom: 80px !important;
    padding: 0 32px;
  }

  @media (max-width: 801px) {
    .faq {
      margin-top: 70px !important;
      margin-bottom: 56px !important;
    }
  }

  .service {
    background-size: contain !important;
    background-blend-mode: soft-light;
    height: 200px;
    border-radius: 16px;
    align-self: stretch;
    max-width: 300px;
    align-content: center;
    padding: 0 3%;
    width: 300px;
    cursor: pointer;
    &:hover {
      box-shadow: 0px 10px 25px 0px rgba(16, 24, 40, 0.12);
    }

    p {
      display: none;
      text-align: center;
      color: white;
    }

    h3 {
      color: white;
      text-align: center;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
    }
  }

  .slick-arrow {
    font-size: 30px;
    color: var(--brainbuffet-danger);
  }

  .slick-slide img {
    filter: grayscale();
    width: auto;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
  }

  .slick-track {
    display: flex;
  }

  .slick-slide {
    margin: 0 27px;
    display: flex !important;
    height: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
  }

  .logo-carousel {
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 100px;
  }

  .offerings-container {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  img.offering {
    max-width: 200px;
  }

  .testimonial-carousel {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .testimonial {
    border-radius: 16px;
    border-left: 2px solid var(--brainbuffet-danger);
    background: var(--Gray-150, #fafafa);
    padding: 32px 24px;
    box-shadow: 0px 1.25px 4px 0px rgba(16, 24, 40, 0.25);
  }

  .book-pd {
    padding: 136px 0;
    color: white;

    .columns {
      width: 80%;
      margin: 0 auto;
      column-gap: 80px;
    }

    @media (max-width: 801px) {
      .columns {
        width: 100%;
      }
    }

    .button {
      /*width: 70%;*/
      width: max-content;
    }
    p {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 40px;
    }

    @media (max-width: 801px) {
      p {
        width: 100%;
      }
    }

    h2 {
      color: white;
      text-align: center;
      margin-bottom: 24px;
      font-size: 45px;
    }
    h3 {
      color: white;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 32px;
    }
  }

  @media (max-width: 801px) {
    .book-pd {
      padding: 80px 0;
      color: white;
    }

    .book-pd h2 {
      font-size: 32px;
      line-height: 28px;
    }

    .book-pd h3 {
      font-size: 20px;
      font-size: 24px;
    }
  }

  .partners {
    z-index: 2;
  }

  .embed-container {
    iframe {
      border-radius: 8px;
    }
  }

  .pd-service {
    margin: 80px auto;
    padding: 0 20px;
    column-gap: 56px;
    max-width: 1200px;

    h3 {
      /* Heading/H5/H5 */
      font-family: "proxima-nova";
      font-size: 45px;
      font-style: normal;
      font-weight: 700;
      line-height: 56px;
    }
  }

  @media (max-width: 801px) {
    .pd-service {
      margin: 56px auto;
    }

    .pd-service h3 {
      font-size: 32px;
      line-height: 32px;
    }
  }

  .faq-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    h2 {
      margin-bottom: 0px !important;
      margin-left: 15px;
    }
    i {
      color: #880005;
      font-size: 34px;
    }
  }
}
.faq-subtitle {
  margin-bottom: 56px !important;
}
.pd-service-page-container .container {
  margin-left: auto;
  margin-right: auto;
}
.pd-service .column {
  align-content: center;
}

.pd-service-page-container {
  h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #404040;
  }
  h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  @media (max-width: 801px) {
    h2 {
      font-size: 28px;
      line-height: 28px;
    }
  }

  .pd-sessions {
    .button {
      margin-top: 40px;
      width: 60%;
    }
    h2 {
      margin-bottom: 0px !important;
    }
  }
  .services {
    margin-top: 80px;
    margin-bottom: 80px;
    z-index: 1000;
  }

  @media (max-width: 801px) {
    .services {
      margin-top: 56px;
      margin-bottom: 56px;
    }
  }

  hr {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.pd-request-page-container {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 100px;
  .hero {
    h1 {
      font-size: 56px;
      font-style: normal;
      font-weight: 700;
      line-height: 64px;
      margin-bottom: 24px;
    }
    margin-top: 104px;
    margin-bottom: 80px;
    border-left: 4px solid var(--brainbuffet-red);
    padding-left: 40px;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 32px !important;
  }
  .gform_ajax_spinner {
    width: 32px;
    height: 32px;
    place-self: end;
    margin-left: 2%;
    margin-bottom: 4px;
  }
  .pd-forms {
    .columns {
      column-gap: 16px;
    }
    .column {
      border-radius: 16px;
      border-top: 2px solid var(--Red-700, #b50007);
      padding: 40px;
      h2 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 40px;
      }
    }
    .small-tab {
      h2 {
        margin: 16px auto;
      }
    }
  }
  #consultation {
    width: 35%;
    float: right;
    z-index: 100;
    position: relative;
    border-radius: 24px 24px 0px 0px;
    border-top: 1px solid var(--Red-900, #5a0004);
    background: var(--Gray-100, #fefefe);
    padding: 16px 24px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    h2 {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
  }
  #form-header {
    flex-basis: 95%;
    padding-right: 15%;
    padding-left: 32px;
    border-radius: 16px 16px 0px 0px;
    border-top: 3px solid var(--Red-700, #b50007);
    border-right: 1px solid var(--Red-700, #b50007);
    background: var(--Base-White, #fff);
    clip-path: inset(-10px -10px 0px -10px);
    h2 {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      margin-top: 32px;
      margin-bottom: 8px;
    }
  }
  .gform_title {
    display: none;
  }
  .gsection_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .gform_wrapper.gravity-theme .gsection {
    border-bottom: 0px;
  }
  .smc {
    padding-left: 5%;
    border-left: 4px solid var(--brainbuffet-red);
    margin-top: 56px;
  }
  .gform-button {
    background: var(--brainbuffet-green);
    border-radius: 16px;
    line-height: 20px !important;
    text-transform: uppercase;
    width: 80%;
  }
  #field_submit {
    justify-content: right;
  }
  .hidden-form {
    box-shadow: 0px 1.25px 4px 0px rgba(16, 24, 40, 0.25);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    padding: 3%;
    margin-bottom: 5%;
    border-radius: 0px 0px 10px 10px;
    transition: all 1s;
  }
  .gform_required_legend {
    display: none;
  }
  .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
  }
  .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 96px !important;
  }
}
.pd-box-mobile-open {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 801px) {
  .book-pd .button {
    font-size: clamp(0.9rem, 1.3vw, 1.2rem);
  }
}
@media (max-width: 801px) {
  .pd-page-container {
    .pd-hero {
      background-size: cover;
      margin-top: -30px;
    }
  }
  .pd-page-container,
  .pd-service-page-container {
    .offerings {
      h2 {
        margin-bottom: 36px;
      }
    }
  }
  .offerings-container {
    row-gap: 5px;
  }
  .faq-title-container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .book-pd .button {
    width: 100% !important;
  }
  .button {
    width: 100% !important;
  }
  .buttons a {
    width: 100% !important;
    margin: 5px auto !important;
  }
  .pd-page-container {
    .pd-hero {
      .content {
        padding: 80px 0 !important;
      }
    }
    .column {
      text-align: -webkit-center;
    }
    .container {
      padding-left: 5%;
      padding-right: 5%;
    }
    .services-container {
      flex-direction: column;
    }
    .service {
      height: 130px;
      width: 100%;
      max-width: 600px;
      p {
        margin-bottom: 0 !important;
      }
    }
    .pd-box {
      height: 130px;
      width: 100%;
      max-width: 600px;
    }
  }
  .pd-service-page-container {
    h1 {
      /*visibility: hidden;*/
      display: none;
    }
    .column {
      text-align: -webkit-center;
    }
    .container {
      padding-left: 5%;
      padding-right: 5%;
    }
    .services-container {
      flex-direction: column;
    }
    .service {
      height: 130px;
      width: 100%;
      max-width: 600px;
      p {
        margin-bottom: 0 !important;
      }
    }
    .buttons {
      flex-direction: column;
    }
    .pd-sessions {
      margin-top: 0px !important;
      margin-bottom: 56px;
    }
  }
  .pd-request-page-container {
    .rq-col {
      flex-direction: column-reverse !important;
      row-gap: 0 !important;
    }
    #form-header {
      padding-left: 5px;
      padding-right: 5px;
      border-right: 0px solid black;
    }
    .column {
      text-align: -webkit-center;
    }
    .columns {
      gap: 16px;
      display: flex;
      flex-direction: column;
    }
    .container {
      padding-left: 5%;
      padding-right: 5%;
    }
    .hero {
      border-left: 0px solid black;
      padding-left: 0 !important;
      margin-top: 60px !important;
      margin-bottom: 60px;
      h1 {
        font-size: 46px !important;
        line-height: 50px !important;
      }
    }
    #consultation {
      width: 100%;
      float: none;
    }
    .gform-button {
      width: 100%;
      margin-top: 32px;
    }
  }
}

.wavey {
  #book_logo_1 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -90px;
    top: -130px;
    z-index: 1000000;
  }
  #book_logo_2 {
    width: 400px;
    height: 400px;
    transform: rotate(5deg);
    position: absolute;
    right: -90px;
    bottom: -130px;
    z-index: 1000000;
  }
}
.embed-container iframe {
  max-height: 343px;
}

.page-template-template-pd-2024 .pd-page-container {
  width: 104%;
  margin-left: -2%;
}

.page-template-template-pd-2024 .site-content > .ast-container {
  padding: 0;
  width: 100%;
  max-width: none;
}

.page-template-template-pd-2024 .pd-hero {
  background-size: cover;
}

.page-template-template-pd-2024 .pd-hero .content {
  padding: 104px 32px;
}

@media (max-width: 801px) {
  .page-template-template-pd-2024 .pd-hero .content {
    padding: 80px 32px !important;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-6, .column.is-6-tablet {
      flex: none;
      width: calc((100% - 48px) / 2);
  }
}

.page-template-template-pd-services .site-content > .ast-container{
  max-width: 100%;
  padding: 0;
}

.page-template-template-pd-request .pd-forms .columns{
  flex-wrap: wrap;
  gap: 20px;
}