/**
 * @file
 * Paragraph purposes.
 */
/* 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 {
  .node-course-type-child-course-type-listing__field-title, .node-purpose-teaser__find-more {
    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) {
    .node-course-type-child-course-type-listing__field-title + .btn, .node-purpose-teaser__find-more + .btn {
      margin-top: 10px;
    }
  }
  .node-course-type-child-course-type-listing__field-title:focus, .node-purpose-teaser__find-more:focus {
    outline: none;
  }
  .node-course-type-child-course-type-listing__field-title:hover, .node-purpose-teaser__find-more:hover {
    color: #fff;
  }
  .node-course-type-child-course-type-listing__field-title:disabled, .node-purpose-teaser__find-more:disabled, .disabled.node-course-type-child-course-type-listing__field-title, .disabled.node-purpose-teaser__find-more, [disabled].node-course-type-child-course-type-listing__field-title, [disabled].node-purpose-teaser__find-more {
    opacity: 0.5;
    pointer-events: none;
  }
  .node-course-type-child-course-type-listing__field-title {
    padding: 8px 16px;
    font-size: 13px;
  }
  .node-purpose-teaser__find-more {
    padding: 12px 24px;
    font-size: 14px;
  }
  .node-course-type-child-course-type-listing__field-title, .node-purpose-teaser__find-more {
    background-color: #0046b4;
    color: #fff;
  }
  .node-course-type-child-course-type-listing__field-title:hover, .node-purpose-teaser__find-more:hover {
    background-color: #336bc3;
  }
  .node-course-type-child-course-type-listing__field-title:active, .node-purpose-teaser__find-more:active, .active.node-course-type-child-course-type-listing__field-title, .active.node-purpose-teaser__find-more {
    background-color: #002a6c;
  }
  .node-course-type-child-course-type-listing__field-title {
    background-color: transparent;
  }
  .node-course-type-child-course-type-listing__field-title {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .node-course-type-child-course-type-listing__field-title:hover, .node-course-type-child-course-type-listing__field-title:active, .active.node-course-type-child-course-type-listing__field-title {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .btn-invert.node-course-type-child-course-type-listing__field-title {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .btn-invert.node-course-type-child-course-type-listing__field-title:hover, .btn-invert.node-course-type-child-course-type-listing__field-title:active, .btn-invert.active.node-course-type-child-course-type-listing__field-title {
    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);
  }
}
.node-purpose-teaser .btn-close {
  display: none;
  width: 45px;
  height: 45px;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.node-purpose-teaser .btn-close::after, .node-purpose-teaser .btn-close::before {
  background: #fff;
  height: 20px;
}
.node-purpose-teaser__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .node-purpose-teaser__content {
    flex-direction: row;
  }
}
.node-purpose-teaser__content-left {
  width: 100%;
}
@media (min-width: 768px) {
  .node-purpose-teaser__content-left {
    width: 50%;
    max-width: 558px;
  }
}
.node-purpose-teaser__content-right {
  width: 100%;
}
@media (min-width: 768px) {
  .node-purpose-teaser__content-right {
    width: calc(100% - 558px);
    padding-left: 30px;
    min-width: 50%;
  }
}
.node-purpose-teaser__field-media-image {
  max-height: 180px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 8px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .node-purpose-teaser__field-media-image {
    max-height: none;
    margin-bottom: 0;
  }
}
.node-purpose-teaser__field-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-purpose-teaser__field-media-image .media-container,
.node-purpose-teaser__field-media-image div {
  width: 100%;
  height: 100%;
}
.node-purpose-teaser__field-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .node-purpose-teaser__field-title {
    font-size: 24px;
  }
}
.node-purpose-teaser__field-subtitle {
  font-size: 14px;
  color: #606060;
  margin-bottom: 15px;
}
.node-purpose-teaser__field-subtitle p {
  font-size: inherit;
  color: inherit;
}
.node-purpose-teaser__field-subtitle p:last-child {
  margin-bottom: 0;
}
.node-purpose-teaser__available-course-title-mobile, .node-purpose-teaser__available-course-title {
  font-size: 16px;
  color: #0046b4;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 30px 15px 15px;
  position: relative;
  margin: 15px 0 0;
  cursor: pointer;
}
.node-purpose-teaser__available-course-title-mobile::after, .node-purpose-teaser__available-course-title::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0046b4;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .node-purpose-teaser__available-course-title-mobile, .node-purpose-teaser__available-course-title {
    font-size: 18px;
    color: #404040;
    font-weight: 700;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 30px 0 15px;
    cursor: auto;
  }
  .node-purpose-teaser__available-course-title-mobile:after, .node-purpose-teaser__available-course-title:after {
    display: none;
  }
}
.node-purpose-teaser__available-course-title-mobile {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 70px 15px 15px;
  background-color: #0046b4;
  border: 0;
  margin: 0;
  cursor: auto;
  display: none;
}
.node-purpose-teaser__available-course-label {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 15px 15px 0;
  display: none;
}

.view-course-type-listing-by-purpose {
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 768px) {
  .view-course-type-listing-by-purpose {
    display: flex;
  }
}
.view-course-type-listing-by-purpose-course-type-listing-by-purpose-view__row {
  width: 100%;
}
@media (min-width: 768px) {
  .view-course-type-listing-by-purpose-course-type-listing-by-purpose-view__row {
    width: auto;
    max-width: 100%;
  }
}

.node-course-type-child-course-type-listing__field-title {
  margin: 0 10px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
  box-shadow: inset 0 0 0 1px #99b5e1;
}
.node-course-type-child-course-type-listing__field-title:hover, .node-course-type-child-course-type-listing__field-title:active, .node-course-type-child-course-type-listing__field-title.active {
  box-shadow: inset 0 0 0 1px #99b5e1;
}

/*# sourceMappingURL=purposes-teaser.css.map */
