.boclips_boclips-show {
  background-color: #f1f1f4;
  height: 100vh;
}

#bo_player_modal {
  padding: 0 15px;
}

#boclips-modal-container {
  overflow: auto;
  padding: 0px;
  width: 100%;
  margin: 0px auto;
  z-index: 1050;
  outline: 0;
}

#boclips-modal-container .js-resource-row {
  position: fixed;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
}

@media (max-width: 1299px) {
  #boclips-modal-container .js-resource-row {
    position: absolute;
  }
}

#boclips-modal-container .js-resource-row .close-button-wrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1299px) {
  #boclips-modal-container .js-resource-row .close-button-wrap {
    max-width: 1220px;
  }
}

#boclips-modal-container .js-resource-row .close-button-wrap .boclips-modal-close {
  position: absolute;
  top: -6px;
  right: 0px;
  height: 50px;
  z-index: 1;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #45454a;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#boclips-modal-container .js-resource-row .close-button-wrap .boclips-modal-close:hover {
  background-color: #f5f5f5;
}

@media (max-width: 1299px) {
  #boclips-modal-container .js-resource-row .close-button-wrap .boclips-modal-close {
    position: absolute;
    top: 31px;
    right: 11px;
    height: 40px;
    line-height: 39px;
    padding: 0 11px;
    border-radius: 4px;
    border-color: #e1e1e1;
    box-shadow: none;
  }
}

#boclips-modal-container .spin-wrapper {
  margin-top: 300px;
  text-align: center;
  color: rgb(195.5, 195.5, 195.5);
}

@media (min-width: 1300px) {
  #boclips-modal-container .boclips-resource-page {
    margin-top: 40px;
  }
}

@media (max-width: 1299px) {
  #boclips-modal-container .rp-header {
    padding-right: 60px;
  }
}

@media (max-width: 899px) {
  #boclips-modal-container .rp-header {
    padding: 10px 20px;
  }
}

#boclips-results-loader .fa {
  font-size: 30px;
  color: #18598f;
  display: none;
}

#boclips-results-loader .lp-loading-cell {
  position: relative;
  width: 31%;
  height: 150px;
  border-radius: 6px;
  margin-bottom: 25px;
  overflow: hidden;
}

@media (max-width: 991px) {
  #boclips-results-loader .lp-loading-cell {
    width: 23%;
  }
}

@media (max-width: 767px) {
  #boclips-results-loader .lp-loading-cell {
    width: 31%;
  }
}

@media (max-width: 1280px) {
  #boclips-results-loader .lp-loading-cell {
    width: 48%;
    margin-bottom: 15px;
  }
}

#boclips-results-loader .lp-loading-cell:last-child {
  display: block;
}

@media (max-width: 991px) {
  #boclips-results-loader .lp-loading-cell:last-child {
    display: block;
  }
}

@media (max-width: 767px) {
  #boclips-results-loader .lp-loading-cell:last-child {
    display: none;
  }
}

@media (max-width: 599px) {
  #boclips-results-loader .lp-loading-cell:last-child {
    display: block;
  }
}

#boclips-results-loader .lp-loading-bg {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ecedef;
  background: linear-gradient(to right, #ecedef 8%, #dddddd 18%, #ecedef 33%);
  background-size: 800px 104px;
  clear: both;
  min-height: 150px;
  margin-bottom: 12px;
}

#boclips-results-loader .lp-loading-bg.fn-breadcrumb-loader {
  min-height: 15px;
  max-width: 80%;
}

#boclips-results-loader .lp-loading-bg.fn-title-loader {
  min-height: 35px;
  max-width: 50%;
}

#boclips-results-loader .lp-loading-bg.fn-subtitle-loader {
  min-height: 20px;
  max-width: 70%;
}

#boclips-results-loader .video-results-loader,
#boclips-results-loader #more-results-loader,
#boclips-results-loader #all-results-loader,
#boclips-results-loader #full-more-results-loader {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

#boclips-results-loader .video-results-loader {
  max-height: 150px;
}

.showing-more #boclips-results-loader .video-results-loader {
  max-height: 825px;
}

@media (max-width: 599px) {
  .showing-more #boclips-results-loader .video-results-loader {
    max-height: 1225px;
  }
}

.showing-more #boclips-results-loader .video-results-loader .lp-loading-cell.cell-4 {
  display: block !important;
}

