/** Shopify CDN: Minification failed

Line 38:25 Unexpected "{"
Line 38:34 Expected ":"
Line 45:27 Unexpected "{"
Line 45:36 Expected ":"
Line 52:30 Unexpected "{"
Line 52:39 Expected ":"
Line 56:32 Unexpected "{"
Line 56:41 Expected ":"
Line 62:34 Unexpected "{"
Line 62:43 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:accreditation-payment-options (INDEX:8) */
#payment-options .payment-options-table th,
  #payment-options .payment-options-table td {
    border: 1px solid #E4E4E7;
  }

  #payment-options .payment-options-table thead th {
    border-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    vertical-align: middle;
  }

  #payment-options .payment-options-table tbody td {
    text-align: center;
    vertical-align: middle;
  }
/* END_SECTION:accreditation-payment-options */

/* START_SECTION:accreditation-resources (INDEX:9) */
#AccreditationResources-{{ section.id }} .resource-support-item__icon {
    height: 72px;
    width: 72px;
    min-height: 72px;
    flex-shrink: 0;
  }

  #AccreditationResources-{{ section.id }} .resource-support-item__icon svg {
    height: 72px;
    width: 72px;
  }
/* END_SECTION:accreditation-resources */

/* START_SECTION:accreditation-student-reviews (INDEX:10) */
#AccreditationStudentReviews-{{ section.id }} .accreditation-reviews-track::-webkit-scrollbar {
    display: none;
  }

  #AccreditationStudentReviews-{{ section.id }} .accreditation-reviews-slide {
    width: 85%;
    min-width: 280px;
  }

  @media (min-width: 768px) {
    #AccreditationStudentReviews-{{ section.id }} .accreditation-reviews-slide {
      width: calc((100% - 48px) / 3.15);
      min-width: 0;
    }
  }
/* END_SECTION:accreditation-student-reviews */

/* START_SECTION:main-banner (INDEX:54) */
.main-banner {
    overflow: hidden;
  }

  .main-banner__content {
    padding-top: 2.5rem;
  }

  @media screen and (min-width: 750px) {
    .main-banner__content {
      padding-top: 4rem;
    }
  }

  @media screen and (min-width: 990px) {
    .main-banner__content {
      padding-top: 4.5rem;
    }
  }

  @media screen and (max-width: 749px) {
    .main-banner .page-width {
      position: relative;
      z-index: 3;
    }

    .main-banner__reviews-card {
      position: relative;
      z-index: 3;
    }
  }

  .main-banner__hero-col {
    position: relative;
    z-index: 1;
    align-self: stretch;
  }

  .main-banner__headline-accent {
    color: #cc0035;
    font-weight: 700;
  }

  @media screen and (min-width: 750px) {
    .main-banner__inner {
      display: grid;
      grid-template-columns: minmax(0, 621px) 1fr;
      gap: 2.5rem;
      align-items: stretch;
    }

    .main-banner__hero-col {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }
  }

  @media screen and (min-width: 990px) {
    .main-banner__inner {
      gap: 3rem;
    }
  }

  .main-banner__path-card {
    padding: 1.25rem;
    border-radius: 16px 16px 40px 16px;
    box-shadow:
      0 10px 21px rgba(186, 186, 186, 0.1),
      0 39px 39px rgba(186, 186, 186, 0.09),
      0 87px 52px rgba(186, 186, 186, 0.05),
      0 154px 62px rgba(186, 186, 186, 0.01),
      0 241px 68px rgba(186, 186, 186, 0);
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  @media screen and (min-width: 750px) {
    .main-banner__path-card {
      padding: 1.5rem;
    }
  }

  .main-banner__path-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 14px 28px rgba(186, 186, 186, 0.14),
      0 44px 44px rgba(186, 186, 186, 0.12),
      0 94px 58px rgba(186, 186, 186, 0.07),
      0 164px 68px rgba(186, 186, 186, 0.02),
      0 255px 74px rgba(186, 186, 186, 0);
  }

  .main-banner__path-card-arrow {
    transition: transform 0.25s ease;
  }

  .main-banner__path-card:hover .main-banner__path-card-arrow {
    transform: translateX(4px);
  }

  .main-banner__reviews-card {
    box-shadow:
      0 9px 21px rgba(3, 3, 3, 0.1),
      0 38px 38px rgba(3, 3, 3, 0.09),
      0 85px 51px rgba(3, 3, 3, 0.05),
      0 151px 60px rgba(3, 3, 3, 0.01),
      0 236px 66px rgba(3, 3, 3, 0);
  }
/* END_SECTION:main-banner */