@charset "UTF-8";
/**
  Custom Mixins
 */
.lh-normal {
  line-height: normal;
}

.font-weight-semi {
  font-weight: 600;
}

.badge-quote-gold {
  right: 50px;
  bottom: 50px;
  position: absolute;
  height: 200px;
  width: auto;
}

.behavioral-landing-page .training-program__header h1 {
  font-size: 61px;
  line-height: 63px;
  margin-bottom: 28px;
}
.behavioral-landing-page .training-program__features li {
  line-height: 24px;
  font-size: 21px;
  padding-left: 36px;
}
.behavioral-landing-page .bh-header {
  background-image: url("/templates/mycnajobs/static/img/one-time-use/behavioral-health/bh-girl-img.png");
  background-position: 98% 0;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}
.behavioral-landing-page .circle-number {
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  border: 3px solid #039BE5;
  border-radius: 50%;
  text-align: center;
  color: #039BE5;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
}
.behavioral-landing-page .how-work p {
  font-size: 1.313rem;
}
.behavioral-landing-page .how-work .arrow-text {
  left: calc(100% - 40px);
  bottom: 100%;
  z-index: 2;
}
.behavioral-landing-page .reviews .user-img {
  padding-top: 100px;
  margin-bottom: 20px;
}
.behavioral-landing-page .reviews-img {
  border: 4px solid #039BE5;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3px;
}
.behavioral-landing-page .review-text:before {
  content: "“";
  font-size: 150px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: -15px;
  top: -65px;
}
.behavioral-landing-page .serve-assist {
  padding: 5rem 0;
}
.behavioral-landing-page .serve-assist h2 {
  font-size: 3rem;
  line-height: 3.75rem;
}
.behavioral-landing-page .small-card {
  border-radius: 0;
  height: 100%;
}
.behavioral-landing-page .big-card .card-header {
  background-color: #01579B;
  color: #fff;
  border-radius: 0;
  padding: 16px 24px;
}
.behavioral-landing-page .big-card .fa-ul {
  margin-left: 1.5em;
}
.behavioral-landing-page .small-card .card-info {
  line-height: 23px;
}
.behavioral-landing-page .small-card .card-body::after {
  content: "";
  border: 1px dashed rgba(0, 0, 0, 0.19);
  width: 1px;
  position: absolute;
  left: -4px;
  top: 14px;
  bottom: 10px;
}
.behavioral-landing-page .small-col:first-of-type .card-body::after {
  content: none;
}
.behavioral-landing-page .big-card {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.behavioral-landing-page .serve-assist .small-row {
  margin-right: -3px;
  margin-left: -3px;
}
.behavioral-landing-page .serve-assist .small-col {
  padding-right: 3px;
  padding-left: 3px;
}
.behavioral-landing-page .card-course {
  min-height: 525px;
  width: 375px;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.26);
  border: 0;
}
.behavioral-landing-page .card-course .card-img-top {
  height: 145px;
}
.behavioral-landing-page .card-course p {
  font-size: 13px;
}
.behavioral-landing-page .minh-90 {
  min-height: 90px;
}
.behavioral-landing-page .minh-70 {
  min-height: 70px;
}
.behavioral-landing-page .mw-335 {
  max-width: 335px;
  width: 100%;
}
.behavioral-landing-page .behavioral-steps {
  background: linear-gradient(90deg, #039BE5 0.56%, #E91E63 87.79%);
  color: #fff;
  padding: 2.5rem 0;
}
.behavioral-landing-page .behavioral-steps i {
  font-size: 3.625rem;
}

@media screen and (min-width: 1550px) {
  .behavioral-landing-page .bh-header {
    background-position: 85% 0;
  }
}
@media screen and (min-width: 1230px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .badge-quote-gold {
    right: 0;
    width: 210px;
    height: 210px;
    bottom: 100px;
  }

  .behavioral-landing-page .bh-header {
    background-position: bottom right;
    background-size: 50%;
  }
}
@media screen and (max-width: 991px) {
  .behavioral-landing-page .btn-start {
    max-width: 195px;
    width: 100%;
    margin: auto;
  }
  .behavioral-landing-page .how-work .arrow-text {
    left: auto;
    bottom: auto;
    top: 100%;
    right: 0;
    transform: rotate(70deg);
  }
  .behavioral-landing-page .mw-370 {
    max-width: 370px;
    width: 100%;
  }

  .badge-quote-gold {
    right: 100px;
    bottom: auto;
    top: 70px;
  }

  .behavioral-landing-page .bh-header {
    background: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .behavioral-landing-page .small-card .card-body::after {
    content: none;
  }
  .behavioral-landing-page .big-card {
    border: 0;
  }

  .behavioral-steps i {
    font-size: 3rem;
  }

  .badge-quote-gold {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .badge-quote-gold {
    position: static;
  }
}

/*# sourceMappingURL=behavioral-health.css.map */