.showing-more #boclips-results-loader .video-results-loader .lp-loading-cell.cell-12 {
  display: block !important;
}

.showing-all #boclips-results-loader .video-results-loader {
  max-height: 1600px;
}

@media (max-width: 599px) {
  .showing-all #boclips-results-loader .video-results-loader {
    max-height: 2000px;
  }
}

.showing-all #boclips-results-loader .video-results-loader .lp-loading-cell.cell-4 {
  display: block !important;
}

.showing-all #boclips-results-loader .video-results-loader .lp-loading-cell.cell-12 {
  display: block !important;
}

.showing-full #boclips-results-loader .video-results-loader {
  max-height: 3200px;
}

@media (max-width: 599px) {
  .showing-full #boclips-results-loader .video-results-loader {
    max-height: 3600px;
  }
}

.showing-full #boclips-results-loader .video-results-loader .lp-loading-cell.cell-4 {
  display: block !important;
}

.showing-full #boclips-results-loader .video-results-loader .lp-loading-cell.cell-12 {
  display: block !important;
}

@media (max-width: 1024px) {
  #search-results-area #boclips-results-loader .lp-loading-cell {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #search-results-area #boclips-results-loader .lp-loading-cell {
    width: 98%;
  }
}

#search-results-area #boclips-results-loader .lp-loading-cell:last-child {
  display: none;
}

@media (max-width: 991px) {
  #search-results-area #boclips-results-loader .lp-loading-cell:last-child {
    display: block;
  }
}

@media (max-width: 767px) {
  #search-results-area #boclips-results-loader .lp-loading-cell:last-child {
    display: none;
  }
}

@media (max-width: 599px) {
  #search-results-area #boclips-results-loader .lp-loading-cell:last-child {
    display: block;
  }
}

.bc-video-wrap,
.lp-video-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
  transition: max-height 0.3s;
}

.bc-video-wrap {
  max-height: 150px;
}

.showing-more .bc-video-wrap {
  max-height: 825px;
}

@media (max-width: 599px) {
  .showing-more .bc-video-wrap {
    max-height: 1225px;
  }
}

.showing-all .bc-video-wrap {
  max-height: 1600px;
}

.showing-all .bc-video-wrap:not(:empty) {
  padding-top: 10px;
}

@media (max-width: 599px) {
  .showing-all .bc-video-wrap {
    max-height: 2000px;
  }
}

.showing-all #boclips-results-loader-container:not(:empty) {
  padding-top: 10px;
}

.showing-full .bc-video-wrap {
  max-height: 3200px;
}

@media (max-width: 599px) {
  .showing-full .bc-video-wrap {
    max-height: 3600px;
  }
}

.lp-video-wrap {
  max-height: 3200px;
}

@media (max-width: 599px) {
  .lp-video-wrap {
    max-height: 3600px;
  }
}

.bc-video-wrap .ui-draggable-dragging,
.lp-video-wrap .ui-draggable-dragging {
  width: 220px !important;
  height: 150px !important;
}

.bc-video-card,
.lp-video-card,
.bc-video-wrap .ui-draggable-dragging,
.lp-video-wrap .ui-draggable-dragging {
  position: relative;
  height: 150px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.bc-video-card img,
.lp-video-card img,
.bc-video-wrap .ui-draggable-dragging img,
.lp-video-wrap .ui-draggable-dragging img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  transform: scale(1);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.bc-video-card .play-icon,
.lp-video-card .play-icon,
.bc-video-wrap .ui-draggable-dragging .play-icon,
.lp-video-wrap .ui-draggable-dragging .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  opacity: 0.5;
  color: #fff;
  margin-top: -30px;
  margin-left: -20px;
  pointer-events: none;
}

.bc-video-card .video-info,
.lp-video-card .video-info,
.bc-video-wrap .ui-draggable-dragging .video-info,
.lp-video-wrap .ui-draggable-dragging .video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.bc-video-card .duration,
.lp-video-card .duration,
.bc-video-wrap .ui-draggable-dragging .duration,
.lp-video-wrap .ui-draggable-dragging .duration {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px 0px 10px;
  border-top-right-radius: 4px;
  transition: background-color 0.3s;
}

