.resources-hub-6m * {
  box-sizing: border-box;
}

.resources-hub-6m .settings-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.resources-hub-6m .selects-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.resources-hub-6m .settings-wrapper .field {
  display: flex;
  flex-direction: column;
}
.resources-hub-6m .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0px;
}

.resources-hub-6m .resource-item .content {
  padding: 20px;
}
.resources-hub-6m .resource-item .inner-wrapper {
  border-radius: 5px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: inherit;
  height: 100%;
}
.resources-hub-6m .resource-item .thumb-holder {
  background-position: center center;
  background-size: cover;
}

.resources-hub-6m .content-wrapper > div {
  width: 25%;
  padding: 15px;
  position: static;
  /* transform: scale(0); */
  /* opacity: 0; */
  transition: 0.3s left, 0.3s top, 0.3s 0s transform, 0.3s opacity;
}
.resources-hub-6m .hide {
  display: none;
}
.resources-hub-6m .show.resource-item {
}
.resources-hub-6m .no-results {
  display: none;
}
.resources-hub-6m .no-results.show {
  display: block;
}
.resources-hub-6m .absolute {
  position: absolute !important;
}
.resources-hub-6m .scale {
  transform: scale(0) !important;
  opacity: 0 !important;
}
.resources-hub-6m .scale1 {
  transform: scale(1) !important;
}
.resources-hub-6m .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.resources-hub-6m .pagination li {
  display: inline-block;
  min-width: 50px;
  /* height: 50px;
  line-height: 50px; */
  color: #037beb;
  padding: 15px 20px;
  margin: 5px 5px;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.resources-hub-6m .pagination li.disable {
  opacity: 0.6;
  pointer-events: none;
}
.resources-hub-6m .pagination li:hover,
.resources-hub-6m .pagination li:active,
.resources-hub-6m .pagination li.active {
  background-color: #037beb;
  color: #fff;
}
.resources-hub-6m .pagination li:hover svg,
.resources-hub-6m .pagination li:active svg {
  fill: #fff;
}
.resources-hub-6m .field {
  margin-right: 15px;
  margin-top: 15px;
}
.resources-hub-6m .field.search--field {
  margin-right: 0;
}
.resources-hub-6m .field label {
  margin-bottom: 5px;
}
.resources-hub-6m .field .hs-input {
  appearance: none;
  border: none;
  padding: 12px 10px;
  outline: none;
  border-radius: 4px;
  background-color: #f6f6f6;
  border: solid 1px rgba(36, 40, 43, 0.07);
  font-size: 16px;
  font-weight: normal;
  min-width: 180px;
}
.resources-hub-6m .field select.hs-input {
  cursor: pointer;
  padding-right: 30px;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='20px' height='12px' viewBox='0 0 960 560' enable-background='new 0 0 960 560' xml:space='preserve' style='&%2310; /* width: 30px; */&%2310; /* height: auto; */&%2310;'%3E%3Cg id='Rounded_Rectangle_33_copy_4_1_'%3E%3Cpath d='M480,344.181L268.869,131.889c-15.756-15.859-41.3-15.859-57.054,0c-15.754,15.857-15.754,41.57,0,57.431l237.632,238.937 c8.395,8.451,19.562,12.254,30.553,11.698c10.993,0.556,22.159-3.247,30.555-11.698l237.631-238.937 c15.756-15.86,15.756-41.571,0-57.431s-41.299-15.859-57.051,0L480,344.181z'/%3E%3C/g%3E%3C/svg%3E");
}
  .resources-hub-6m .field.search--field .input:before,
.resources-hub-6m .field.search--field .input:after {
  display: none;
}
.resources-hub-6m .field.search--field input {
  padding-right: 30px;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M11.0059 19C15.4241 19 19.0059 15.4183 19.0059 11C19.0059 6.58172 15.4241 3 11.0059 3C6.58758 3 3.00586 6.58172 3.00586 11C3.00586 15.4183 6.58758 19 11.0059 19Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0063 21L16.6562 16.65' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.resources-hub-6m .nav.nav-next,
.resources-hub-6m .nav.nav-prev {
  position: relative;
}
.resources-hub-6m .nav.nav-next svg,
.resources-hub-6m .nav.nav-prev svg {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.resources-hub-6m .nav.nav-next svg {
  transform: translate(-50%, -50%) rotate(-90deg);
}
