:root {
  --font-size-50: 11px;
  --font-size-75: 14px;
  --font-size-100: 17px;
  --font-size-200: 21px;
  --font-size-250: 22px;
  --font-size-300: 27px;
  --font-size-400: 33px;
  --font-size-500: 42px;
  --font-size-600: 52px;
  --font-size-700: 65px;
  --font-size-800: 81px;
  --font-size-900: 101px;
  --font-size-1000: 127px;
  --font-size-1100: 158px;
  --font-size-1200: 198px;
  --font-size-1300: 247px;
  --font-size-1400: 309px;
  --font-size-1500: 387px;
  --line-height-50: 17px;
  --line-height-75: 19px;
  --line-height-100: 23px;
  --line-height-200: 27px;
  --line-height-250: 30px;
  --line-height-300: 33px;
  --line-height-400: 39px;
  --line-height-500: 48px;
  --line-height-600: 72px;
  --line-height-700: 63px;
  --line-height-800: 79px;
  --line-height-900: 98px;
  --line-height-1000: 123x;
  --line-height-1100: 154px;
  --line-height-1200: 192px;
  --line-height-1300: 240px;
  --line-height-1400: 300px;
  --line-height-1500: 375px;
}

.resources {
  background-color: #FAFAFA;
  padding: 24px 60px;
  width: 100%;
  max-width: 1440px;
}
.resources .outer-container {
  padding: 0;
}
.resources .header {
  color: #212121;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 64px;
}
.resources .read-more {
  display: block;
  color: #FFC700;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 36px;
  text-decoration: none;
}
.resources p.date {
  margin-bottom: 5px;
  color: #42445C;
}
.resources .searchandfilter ul {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 25px;
}
@media (min-width: 992px) {
  .resources .searchandfilter ul {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
.resources li.sf-field-search {
  grid-column: 1/3;
}
.resources select, .resources input, .resources label {
  background: white;
  width: 100%;
  width: 100%;
}
.resources select {
  cursor: pointer;
}
.resources select.sf-input-select, .resources input.sf-input-text {
  background: white;
  width: 100%;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size: var(--font-size-100);
  font-family: "Jost", sans-serif;
  min-height: 46px;
  -webkit-appearance: none;
}
.resources .searchandfilter li.sf-field-taxonomy-topics, .resources .searchandfilter li.sf-field-post_type {
  grid-column: 1/-1;
}
.resources .searchandfilter li.sf-field-taxonomy-topics h4, .resources .searchandfilter li.sf-field-post_type h4 {
  font-size: var(--font-size-200);
  line-height: var(--font-size-200);
  padding: 0;
  color: #42445C;
  margin-bottom: 25px;
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul, .resources .searchandfilter li.sf-field-post_type ul {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  column-gap: unset;
  row-gap: 15px;
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul li, .resources .searchandfilter li.sf-field-post_type ul li {
  background: white;
  color: #42445C;
  border-radius: 30px;
  border: 2px solid #42445C;
  font-size: 14px;
  cursor: pointer;
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul li.sf-option-active, .resources .searchandfilter li.sf-field-post_type ul li.sf-option-active {
  background: #42445C;
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul li.sf-option-active label, .resources .searchandfilter li.sf-field-post_type ul li.sf-option-active label {
  background: #42445C;
  color: #FFFFFF;
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul li:not(:last-child), .resources .searchandfilter li.sf-field-post_type ul li:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .resources .searchandfilter li.sf-field-taxonomy-topics ul li:hover, .resources .searchandfilter li.sf-field-post_type ul li:hover {
    background: #42445C;
  }
  .resources .searchandfilter li.sf-field-taxonomy-topics ul li:hover label, .resources .searchandfilter li.sf-field-post_type ul li:hover label {
    background: #42445C;
    color: #FFFFFF;
  }
}
.resources .searchandfilter li.sf-field-taxonomy-topics ul label.sf-label-checkbox, .resources .searchandfilter li.sf-field-post_type ul label.sf-label-checkbox {
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 30px;
}
.resources li.sf-field-taxonomy-topics input, .resources li.sf-field-post_type input {
  display: none;
}
.resources .sf-label-checkbox {
  width: fit-content;
}
.resources .search-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  column-gap: 25px;
  row-gap: 25px;
  margin-top: 25px;
}
@media (width < 1398px) {
  .resources .search-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 920px;
    margin: 0 auto;
  }
}
@media (width < 1080px) {
  .resources .search-container {
    width: 620px;
  }
}
@media (width < 765px) {
  .resources .search-container {
    width: 320px;
  }
}
.resources .nav-previous, .resources .nav-next {
  display: none !important;
}
.resources .no-results:nth-of-type(2) {
  display: none !important;
}
.resources .no-results p {
  margin-top: 25px;
}
.resources .related-items-container h2 {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
  color: #42445C;
}
.resources .related-items-container h2:hover {
  color: #FEC72F;
}
.resources .related-items-container a {
  color: #42445C;
  text-decoration: none;
}
.resources .related-inner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--font-size-75);
  padding: 0;
}
.resources .related-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  padding-bottom: 50px;
  box-shadow: 0px 2px 2px rgba(45, 32, 31, 0.15), 0px 5px 10px rgba(149, 145, 142, 0.1);
}
.resources .related-item .post-type {
  position: absolute;
  background: #FEC72F;
  color: #42445C;
  top: 30px;
  right: 0;
  padding: 11px 12px;
  border-radius: 10px 0px 0px 10px;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-size-100);
  line-height: var(--line-height-100);
  text-transform: capitalize;
  color: #42445C;
}
.resources .related-item .post-type.status {
  top: 85px;
}
.resources .related-item img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.resources .related-item .related-inner {
  padding: 20px;
}
@media (width < 1080px) {
  .resources .related-item:nth-last-child(-n+2) {
    display: none;
  }
}
@media (width < 765px) {
  .resources .related-item:nth-last-child(-n+4) {
    display: none;
  }
}
.resources .related-footer {
  position: absolute;
  border-top: 1px solid grey;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.resources .related-footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 175%;
  color: #42445C;
  width: 100%;
  text-align: end;
}
.resources .related-footer a:hover {
  color: #42445C;
}
.resources .featured-item {
  height: 100%;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 2px 2px rgba(45, 32, 31, 0.15), 0px 5px 10px rgba(149, 145, 142, 0.1);
  border-radius: 20px;
  min-width: 300px;
  margin-bottom: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  .resources .featured-item {
    margin-left: 50px;
    margin-bottom: 0;
  }
}
.resources .featured-item h2, .resources .featured-item h2 span {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: var(--font-size-300);
  line-height: var(--line-height-300);
  color: #42445C;
  text-align: center;
  margin-bottom: 30px;
}
.resources .featured-item h2 span {
  text-transform: capitalize;
}
.resources .featured-item a {
  color: #42445C;
  text-decoration: none;
}
.resources .featured-item img {
  margin-bottom: 17px;
}

/*# sourceMappingURL=case-studies-list.css.map */