.bc-video-card .duration .fa,
.lp-video-card .duration .fa,
.bc-video-wrap .ui-draggable-dragging .duration .fa,
.lp-video-wrap .ui-draggable-dragging .duration .fa {
  margin-right: 2px;
}

.bc-video-card .title,
.lp-video-card .title,
.bc-video-wrap .ui-draggable-dragging .title,
.lp-video-wrap .ui-draggable-dragging .title {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0px 0px 6px 6px;
  transition: background-color 0.3s;
}

.bc-video-card .title a,
.lp-video-card .title a,
.bc-video-wrap .ui-draggable-dragging .title a,
.lp-video-wrap .ui-draggable-dragging .title a {
  color: #fff;
  text-decoration: none;
}

.bc-video-card:hover .title,
.bc-video-card:hover .duration,
.lp-video-card:hover .title,
.lp-video-card:hover .duration,
.bc-video-wrap .ui-draggable-dragging:hover .title,
.bc-video-wrap .ui-draggable-dragging:hover .duration,
.lp-video-wrap .ui-draggable-dragging:hover .title,
.lp-video-wrap .ui-draggable-dragging:hover .duration {
  background-color: rgba(66, 66, 66, 0.8);
}

.bc-video-card:hover .title a,
.lp-video-card:hover .title a,
.bc-video-wrap .ui-draggable-dragging:hover .title a,
.lp-video-wrap .ui-draggable-dragging:hover .title a {
  text-decoration: underline;
}

.bc-video-card:hover img,
.lp-video-card:hover img,
.bc-video-wrap .ui-draggable-dragging:hover img,
.lp-video-wrap .ui-draggable-dragging:hover img {
  transform: scale(1.2);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.bc-video-card:hover .play-icon,
.lp-video-card:hover .play-icon,
.bc-video-wrap .ui-draggable-dragging:hover .play-icon,
.lp-video-wrap .ui-draggable-dragging:hover .play-icon {
  opacity: 1;
}

@media (max-width: 599px) {
  #boclips-videos-section #boclips-heading,
  #boclips-videos-section #boclips-demo-heading,
  #boclips-demo-section #boclips-heading,
  #boclips-demo-section #boclips-demo-heading {
    margin-bottom: 10px;
  }
}

#boclips-videos-section .video-resources-title,
#boclips-demo-section .video-resources-title {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 13px;
}

#boclips-videos-section .video-resources-title .total-videos,
#boclips-demo-section .video-resources-title .total-videos {
  margin-left: 4px;
  margin-right: 1px;
}

#boclips-videos-section .video-resources-title .show-more-videos,
#boclips-videos-section .video-resources-title .view-all-videos,
#boclips-demo-section .video-resources-title .show-more-videos,
#boclips-demo-section .video-resources-title .view-all-videos {
  font-size: 15px;
  color: #18598f;
  cursor: pointer;
  margin-top: 1px;
  margin-right: 1px;
}

#boclips-videos-section .video-resources-title .show-more-videos .text,
#boclips-videos-section .video-resources-title .view-all-videos .text,
#boclips-demo-section .video-resources-title .show-more-videos .text,
#boclips-demo-section .video-resources-title .view-all-videos .text {
  margin-right: 6px;
}

#boclips-videos-section .video-resources-title .show-more-videos .text:hover,
#boclips-videos-section .video-resources-title .view-all-videos .text:hover,
#boclips-demo-section .video-resources-title .show-more-videos .text:hover,
#boclips-demo-section .video-resources-title .view-all-videos .text:hover {
  text-decoration: underline;
}

#boclips-videos-section .video-resources-title .show-more-videos .lp-icon,
#boclips-videos-section .video-resources-title .view-all-videos .lp-icon,
#boclips-demo-section .video-resources-title .show-more-videos .lp-icon,
#boclips-demo-section .video-resources-title .view-all-videos .lp-icon {
  font-size: 12px;
  vertical-align: 1px;
}

@media (max-width: 399px) {
  #boclips-videos-section .video-resources-title .show-more-videos,
  #boclips-demo-section .video-resources-title .show-more-videos {
    display: none;
  }
}

#boclips-videos-section .video-resources-title .show-more-videos .lp-icon,
#boclips-demo-section .video-resources-title .show-more-videos .lp-icon {
  font-size: 12px;
  vertical-align: 1px;
}

