#content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}

#content #filter-bar {
  padding-bottom: 25px;
  border-bottom: 1px solid #A2A2A2;
  margin-right: auto;
}

#content #filter-bar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content #filter-bar #filter-button {
  border: 1px solid #0741AD;
  padding: 5px 25px 4px 25px;
  color: black;
  cursor: pointer;
}

#content #filter-bar div#filter-button:hover {
  border: 1px solid #0741AD;
  background-color: #0741AD;
  color: white;
}

#content #filter-bar .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
}

#content #filter-bar .filter-title:after {
  content: '>';
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: 'metropolisBold';
  color: #0741AD;
}

#content #filter-bar .filter-title.selected {
  color: #0741AD;
}

#content #filter-bar .filter-title:hover {
  color: #0741AD;
}

.recent-posts-holder {
  margin-top: 71px;
}

@media screen and (min-width: 1200px) {
  #content #filter-bar {
    max-width: 100vw;
  }
  #content #filter-bar .wrap {
    /*max-width: 94vw;*/
    gap: 10px;
  }
}

@media screen and (min-width: 980px) {
  #content #filter-bar {
    margin-top: 120px;
  }
  div#covid19-update {
    width: 104vw;
  }
}

@media screen and (max-width: 800px) {
  #filter-bar .wrap {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
}

.rp-less .about-post + div a + p {
  margin-top: 0px !important;
}

.straight-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  /*max-width: 94vw; */
}

.straight-row a {
  text-decoration: none;
}

.straight-row a + p {
  color: #0741AD;
}

.straight-row a + p + p {
  max-height: 128px;
  overflow: hidden;
}

.rp-less.row img {
  width: 100%;
  height: 178px;
  -o-object-fit: cover;
     object-fit: cover;
}

.straight-row .rp-less.row:nth-child(2) {
  padding-left: 22px;
  margin-left: 17px;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  padding-right: 22px;
}

.recent-posts-holder.last .rp-side {
  max-width: 18vw;
}

.rp-side .blog, .rp-side .blog .sidebar-cta {
  height: 100%;
}

.rp-side .blog h3:before {
  content: '';
  display: none !important;
}

.last .wp-block-cover, .last .wp-block-cover-image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recent-posts-holder:not(.last) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .rp-main {
    max-width: 100%;
  }
  .recent-posts-holder {
    max-width: 93vw;
  }
  .rp-main > a :not(img) {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .recent-posts-holder .rp-main img {
    margin-bottom: 0;
  }
  .rp-side {
    border-left: 0px !important;
    padding-left: 0px;
  }
  .recent-posts-holder.last .rp-side {
    width: 60vw;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  .straight-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rp-less.row img {
    min-height: 300px;
  }
  .rp-less {
    padding-left: 0px;
  }
}

.recent-posts-holder.last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 991px) {
  .recent-posts-holder.last .rp-side {
    max-width: 19vw;
  }
}

.recent-posts-holder.last {
  margin-top: 80px;
  width: 1200px;
  max-width: 94vw;
}

.blog main#main {
  margin-top: 80px;
}

/*# sourceMappingURL=maps/blog.css.map */
