/**
 * @file
 * Paragraph child course list.
 */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-child-course-type-listing__anchor-links a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-child-course-type-listing__anchor-links a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-child-course-type-listing__anchor-links a:focus {
    outline: none;
  }
  .paragraph-child-course-type-listing__anchor-links a:hover {
    color: #fff;
  }
  .paragraph-child-course-type-listing__anchor-links a:disabled, .paragraph-child-course-type-listing__anchor-links a.disabled, .paragraph-child-course-type-listing__anchor-links a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-child-course-type-listing__anchor-links a {
    padding: 8px 16px;
    font-size: 12px;
  }
  .paragraph-child-course-type-listing__anchor-links a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-child-course-type-listing__anchor-links a:hover {
    background-color: #336bc3;
  }
  .paragraph-child-course-type-listing__anchor-links a:active, .paragraph-child-course-type-listing__anchor-links a.active {
    background-color: #002a6c;
  }
  .paragraph-child-course-type-listing__anchor-links a {
    background-color: transparent;
  }
  .paragraph-child-course-type-listing__anchor-links a {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .paragraph-child-course-type-listing__anchor-links a:hover, .paragraph-child-course-type-listing__anchor-links a:active, .paragraph-child-course-type-listing__anchor-links a.active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .paragraph-child-course-type-listing__anchor-links a.btn-invert {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .paragraph-child-course-type-listing__anchor-links a.btn-invert:hover, .paragraph-child-course-type-listing__anchor-links a.btn-invert:active, .paragraph-child-course-type-listing__anchor-links a.btn-invert.active {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.paragraph-child-course-type-listing {
  padding: 45px 15px;
  margin: 55px 0 0;
  background-color: #fff;
  position: relative;
}
.paragraph-child-course-type-listing::after {
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  display: block;
  background-color: #eee;
  content: "";
  width: 100vw;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing {
    padding: 80px 15px;
    margin: 81px 0 0;
    background-color: transparent;
    width: 100%;
  }
  .paragraph-child-course-type-listing::after {
    top: -1px;
    height: 1px;
    left: 0;
    background-color: #ddd;
    width: 100%;
  }
}
.paragraph-child-course-type-listing__inner-wrapper {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
}
.paragraph-child-course-type-listing__field-title {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: 700;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__field-title {
    font-size: 28px;
  }
}
.paragraph-child-course-type-listing__field-child-course-type-section-item {
  padding-bottom: 45px;
  margin-bottom: 55px;
  position: relative;
}
.paragraph-child-course-type-listing__field-child-course-type-section-item::after {
  position: absolute;
  bottom: -10px;
  left: -15px;
  height: 10px;
  display: block;
  background-color: #eee;
  content: "";
  width: 100vw;
}
.paragraph-child-course-type-listing__field-child-course-type-section-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.paragraph-child-course-type-listing__field-child-course-type-section-item:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__field-child-course-type-section-item {
    padding-bottom: 60px;
    margin-bottom: 61px;
  }
  .paragraph-child-course-type-listing__field-child-course-type-section-item::after {
    bottom: -1px;
    height: 1px;
    background-color: #ddd;
    left: 0;
    width: 100%;
  }
}
.paragraph-child-course-type-listing__field-child-course-type-section-item:nth-child(even) .paragraph-child-course-type-section__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__field-child-course-type-section-item:nth-child(even) .paragraph-child-course-type-section__content {
    flex-direction: row-reverse;
  }
}
.paragraph-child-course-type-listing__field-child-course-type-section-item:nth-child(even) .paragraph-child-course-type-section__content-right {
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__field-child-course-type-section-item:nth-child(even) .paragraph-child-course-type-section__content-right {
    width: calc(100% - 558px);
    padding-left: 0;
    padding-right: 30px;
    min-width: 50%;
  }
}
.paragraph-child-course-type-listing__anchor-links {
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 48px;
  width: 100%;
  max-width: calc(100vw - 30px);
}
@media (min-width: 1176px) {
  .paragraph-child-course-type-listing__anchor-links {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__anchor-links {
    height: 52px;
  }
}
.paragraph-child-course-type-listing__anchor-links a {
  font-size: 12px;
  font-family: 600;
  padding: 8px 14px;
  margin: 0 5px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
  display: inline-block;
  box-shadow: inset 0 0 0 1px #99b5e1;
}
.paragraph-child-course-type-listing__anchor-links a:hover, .paragraph-child-course-type-listing__anchor-links a:active, .paragraph-child-course-type-listing__anchor-links a.active {
  box-shadow: inset 0 0 0 1px #99b5e1;
}
@media (min-width: 768px) {
  .paragraph-child-course-type-listing__anchor-links a {
    font-size: 14px;
    font-family: 700;
    padding: 9px 18px;
    margin: 0 10px 10px 0;
  }
}
.paragraph-child-course-type-listing__anchor-links a + a {
  margin-top: 0;
}

/*# sourceMappingURL=child-course-paragraph.css.map */