#boclips-videos-section .video-resources-title .view-all-videos:hover,
#boclips-demo-section .video-resources-title .view-all-videos:hover {
  text-decoration: none;
}

#boclips-videos-section .video-resources-title .view-all-videos:before,
#boclips-demo-section .video-resources-title .view-all-videos:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 99px;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 6px;
}

#boclips-videos-section .hide-text,
#boclips-demo-section .hide-text {
  display: none;
}

#boclips-videos-section.showing-more .hide-text,
#boclips-demo-section.showing-more .hide-text {
  display: block;
}

#boclips-videos-section.showing-more .show-text,
#boclips-demo-section.showing-more .show-text {
  display: none;
}

#boclips-videos-section.showing-all .hide-text, #boclips-videos-section.showing-full .hide-text,
#boclips-demo-section.showing-all .hide-text,
#boclips-demo-section.showing-full .hide-text {
  display: none;
}

#boclips-videos-section.showing-all .show-text, #boclips-videos-section.showing-full .show-text,
#boclips-demo-section.showing-all .show-text,
#boclips-demo-section.showing-full .show-text {
  display: none;
}

#boclips-videos-section.showing-all .video-resources-title,
#boclips-videos-section.showing-all .other-resources-title, #boclips-videos-section.showing-full .video-resources-title,
#boclips-videos-section.showing-full .other-resources-title,
#boclips-demo-section.showing-all .video-resources-title,
#boclips-demo-section.showing-all .other-resources-title,
#boclips-demo-section.showing-full .video-resources-title,
#boclips-demo-section.showing-full .other-resources-title {
  display: none;
}

#boclips-videos-section.loading-boclips-videos-section .hide-text,
#boclips-demo-section.loading-boclips-videos-section .hide-text {
  display: none;
}

#boclips-videos-section.loading-boclips-videos-section .show-text,
#boclips-demo-section.loading-boclips-videos-section .show-text {
  display: none;
}

#boclips-videos-section.loading-boclips-videos-section .video-resources-title #total-videos,
#boclips-demo-section.loading-boclips-videos-section .video-resources-title #total-videos {
  display: none;
}

#boclips-videos-section.loading-boclips-videos-section .other-resources-title #boclips-other-resources-count,
#boclips-demo-section.loading-boclips-videos-section .other-resources-title #boclips-other-resources-count {
  display: none;
}

#boclips-videos-section .other-resources-title,
#boclips-demo-section .other-resources-title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 14px;
  padding-top: 14px;
}

#boclips-videos-section .other-resources-title .total,
#boclips-demo-section .other-resources-title .total {
  margin-left: 4px;
  margin-right: 1px;
}

#boclips-videos-section .other-resources-title .demo-total,
#boclips-demo-section .other-resources-title .demo-total {
  font-size: 16px;
  margin-left: 1px;
  margin-right: 1px;
  opacity: 0.6;
}

#boclips-videos-section .total,
#boclips-demo-section .total {
  font-size: 15px;
  opacity: 0.6;
}

#boclips-videos-section .view-all-videos-btn,
#boclips-demo-section .view-all-videos-btn {
  display: none;
  border: 1px solid #18598f;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 0;
  cursor: pointer;
}

#boclips-videos-section .view-all-videos-btn .text,
#boclips-demo-section .view-all-videos-btn .text {
  margin-right: 5px;
}

#boclips-videos-section .view-all-videos-btn:hover,
#boclips-demo-section .view-all-videos-btn:hover {
  text-decoration: none;
  background-color: #18598f;
  color: #fff;
}

#boclips-videos-section.showing-more .view-all-videos-btn,
#boclips-demo-section.showing-more .view-all-videos-btn {
  display: block;
}

#boclips-videos-section.showing-all .view-all-videos-btn, #boclips-videos-section.showing-full .view-all-videos-btn,
#boclips-demo-section.showing-all .view-all-videos-btn,
#boclips-demo-section.showing-full .view-all-videos-btn {
  display: none;
}

#boclips-videos-section.showing-all .view-all-videos, #boclips-videos-section.showing-full .view-all-videos,
#boclips-demo-section.showing-all .view-all-videos,
#boclips-demo-section.showing-full .view-all-videos {
  display: none;
}

#boclips-videos-section .no-video-results,
#boclips-demo-section .no-video-results {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  background-color: rgba(236, 237, 239, 0.2);
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #ececec;
  margin-bottom: 25px;
}

