.path-phadia #resource-library-cmp {
  position: relative;
  min-height: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-phadia #resource-library-cmp #zero-resources-container {
  display: none;
}
.path-phadia #resource-library-cmp #zero-resources-container.show {
  display: block;
}
.path-phadia #resource-library-cmp .list-view #resource-items-wrapper {
  display: block;
  flex: 0;
}
.path-phadia #resource-library-cmp .list-view #resource-items-wrapper .resource-item {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}
.path-phadia #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail {
  width: 178px;
  height: 128px;
  display: inline-block;
}
.path-phadia #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content {
  margin-left: 20px;
}
.path-phadia #resource-library-cmp #resource-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item {
  display: flex;
  width: calc(33% - 32px);
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 16px;
  margin: 0 32px 32px 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item:hover {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 16px);
  background: transparent;
  border-radius: 8px;
  display: block;
  content: '';
  border-top: 4px solid #e71316;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail {
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 158px;
  position: relative;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after {
  content: attr(data-newtext);
  border-radius: 10px;
  padding: 0 10px;
  background-color: #e71316;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope {
  display: none !important;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column !important;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 10px 0;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper {
  margin-top: auto;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a {
  text-decoration: none !important;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: #e71316;
  text-align: center;
  line-height: 18px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
.path-phadia #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover {
  border-color: #e71316;
}
.path-phadia #resource-library-cmp #scopesSection {
  margin-bottom: 20px;
}
.path-phadia #resource-library-cmp #scopesSection #scopeTitleText {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-phadia #resource-library-cmp #scopesSection .scopeFilter {
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin-right: 16px;
}
.path-phadia #resource-library-cmp #scopesSection .scopeFilter.selected {
  background-color: #fde3e3;
  position: relative;
  padding-right: 30px;
  cursor: default;
  border-color: transparent;
}
.path-phadia #resource-library-cmp #scopesSection .scopeFilter.selected::after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: #e71316;
  right: 10px;
  top: calc(50% - 9px);
  font-size: 14px;
}
.path-phadia #resource-library-cmp .filter-wrapper {
  border: 1px solid #C9C8C8;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-phadia #resource-library-cmp .filter-wrapper.hidden-scope {
  display: none !important;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-category {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  font-family: HelveticaNeueMedium;
  padding: 10px 16px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-category::after {
  position: absolute;
  right: 16px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list {
  padding: 0 16px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  display: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value {
  margin-left: 20px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after {
  display: block;
  color: #e71316;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after {
  position: absolute;
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
  top: -1px;
  left: 1.5px;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  color: #C8C8C8;
}
.path-phadia #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"] {
  display: none !important;
}
.path-phadia #resource-library-cmp .filter-wrapper.open .filter-category {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 15px;
}
.path-phadia #resource-library-cmp .filter-wrapper.open .filter-category::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-top: -10px;
}
.path-phadia #resource-library-cmp .filter-wrapper.open .filter-value {
  display: block;
}
.path-phadia #resource-library-cmp .filter-wrapper[data-count="0"] {
  display: none !important;
}
.path-phadia #resource-library-cmp .filter-sidebar-head {
  margin-bottom: 30px;
  line-height: 28px;
}
.path-phadia #resource-library-cmp .filter-sidebar-head .filter-desc {
  padding-right: 10px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-phadia #resource-library-cmp .filter-sidebar-head .filter-clear {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #e71316;
}
.path-phadia #resource-library-cmp #resource-items-head {
  margin-bottom: 30px;
}
.path-phadia #resource-library-cmp #resource-items-head #results-count {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #555759;
}
.path-phadia #resource-library-cmp #resource-items-head #results-count::after {
  content: attr(data-count);
}
.path-phadia #resource-library-cmp #resource-items-head #view-btns-wrapper {
  text-align: right;
}
.path-phadia #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn {
  font-size: 28px;
  color: #555759;
  cursor: pointer;
}
.path-phadia #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn {
  margin-left: 10px;
}
.path-phadia #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active {
  color: #e71316;
}
.path-phadia #resource-library-cmp .use-rendition {
  background-position-y: top !important;
}
@media screen and (max-width: 1024px) {
  .path-phadia #resource-library-cmp .thumb-view .resource-item {
    width: calc(50% - 32px) !important;
  }
}
@media screen and (max-width: 768px) {
  .path-phadia #resource-library-cmp #resource-items-head {
    margin-top: 20px;
  }
  .path-phadia #resource-library-cmp .list-view .resource-item .resource-item-thumbnail {
    display: none !important;
  }
  .path-phadia #resource-library-cmp .list-view .resource-item .item-content {
    margin-left: 0 !important;
  }
  .path-phadia #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .path-phadia #resource-library-cmp .page-section.closed {
    display: none;
  }
  .path-phadia #filterSidebar .filter-desc {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .path-phadia #filterSidebar .filter-clear {
    border-left: 0 !important;
  }
  .path-phadia #filterSidebar .filter-wrapper {
    display: none;
  }
  .path-phadia #filterSidebar.open .filter-wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .path-phadia #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
  }
}
.path-patient #resource-library-cmp {
  position: relative;
  min-height: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-patient #resource-library-cmp #zero-resources-container {
  display: none;
}
.path-patient #resource-library-cmp #zero-resources-container.show {
  display: block;
}
.path-patient #resource-library-cmp .list-view #resource-items-wrapper {
  display: block;
  flex: 0;
}
.path-patient #resource-library-cmp .list-view #resource-items-wrapper .resource-item {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}
.path-patient #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail {
  width: 178px;
  height: 128px;
  display: inline-block;
}
.path-patient #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content {
  margin-left: 20px;
}
.path-patient #resource-library-cmp #resource-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item {
  display: flex;
  width: calc(33% - 32px);
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 16px;
  margin: 0 32px 32px 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item:hover {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 16px);
  background: transparent;
  border-radius: 8px;
  display: block;
  content: '';
  border-top: 4px solid #6867b8;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail {
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 158px;
  position: relative;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after {
  content: attr(data-newtext);
  border-radius: 10px;
  padding: 0 10px;
  background-color: #6867b8;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope {
  display: none !important;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column !important;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 10px 0;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper {
  margin-top: auto;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a {
  text-decoration: none !important;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: #6867b8;
  text-align: center;
  line-height: 18px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
.path-patient #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover {
  border-color: #6867b8;
}
.path-patient #resource-library-cmp #scopesSection {
  margin-bottom: 20px;
}
.path-patient #resource-library-cmp #scopesSection #scopeTitleText {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-patient #resource-library-cmp #scopesSection .scopeFilter {
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin-right: 16px;
}
.path-patient #resource-library-cmp #scopesSection .scopeFilter.selected {
  background-color: #eaeaf5;
  position: relative;
  padding-right: 30px;
  cursor: default;
  border-color: transparent;
}
.path-patient #resource-library-cmp #scopesSection .scopeFilter.selected::after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: #6867b8;
  right: 10px;
  top: calc(50% - 9px);
  font-size: 14px;
}
.path-patient #resource-library-cmp .filter-wrapper {
  border: 1px solid #C9C8C8;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-patient #resource-library-cmp .filter-wrapper.hidden-scope {
  display: none !important;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-category {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  font-family: HelveticaNeueMedium;
  padding: 10px 16px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-category::after {
  position: absolute;
  right: 16px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list {
  padding: 0 16px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  display: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value {
  margin-left: 20px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after {
  display: block;
  color: #6867b8;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after {
  position: absolute;
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
  top: -1px;
  left: 1.5px;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  color: #C8C8C8;
}
.path-patient #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"] {
  display: none !important;
}
.path-patient #resource-library-cmp .filter-wrapper.open .filter-category {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 15px;
}
.path-patient #resource-library-cmp .filter-wrapper.open .filter-category::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-top: -10px;
}
.path-patient #resource-library-cmp .filter-wrapper.open .filter-value {
  display: block;
}
.path-patient #resource-library-cmp .filter-wrapper[data-count="0"] {
  display: none !important;
}
.path-patient #resource-library-cmp .filter-sidebar-head {
  margin-bottom: 30px;
  line-height: 28px;
}
.path-patient #resource-library-cmp .filter-sidebar-head .filter-desc {
  padding-right: 10px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-patient #resource-library-cmp .filter-sidebar-head .filter-clear {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #6867b8;
}
.path-patient #resource-library-cmp #resource-items-head {
  margin-bottom: 30px;
}
.path-patient #resource-library-cmp #resource-items-head #results-count {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #555759;
}
.path-patient #resource-library-cmp #resource-items-head #results-count::after {
  content: attr(data-count);
}
.path-patient #resource-library-cmp #resource-items-head #view-btns-wrapper {
  text-align: right;
}
.path-patient #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn {
  font-size: 28px;
  color: #555759;
  cursor: pointer;
}
.path-patient #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn {
  margin-left: 10px;
}
.path-patient #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active {
  color: #6867b8;
}
.path-patient #resource-library-cmp .use-rendition {
  background-position-y: top !important;
}
@media screen and (max-width: 1024px) {
  .path-patient #resource-library-cmp .thumb-view .resource-item {
    width: calc(50% - 32px) !important;
  }
}
@media screen and (max-width: 768px) {
  .path-patient #resource-library-cmp #resource-items-head {
    margin-top: 20px;
  }
  .path-patient #resource-library-cmp .list-view .resource-item .resource-item-thumbnail {
    display: none !important;
  }
  .path-patient #resource-library-cmp .list-view .resource-item .item-content {
    margin-left: 0 !important;
  }
  .path-patient #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .path-patient #resource-library-cmp .page-section.closed {
    display: none;
  }
  .path-patient #filterSidebar .filter-desc {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .path-patient #filterSidebar .filter-clear {
    border-left: 0 !important;
  }
  .path-patient #filterSidebar .filter-wrapper {
    display: none;
  }
  .path-patient #filterSidebar.open .filter-wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .path-patient #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
  }
}
.path-onelambda #resource-library-cmp {
  position: relative;
  min-height: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-onelambda #resource-library-cmp #zero-resources-container {
  display: none;
}
.path-onelambda #resource-library-cmp #zero-resources-container.show {
  display: block;
}
.path-onelambda #resource-library-cmp .list-view #resource-items-wrapper {
  display: block;
  flex: 0;
}
.path-onelambda #resource-library-cmp .list-view #resource-items-wrapper .resource-item {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}
.path-onelambda #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail {
  width: 178px;
  height: 128px;
  display: inline-block;
}
.path-onelambda #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content {
  margin-left: 20px;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item {
  display: flex;
  width: calc(33% - 32px);
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 16px;
  margin: 0 32px 32px 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item:hover {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 16px);
  background: transparent;
  border-radius: 8px;
  display: block;
  content: '';
  border-top: 4px solid var(--onelambda-color);
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail {
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 158px;
  position: relative;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after {
  content: attr(data-newtext);
  border-radius: 10px;
  padding: 0 10px;
  background-color: var(--onelambda-color);
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope {
  display: none !important;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column !important;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 10px 0;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper {
  margin-top: auto;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a {
  text-decoration: none !important;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: var(--onelambda-color);
  text-align: center;
  line-height: 18px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
.path-onelambda #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover {
  border-color: var(--onelambda-color);
}
.path-onelambda #resource-library-cmp #scopesSection {
  margin-bottom: 20px;
}
.path-onelambda #resource-library-cmp #scopesSection #scopeTitleText {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-onelambda #resource-library-cmp #scopesSection .scopeFilter {
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin-right: 16px;
}
.path-onelambda #resource-library-cmp #scopesSection .scopeFilter.selected {
  background-color: #fde2ec;
  position: relative;
  padding-right: 30px;
  cursor: default;
  border-color: transparent;
}
.path-onelambda #resource-library-cmp #scopesSection .scopeFilter.selected::after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: var(--onelambda-color);
  right: 10px;
  top: calc(50% - 9px);
  font-size: 14px;
}
.path-onelambda #resource-library-cmp .filter-wrapper {
  border: 1px solid #C9C8C8;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-onelambda #resource-library-cmp .filter-wrapper.hidden-scope {
  display: none !important;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-category {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  font-family: HelveticaNeueMedium;
  padding: 10px 16px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-category::after {
  position: absolute;
  right: 16px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list {
  padding: 0 16px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  display: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value {
  margin-left: 20px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after {
  display: block;
  color: var(--onelambda-color);
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after {
  position: absolute;
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
  top: -1px;
  left: 1.5px;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  color: #C8C8C8;
}
.path-onelambda #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"] {
  display: none !important;
}
.path-onelambda #resource-library-cmp .filter-wrapper.open .filter-category {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 15px;
}
.path-onelambda #resource-library-cmp .filter-wrapper.open .filter-category::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-top: -10px;
}
.path-onelambda #resource-library-cmp .filter-wrapper.open .filter-value {
  display: block;
}
.path-onelambda #resource-library-cmp .filter-wrapper[data-count="0"] {
  display: none !important;
}
.path-onelambda #resource-library-cmp .filter-sidebar-head {
  margin-bottom: 30px;
  line-height: 28px;
}
.path-onelambda #resource-library-cmp .filter-sidebar-head .filter-desc {
  padding-right: 10px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-onelambda #resource-library-cmp .filter-sidebar-head .filter-clear {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: var(--onelambda-color);
}
.path-onelambda #resource-library-cmp #resource-items-head {
  margin-bottom: 30px;
}
.path-onelambda #resource-library-cmp #resource-items-head #results-count {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #555759;
}
.path-onelambda #resource-library-cmp #resource-items-head #results-count::after {
  content: attr(data-count);
}
.path-onelambda #resource-library-cmp #resource-items-head #view-btns-wrapper {
  text-align: right;
}
.path-onelambda #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn {
  font-size: 28px;
  color: #555759;
  cursor: pointer;
}
.path-onelambda #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn {
  margin-left: 10px;
}
.path-onelambda #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active {
  color: var(--onelambda-color);
}
.path-onelambda #resource-library-cmp .use-rendition {
  background-position-y: top !important;
}
@media screen and (max-width: 1024px) {
  .path-onelambda #resource-library-cmp .thumb-view .resource-item {
    width: calc(50% - 32px) !important;
  }
}
@media screen and (max-width: 768px) {
  .path-onelambda #resource-library-cmp #resource-items-head {
    margin-top: 20px;
  }
  .path-onelambda #resource-library-cmp .list-view .resource-item .resource-item-thumbnail {
    display: none !important;
  }
  .path-onelambda #resource-library-cmp .list-view .resource-item .item-content {
    margin-left: 0 !important;
  }
  .path-onelambda #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .path-onelambda #resource-library-cmp .page-section.closed {
    display: none;
  }
  .path-onelambda #filterSidebar .filter-desc {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .path-onelambda #filterSidebar .filter-clear {
    border-left: 0 !important;
  }
  .path-onelambda #filterSidebar .filter-wrapper {
    display: none;
  }
  .path-onelambda #filterSidebar.open .filter-wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .path-onelambda #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
  }
}
.path-procalcitonin #resource-library-cmp,
.path-infectious-diseases #resource-library-cmp {
  position: relative;
  min-height: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-procalcitonin #resource-library-cmp #zero-resources-container,
