.post-list--type-partial .post-list__list {
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list {
    display: block;
  }
}

.post-list--type-partial .post-card__title {
  font-size: 1.75em;
}

@media (max-width: 768px) {
  .post-list--type-partial .post-card__title {
    font-size: 1.25em;
  }
}

.post-list--type-partial .post-card__title p {
  font-size: 1em;
  line-height: 110%;
}

@media (max-width: 768px) {
  .post-list--type-partial .post-card__category, .post-list--type-partial .post-card__date {
    font-size: .75em;
    line-height: 1.58333em;
  }
}

.post-list--type-partial .post-card__summary {
  font-size: 20px;
}

.post-list--type-partial .post-card__summary p {
  font-size: 1em;
  line-height: 160%;
}

.post-list--type-partial .post-list__list-left {
  width: 67%;
  margin-right: 1em;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list-left {
    width: 100%;
    margin-right: 0;
  }
}

.post-list--type-partial .post-list__list-left .post-card:first-child {
  border-bottom: 1px solid #79969f;
  padding-bottom: 2.6875em;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list-left .post-card:first-child {
    border: none;
    padding-bottom: 0;
  }
}

.post-list--type-partial .post-list__list-left .post-card:last-child {
  margin-top: 2.6875em;
  margin-bottom: 2.6875em;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list-left .post-card:last-child {
    margin-top: 2.76923em;
    margin-bottom: 2.76923em;
  }
}