#boclips-videos-section .no-video-results .clear-search,
#boclips-demo-section .no-video-results .clear-search {
  color: #18598f;
  margin-left: 4px;
  margin-right: 3px;
  cursor: pointer;
}

#boclips-videos-section .no-video-results .clear-search .fai,
#boclips-demo-section .no-video-results .clear-search .fai {
  font-size: 90%;
}

#boclips-videos-section .no-video-results .clear-search:hover,
#boclips-demo-section .no-video-results .clear-search:hover {
  text-decoration: underline;
}

.boclips-resource-page-modal {
  width: 100%;
}

.boclips-resource-page {
  background-color: #f5f5f5;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1220px;
  margin: 20px auto;
  border-radius: 8px;
}

@media (max-width: 499px) {
  .boclips-resource-page {
    margin: 0 auto;
  }
}

.boclips-resource-page .rp-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 0px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-header {
    flex-direction: column;
    padding: 10px 20px;
  }
}

.boclips-resource-page .rp-header .rp-type {
  flex: none;
  font-size: 15px;
  border: 1px solid black;
  background-color: #45454a;
  color: #fff;
  padding: 9px 10px;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-header .rp-type {
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px 15px;
  }
}

.boclips-resource-page .rp-header .rp-type .fai {
  margin-right: 3px;
}

.boclips-resource-page .rp-header .rp-title {
  flex-grow: 1;
  margin: 0 0 0 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-header .rp-title {
    text-align: center;
  }
}

.boclips-resource-page .rp-header .rp-actions {
  flex: none;
  display: flex;
  align-items: center;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-header .rp-actions {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .boclips-resource-page .rp-header .rp-actions {
    display: block;
  }
}

.boclips-resource-page .rp-header .rp-actions .mr5 > div > form {
  margin-bottom: 0px;
}

.boclips-resource-page .rp-header .rp-actions .action > form {
  margin: 0;
}

@media (max-width: 400px) {
  .boclips-resource-page .rp-header .rp-actions .action > form > .btn-group {
    float: none !important;
  }
}

.boclips-resource-page .rp-header .rp-actions .action .action-button,
.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn {
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 4px;
  color: #18598f;
  cursor: pointer;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
}

.boclips-resource-page .rp-header .rp-actions .action .action-button:hover,
.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn:hover {
  background-color: #f5f5f5;
}

.boclips-resource-page .rp-header .rp-actions .action .action-button:focus,
.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn:focus {
  background-color: #18598f;
  color: #fff;
}

.boclips-resource-page .rp-header .rp-actions .action .action-button .icon,
.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn .icon {
  vertical-align: -1px;
}

.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn .lp-collection-icon {
  display: none;
}

.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn .hidden-xs,
.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn .hidden-sm {
  display: inline-block !important;
}

.boclips-resource-page .rp-header .rp-actions .action .add-to-folder-btn .caret {
  border-right-width: 5px;
  border-left-width: 5px;
  border-top-width: 5px;
}

.boclips-resource-page .rp-body {
  display: flex;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-body {
    flex-direction: column-reverse;
    max-height: 100%;
  }
}

.boclips-resource-page .rp-body #boclips-api-unavailable-message {
  font-size: 18px;
  text-align: center;
}

.boclips-resource-page .rp-body #player-unavailable-message {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 30px 20px;
  background: #45454a;
  color: #fff;
  border-radius: 4px;
}

.boclips-resource-page .rp-body #player-unavailable-message #player-unavailable-title {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

.boclips-resource-page .rp-body #player-unavailable-message #player-unavailable-text {
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
}

.boclips-resource-page .rp-info {
  position: relative;
  flex: none;
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  width: 40%;
  min-height: 70vh;
  height: 100%;
  padding: 20px;
  border-radius: 0px 0px 0px 8px;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-info {
    width: 100%;
    border: 0;
    border-top: 1px solid #e1e1e1;
  }
}

.boclips-resource-page .rp-info .rp-hide-info {
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  margin-top: -10px;
  margin-right: -10px;
  font-size: 32px;
  font-weight: 600;
  cursor: pointer;
}

.boclips-resource-page .rp-info .rp-hide-info:hover {
  background-color: #f5f5f5;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-info .rp-hide-info {
    display: none;
  }
}

