.button {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans";
}
.button .icon {
  font-size: 16px;
  color: #FFFFFF;
}
.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.small {
  padding: 8px 16px;
}
.button.medium {
  padding: 12px 16px;
}
.button.large {
  padding: 24px;
}
.button.cta {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.button.cta:hover {
  background: #FEECED;
  color: #ED1C24;
}
.button.primary {
  background: #0C1A81;
  border: 1px solid #0C1A81;
}
.button.primary:hover {
  background: #EFF0FD;
  color: #0C1A81;
}
.button.primary:hover .icon {
  color: #0C1A81;
}
.button.primary:disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}
.button.secondary {
  background: #FEECED;
  border: 1px solid #FEECED;
}
.button.secondary:hover {
  background: #ED1C24;
  color: #FFFFFF;
  border: 1px solid #ED1C24;
}
.button.disabled {
  background: #CCCFDA;
  color: #616582;
  border: 1px solid #CCCFDA;
  cursor: not-allowed;
}

.wysiwyg {
  font-family: Open Sans;
}
.wysiwyg h1 {
  font-size: 36px;
  /* Heading 1 */
  margin: 16px 0;
  font-weight: 900;
}
.wysiwyg h2 {
  font-size: 28px;
  /* Heading 2 */
  margin: 14px 0;
  font-weight: 900;
}
.wysiwyg h3 {
  font-size: 24px;
  /* Heading 3 */
  margin: 12px 0;
  font-weight: 900;
}
.wysiwyg h4 {
  font-size: 18px;
  /* Heading 4 */
  margin: 10px 0;
  font-weight: 900;
}
.wysiwyg h5 {
  font-size: 16px;
  /* Heading 5 */
  margin: 8px 0;
  font-weight: 900;
}
.wysiwyg h6 {
  font-size: 14px;
  /* Heading 6 */
  margin: 6px 0;
  font-weight: 900;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg p {
  margin: 10px 0;
}
.wysiwyg strong {
  font-weight: 700 !important;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg a {
  color: #0C1A81;
}

.ac-learning-path-container__title {
  padding: 40px 55px;
}
.ac-learning-path-container__title__image {
  display: none;
}
.ac-learning-path-container__title__text .cfa-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}
.ac-learning-path-container__title__text .cfa-excerpt {
  color: #000000;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.ac-learning-path-container__content {
  padding: 40px 55px;
  background: #F7F9FD;
}
.ac-learning-path-container__content .courses {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ac-learning-path-container__content .courses .title {
  color: #0C1A81;
  font-family: Lora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.ac-learning-path-container__content .courses .content {
  color: #000000;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.ac-learning-path-container__content .courses .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.ac-learning-path-container__content .courses .list .individual-course .course-index {
  display: none;
}
.ac-learning-path-container__content .courses .list .individual-course .course .extra-course-details {
  display: none;
}
.ac-learning-path-container__content .courses .list .divider {
  display: none;
  width: 100%;
  height: 1px;
  background: #8C8FA5;
}
.ac-learning-path-container__download {
  display: flex;
  width: 100%;
  padding: 40px 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.ac-learning-path-container__download:hover .large i {
  color: #0C1A81;
}
@media (min-width: 1152px) {
  .ac-learning-path-container__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .ac-learning-path-container__title__image {
    display: block;
    margin-right: 16px;
    flex: 1;
  }
  .ac-learning-path-container__title__image .image {
    width: 358px;
    height: 358px;
  }
  .ac-learning-path-container__title__text {
    flex: 1;
  }
  .ac-learning-path-container__title__text .cfa-title {
    font-size: 48px;
    line-height: 60px;
  }
  .ac-learning-path-container__title__text .cfa-excerpt {
    font-size: 24px;
    line-height: 36px;
  }
  .ac-learning-path-container__content {
    padding: 152px 96px 40px;
  }
  .ac-learning-path-container__content .courses {
    gap: 40px;
  }
  .ac-learning-path-container__content .courses .title {
    font-size: 40px;
    line-height: 48px;
  }
  .ac-learning-path-container__content .courses .content {
    font-size: 24px;
    line-height: 36px;
  }
  .ac-learning-path-container__content .courses .list {
    flex-direction: column;
    align-items: flex-start;
  }
  .ac-learning-path-container__content .courses .list .individual-course {
    display: flex;
    gap: 100px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .ac-learning-path-container__content .courses .list .individual-course .course-index {
    display: block;
    color: #0C1A81;
    font-family: Lora;
    font-size: 300px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    opacity: 0.3;
  }
  .ac-learning-path-container__content .courses .list .individual-course .course {
    display: flex;
    gap: 50px;
  }
  .ac-learning-path-container__content .courses .list .individual-course .course .extra-course-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    text-align: left;
  }
  .ac-learning-path-container__content .courses .list .individual-course .course .extra-course-details .course-title {
    color: #0C1A81 !important;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.56px;
    width: 100%;
    text-align: left;
  }
  .ac-learning-path-container__content .courses .list .individual-course .course .extra-course-details .course-excerpt {
    color: #000000;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  .ac-learning-path-container__content .courses .list .divider {
    display: block;
  }
}
@media (min-width: 1440px) {
  .ac-learning-path-container__title {
    padding: 40px 160px;
    gap: 32px;
  }
  .ac-learning-path-container__title__image .image {
    width: 458px;
    height: 458px;
  }
  .ac-learning-path-container__content {
    padding: 152px 160px 40px;
  }
}
.ac-learning-path-container #learning {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=single-ac-learning-path.css.map */