.path-infectious-diseases #resource-library-cmp #zero-resources-container {
  display: none;
}
.path-procalcitonin #resource-library-cmp #zero-resources-container.show,
.path-infectious-diseases #resource-library-cmp #zero-resources-container.show {
  display: block;
}
.path-procalcitonin #resource-library-cmp .list-view #resource-items-wrapper,
.path-infectious-diseases #resource-library-cmp .list-view #resource-items-wrapper {
  display: block;
  flex: 0;
}
.path-procalcitonin #resource-library-cmp .list-view #resource-items-wrapper .resource-item,
.path-infectious-diseases #resource-library-cmp .list-view #resource-items-wrapper .resource-item {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}
.path-procalcitonin #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail,
.path-infectious-diseases #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail {
  width: 178px;
  height: 128px;
  display: inline-block;
}
.path-procalcitonin #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content,
.path-infectious-diseases #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content {
  margin-left: 20px;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item {
  display: flex;
  width: calc(33% - 32px);
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 16px;
  margin: 0 32px 32px 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item:hover,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item:hover {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item:hover::before,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 16px);
  background: transparent;
  border-radius: 8px;
  display: block;
  content: '';
  border-top: 4px solid #00677f;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail {
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 158px;
  position: relative;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after {
  content: attr(data-newtext);
  border-radius: 10px;
  padding: 0 10px;
  background-color: #00677f;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope {
  display: none !important;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column !important;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 10px 0;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper {
  margin-top: auto;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a {
  text-decoration: none !important;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: #00677f;
  text-align: center;
  line-height: 18px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
.path-procalcitonin #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover,
.path-infectious-diseases #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover {
  border-color: #00677f;
}
.path-procalcitonin #resource-library-cmp #scopesSection,
.path-infectious-diseases #resource-library-cmp #scopesSection {
  margin-bottom: 20px;
}
.path-procalcitonin #resource-library-cmp #scopesSection #scopeTitleText,
.path-infectious-diseases #resource-library-cmp #scopesSection #scopeTitleText {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-procalcitonin #resource-library-cmp #scopesSection .scopeFilter,
.path-infectious-diseases #resource-library-cmp #scopesSection .scopeFilter {
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin-right: 16px;
}
.path-procalcitonin #resource-library-cmp #scopesSection .scopeFilter.selected,
.path-infectious-diseases #resource-library-cmp #scopesSection .scopeFilter.selected {
  background-color: #e0f9ff;
  position: relative;
  padding-right: 30px;
  cursor: default;
  border-color: transparent;
}
.path-procalcitonin #resource-library-cmp #scopesSection .scopeFilter.selected::after,
.path-infectious-diseases #resource-library-cmp #scopesSection .scopeFilter.selected::after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: #00677f;
  right: 10px;
  top: calc(50% - 9px);
  font-size: 14px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper,