.post-list--type-partial .post-list__list-left .post-card {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.post-list--type-partial .post-list__list-left .post-card .post-card__title {
  font-weight: 600;
}

.post-list--type-partial .post-list__list-left .post-card .post-card__content {
  padding-top: 0;
  padding-bottom: 0;
}

.post-list--type-partial .post-list__list-right {
  width: 33%;
  margin-left: 1em;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list-right {
    width: 100%;
    margin-left: 0;
  }
}

.post-list--type-partial .post-list__list-right .post-card {
  border-bottom: 1px solid #79969f;
  padding-bottom: 1.125em;
  position: relative;
}

.post-list--type-partial .post-list__list-right .post-card:hover:after {
  opacity: 1;
}

@media screen and (max-width: 1068px) {
  .post-list--type-partial .post-list__list-right .post-card {
    margin-top: 2.46154em;
  }

  .post-list--type-partial .post-list__list-right .post-card:last-child {
    margin-bottom: 2.76923em;
  }
}

.post-list--type-partial .post-list__list-right .post-card + .post-card {
  margin-top: 2em;
}

.post-list--type-partial .post-list__list-right .post-card:after {
  content: url("../../../assets/images/arrow--right.svg");
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .post-list--type-partial .post-list__list-right .post-card:after {
    opacity: 1;
  }
}

.post-list--type-partial .post-list__list-right .post-card__content {
  padding: 0 1.53846em 0 0;
}

.post-list--type-partial .post-list__list-right .post-card__summary, .post-list--type-partial .post-list__list-right .post-card__image {
  display: none;
}

.post-list--type-full {
  max-width: 54.625em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .post-list--type-full {
    margin-top: 6.15385em;
  }
}

.post-list--type-full .post-list__filters-mobile-toggle {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding: 1.53846em 1.53846em 2em;
  display: none;
}

@media (max-width: 768px) {
  .post-list--type-full .post-list__filters-mobile-toggle {
    display: block;
  }
}

.post-list--type-full .post-list__filters-mobile-toggle--close {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.53846em 0 2em;
}

.post-list--type-full .post-list__filters-mobile-toggle--close p:after {
  content: url("../../../assets/images/X--blue.svg");
}

.post-list--type-full .post-list__filters-mobile-toggle--open {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .post-list--type-full .post-list__filters-mobile-toggle--open {
    box-shadow: 0 4px 80px rgba(0, 0, 0, .12);
  }
}

.post-list--type-full .post-list__filters-mobile-toggle--open p:after {
  content: url("../../../assets/images/MagnifyingGlass.svg");
}

.post-list--type-full .post-list__filters-mobile-toggle p {
  color: #20505f;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.38462em;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.post-list--type-full .post-list__filters-mobile-toggle p:after {
  background-color: #dce7eb;
  border-radius: 50%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 0;
  display: -webkit-flex;
  display: flex;
}

.post-list__filters-mobile-title {
  display: none;
}

@media (max-width: 768px) {
  .post-list__filters-mobile-title {
    display: block;
  }

  .post-list__filters-container {
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    max-height: calc(100vh - 87px);
    margin-top: 0;
    padding-top: 1.92308em;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-y: auto;
  }
}

.post-list__filters {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.25em;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .post-list__filters {
    max-height: 0;
    margin-top: 0;
    transition: max-height .75s;
  }
}

.post-list__filter-search {
  width: 50%;
}

@media (max-width: 768px) {
  .post-list__filter-search {
    margin-bottom: 1.84615em;
  }
}

@media screen and (max-width: 900px) {
  .post-list__filter-search {
    width: 100%;
  }
}

.post-list__filter-search .facetwp-facet-post_search {
  width: 100%;
  margin-bottom: 0;
}

.post-list__filter-search .facetwp-facet-post_search.is-loading .facetwp-icon:before {
  background: url("../../../assets/images/MagnifyingGlass.svg") no-repeat;
  -webkit-transform: none !important;
  transform: none !important;
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap {
  background: #f2f6f8;
  border-radius: 30px;
  width: 100%;
  padding: 0 3.3125em 0 0;
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
  height: auto;
  top: 50%;
  right: 1.4375em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap .facetwp-icon:before {
  background: url("../../../assets/images/MagnifyingGlass.svg") center / contain no-repeat;
  width: 18px;
  height: 18px;
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  width: 100%;
  padding: .75em 0 .75em 1.5em;
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap input::-webkit-input-placeholder {
  color: #79969f;
  font-style: italic;
}

.post-list__filter-search .facetwp-facet-post_search .facetwp-input-wrap input::placeholder {
  color: #79969f;
  font-style: italic;
}

.post-list__filter-date {
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  padding-left: 1.5em;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 900px) {
  .post-list__filter-date {
    width: 100%;
    margin-top: .9375em;
    padding-left: 0;
  }
}

.post-list__filter-date .facetwp-facet-post_date {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
}

.post-list__filter-date .facetwp-date-wrap {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .post-list__filter-date .facetwp-date-wrap {
    width: 50%;
    display: block;
  }
}

.post-list__filter-date .facetwp-date-wrap:after {
  content: url("../../../assets/images/CalendarBlank.svg");
  pointer-events: none;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 10.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .post-list__filter-date .facetwp-date-wrap:after {
    top: calc(100% - 22.5px);
  }
}

.post-list__filter-date .facetwp-date-wrap input {
  cursor: pointer;
  color: #4d737f;
  text-transform: capitalize;
  border: 1px solid #79969f;
  border-radius: 4px;
  max-width: 7.22222em;
  margin-left: .444444em;
  padding: .444444em 1.88889em .444444em .444444em;
  font-size: 1.125em;
  line-height: 150%;
}

@media (max-width: 768px) {
  .post-list__filter-date .facetwp-date-wrap input {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.post-list__filter-date .facetwp-date-wrap input::-webkit-input-placeholder {
  color: #4d737f;
}

.post-list__filter-date .facetwp-date-wrap input::placeholder {
  color: #4d737f;
}

.post-list__filter-date .facetwp-date-wrap + .facetwp-date-wrap {
  margin-left: 1em;
}

.post-list__filter-date .facetwp-date-label {
  font-size: .9375em;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .post-list__filter-date .facetwp-date-label {
    margin-bottom: .615385em;
    display: inline-block;
  }
}

.post-list__filter-options {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 2.1875em auto;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .post-list__filter-options {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 1.25em;
    margin-bottom: 2.5em;
  }

  .post-list__filter-options .facetwp-facet {
    text-align: center;
    margin-top: 20px !important;
  }
}

.post-list__filter-options .facetwp-facet {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .post-list__filter-options .facetwp-facet {
    -webkit-justify-content: center;
    justify-content: center;
    gap: .75em .5em;
  }
}

.post-list__filter-options .post-list__filter-options-title {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 1.06667em;
  font-size: .9375em;
  line-height: 1.6em;
  position: relative;
  top: 4px;
}

@media (max-width: 768px) {
  .post-list__filter-options .post-list__filter-options-title {
    margin-right: 0;
  }
}

.post-list__filter-options .facetwp-facet-post_topic {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .post-list__filter-options .facetwp-facet-post_topic {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-top: 1.23077em;
  }
}

.post-list__filter-options .facetwp-checkbox {
  color: #7d3bdc;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: none;
  border-radius: 1.66667em;
  margin: 0;
  padding: .666667em 1em;
  font-size: .75em;
  line-height: 160%;
  position: relative;
  display: inline-block !important;
}

.post-list__filter-options .facetwp-checkbox, .post-list__filter-options .facetwp-checkbox:visited {
  cursor: pointer;
  color: #7d3bdc;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7d3bdc;
  border-radius: 54px;
  padding: 8px 15px 4px;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  transition: background-color .3s, border .3s, -webkit-filter .3s, filter .3s;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .post-list__filter-options .facetwp-checkbox, .post-list__filter-options .facetwp-checkbox:visited {
    padding: 6px 15px 2px;
    font-size: .625em;
    line-height: 2.1em;
  }
}

.post-list__filter-options .facetwp-checkbox:hover, .post-list__filter-options .facetwp-checkbox:active {
  color: #fff;
  background-color: #7d3bdc;
  border: 2px solid #7d3bdc;
}

.post-list__filter-options .facetwp-checkbox:hover {
  display: inline-block;
}

.post-list__filter-options .facetwp-checkbox:hover, .post-list__filter-options .facetwp-checkbox:hover:visited {
  cursor: pointer;
  color: #f7f780;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  background-color: #7d3bdc;
  border: 2px solid #7d3bdc;
  border-radius: 54px;
  padding: 8px 15px 4px;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  transition: background-color .3s, border .3s, -webkit-filter .3s, filter .3s;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .post-list__filter-options .facetwp-checkbox:hover, .post-list__filter-options .facetwp-checkbox:hover:visited {
    padding: 6px 15px 2px;
    font-size: .625em;
    line-height: 2.1em;
  }
}

.post-list__filter-options .facetwp-checkbox:hover:hover, .post-list__filter-options .facetwp-checkbox:hover:active {
  background-color: #9c7bdf;
  border: 2px solid #9c7bdf;
}

.post-list__filter-options .facetwp-checkbox.disabled {
  pointer-events: none;
}

.post-list__filter-options .facetwp-checkbox.checked {
  color: #fef9f5;
  background-image: none;
  padding: .666667em 2.33333em .666667em 1em;
  display: inline-block;
}

.post-list__filter-options .facetwp-checkbox.checked, .post-list__filter-options .facetwp-checkbox.checked:visited {
  cursor: pointer;
  color: #f7f780;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  background-color: #7d3bdc;
  border: 2px solid #7d3bdc;
  border-radius: 54px;
  padding: 8px 15px 4px;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  transition: background-color .3s, border .3s, -webkit-filter .3s, filter .3s;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .post-list__filter-options .facetwp-checkbox.checked, .post-list__filter-options .facetwp-checkbox.checked:visited {
    padding: 6px 15px 2px;
    font-size: .625em;
    line-height: 2.1em;
  }
}

.post-list__filter-options .facetwp-checkbox.checked:hover, .post-list__filter-options .facetwp-checkbox.checked:active {
  background-color: #9c7bdf;
  border: 2px solid #9c7bdf;
}

.post-list__filter-options .facetwp-checkbox .facetwp-display-value {
  padding-right: 0;
}

.post-list__filter-options .facetwp-checkbox .facetwp-counter {
  display: none;
}

.facetwp-facet-reset, .facetwp-facet-reset_copy {
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}

.facetwp-facet-reset .facetwp-reset, .facetwp-facet-reset_copy .facetwp-reset {
  color: #7d3bdc;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: none;
  border-radius: 1.66667em;
  margin: 0;
  padding: .666667em 1em;
  font-size: .75em;
  line-height: 160%;
  position: relative;
  display: inline-block !important;
}

.facetwp-facet-reset .facetwp-reset, .facetwp-facet-reset .facetwp-reset:visited, .facetwp-facet-reset_copy .facetwp-reset, .facetwp-facet-reset_copy .facetwp-reset:visited {
  cursor: pointer;
  color: #7d3bdc;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7d3bdc;
  border-radius: 54px;
  padding: 8px 15px 4px;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  transition: background-color .3s, border .3s, -webkit-filter .3s, filter .3s;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .facetwp-facet-reset .facetwp-reset, .facetwp-facet-reset .facetwp-reset:visited, .facetwp-facet-reset_copy .facetwp-reset, .facetwp-facet-reset_copy .facetwp-reset:visited {
    padding: 6px 15px 2px;
    font-size: .625em;
    line-height: 2.1em;
  }
}

.facetwp-facet-reset .facetwp-reset:hover, .facetwp-facet-reset .facetwp-reset:active, .facetwp-facet-reset_copy .facetwp-reset:hover, .facetwp-facet-reset_copy .facetwp-reset:active {
  color: #fff;
  background-color: #7d3bdc;
  border: 2px solid #7d3bdc;
}

.facetwp-facet-reset .facetwp-reset:hover, .facetwp-facet-reset_copy .facetwp-reset:hover {
  display: inline-block;
}

.facetwp-facet-reset .facetwp-reset:hover, .facetwp-facet-reset .facetwp-reset:hover:visited, .facetwp-facet-reset_copy .facetwp-reset:hover, .facetwp-facet-reset_copy .facetwp-reset:hover:visited {
  cursor: pointer;
  color: #f7f780;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
  background-color: #7d3bdc;
  border: 2px solid #7d3bdc;
  border-radius: 54px;
  padding: 8px 15px 4px;
  font-family: roc-grotesk-extrawide, sans-serif;
  font-size: .75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75em;
  transition: background-color .3s, border .3s, -webkit-filter .3s, filter .3s;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 781px) {
  .facetwp-facet-reset .facetwp-reset:hover, .facetwp-facet-reset .facetwp-reset:hover:visited, .facetwp-facet-reset_copy .facetwp-reset:hover, .facetwp-facet-reset_copy .facetwp-reset:hover:visited {
    padding: 6px 15px 2px;
    font-size: .625em;
    line-height: 2.1em;
  }
}

.facetwp-facet-reset .facetwp-reset:hover:hover, .facetwp-facet-reset .facetwp-reset:hover:active, .facetwp-facet-reset_copy .facetwp-reset:hover:hover, .facetwp-facet-reset_copy .facetwp-reset:hover:active {
  background-color: #9c7bdf;
  border: 2px solid #9c7bdf;
}

.post-list__filter-mobile-submit {
  display: none;
}

@media (max-width: 768px) {
  .post-list__filter-mobile-submit {
    width: 100%;
    display: block;
  }

  .post-list__filter-mobile-submit .wp-block-button a.wp-block-button__link.has-red-color:after {
    display: none;
  }
}

.post-list__alert {
  color: #fff;
  background-color: #4d737f;
  border-radius: 4px;
  padding: 2.53125em 6.5em 2.53125em 3.5em;
  transition: all .3s;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .post-list__alert {
    padding: 1.84615em;
    display: block;
  }
}

.post-list__alert:before {
  content: "";
  opacity: 0;
  color: #dce7eb;
  font-size: 1.5em;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: 14px;
  right: 18px;
}

.post-list__alert:hover {
  background-color: #20505f;
}

.post-list__alert:hover .post-list__alert-content > * {
  color: #007180;
}

.post-list__alert:hover:before {
  opacity: 1;
}

.post-list__alert .post-list__alert-content {
  -webkit-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  align-self: center;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .post-list__alert .post-list__alert-content {
    margin-bottom: 1.5em;
    margin-right: 0;
  }
}

.post-list__alert .post-list__alert-content h4, .post-list__alert .post-list__alert-content p {
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.10714em;
}

.post-list__alert + .post-list__list {
  margin-top: 1.5625em;
}

.post-list__alert-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-list__alert-link-container {
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .post-list__alert-link-container {
    width: 80%;
  }
}

.post-list__alert-link-container .wp-block-button {
  letter-spacing: .42px;
  font-size: 14px;
  line-height: 21px;
}

.post-list__alert-link-container .wp-block-button:hover a {
  background-color: #4d737f !important;
  border-color: #4d737f !important;
}

.post-list__alert-link-container .wp-block-button a {
  line-height: 1em;
}

.post-list__list {
  margin-top: 4.875em;
}

.post-list__list .post-card + .post-card {
  margin-top: 3.125em;
}

@media (max-width: 768px) {
  .fdate-wrap {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50% !important;
  }
}

.post-list__pagination {
  margin: 6.125em 0 5.125em;
}

.post-list__pagination .facetwp-pager {
  text-align: center;
}

.post-list__pagination .facetwp-page {
  color: #2b2b2b;
  letter-spacing: .48px;
  text-transform: uppercase;
  background: #e3e7e9;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
  text-decoration: none;
}

.post-list__pagination .facetwp-page.prev, .post-list__pagination .facetwp-page.next {
  border-radius: 20px;
}

.post-list__pagination .facetwp-page.active {
  color: #fff;
  background-color: #2b2b2b;
}

/*# sourceMappingURL=post-list.css.map */
