.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;
}

.single-courses {
  font-family: Open Sans;
}
.single-courses .wrapper {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.single-courses .wrapper .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-courses .wrapper .title-section .title {
  display: flex;
  justify-content: start;
}
.single-courses .wrapper .title-section .title .cfa-title {
  text-align: left;
  font-family: "Ibarra Real Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.single-courses .wrapper .title-section .title .cfa-title::after {
  left: unset;
  transform: unset;
}
.single-courses .wrapper .title-section .avatar {
  display: none;
}
.single-courses .wrapper .title-section .avatar img {
  width: 80px;
  height: 80px;
}
.single-courses .wrapper .description {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: Open Sans;
}
.single-courses .wrapper .price .cfa-price {
  color: #0C1A81;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.66px;
  font-family: Open Sans;
}
.single-courses .wrapper .certificate-text {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: Open Sans;
}
.single-courses .wrapper .share .social-icons {
  display: flex;
  gap: 16px;
}
.single-courses .wrapper .share .social-icons .icon-image {
  width: 24px;
  height: 24px;
}
.single-courses .wrapper .progress {
  width: 260px;
}
.single-courses .wrapper .progress .lesson-count {
  color: #000000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.single-courses .wrapper .progress .ld-progress .ld-progress-stats .ld-progress-percentage {
  color: #000000 !important;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.single-courses .wrapper .progress .ld-progress .ld-progress-stats .ld-progress-steps {
  display: none;
}
.single-courses .wrapper .progress .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background-image: linear-gradient(to right, #ec1e27, #d6004d, #ad006b, #73007e, #0c1a81);
  background-color: transparent;
}
.single-courses .wrapper .progress .pathways-link {
  background-color: #EFF0FD !important;
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  white-space: nowrap;
  width: fit-content;
  padding: 12px 16px;
  gap: 8px;
}
.single-courses .wrapper .continue .learndash-wrapper .ld-course-resume.ld-button {
  background-color: #EFF0FD !important;
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 0;
  width: fit-content;
  display: flex;
  gap: 8px;
}
.single-courses .wrapper .continue .learndash-wrapper .ld-course-resume.ld-button span::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 14px;
  color: #0C1A81;
}
.single-courses .wrapper .enroll .learndash-wrapper form #btn-join.btn-join.learndash-button-free {
  background-color: #ED1C24 !important;
  width: fit-content;
  padding: 24px;
  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;
}
.single-courses .wrapper .enroll .enroll-button {
  background: #ED1C24;
}
.single-courses .wrapper .divider {
  width: 100%;
  border: none;
  height: 1px;
  background: #A9A9A9;
}
.single-courses .wrapper .introduction .cfa-introduction-title {
  color: #0C1A81;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: Open Sans;
}
.single-courses .wrapper .introduction .cfa-introduction {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-family: Open Sans;
}
.single-courses .wrapper .introduction .cfa-introduction a {
  color: #0C1A81;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-courses .wrapper .pathways .pathways-title {
  color: "#000000";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-family: Open Sans;
  letter-spacing: 0;
}
.single-courses .wrapper .pathways .pathways-list {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.single-courses .wrapper .pathways .pathways-list .pathways-link {
  background-color: #EFF0FD !important;
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 0;
  width: fit-content;
  padding: 12px 16px;
  gap: 8px;
}
.single-courses .wrapper .carriculum {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: Open Sans;
}
.single-courses .wrapper .carriculum .title .cfa-introduction-title {
  color: #0C1A81;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.single-courses .wrapper .carriculum .ld-item-list {
  margin: 0;
  padding: 0;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-section-heading {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item {
  border: 1px solid #CCCFDA;
  border-radius: 0;
  margin: 0;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-name .ld-status-icon {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-name .ld-item-title .ld-item-components {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button .ld-icon {
  color: #000000;
  background-color: #FFFFFF !important;
  border: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button .ld-text {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded {
  background: #F7F9FD;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded:before {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-header {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items {
  padding: 0;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid #E2E4EB;
  border-bottom: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-family: Open Sans;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-status-icon {
  display: none;
}
.single-courses .wrapper .carriculum .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-list-item-expanded .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  font-family: Open Sans;
}
.single-courses .wrapper .instructor {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Open Sans;
}
.single-courses .wrapper .instructor .title .cfa-introduction-title {
  color: #0C1A81;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.single-courses .wrapper .instructor .authors {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-courses .wrapper .instructor .authors .author {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  gap: 24px;
}
.single-courses .wrapper .instructor .authors .author .avatar-name {
  justify-content: center;
  text-align: center;
  min-width: 240px;
}
.single-courses .wrapper .instructor .authors .author .name {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 16px;
}
.single-courses .wrapper .instructor .authors .author .name p {
  font-weight: 700;
}
.single-courses .wrapper .instructor .authors .author .avatar {
  height: 100px;
}
.single-courses .wrapper .instructor .authors .author .avatar img {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
}
.single-courses .wrapper .instructor .authors .author .description {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-courses .wrapper .instructor .authors .author .description p {
  margin: 0;
}
@media (max-width: 768px) {
  .single-courses .wrapper .instructor .title .cfa-introduction-title {
    text-align: center;
  }
  .single-courses .wrapper .instructor .authors,
  .single-courses .wrapper .instructor .organization {
    flex-direction: column;
    gap: 24px;
  }
  .single-courses .wrapper .instructor .authors .author,
  .single-courses .wrapper .instructor .organization .author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .single-courses .wrapper .instructor .authors .author .avatar-name,
  .single-courses .wrapper .instructor .organization .author .avatar-name {
    justify-content: center;
    text-align: center;
    min-width: unset;
  }
  .single-courses .wrapper .instructor .authors .author .name,
  .single-courses .wrapper .instructor .organization .author .name {
    margin-top: 0;
  }
  .single-courses .wrapper .instructor .authors .author .avatar img,
  .single-courses .wrapper .instructor .organization .author .avatar img {
    width: 100px;
    height: 100px;
  }
}
.single-courses .wrapper .organization {
  font-family: Open Sans;
}
.single-courses .wrapper .organization .title .cfa-introduction-title {
  color: #0C1A81;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.single-courses .wrapper .organization .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-courses .wrapper .organization .list .item .name {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.single-courses .wrapper .organization .list .item .avatar {
  margin-bottom: 20px;
}
.single-courses .wrapper .organization .list .item .avatar img {
  width: 225pxpx;
  height: 100px;
}
.single-courses .wrapper .organization .list .item .description {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-courses .wrapper .enroll {
  font-family: Open Sans;
}
.single-courses .wrapper .enroll.left {
  text-align: left;
}
.single-courses .wrapper .related {
  border: 1px solid #CCCFDA;
}
@media (max-width: 390px) {
  .single-courses .wrapper .related {
    border: none;
    margin: 0 -30px;
  }
}
.single-courses .wrapper .related .accordion-parent {
  background: #FFFFFF;
  margin: 0;
}
.single-courses .wrapper .related .accordion-parent .accordion {
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.66px;
}
@media (max-width: 390px) {
  .single-courses .wrapper .related .accordion-parent .accordion {
    border-top: 1px solid #CCCFDA;
  }
}
.single-courses .wrapper .related .accordion-parent .panel {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.single-courses .wrapper .related .accordion-parent .panel.open {
  padding: 24px;
  max-height: unset;
}
.single-courses .wrapper .related .accordion-parent .panel .related-courses {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-courses .wrapper .related .accordion-parent .panel .related-courses .title {
  color: #0C1A81;
  font-family: Open Sans;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.66px;
}
.single-courses .wrapper .related .accordion-parent .panel .related-courses .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-courses .wrapper .enroll {
    text-align: left;
  }
}
@media (min-width: 1152px) {
  .single-courses {
    display: flex;
    justify-content: center;
  }
  .single-courses .wrapper {
    padding: 80px 0;
    max-width: 1120px;
    gap: 40px;
    width: 960px;
  }
  .single-courses .wrapper .title-section .title {
    display: flex;
    justify-content: start;
  }
  .single-courses .wrapper .title-section .title .cfa-title {
    font-size: 48px;
    line-height: 60px;
  }
  .single-courses .wrapper .title-section .title .cfa-title::after {
    left: unset;
    transform: unset;
  }
  .single-courses .wrapper .title-section .avatar {
    display: block;
  }
  .single-courses .wrapper .description {
    font-size: 18px;
    line-height: 28px;
  }
  .single-courses .wrapper .certificate-text {
    font-size: 18px;
    line-height: 28px;
  }
  .single-courses .wrapper .introduction .cfa-introduction-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.66px;
  }
  .single-courses .wrapper .carriculum .title .cfa-introduction-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.66px;
  }
  .single-courses .wrapper .instructor .title .cfa-introduction-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.66px;
  }
  .single-courses .wrapper .organization .title .cfa-introduction-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -0.66px;
  }
}
@media (min-width: 1152px) {
  .single-courses .wrapper {
    width: 1120px;
  }
}

/*# sourceMappingURL=single-sfwd-courses.css.map */