.path-infectious-diseases #resource-library-cmp .filter-wrapper {
  border: 1px solid #C9C8C8;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-procalcitonin #resource-library-cmp .filter-wrapper.hidden-scope,
.path-infectious-diseases #resource-library-cmp .filter-wrapper.hidden-scope {
  display: none !important;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-category,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-category {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  font-family: HelveticaNeueMedium;
  padding: 10px 16px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-category::after,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-category::after {
  position: absolute;
  right: 16px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list {
  padding: 0 16px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  display: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value {
  margin-left: 20px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after {
  display: block;
  color: #00677f;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after {
  position: absolute;
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
  top: -1px;
  left: 1.5px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after,
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  color: #C8C8C8;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"],
.path-infectious-diseases #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"] {
  display: none !important;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper.open .filter-category,
.path-infectious-diseases #resource-library-cmp .filter-wrapper.open .filter-category {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 15px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper.open .filter-category::after,
.path-infectious-diseases #resource-library-cmp .filter-wrapper.open .filter-category::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-top: -10px;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper.open .filter-value,
.path-infectious-diseases #resource-library-cmp .filter-wrapper.open .filter-value {
  display: block;
}
.path-procalcitonin #resource-library-cmp .filter-wrapper[data-count="0"],
.path-infectious-diseases #resource-library-cmp .filter-wrapper[data-count="0"] {
  display: none !important;
}
.path-procalcitonin #resource-library-cmp .filter-sidebar-head,
.path-infectious-diseases #resource-library-cmp .filter-sidebar-head {
  margin-bottom: 30px;
  line-height: 28px;
}
.path-procalcitonin #resource-library-cmp .filter-sidebar-head .filter-desc,
.path-infectious-diseases #resource-library-cmp .filter-sidebar-head .filter-desc {
  padding-right: 10px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-procalcitonin #resource-library-cmp .filter-sidebar-head .filter-clear,
.path-infectious-diseases #resource-library-cmp .filter-sidebar-head .filter-clear {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #00677f;
}
.path-procalcitonin #resource-library-cmp #resource-items-head,
.path-infectious-diseases #resource-library-cmp #resource-items-head {
  margin-bottom: 30px;
}
.path-procalcitonin #resource-library-cmp #resource-items-head #results-count,
.path-infectious-diseases #resource-library-cmp #resource-items-head #results-count {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #555759;
}
.path-procalcitonin #resource-library-cmp #resource-items-head #results-count::after,
.path-infectious-diseases #resource-library-cmp #resource-items-head #results-count::after {
  content: attr(data-count);
}
.path-procalcitonin #resource-library-cmp #resource-items-head #view-btns-wrapper,
.path-infectious-diseases #resource-library-cmp #resource-items-head #view-btns-wrapper {
  text-align: right;
}
.path-procalcitonin #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn,
.path-infectious-diseases #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn {
  font-size: 28px;
  color: #555759;
  cursor: pointer;
}
.path-procalcitonin #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn,
.path-infectious-diseases #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn {
  margin-left: 10px;
}
.path-procalcitonin #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active,
.path-infectious-diseases #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active {
  color: #00677f;
}
.path-procalcitonin #resource-library-cmp .use-rendition,
.path-infectious-diseases #resource-library-cmp .use-rendition {
  background-position-y: top !important;
}
@media screen and (max-width: 1024px) {
  .path-procalcitonin #resource-library-cmp .thumb-view .resource-item,
  .path-infectious-diseases #resource-library-cmp .thumb-view .resource-item {
    width: calc(50% - 32px) !important;
  }
}
@media screen and (max-width: 768px) {
  .path-procalcitonin #resource-library-cmp #resource-items-head,
  .path-infectious-diseases #resource-library-cmp #resource-items-head {
    margin-top: 20px;
  }
  .path-procalcitonin #resource-library-cmp .list-view .resource-item .resource-item-thumbnail,
  .path-infectious-diseases #resource-library-cmp .list-view .resource-item .resource-item-thumbnail {
    display: none !important;
  }
  .path-procalcitonin #resource-library-cmp .list-view .resource-item .item-content,
  .path-infectious-diseases #resource-library-cmp .list-view .resource-item .item-content {
    margin-left: 0 !important;
  }
  .path-procalcitonin #resource-library-cmp .thumb-view .resource-item,
  .path-infectious-diseases #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .path-procalcitonin #resource-library-cmp .page-section.closed,
  .path-infectious-diseases #resource-library-cmp .page-section.closed {
    display: none;
  }
  .path-procalcitonin #filterSidebar .filter-desc,
  .path-infectious-diseases #filterSidebar .filter-desc {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .path-procalcitonin #filterSidebar .filter-clear,
  .path-infectious-diseases #filterSidebar .filter-clear {
    border-left: 0 !important;
  }
  .path-procalcitonin #filterSidebar .filter-wrapper,
  .path-infectious-diseases #filterSidebar .filter-wrapper {
    display: none;
  }
  .path-procalcitonin #filterSidebar.open .filter-wrapper,
  .path-infectious-diseases #filterSidebar.open .filter-wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .path-procalcitonin #resource-library-cmp .thumb-view .resource-item,
  .path-infectious-diseases #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
  }
}
.path-clinical-mass-spectrometry #resource-library-cmp {
  position: relative;
  min-height: 50px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-clinical-mass-spectrometry #resource-library-cmp #zero-resources-container {
  display: none;
}
.path-clinical-mass-spectrometry #resource-library-cmp #zero-resources-container.show {
  display: block;
}
.path-clinical-mass-spectrometry #resource-library-cmp .list-view #resource-items-wrapper {
  display: block;
  flex: 0;
}
.path-clinical-mass-spectrometry #resource-library-cmp .list-view #resource-items-wrapper .resource-item {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}
.path-clinical-mass-spectrometry #resource-library-cmp .list-view #resource-items-wrapper .resource-item .resource-item-thumbnail {
  width: 178px;
  height: 128px;
  display: inline-block;
}
.path-clinical-mass-spectrometry #resource-library-cmp .list-view #resource-items-wrapper .resource-item .item-content {
  margin-left: 20px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item {
  display: flex;
  width: calc(33% - 32px);
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 16px;
  margin: 0 32px 32px 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item:hover {
  box-shadow: 0 4px 6px 0 rgba(34, 34, 34, 0.1);
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: calc(100% - 16px);
  background: transparent;
  border-radius: 8px;
  display: block;
  content: '';
  border-top: 4px solid #005daa;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail {
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  width: 100%;
  height: 158px;
  position: relative;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .resource-item-thumbnail[data-newtext]::after {
  content: attr(data-newtext);
  border-radius: 10px;
  padding: 0 10px;
  background-color: #005daa;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item.hidden-scope {
  display: none !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-title {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 10px 0;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper {
  margin-top: auto;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn-wrapper a {
  text-decoration: none !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn {
  font-family: HelveticaNeueBold, sans-serif;
  font-size: 14px;
  color: #005daa;
  text-align: center;
  line-height: 18px;
  padding: 12px 18px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-wrapper .resource-item .item-content .resource-btn:hover {
  border-color: #005daa;
}
.path-clinical-mass-spectrometry #resource-library-cmp #scopesSection {
  margin-bottom: 20px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #scopesSection #scopeTitleText {
  font-size: 18px;
  margin-bottom: 15px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #scopesSection .scopeFilter {
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 100px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 12px;
  cursor: pointer !important;
  margin-bottom: 10px;
  margin-right: 16px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #scopesSection .scopeFilter.selected {
  background-color: #e0f1ff;
  position: relative;
  padding-right: 30px;
  cursor: default;
  border-color: transparent;
}
.path-clinical-mass-spectrometry #resource-library-cmp #scopesSection .scopeFilter.selected::after {
  font-family: "FontAwesome";
  content: '\f057';
  position: absolute;
  cursor: pointer;
  color: #005daa;
  right: 10px;
  top: calc(50% - 9px);
  font-size: 14px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper {
  border: 1px solid #C9C8C8;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper.hidden-scope {
  display: none !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-category {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #222222;
  font-family: HelveticaNeueMedium;
  padding: 10px 16px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-category::after {
  position: absolute;
  right: 16px;
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list {
  padding: 0 16px;
  max-height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value {
  font-family: HelveticaNeue !important;
  font-size: 14px;
  color: #222222 !important;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  display: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value.nested-filter-value {
  margin-left: 20px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value input:checked ~ .checkmark:after {
  display: block;
  color: #005daa;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C9C8C8;
  font-family: 'FontAwesome';
  content: '\f0c8';
  font-size: 20px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value .checkmark:after {
  position: absolute;
  display: none;
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 15px;
  top: -1px;
  left: 1.5px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value::after {
  content: "(" attr(data-count) ")";
  font-size: 12px;
  color: #C8C8C8;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper .filter-value-list .filter-value[data-count="0"] {
  display: none !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper.open .filter-category {
  border-bottom: 1px solid #C9C8C8;
  margin-bottom: 15px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper.open .filter-category::after {
  font-family: 'FontAwesome';
  content: "\f0d8";
  margin-top: -10px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper.open .filter-value {
  display: block;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-wrapper[data-count="0"] {
  display: none !important;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-sidebar-head {
  margin-bottom: 30px;
  line-height: 28px;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-sidebar-head .filter-desc {
  padding-right: 10px;
  font-family: HelveticaNeueMedium, sans-serif;
  font-size: 16px;
  color: #222222;
}
.path-clinical-mass-spectrometry #resource-library-cmp .filter-sidebar-head .filter-clear {
  cursor: pointer;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  font-family: "HelveticaNeueMedium", sans-serif;
  font-size: 14px;
  color: #005daa;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head {
  margin-bottom: 30px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #results-count {
  font-family: HelveticaNeue;
  font-size: 16px;
  color: #555759;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #results-count::after {
  content: attr(data-count);
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #view-btns-wrapper {
  text-align: right;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn {
  font-size: 28px;
  color: #555759;
  cursor: pointer;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn + .view-btn {
  margin-left: 10px;
}
.path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head #view-btns-wrapper .view-btn.active {
  color: #005daa;
}
.path-clinical-mass-spectrometry #resource-library-cmp .use-rendition {
  background-position-y: top !important;
}
@media screen and (max-width: 1024px) {
  .path-clinical-mass-spectrometry #resource-library-cmp .thumb-view .resource-item {
    width: calc(50% - 32px) !important;
  }
}
@media screen and (max-width: 768px) {
  .path-clinical-mass-spectrometry #resource-library-cmp #resource-items-head {
    margin-top: 20px;
  }
  .path-clinical-mass-spectrometry #resource-library-cmp .list-view .resource-item .resource-item-thumbnail {
    display: none !important;
  }
  .path-clinical-mass-spectrometry #resource-library-cmp .list-view .resource-item .item-content {
    margin-left: 0 !important;
  }
  .path-clinical-mass-spectrometry #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px 0 !important;
  }
  .path-clinical-mass-spectrometry #resource-library-cmp .page-section.closed {
    display: none;
  }
  .path-clinical-mass-spectrometry #filterSidebar .filter-desc {
    border: 1px solid #DCDCDC;
    padding: 5px 10px;
    border-radius: 4px;
  }
  .path-clinical-mass-spectrometry #filterSidebar .filter-clear {
    border-left: 0 !important;
  }
  .path-clinical-mass-spectrometry #filterSidebar .filter-wrapper {
    display: none;
  }
  .path-clinical-mass-spectrometry #filterSidebar.open .filter-wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .path-clinical-mass-spectrometry #resource-library-cmp .thumb-view .resource-item {
    width: 100% !important;
  }
}
.path-onelambda .resource-btn-wrapper a.resource-link[target="_self"] .resource-btn::after {
  font-family: 'FontAwesome';
  content: '\f054';
  margin-left: 8px;
}
.path-onelambda .resource-btn-wrapper a.resource-link[target="_blank"] .resource-btn::after {
  font-family: 'FontAwesome';
  content: '\f08e';
  margin-left: 8px;
}
.path-onelambda .resource-btn-wrapper a.resource-link .resource-btn.resource-locked::after {
  content: '\ea1f';
  font-family: "icomoon";
}
.mfp-copy-link {
  display: block;
  position: absolute;
  top: -25px;
  color: #fff;
  opacity: .65;
  cursor: pointer;
}
.mfp-copy-link:hover {
  opacity: 1;
}
.mfp-copy-link i::before {
  font-size: 16px;
}
.mfp-close {
  width: auto !important;
}
