/**
  * Lenox Hill
  * eLearning Course Details page
 **/
.gp-container ul li {
  font-weight: 500;
  line-height: 160%;
  padding: 3px 0;
}

/* FAQs */
.cci-elearning-faq { margin: 30px 0; }

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 15px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eee;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.accordion .link i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion .link i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
  margin-top: 6px;
}

.accordion .open .link { color: #b63b4d; }

.accordion.open i { color: #b63b4d; }

.accordion.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion .panel {
  padding: 15px;
  font-weight: 500;
  display: none;
}
#learn-heading a { float: right; }
#course-learn div.card-body ul { margin: 0 0 12px 0; }

/* Demo */
.cci-elearning__demo { margin: 15px 0; }

.cci-embed-container__title {
  background-color: #eee;
  font-weight: bold;
  padding: 10px;
}

.cci-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.cci-embed-container iframe,
.cci-embed-container object,
.cci-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* CTA */
.cci-not-member-cta {
  background-color: #3698CC;
  text-align: center;
  padding: 25px 30px;
  margin: 15px 0;
  color: #fff;
}

.cci-not-member-cta h3 {
  color: #fff;
}

#gp-content section[class ^= "cci-product-category"] .cci-not-member-cta a.cci-ecta-button {
  background-color: #ee943a;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 8px 20px;
  margin: 20px 0;
}

#gp-content section[class ^= "cci-product-category"] .cci-not-member-cta a.cci-ecta-button:hover {
  background-color: #fff;
  color: #ee943a !important;
}

.cci-not-member-cta__paragraph {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  margin: 0 10px;
  display: block;
}

/*Course Features*/

.cci-elearning-features {
  border: 2px solid #eee;
  padding: 15px 25px;
  margin: 15px 0;
}

.cci-elearning-features__list {
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

  .cci-elearning-features__list:last-child {
    border-bottom: 0;
  }

  .cci-elearning-features__list--left {
    text-align: left;
    font-weight: 600;
  }

  .cci-elearning-features__list--right {
    text-align: right;
    color: #7e7e7e;
  }

.cci-product-category-courses ul li {
  font-weight: 500;
}

.cci-product-category-courses .content ul li {
  font-weight: inherit;
  list-style: initial;
}

/*Related eLearning*/
.cci-elearning-related-elearning {
  margin: 40px 0 40px 0;
}

.cci-related-elearning__item {
background-color: #f1f1f1;
font-weight: 500;
height: 100%;
}

.cci-related-elearning__item--content {
  padding: 10px 20px 20px 20px;
}

.cci-related-elearning__item--title {
  font-size: 18px;
  color: #3e5564;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-weight: 700;
}

  #gp-content .cci-related-elearning__item--link {
    color: #3e5564;;
  }

  #gp-content .cci-related-elearning__item--link:hover {
    color: #ed9443;
  }

.cci-related-elearning__item--description {
  font-size: 13px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 180%;
}

.cci-related-elearning__item--readmore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.cci-elearning-related-elearning .cci-related-elearning__item--image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/**
  *  eLearning Course Listing page
 **/
.cci-no-products-found {
  text-align: center;
  margin-top: 20px;
  color: #747474;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.cci-page-content.courses-page {
  margin: 30px;
  text-align: justify;
}

.cci-products-guides.cci-elearning-find-course {
  padding-left: 0;
}

.cci-find-course {
  background-color: #EDEDED;
  margin: 0 0 40px 0;
  padding: 2rem 1rem;
}

.cci-find-course__title {
  text-align: center;
  font-size: 35px;
  padding-top: 10px;
}

.cci-filter-by-section {
  display: inline-block;
  padding-right: 10px;
}

.cci-filter-by-text {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
}

.cci-products-guides .filters.container .row {
  padding: 1rem;
  position: relative;
}
.cci-products-guides #active-filters .clear-all-filters,
.cci-products-guides .filters.container .clear-search {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 8rem;
  top: 1rem;
  z-index: 3;
  font-weight: 600;
  color: #000;
}

.cci-products-guides #active-filters .clear-all-filters {
font-size: 1rem;
line-height: 2rem;
right: 0.5rem;
top: 0.6rem;
}

.cci-products-guides #active-filters .clear-all-filters:hover,
.cci-products-guides .filters.container .clear-search:hover{
color: #ee943a;
}
.cci-products-guides .filters.container input#search {
border-radius: 0;
display: inline-block;
font-size: 1.25rem;
padding: 2.125rem;
position: relative;
width: 100%;
z-index: 1;
font-weight: 400;
}
.cci-products-guides .filters.container button#search_submit {
background: none black;
border-radius: 0;
display: inline-block;
font-size: 1.5rem;
font-weight: normal;
padding: 1.375rem 2rem 1.375rem 2rem;
position: absolute;
z-index: 2;
right: 0;
top: 0;
}
.cci-products-guides .filters.container .row h4 {
color: #333;
font-size: 1rem;
}

.cci-products-guides .filters.container .dropdown button {
  background: #fff;
  border: 1px solid #cacbcc;
  border-radius: 0;
  color: #686f7a;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
}

.cci-products-guides .filters.container .dropdown button:hover {
  color: #000;
}

.cci-products-guides .filters.container .dropdown .dropdown-menu {
  border: 1px solid #cacbcc;
  border-radius: 0;
  z-index: 100000;
}
.cci-products-guides .filters.container .dropdown .dropdown-menu .dropdown-item {
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  padding: 0.25rem 1rem;
}

.cci-products-guides #active-filters {
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #CCC;
  margin: 0.5rem;
  padding: 0.5rem 5rem 0.5rem 0.5rem;
}
.cci-products-guides .result-count {
  margin: 0.5rem;
  padding: 0.5rem;
}

.cci-products-guides #active-filters h4 {
  color: #686f7a;
  margin-bottom: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding-right: 2rem;
}

.cci-products-guides #active-filters button {
  background: none transparent;
  border-radius: 5px;
  padding: 7px 10px 0 0;
  border: 0;
  font-size: 14px;
  vertical-align: top;
}

.cci-products-guides #cci-product-grid {
  min-height: 200px;
  padding-left: 60px;
  position: relative;
}

.cci-products-guides #cci-product-grid .loading-screen {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}

.cci-products-guides #cci-product-grid .loading-screen img {
  padding: 3rem;
}

/*Related eLearning*/

.cci-elearning-related-elearning {
  margin: 20px 0 20px 0;
}

.cci-related-elearning__item {
  background-color: #f1f1f1;
  font-weight: 500;
  height: 100%;
}

.cci-related-elearning__item--content {
  padding: 10px 20px 20px 20px;
}

.cci-related-elearning__item--title {
  font-size: 18px;
  color: #3e5564;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-weight: 700;
}

#gp-content .cci-related-elearning__item--link {
  color: #3e5564;;
}

#gp-content .cci-related-elearning__item--link:hover {
  color: #ed9443;
}

.cci-related-elearning__item--description {
  font-size: 13px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 180%;
}

.cci-related-elearning__item--readmore {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.cci-elearning-related-elearning .cci-related-elearning__item--image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .cci-related-elearning__box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .cci-filter-by-section {
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .cci-products-guides .filters.container .dropdown button {
    width: 100%;
  }

  #gp-page-header #gp-page-header-inner .gp-container {
    padding-bottom: 0 !important;
  }

  .cci-products-guides .filters.container input#search {
    font-size: 1rem;
  }

}