.boclips-resource-page .rp-info .rp-expand-info {
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  margin-top: -10px;
  cursor: pointer;
}

.boclips-resource-page .rp-info .rp-expand-info:hover {
  background-color: #f5f5f5;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-info .rp-expand-info {
    display: none;
  }
}

.boclips-resource-page .rp-info .rp-compress-info {
  display: none;
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  margin-top: -10px;
  cursor: pointer;
}

.boclips-resource-page .rp-info .rp-compress-info:hover {
  background-color: #f5f5f5;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-info .rp-compress-info {
    display: none;
  }
}

.boclips-resource-page .rp-info .rp-rating {
  margin-bottom: 10px;
}

.boclips-resource-page .rp-info .rp-rating .star-rating {
  font-size: 17px;
}

.boclips-resource-page .rp-info .rp-rating .resource-pool {
  font-size: 15px;
}

.boclips-resource-page .rp-info .rp-rating .resource-pool .pool-label {
  display: inline-block;
  font-weight: normal;
  margin-top: 0;
  font-size: 15px;
}

.boclips-resource-page .rp-info .rp-rating .resource-pool .pool-name {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 15px;
}

.boclips-resource-page .rp-info .rp-rating .resource-pool .pool-name .text {
  color: #b54316;
}

.boclips-resource-page .rp-info .rp-rating .resource-pool:only-child {
  padding: 5px 5px 5px 0px;
}

.boclips-resource-page .rp-info .rp-description {
  line-height: 1.6;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  hyphens: auto;
}

.boclips-resource-page .rp-info .rp-full-description {
  color: #18598f;
  font-size: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.boclips-resource-page .rp-info .rp-full-description .fai {
  margin-right: 2px;
}

.boclips-resource-page .rp-info .rp-report {
  color: #18598f;
  font-size: 15px;
  margin-top: 10px;
  cursor: pointer;
}

.boclips-resource-page .rp-info .rp-report .fai {
  margin-right: 2px;
}

.boclips-resource-page .rp-info .rp-info-section {
  font-size: 15px;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}

.boclips-resource-page .rp-info .rp-info-section .title {
  font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.boclips-resource-page .rp-info .rp-info-section .rp-resource-details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -15px -13px;
}

.boclips-resource-page .rp-info .rp-info-section .detail {
  position: relative;
  width: 33.333%;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 20px;
}

@media (max-width: 599px) {
  .boclips-resource-page .rp-info .rp-info-section .detail {
    width: 50%;
  }
}

.boclips-resource-page .rp-info .rp-info-section .detail .fai {
  position: absolute;
  top: 2px;
  left: 0;
  display: none;
}

.boclips-resource-page .rp-info .rp-info-section .detail .fai.fa-graduation-cap {
  font-size: 14px;
  top: 3px;
}

.boclips-resource-page .rp-info .rp-info-section .tooltip {
  font-size: 14px;
}

.boclips-resource-page .rp-info .rp-info-section .tooltip .tooltip-inner {
  max-width: 250px;
  padding: 8px 11px;
  text-align: left;
}

.boclips-resource-page .rp-info .rp-info-section .additional-material {
  color: #18598f;
}

.boclips-resource-page .rp-info .rp-info-section .additional-material,
.boclips-resource-page .rp-info .rp-info-section .classroom-considerations {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  margin-bottom: 5px;
}

.boclips-resource-page .rp-info .rp-info-section .additional-material .fai,
.boclips-resource-page .rp-info .rp-info-section .classroom-considerations .fai {
  position: absolute;
  top: 5px;
  left: 0;
}

.boclips-resource-page .rp-resource {
  position: relative;
  display: flex;
  padding: 0 20px;
  width: 60%;
  min-height: 70vh;
  justify-content: center;
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-resource {
    width: 100%;
    padding: 20px;
    min-height: 0;
  }
}

.boclips-resource-page .rp-resource .rp-show-info {
  display: none;
  height: 38px;
  line-height: 38px;
  padding: 0px 15px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #18598f;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.boclips-resource-page .rp-resource .rp-show-info:hover {
  border-color: #18598f;
}

.boclips-resource-page .rp-resource .rp-show-info .fai {
  margin-right: 3px;
}

.boclips-resource-page .rp-resource .player {
  width: 90%;
}

.boclips-resource-page .rp-resource .player .boclips-player-loading {
  width: 100%;
  height: 435px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #000;
  background: linear-gradient(to right, #000 8%, #45454a 18%, #000 33%);
  background-size: 1000px 100px;
}

@media (max-width: 1039px) {
  .boclips-resource-page .rp-resource .player .boclips-player-loading {
    height: 365px;
  }
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-resource .player .boclips-player-loading {
    height: 435px;
  }
}

@media (max-width: 649px) {
  .boclips-resource-page .rp-resource .player .boclips-player-loading {
    height: 385px;
  }
}

@media (max-width: 449px) {
  .boclips-resource-page .rp-resource .player .boclips-player-loading {
    height: 240px;
  }
}

@media (max-width: 349px) {
  .boclips-resource-page .rp-resource .player .boclips-player-loading {
    height: 190px;
  }
}

@media (min-width: 900px) {
  .boclips-resource-page .rp-resource .player {
    padding-top: 35px;
  }
  .boclips-resource-page .rp-resource .player.fixed {
    position: fixed !important;
    top: 70px;
    width: 300px;
  }
  .boclips-resource-page .rp-resource .player.fixed.ie {
    position: static !important;
  }
  .boclips-resource-page .rp-resource .player.fixed.bottom {
    position: absolute !important;
    top: auto;
    bottom: 10px;
  }
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-resource .player {
    width: 100% !important;
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .boclips-resource-page .rp-resource #lp-boclips-visitor-thumbnail img.lp-boclips-thumbnail.fixed {
    position: fixed;
    top: 70px;
    width: 300px;
  }
  .boclips-resource-page .rp-resource #lp-boclips-visitor-thumbnail img.lp-boclips-thumbnail.fixed.ie {
    position: static !important;
  }
}

@media (max-width: 899px) {
  .boclips-resource-page .rp-resource #lp-boclips-visitor-thumbnail img.lp-boclips-thumbnail {
    width: 100% !important;
    max-width: 600px;
  }
}

