.js-posts .js-posts__category-clear {
  display: block;
  text-align: center;
  font-size: calc(10/16 * 1em);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #0076c8;
  cursor: pointer;
}
.js-posts .js-posts__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.js-posts .js-posts__label {
  font-size: 0.875em;
  font-weight: bold;
}
.js-posts .js-posts__filters-heading:not(:empty) {
  margin-top: 16px;
}
.js-posts .js-posts__filters {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  border: solid 1px #d0d0d0;
  background: #ffffff;
  box-shadow: 0 0.3125em 1.25em rgba(0, 0, 0, 0.2);
  padding: 1.875em 0;
}
.js-posts .js-posts__filters.js-posts__filters--active {
  display: block;
}
.js-posts .js-posts__filters .js-posts__filters-column-1 .js-posts__filters-column-content {
  padding-left: 1.875em;
}
.js-posts .js-posts__filters [data-child=true] {
  margin-left: 20px;
}
.js-posts .js-posts__filters .js-posts__filters-column-4 {
  display: flex;
}
.js-posts .js-posts__filters .js-posts__filters-column-4 .js-posts__filters-column-content {
  width: 100%;
  position: relative;
  margin-right: 1.875em;
  text-align: right;
}
.js-posts .js-posts__filters .js-posts__filters-column-4 .js-posts__filters-column-content .js-posts__filters-clear {
  display: block;
}
.js-posts .js-posts__filters .js-posts__filters-column-4 .js-posts__filters-column-content .js-posts__filters-apply {
  position: absolute;
  right: 0;
  bottom: 0;
}
.js-posts .js-posts__filters .js-posts__filters-heading {
  margin-bottom: 0.8333em;
}
.js-posts .js-posts__load-more-wrapper {
  display: none;
  text-align: center;
  position: relative;
}
.js-posts .js-posts__load-more-wrapper.js-posts__load-more-wrapper--active {
  display: block;
}
.js-posts .js-posts__search {
  display: flex;
  align-items: center;
  position: relative;
}
.js-posts .js-posts__search input {
  font-family: "Archivo", sans-serif;
  background-color: #ECF1F3;
  height: calc(40/16 * 1em);
  padding: calc(10/16 *1em) calc(40/16 *1em) calc(10/16 *1em) calc(16/16 *1em);
  width: 100%;
  border-radius: calc(8/16 * 1em);
}
.js-posts .js-posts__search input.empty + .top-bar__search-icons .top-bar__clear-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.js-posts .js-posts__search input:not(.empty) + .top-bar__search-icons .top-bar__search-icon {
  display: none;
}
.js-posts .js-posts__search .top-bar__search-icons {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.js-posts .js-posts__search .top-bar__clear-icon {
  display: block;
}
.js-posts .js-posts__search .top-bar__clear-icon:hover svg path, .js-posts .js-posts__search .top-bar__clear-icon:hover svg polygon, .js-posts .js-posts__search .top-bar__clear-icon:focus svg path, .js-posts .js-posts__search .top-bar__clear-icon:focus svg polygon {
  fill: #0060df;
}
.js-posts .js-posts__search .top-bar__clear-icon:focus {
  outline: 2px solid rgba(0, 96, 223, 0.1);
  outline-offset: calc(5/16 * 1em);
  border-radius: 50%;
}
.js-posts .js-posts__search svg {
  width: calc(16/16 * 1em);
  height: calc(16/16 * 1em);
}
.js-posts .js-posts__selected-filters {
  display: none;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0076c8;
  min-height: calc(30/16 * 1em);
  padding: calc(4/16 * 1em) calc(40/16 * 1em) calc(4/16 * 1em) calc(20/16 * 1em);
  align-items: center;
  border-radius: 2em;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-label {
  font-family: "Archivo SemiExpanded", sans-serif;
  font-size: calc(10/16 * 1em);
  line-height: calc(10/10 * 1em);
  letter-spacing: calc(1.8/12 * 1em);
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close {
  position: absolute;
  right: 0.625em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  padding: 0.5625em;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close svg {
  display: block;
  font-size: 0.625em;
  width: 1em;
  height: 1em;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close svg path, .js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close svg polygon {
  fill: #fff;
}
.js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close:hover svg path, .js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item .js-posts__selected-filters-close:hover svg polygon {
  fill: #ff0000;
}
.js-posts .js-posts__selected-filters.js-posts__selected-filters--active {
  display: block;
}
.js-posts .js-posts__results {
  white-space: nowrap;
}
.js-posts.js-posts--loading .js-posts__results {
  display: none;
}
.js-posts.js-posts--loaded .js-posts__loader {
  display: none;
}
@media (max-width: 767px) and (orientation: portrait) {
  .js-posts .js-posts__loader {
    width: 100%;
    text-align: right;
  }
  .js-posts .js-posts__loader svg {
    margin: calc(5/16 * 1em) auto calc(16/16 * 1em * -1) auto;
    width: calc(26/16 * 1em);
    height: calc(26/16 * 1em);
  }
  .js-posts .js-posts__label {
    font-size: 0.75em;
  }
  .js-posts .js-posts__filters {
    width: 100vw;
    left: -1.875em;
    right: -1.875em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .js-posts .js-posts__filters .js-posts__filters-column-1 .js-posts__filters-column-content {
    padding-left: 0;
  }
  .js-posts .js-posts__filters .js-posts__filters-column-4 .js-posts__filters-column-content {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
  }
  .js-posts .js-posts__filters .js-posts__filters-column-4 .js-posts__filters-column-content .js-posts__filters-apply {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .js-posts .js-posts__sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .js-posts .js-posts__sort h2 {
    margin-bottom: 0;
  }
  .js-posts .js-posts__selects {
    width: 100%;
  }
  .js-posts .js-posts__selects h2 {
    margin: 0 0 calc(10/22 * 1em) 0;
    text-align: center;
  }
  .js-posts .js-posts__selects .js-posts__select:not(:last-child) {
    border-bottom: 1px solid #ECF1F3;
  }
  .js-posts .js-posts__selects .js-posts__button {
    border-bottom: 1px solid #ECF1F3;
  }
  .js-posts .js-posts__selects .js-posts__button .button--filter-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .js-posts .js-posts__selects .js-posts__button .button--filter-toggle .button__icon {
    margin-right: calc(4/12 * 1em);
  }
  .js-posts .js-posts__results {
    width: 100%;
    text-align: center;
    padding-top: 1em;
  }
  .js-posts .js-posts__actions {
    width: 100%;
  }
  .js-posts .js-posts__header {
    flex-wrap: wrap;
    padding-bottom: calc(20/16 * 1em);
  }
  .js-posts .js-posts__posts[data-endpoint=archive], .js-posts .js-posts__posts[data-endpoint=startups] {
    margin-top: calc(60/16 * 1em);
  }
  .js-posts .js-posts__load-more-wrapper {
    margin-top: calc(90/16 * 1em);
    margin-bottom: calc(140/16 * 1em);
  }
  .js-posts .js-posts__category-clear {
    width: 100%;
    margin-top: 1.875em;
    margin-bottom: 1.875em;
  }
  .js-posts .js-posts__selected-filters .js-posts__selected-filters-items {
    justify-content: center;
    width: 100%;
    margin: calc(2/16 * 1em * -1) 0;
  }
  .js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item {
    margin: calc(2/16 * 1em);
  }
  .js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__filters-item-clear {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media not screen and (max-width: 767px) and (orientation: portrait) {
  .js-posts .js-posts__loader {
    min-width: calc(100/16 * 1em);
    flex: 1 0 auto;
    text-align: right;
  }
  .js-posts .js-posts__loader svg {
    margin-left: auto;
    width: calc(40/16 * 1em);
    height: calc(40/16 * 1em);
  }
  .js-posts .js-posts__selects, .js-posts .js-posts__sort {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .js-posts .js-posts__selects h2, .js-posts .js-posts__sort h2 {
    margin: 0 calc(40/28 * 1em) 0 0;
  }
  .js-posts .js-posts__selects:not(:last-child) {
    padding-right: 3.125em;
  }
  .js-posts .js-posts__selects .js-posts__select, .js-posts .js-posts__selects .js-posts__button {
    width: fit-content;
  }
  .js-posts .js-posts__selects .js-posts__button {
    margin: 0 calc(4/16 * 1em);
  }
  .js-posts .js-posts__results {
    min-width: calc(100/14 * 1em);
    text-align: right;
    padding: calc(6/12 * 1em) 0;
    margin-left: auto;
  }
  .js-posts .js-posts__actions {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }
  .js-posts .js-posts__header {
    padding-bottom: calc(6/16 * 1em);
  }
  .js-posts .js-posts__posts[data-endpoint=archive], .js-posts .js-posts__posts[data-endpoint=startups] {
    margin-top: calc(80/16 * 1em);
  }
  .js-posts .js-posts__load-more-wrapper {
    margin-top: calc(120/16 * 1em);
    margin-bottom: calc(190/16 * 1em);
  }
  .js-posts .js-posts__category-clear {
    margin-left: 2em;
  }
  .js-posts .js-posts__selected-filters .js-posts__selected-filters-items {
    margin: calc(2/16 * 1em * -1) 0;
    justify-content: flex-end;
    padding-right: calc(20/16 * 1em);
  }
  .js-posts .js-posts__selected-filters .js-posts__selected-filters-items .js-posts__selected-filters-item {
    margin: calc(2/16 * 1em);
  }
}

.news-archive .js-posts {
  min-height: 87.5em;
}

/*# sourceMappingURL=js-posts.css.map */
