.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-blue-grey {
  background: #202124 !important;
  color: #fff;
}

.bg-grey {
  background: #f2f2f2;
  color: #000;
}

.bg-light-grey {
  background: #f8f8f8;
  color: #000;
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-off-white {
  background: #f8f8f8;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

#page.bg-black header .header-container {
  background: rgba(255, 255, 255, 0.75);
}

main .insight-taxonomy-buttons {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}
main .filter-header .double-col {
  padding: 12px 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  main .filter-header .double-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
main .filter-header .insight-taxonomy-buttons {
  display: flex;
  flex-flow: nowrap;
  gap: 12px;
  width: 100%;
}
@media (max-width: 620px) {
  main .filter-header .insight-taxonomy-buttons {
    gap: 8px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main .filter-header .insight-taxonomy-buttons a:first-child {
    margin-left: 20px;
  }
}
main .filter-header .insight-taxonomy-buttons .button {
  white-space: nowrap;
}
@media (max-width: 620px) {
  main .filter-header .insight-taxonomy-buttons .button {
    height: 40px;
    font-size: 14px;
  }
}
main .filter-header .insight-taxonomy-buttons::-webkit-scrollbar {
  display: none;
}
@media (min-width: 820px) {
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) {
    grid-column: span 4;
    flex-direction: row;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-image {
    height: 600px;
    margin: 20px;
    flex: 0 0 50%;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-image img {
    border-radius: 15px;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-link {
    position: absolute;
    left: 20px;
    bottom: 36px;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-link .btn-grey {
    background-color: #000 !important;
    color: #fff !important;
    width: 200px;
    height: 50px;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-link .btn-grey::after {
    content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insight-top {
    padding: 20px;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .insights-tax {
    padding: 12px 12px 30px 12px;
    border-bottom: none;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) h3 {
    padding: 12px 12px 0px 12px;
  }
  main .wp-block-acf-insights-with-filter .insights-grid .insight-card-with-image:nth-child(5) .excerpt {
    display: block;
    padding: 12px;
  }
}

.search-filter-input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.search-filter-input-group .search-filter-input-radio {
  border: 1px solid #fff;
  border-radius: 50px;
  height: 40px;
  text-align: center;
  padding: 10px 20px;
}
.search-filter-input-group .search-filter-input-radio .search-filter-input-radio__input {
  display: none;
}
.search-filter-input-group .search-filter-input-radio .search-filter-input-radio__control {
  display: none;
}
.search-filter-input-group .search-filter-input-radio label span {
  color: white;
  white-space: nowrap;
  transform: translate(-5px, -2px);
}

.loading {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}
@media (max-width: 620px) {
  .custom-select-wrapper {
    width: 100%;
  }
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px;
  padding-right: 40px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  border-radius: 50px !important;
  background: black;
  color: white;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 620px) {
  .custom-select-wrapper select {
    height: 40px;
    padding: 8px;
  }
}
.custom-select-wrapper select:focus {
  outline: none;
  color: white;
}
.custom-select-wrapper::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/down-chevron.svg");
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-37%);
  color: white;
  pointer-events: none;
}

.sort-order {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: flex-end;
  flex: 0 0 20%;
}
@media (max-width: 620px) {
  .sort-order {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
  }
}

.page-numbers {
  background: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  border-radius: 50%;
}
.page-numbers.next, .page-numbers.prev {
  background: none;
}

.pagination.text-center.mt-5 {
  display: flex;
  justify-content: center;
  gap: 12px;
}/*# sourceMappingURL=insights-with-filter.css.map */