#main .postList__filters {
  border: 0;
}
#main .postList__filters .searchandfilter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .postList__filters .searchandfilter > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main .postList__filters .searchandfilter > ul > li {
  margin: 0 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#main .postList__filters .searchandfilter > ul > li:last-child {
  margin-right: 0;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search {
  min-width: 400px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search input {
  background: url("../images/search-icon.png") no-repeat left center transparent;
  background-size: 27px auto;
  border: 0;
  outline: none;
  color: #fff;
  padding: 7px 20px 7px 40px !important;
  margin: 0;
  width: 100%;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-search input::placeholder {
  color: #fff;
  opacity: 1;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service {
  margin-left: 100px;
}
#main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service:before {
  content: "Filter by:";
  white-space: nowrap;
  font-size: 18px;
  position: absolute;
  margin-right: 40px;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main .postList__filters .searchandfilter > ul > li select.sf-input-select {
  margin: 0;
  border: solid 2px #fff;
  background-color: transparent;
  background-image: url(../images/lbmc-select-dropdown-white.png);
  background-position: 92% center;
  color: #fff;
  width: 100%;
  width: 135px;
  min-width: 135px;
  padding: 7px 30px 9px 15px !important;
  height: 45px !important;
  cursor: pointer;
  line-height: 25px;
}
#main .postList__filters .searchandfilter > ul > li > * {
  margin-bottom: 0;
}
#main .postList__filters .searchandfilter > ul > li > h4 {
  white-space: nowrap;
  color: #fff;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0.2em 30px 0 0;
  line-height: 1em;
  margin: 0;
  border: solid 2px #fff;
  background: url(../images/lbmc-select-dropdown-white.png) no-repeat 92% center;
  width: 135px;
  min-width: 135px;
  padding: 7px 30px 9px 15px !important;
  cursor: pointer;
  line-height: 25px;
}
#main .postList__filters .searchandfilter > ul > li > ul {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 240px;
  display: block;
  background-color: #cecece;
  z-index: 999;
  overflow: auto;
  height: auto;
  max-height: 33vh;
  list-style: none;
  margin: 0;
  padding: 10px;
  display: none;
}
#main .postList__filters .searchandfilter > ul > li > ul > li {
  margin: 0 0 0.5em;
  padding: 0;
  color: #000;
  line-height: 1.2;
  position: relative;
}
#main .postList__filters .searchandfilter > ul > li > ul > li.sf-option-active {
  color: #0d47a1;
}
#main .postList__filters .searchandfilter > ul > li > ul > li .sf-input-checkbox {
  position: absolute;
  opacity: 0;
}
#main .postList__filters .searchandfilter > ul > li > ul > li .sf-label-checkbox {
  cursor: pointer;
}
#main .postList__filters .searchandfilter > ul > li label > * {
  margin-bottom: 0;
}
#main .postList__filters .searchandfilter.search-filter-disabled h4 {
  opacity: 0.5;
}
#main .postList__filters .searchandfilter.search-filter-disabled h4 + ul {
  opacity: 0.5;
}
#main .postList__noFiltersSelected {
  text-align: center;
  background-color: #f1f1f1;
  padding: 20px 0;
  color: #000;
  font-size: 18px;
  margin: 0;
}
#main .postList__filtersSelected {
  margin: 0 0 70px;
  display: none;
}
#filter-results {
  margin-top: 70px;
}
#main .postList__filtersSelected .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main .postList__filtersSelected .tag, #main .postList__filtersSelected .clear {
  border: solid 2px #000;
  background: url("../images/filter-x.png") no-repeat left 10px center;
  padding: 10px 10px 10px 26px;
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  margin: 0 20px 20px 0;
  text-decoration: none;
  color: #000;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main .postList__filtersSelected.disabled * {
  opacity: 0.5;
  pointer-events: none;
}
#main #filter-results .noResultsMessage {
  margin: 0 0 70px;
}
@media only screen and (max-width: 1239px) {
  #main .postList__filters {
    padding-bottom: 8px;
  }
  #main .postList__filters .searchandfilter {
    margin-left: 110px;
  }
  #main .postList__filters .searchandfilter > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main .postList__filters .searchandfilter > ul > li {
    margin-bottom: 12px;
    margin-right: 12px;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-search {
    width: 100%;
    border-bottom: solid 4px #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: -110px;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service {
    margin-left: 0;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service:before {
    top: 7px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: auto;
    left: -110px;
  }
}
@media only screen and (max-width: 549px) {
  #main .postList__filters .searchandfilter {
    margin-left: 0;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-search {
    margin-left: 0;
    margin-bottom: 60px;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service:before {
    top: -40px;
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  #main .postList__filters .searchandfilter > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #main .postList__filters .searchandfilter > ul > li {
    margin: 0 6px 12px;
  }
  #main .postList__filters .searchandfilter > ul > li:last-child {
    margin-right: 6px;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-search {
    min-width: 0;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service {
    margin-left: 6px;
  }
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service:before {
    left: 100%;
    -webkit-transform: translateX(calc((50% - 6px) * -1));
    transform: translateX(calc((50% - 6px) * -1));
  }
}
@media only screen and (max-width: 353px) {
  #main .postList__filters .searchandfilter > ul > li.sf-field-taxonomy-service:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  margin: 20px 0 60px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #009bd8;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.pagination .nav-links .page-numbers svg {
  width: 16px;
}
.pagination .nav-links .page-numbers:hover {
  color: #010101;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #dfdfdf;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.current {
  color: #010101;
}
.pagination .nav-links .page-numbers.inactive svg path {
  fill: #ccc;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}