.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 2em;
}
@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: "Dosis", sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* 38892 */
/* 38892 */
/* 37091 start */
/* 37091 end */
/*121291*/
/*39943*/
.product-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.level-credits {
  color: #00819f;
  font-size: 18px;
  line-height: 1.1;
}

.description-and-detail {
  background-color: #f5f5f5;
  padding: 20px;
}
.description-and-detail .description .title, .description-and-detail .details .title, .description-and-detail .prerequisites .title, .description-and-detail .admin-requirements .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  margin-bottom: 20px;
}
.description-and-detail .description .value, .description-and-detail .details .value, .description-and-detail .prerequisites .value, .description-and-detail .admin-requirements .value {
  font-family: "Muli-Regular";
  font-size: 14px;
  line-height: 1.43;
}
.description-and-detail .description .admissions_requirements__list-section:last-child, .description-and-detail .details .admissions_requirements__list-section:last-child, .description-and-detail .prerequisites .admissions_requirements__list-section:last-child, .description-and-detail .admin-requirements .admissions_requirements__list-section:last-child {
  padding-top: 15px;
}
.description-and-detail .description .value, .description-and-detail .details .value, .description-and-detail .prerequisites .value {
  margin-bottom: 20px;
}

.prices-add-to-cart-actions .add-to-cart {
  width: 100%;
}

.error-add-to-cart-messages {
  z-index: 1090;
}
.error-add-to-cart-messages .modal-content.alert-danger {
  color: #721c24;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  border-radius: 5px;
}
.error-add-to-cart-messages .modal-content.alert-warning {
  color: #856404;
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
}
.error-add-to-cart-messages .delete-confirmation-header button.close {
  padding: 0px 5px;
  color: #721c24;
}
.error-add-to-cart-messages .modal-body {
  padding: 5px 16px 10px;
}

