.team_archive_slider_css .ecs-posts {
  display: block !important;
}

.team_archive_slider_css .slick-list {
  overflow: visible;
}

.team_archive_slider_css .slick-slide {
  margin-right: 42px;
}

.team_archive_slider_css .slick-arrow {
  color: #fff;
  padding: 0;
  border: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: -55px;
}

.team_archive_slider_css .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.team_archive_slider_css .slick-arrow:hover,
.team_archive_slider_css .slick-arrow:focus {
  background: none;
  border: none;
  outline: none;
}

.team_archive_slider_css .slick-arrow:hover svg path {
  fill: #186599 !important;
}

.team_archive_slider_css .slick-next:before,
.team_archive_slider_css .slick-prev:before {
  content: none;
}

.team_archive_slider_css .slick-next {
  right: 0;
}

.team_archive_slider_css .slick-prev {
  /* left: 96%; */
  right: 57px;
  left: inherit;
}

.team_archive_slider_css .slick-track:not(:has(.slick-slide:nth-child(2))) {
  margin-left: 0 !important;
}

@media (width <= 767px) {
  .team_archive_slider_css .slick-slide {
    margin-right: 22px;
  }
}

/* Resources type shortCode */

.page-id-1572 {
  background-color: #ebebeb !important;
}

#filtered-resources-list {
  display: block;
  columns: 3;
  column-gap: 20px;
  padding-top: 116px;
}


.resource-item {
  position: relative;
  /* width: 31%; */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* padding: 30px; */
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: end;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px;
}

.resource-item .resource-link {
  text-decoration: none !important;
  z-index: 1;
  padding: 30px;
}

.resource-item:hover::after {
  background: linear-gradient(180deg, #3c3d3b00 0%, #3c3d3b 70%);
}

.resource-item:hover .resource-title,
.resource-item:hover .resource-excerpt,
.resource-item:hover .resource-date {
  color: #ebebeb;
}

.resource-type {
  padding: 15px 18px;
  background-color: #186599;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 110px;
}

.resource-item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ebebeb00 0%, #ebebeb 70%);
  transition: 0.4s all;
}

.resource-type i {
  margin-right: 10px;
}

.resource-title {
  font-size: 35px;
  line-height: 34px;
  color: #3c3d3b;
  font-family: "Bliss bold", sans-serif;
}

.resource-excerpt,
.resource-date {
  font-size: 18px;
  line-height: 28px;
  color: #3c3d3b;
  font-family: Roboto, sans-serif;
}

/* Khushbu css */

#resource-filters #resource-search-box {
  max-width: 773px;
  width: 100%;
  margin: auto;
}

#resource-filters #resource-search-box input {
  background-color: #67b1ce;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 23px;
  color: #ebebeb;
  border: 0px !important;
}

#resource-filters #resource-search-box input:focus {
  outline: none;
  box-shadow: none;
}

#resource-filters #filter-resource-type {
  list-style-type: none;
  display: flex;
  gap: 20px 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 53px 0px 0px 0px;
}

#resource-filters #filter-resource-type li {
  margin: 0px 25px;
}

#resource-filters #filter-resource-type a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

#resource-filters #filter-resource-type a:hover {
  color: #67b1ce;
}
#resource-filters #resource-search-box .input-group {
  background-color: #67b1ce;
}
#resource-filters #resource-search-box .input-group .input-group-append button {
  background-color: #67b1ce !important;
  padding-right: 0px;
  padding-left: 4px;
  border-radius: 0px;
  border: 0 !important;
  color: #ebebeb;
}
#resource-filters #resource-search-box .input-group .input-group-append button:focus {
  box-shadow: none;
}

#resource-filters #resource-search-box .input-group {
  border-radius: 6px;
  overflow: hidden;
  padding-right: 20px;
}
#resource-filters #filter-resource-type a.active {
  color: #67b1ce;
}
#resource-filters #resource-search-box input::placeholder {
  color: #ebebeb;
}
#resources-loader {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

#resources-loader img {
  width: 100%;
  height: 100px;
  max-width: 100px;
}

@media (width <= 1024px) {
  #filtered-resources-list {
    columns: 2;
  }
  #resource-filters #resource-search-box {
    font-size: 18px;
    list-style: 20px;
  }
  #resource-filters #filter-resource-type {
    gap: 15px 0px;
  }
  /* .resource-item {
    width: 45%;
  } */
}

@media (width <= 767px) {

  #filtered-resources-list {
    columns: 1;
    column-gap: 30px;
    padding-top: 80px;
  }

  /* .resource-item {
    width: 100%;
  } */
}