@media (min-width: 900px) {
  .boclips-resource-page.rp-info-expanded .rp-info {
    width: 75%;
  }
  .boclips-resource-page.rp-info-expanded .rp-resource {
    width: 25%;
    padding: 0 15px;
  }
  .boclips-resource-page.rp-info-expanded .rp-resource .player.fixed {
    position: relative;
    top: auto;
  }
  .boclips-resource-page.rp-info-expanded .rp-expand-info {
    display: none;
  }
  .boclips-resource-page.rp-info-expanded .rp-compress-info {
    display: inline-block;
  }
  .boclips-resource-page.rp-info-hidden .rp-info {
    display: none;
  }
  .boclips-resource-page.rp-info-hidden .rp-resource {
    width: 100%;
    padding: 0 10px;
  }
  .boclips-resource-page.rp-info-hidden .rp-resource .player.fixed {
    position: absolute;
    top: 0;
  }
  .boclips-resource-page.rp-info-hidden .rp-show-info {
    display: block;
    z-index: 1;
  }
  .boclips-resource-page.rp-info-hidden .player {
    position: absolute;
    width: auto !important;
    top: 0;
    right: 10px;
    bottom: 35px;
    left: 10px;
    padding-top: 60px !important;
  }
  .boclips-resource-page.rp-info-hidden .player #boclips-player {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    pointer-events: auto;
  }
}

.videos-lockout-experience-modal .lockout-modal-icons {
  padding-top: 32px;
  padding-bottom: 0px;
}

.videos-lockout-experience-modal .play-icon {
  display: inline-block;
  font-size: 54px;
  color: #5cb85b;
}

.copy-boclips-link {
  cursor: pointer;
}

#bo_player_modal .concepts-toggle-buttons,
#bo_player_modal .keyterms-toggle-buttons {
  margin-left: 0;
  margin-left: initial;
}
.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://app.lp.dev.lexp.cloud/assets/packs/media/slick/ajax-loader-0b80f665.gif) center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot);
    src: url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-25572f22.eot?#iefix) format('embedded-opentype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-653a4cbb.woff) format('woff'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-6aa1ee46.ttf) format('truetype'), url(https://app.lp.dev.lexp.cloud/assets/packs/media/fonts/slick-f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*# sourceMappingURL=lp_boclips_stylesheets-6dc4ace9.css.map*/