.user-testimonials-pdp {
  padding: 40px 100px 20px;
  margin: 38px 0px 60px !important;
  background: #F0F9FB;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp {
    padding: 20px 45px 15px;
    margin: 20px 0px 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .user-testimonials-pdp {
    padding: 40px 80px 20px;
  }
}
.user-testimonials-pdp .user-testimonial-carousel .carousel-slide:not(:first-child) {
  display: none;
}
.user-testimonials-pdp .user-testimonial-carousel .user-testimonial__carousel-slides {
  text-align: left;
}
.user-testimonials-pdp .user-testimonial-carousel .user-testimonial__carousel-slides:before {
  content: "";
  margin: 0 auto 20px auto;
  width: 28px;
  height: 21px;
  display: block;
  background: url(../../images/ic-quotes.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__carousel-slides:before {
    width: 16px;
    height: 13px;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 768) and (max-width: 1199px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__carousel-slides:before {
    padding: 40px 80px 20px;
  }
}
.user-testimonials-pdp .user-testimonial-carousel .user-testimonial__quotes {
  font-family: "noto-serif";
  font-size: 20px;
  line-height: 26px;
  color: #012934;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__quotes {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    -webkit-line-clamp: 4;
    max-height: 104px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__quotes {
    font-size: 13px;
    font-weight: 600;
  }
}
.user-testimonials-pdp .user-testimonial-carousel .user-testimonial__divider {
  width: 32px;
  border: 1px solid #FDB71A;
  margin: 30px 0px 10px;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__divider {
    margin: 22px auto 10px;
  }
}
.user-testimonials-pdp .user-testimonial-carousel .user-testimonial__names {
  font-family: "Muli-Bold";
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  color: #012934;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__names {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .user-testimonials-pdp .user-testimonial-carousel .user-testimonial__names {
    font-size: 12px;
    font-weight: 600;
  }
}
.user-testimonials-pdp .slick-next,
.user-testimonials-pdp .slick-next:hover,
.user-testimonials-pdp .slick-next:focus, .user-testimonials-pdp .slick-prev,
.user-testimonials-pdp .slick-prev:hover,
.user-testimonials-pdp .slick-prev:focus {
  height: 45px;
  width: 24px;
  z-index: 1;
  top: 50%;
  background-size: cover !important;
}
.user-testimonials-pdp .slick-next:before,
.user-testimonials-pdp .slick-next:hover:before,
.user-testimonials-pdp .slick-next:focus:before, .user-testimonials-pdp .slick-prev:before,
.user-testimonials-pdp .slick-prev:hover:before,
.user-testimonials-pdp .slick-prev:focus:before {
  display: none;
}
.user-testimonials-pdp .slick-prev,
.user-testimonials-pdp .slick-prev:hover,
.user-testimonials-pdp .slick-prev:focus {
  background: url(../../images/ic-chevRight.svg) no-repeat;
  -webkit-transform-origin: center 25%;
          transform-origin: center 25%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -70px;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .slick-prev,
  .user-testimonials-pdp .slick-prev:hover,
  .user-testimonials-pdp .slick-prev:focus {
    left: -32px;
    height: 25px;
    width: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .user-testimonials-pdp .slick-prev,
  .user-testimonials-pdp .slick-prev:hover,
  .user-testimonials-pdp .slick-prev:focus {
    left: -55px;
  }
}
.user-testimonials-pdp .slick-next,
.user-testimonials-pdp .slick-next:hover,
.user-testimonials-pdp .slick-next:focus {
  background: url(../../images/ic-chevRight.svg) no-repeat;
  right: -70px;
}
@media (max-width: 767.98px) {
  .user-testimonials-pdp .slick-next,
  .user-testimonials-pdp .slick-next:hover,
  .user-testimonials-pdp .slick-next:focus {
    right: -32px;
    height: 25px;
    width: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .user-testimonials-pdp .slick-next,
  .user-testimonials-pdp .slick-next:hover,
  .user-testimonials-pdp .slick-next:focus {
    right: -55px;
  }
}
.user-testimonials-pdp .slick-dots {
  padding-top: 10px;
}
.user-testimonials-pdp .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0px;
  padding: 0 !important;
}
.user-testimonials-pdp .slick-dots li.slick-active button:before {
  top: -1px;
  font-size: 40px;
  color: #FDB71A;
}
@media (max-width: 768.98px) {
  .user-testimonials-pdp .slick-dots li.slick-active button:before {
    top: 0px;
  }
}
.user-testimonials-pdp .slick-dots li button {
  padding: 0;
}
.user-testimonials-pdp .slick-dots li button:hover, .user-testimonials-pdp .slick-dots li button:focus {
  color: #FDB71A;
  outline: 0 !important;
}
.user-testimonials-pdp .slick-dots li button:before {
  color: #012934;
  opacity: 1;
  font-size: 26px;
  padding: 0px;
}
.user-testimonials-pdp .slick-dots li:before {
  display: none;
}

.faculty-bio-pdp .faculty-detail {
  background-color: #F0F9FB;
  padding: 30px 40px 30px 30px;
}
@media (max-width: 768.98px) {
  .faculty-bio-pdp .faculty-detail {
    padding: 60px 30px 75px;
    margin: 0px -15px;
  }
  .faculty-bio-pdp .faculty-detail.collapsed .faculty-description {
    height: 150px;
    overflow: hidden;
  }
}
.faculty-bio-pdp .faculty-detail .instructor {
  font-family: "Muli-Bold";
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #012934;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .faculty-bio-pdp .faculty-detail .instructor {
    text-align: center;
    font-size: 14px;
  }
}
.faculty-bio-pdp .faculty-detail .faculty-image {
  width: 90px;
  border-radius: 45px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 768.98px) {
  .faculty-bio-pdp .faculty-detail .faculty-image {
    max-width: 150px;
    margin: 0px auto 15px;
  }
}
.faculty-bio-pdp .faculty-detail .faculty-name {
  font-family: "noto-serif";
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  color: #003B4C;
}
@media (max-width: 768.98px) {
  .faculty-bio-pdp .faculty-detail .faculty-name {
    font-size: 18px;
    text-align: center;
    padding: 0px 25%;
  }
  .faculty-bio-pdp .faculty-detail .faculty-name:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #FDB71A;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.faculty-bio-pdp .faculty-detail .faculty-description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Muli-Regular";
  margin-bottom: 0px;
  color: #000000;
}
@media (max-width: 768.98px) {
  .faculty-bio-pdp .faculty-detail .faculty-description {
    font-size: 12px;
  }
}
.faculty-bio-pdp .faculty-detail .btn-readmore-bio {
  color: #00687F;
  font-family: "Muli-SemiBold";
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0px;
  padding: 0px;
  border: 0px;
}

.pdp-infographic-component {
  margin: 40px 0px;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component {
    margin: 25px 0px;
  }
}
.pdp-infographic-component__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding-left: 30px;
  }
}
.pdp-infographic-component__left {
  position: relative;
}
.pdp-infographic-component__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left-content:before {
    content: "";
    position: absolute;
    border-left: 2px solid #EDCF8D;
    left: -26px;
    top: -10px;
    width: 1px;
    height: calc(50% + 10px);
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left-content:after {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    width: 12px;
    height: 1px;
    border-top: 2px solid #EDCF8D;
  }
}
.pdp-infographic-component__left .recomended-product-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F1FAFC;
  -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  position: relative;
  margin-top: 20px;
  border: 0.7px solid transparent;
}
.pdp-infographic-component__left .recomended-product-badge:first-child {
  margin-top: 0px;
}
.pdp-infographic-component__left .recomended-product-badge:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  height: calc(100% + 48px);
  width: 1px;
  border-right: 2px solid #EDCF8D;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge:not(:last-child):before {
    left: -15px;
    right: initial;
  }
}
.pdp-infographic-component__left .recomended-product-badge:last-child:before {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  width: 5px;
  height: 40px;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge:last-child:before {
    left: -15px;
    right: initial;
  }
}
.pdp-infographic-component__left .recomended-product-badge:after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  width: 19px;
  height: 1px;
  border-top: 2px solid #EDCF8D;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge:after {
    left: -15px;
    width: 15px;
    right: initial;
  }
}
@media (min-width: 992px) {
  .pdp-infographic-component__left .recomended-product-badge {
    margin-right: 19px;
  }
}
.pdp-infographic-component__left .recomended-product-badge__banner {
  background-color: #00647C;
  width: 77px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge__banner {
    width: 60px;
  }
}
.pdp-infographic-component__left .recomended-product-badge__banner img.product-badge {
  width: 25px;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge__banner img.product-badge {
    width: 20px;
  }
}
.pdp-infographic-component__left .recomended-product-badge__content {
  padding: 10px 42px 10px 12px;
  width: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge__content {
    width: calc(100% - 60px);
  }
}
.pdp-infographic-component__left .recomended-product-badge__content .product-name {
  font-family: "Muli-Bold" !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #00647C !important;
  margin: 0px !important;
  padding: 0px;
  border: 0px !important;
}
.pdp-infographic-component__left .recomended-product-badge__content .product-title {
  font-family: "Muli-Bold" !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #01171D !important;
  margin: 0px !important;
  padding: 3px 0px 0px;
}
@media (max-width: 768.98px) {
  .pdp-infographic-component__left .recomended-product-badge__content .product-title {
    font-size: 13px !important;
  }
}
.pdp-infographic-component__left .recomended-product-badge__content .arrow-bordered {
  position: absolute;
  right: 14px;
}
@media (min-width: 992px) {
  .pdp-infographic-component__left .recomended-product-badge__content .arrow-bordered {
    display: none;
  }
}
.pdp-infographic-component__left .recomended-product-badge:hover, .pdp-infographic-component__left .recomended-product-badge:focus {
  border: 0.7px solid #00A887;
}
@media (min-width: 992px) {
  .pdp-infographic-component__left .recomended-product-badge:hover .arrow-bordered, .pdp-infographic-component__left .recomended-product-badge:focus .arrow-bordered {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__left .recomended-product-badge.has-link {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
.pdp-infographic-component__left .recomended-product-badge.has-link:hover, .pdp-infographic-component__left .recomended-product-badge.has-link:focus {
  border-color: transparent;
  background-color: #C7E8EF;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pdp-infographic-component__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdp-infographic-component__right-content {
  width: 220px;
  margin-left: 20px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.pdp-infographic-component__right-content:not(.component-left-out):before {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  left: -22px;
  top: 50%;
  border-top: 2px solid #EDCF8D;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content:not(.component-left-out):before {
    left: -26px;
    width: 26px;
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content:not(.component-left-out):after {
    content: "";
    position: absolute;
    top: 50%;
    left: -27px;
    height: calc(100% + 10px);
    width: 1px;
    border-left: 2px solid #EDCF8D;
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-left: 0px;
    margin-bottom: 37px;
  }
}
.pdp-infographic-component__right-content-top {
  background: #fdb71b url(../../images/pdinfographic.png) no-repeat;
  background-size: 70% 100%;
  background-position: right;
}
@media (min-width: 992px) {
  .pdp-infographic-component__right-content-top {
    height: 140px;
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-top {
    width: 60px;
    background-size: 100% 70%;
    background-position: top right;
  }
}
.pdp-infographic-component__right-content-bottom {
  background-color: #F1FAFC;
  border-bottom: 2px solid #00647C;
  position: relative;
}
@media (min-width: 992px) {
  .pdp-infographic-component__right-content-bottom {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 60px 20px 36px 20px;
  }
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-bottom {
    width: calc(100% - 60px);
    padding: 12px 36px;
    border-color: transparent;
    min-height: 80px;
  }
}
.pdp-infographic-component__right-content-bottom img.certificate {
  position: absolute;
  width: 160px;
  top: -70px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-bottom img.certificate {
    width: 57px;
    height: 43px;
    top: 20px;
    left: -30px;
  }
}
.pdp-infographic-component__right-content-bottom .product-name {
  font-family: "Muli-Bold";
  font-size: 12px !important;
  line-height: 22px !important;
  color: #00647C !important;
  margin: 0px 0px 6px !important;
  padding: 0px;
  border: 0px !important;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-bottom .product-name {
    margin-bottom: 0px !important;
  }
}
.pdp-infographic-component__right-content-bottom .product-title {
  font-family: "Muli-Bold" !important;
  font-size: 16px !important;
  line-height: 23px !important;
  color: #01171D !important;
  margin: 0px !important;
  padding: 0px !important;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-bottom .product-title {
    font-size: 14px !important;
  }
}
.pdp-infographic-component__right-content-bottom .arrow-container {
  position: absolute;
  bottom: 14px;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content-bottom .arrow-container {
    right: 14px;
    bottom: calc(50% - 12px);
  }
}
.pdp-infographic-component__right-content-bottom .arrow-container .arrow-borderd {
  margin-top: 5px;
  width: 21px;
  height: 21px;
}
@media (min-width: 992px) {
  .pdp-infographic-component__right-content-bottom .arrow-container .arrow-borderd {
    display: none;
  }
}
.pdp-infographic-component__right-content.has-nolink {
  border: 0.7px solid transparent;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content.has-nolink .has-bottom {
    border-color: transparent;
  }
}
.pdp-infographic-component__right-content.has-nolink:hover, .pdp-infographic-component__right-content.has-nolink:focus {
  border: 0.7px solid #00A887;
}
.pdp-infographic-component__right-content.has-nolink:hover .has-bottom, .pdp-infographic-component__right-content.has-nolink:focus .has-bottom {
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .pdp-infographic-component__right-content.has-link {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
.pdp-infographic-component__right-content.has-link:hover, .pdp-infographic-component__right-content.has-link:focus {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pdp-infographic-component__right-content.has-link:hover .pdp-infographic-component__right-content-bottom, .pdp-infographic-component__right-content.has-link:focus .pdp-infographic-component__right-content-bottom {
  background-color: #C7E8EF;
}
@media (min-width: 992px) {
  .pdp-infographic-component__right-content.has-link:hover .arrow-borderd, .pdp-infographic-component__right-content.has-link:focus .arrow-borderd {
    display: block;
  }
}

/*107530*/
/*225721*/
.price {
  font-size: 1.2rem;
}

/*# sourceMappingURL=detail.css.map*/