#spl-search-page #spl-search-facet {
  display: none;
}
#spl-search-page #spl-search-facet .facetwp-type-search {
  display: none;
}
#spl-search-page .spl-search-rp {
  display: flex;
  justify-content: space-between;
}
#spl-search-page .spl-search-rp.bottom {
  justify-content: right;
}
#spl-search-page .spl-search-rp .spl-search-rp-col-1 .results-text {
  font-size: 24px;
  line-height: 32px;
}
#spl-search-page .spl-search-rp .spl-search-rp-col-2 {
  display: flex;
  justify-content: right;
  align-items: center;
}
#spl-search-page .spl-search-rp .pager-numbers {
  margin-left: 50px;
}
#spl-search-page .spl-search-rp .pager-numbers .facetwp-type-pager {
  margin-bottom: 0;
}
#spl-search-page .spl-search-rp .pager-numbers .facetwp-type-pager .facetwp-page {
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #1A0F0F;
}
#spl-search-page .spl-search-rp .pager-numbers .facetwp-type-pager .facetwp-page:not(.next, .prev) {
  display: none;
}
#spl-search-page .spl-search-rp .pager-results .facetwp-type-pager {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #190F0F;
}
#spl-search-page .spl-search-rp .pager-results .facetwp-type-pager strong {
  font-weight: 700;
}
#spl-search-page #spl-search-results {
  margin: 60px 0 30px;
}
#spl-search-page #spl-search-results .search-results-section {
  margin-top: 40px;
  padding-bottom: 40px;
}
#spl-search-page #spl-search-results .search-results-section:not(:last-child) {
  border-bottom: 1px solid #000000;
}
#spl-search-page #spl-search-results .search-results-section.notes .search-results-single-rn {
  margin-top: 15px;
  padding-bottom: 15px;
}
#spl-search-page #spl-search-results .search-results-section.notes .search-results-single-rn .single-result-heading {
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 32px;
}
#spl-search-page #spl-search-results .search-results-section.notes .search-results-single-rn .single-result-para {
  font-weight: 450;
  font-size: 14px;
  line-height: 22px;
  color: #1A0F0F;
}
#spl-search-page #spl-search-results .search-results-section.notes .search-results-single-rn .single-result-link:hover {
  color: #005F9B;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video {
  width: 100%;
  height: 217px;
  position: relative;
  cursor: pointer;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video::after {
  content: "\e1c4";
  font-family: "Material Icons";
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  font-size: 60px;
  color: #FFF;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video .srv-video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video-url {
  width: 100%;
  height: 217px;
  position: relative;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video-url .srv-video-url-link {
  width: 100%;
  height: 100%;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-video-url .srv-video-url-link .srv-video-cover-image {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: contain;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-title {
  margin-top: 10px;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-title h4 {
  padding-bottom: 0;
  line-height: 24px;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-title h4 a {
  color: #1A0F0F;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-date {
  margin-top: 0;
}
#spl-search-page #spl-search-results .search-results-section.videos .search-results-videos-grid .search-results-single-rv .srv-date p {
  font-size: 14px;
  color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; /* The banner has a z-index of 999 */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 95, 155, 0.8);
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox.hide {
  display: none;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner {
  width: 1080px;
  height: 668px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner .srv-lightbox-arrows .dashicons {
  width: 60px;
  line-height: 60px;
  height: 60px;
  font-size: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner .srv-lightbox-arrows .dashicons:hover {
  color: #000000;
  background-color: #FFFFFF;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner .srv-lightbox-arrows#srv-lightbox-prev {
  margin-right: 15px;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner .srv-lightbox-arrows#srv-lightbox-next {
  margin-left: 15px;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner #srv-lightbox-video {
  height: 100%;
  position: relative;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner #srv-lightbox-video .srv-lightbox-close {
  content: "\e5cd";
  position: absolute;
  top: -30px;
  right: 0;
  font-family: "Material Icons";
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  text-align: right;
  color: #fff;
}
#spl-search-page #spl-search-results .search-results-section.videos #srv-lightbox #srv-lightbox-inner #srv-lightbox-video video {
  width: 1080px;
  height: 668px;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-image {
  height: 220px;
  width: 300px;
  display: flex;
  background-color: #EEEEEE;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-image img.default {
  object-fit: contain !important;
  padding: 0 20px !important;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download .srp-published-date {
  padding: 2px 5px;
  background-color: #EEEEEE;
  color: #6B7280;
  font-weight: 450;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download .srp-published-date .srp-meta {
  font-weight: 400;
  font-size: 14px;
  color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download .srp-download {
  display: flex;
  border: 1px solid #9CA3AF;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download .srp-download:hover {
  background-color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-published-download .srp-download:hover path {
  fill: #FFFFFF;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-title {
  margin: 10px 0 5px 0;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-title h5 {
  padding: 0;
  font-weight: 700;
  line-height: 24px;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-modified {
  margin-top: 10px;
}
#spl-search-page #spl-search-results .search-results-section.presentations .search-results-presentations-grid .search-result-single-rp .srp-modified .srp-meta {
  font-size: 14px;
  font-weight: 400;
  color: #9CA3AF;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-image {
  height: 220px;
  width: 300px;
  display: flex;
  background-color: #EEEEEE;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-image img.default {
  object-fit: contain !important;
  padding: 0 20px !important;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download .srp-published-date {
  padding: 2px 5px;
  background-color: #EEEEEE;
  color: #6B7280;
  font-weight: 450;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download .srp-published-date .srp-meta {
  font-weight: 400;
  font-size: 14px;
  color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download .srp-download {
  display: flex;
  border: 1px solid #9CA3AF;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download .srp-download:hover {
  background-color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-published-download .srp-download:hover path {
  fill: #FFFFFF;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-title {
  margin: 10px 0 5px 0;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-title h5 {
  padding: 0;
  font-weight: 700;
  line-height: 24px;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-excerpt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6B7280;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-modified {
  margin-top: 10px;
}
#spl-search-page #spl-search-results .search-results-section.resources .search-results-resources-grid .search-result-single-rr .srp-modified .srp-meta {
  font-size: 14px;
  font-weight: 400;
  color: #9CA3AF;
}
#spl-search-page #spl-search-results .search-results-section.lib-pages .section-header {
  margin-bottom: 10px;
}
#spl-search-page #spl-search-results .search-results-section.lib-pages .section-header .sh-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}
#spl-search-page #spl-search-results .search-results-section.lib-pages .lib-page-content {
  font-weight: 4500;
  font-size: 14px;
  line-height: 22px;
  color: #1A0F0F;
}
#spl-search-page #spl-search-results .search-results-section .section-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
#spl-search-page #spl-search-results .search-results-section .section-header .sh-heading {
  margin-right: 10px;
}
#spl-search-page #spl-search-results .search-results-section .section-header .sh-para {
  font-size: 14px;
  font-weight: 450;
  line-height: 15px;
}
