:root {
  --sidebar-width: 28rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 32rem;
    --layout-gap: 8rem;
  }
}
[x-cloak] {
  display: none !important;
}

.posts-filter .fade-transition {
  transition: opacity 200ms ease;
}
.posts-filter .fade-enter {
  opacity: 0;
}
.posts-filter .fade-enter-active {
  opacity: 1;
}
.posts-filter .fade-leave {
  opacity: 1;
}
.posts-filter .fade-leave-active {
  opacity: 0;
}
.posts-filter .posts-filter-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 var(--wp--preset--spacing--m) 0;
  background: #fff;
}
.posts-filter .posts-filter-controls input {
  height: 49px;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 49px;
  padding: 0 40px 0 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.34 18.9-4.342-4.343m0 0A8.002 8.002 0 0 0 9.34.9a8 8 0 1 0 5.657 13.657Z' stroke='%230D497D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  border: 1px solid #6B8991;
  border-radius: 3px;
}
.posts-filter .posts-filter-controls ::-moz-placeholder {
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  color: #102E43;
}
.posts-filter .posts-filter-controls ::placeholder {
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  color: #102E43;
}
.posts-filter .posts-filter-controls .dropdown {
  max-width: 100%;
  position: relative;
}
.posts-filter .posts-filter-controls .dropdown button {
  width: 100%;
  height: 49px;
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #102E43;
  border: 1px solid #6B8991;
  border-radius: 3px;
  transition: border 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .dropdown button span {
  display: block;
  line-height: 47px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  overflow: hidden;
}
.posts-filter .posts-filter-controls .dropdown button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2652 13.1799C20.4588 12.983 20.4561 12.6664 20.2592 12.4728C20.0623 12.2792 19.7458 12.2819 19.5522 12.4788L10.8055 21.3751L10.8055 1.16846C10.8055 0.892314 10.5816 0.668457 10.3055 0.668457C10.0293 0.668457 9.80547 0.892314 9.80547 1.16846L9.80547 21.4091L0.872335 12.4758C0.677074 12.2806 0.360492 12.2806 0.165229 12.4758C-0.0300355 12.6711 -0.0300375 12.9877 0.165224 13.1829L9.94229 22.9601L10.2989 23.3167L10.6524 22.9571L20.2652 13.1799Z' fill='%230D497D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  transition: transform 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .dropdown button:focus, .posts-filter .posts-filter-controls .dropdown button:active {
  outline: 1px solid #FF7B1F;
  outline-offset: 4px;
  border-radius: 2px;
}
.posts-filter .posts-filter-controls .dropdown button:focus:after {
  transform: scaleY(-1);
}
.posts-filter .posts-filter-controls .dropdown button:hover {
  cursor: pointer;
  border-color: #165A5D;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 600;
  list-style: none;
  margin: 3px 0 0 0;
  padding: 1rem;
  color: #161616;
  background: #ECF1F3;
  border-radius: 3px;
  position: absolute;
  z-index: 5;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li {
  margin: 0 0 4px 0;
  padding: 1rem;
  background: rgba(107, 137, 145, 0.15);
  border-radius: 3px;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.posts-filter .posts-filter-controls .dropdown .dropdown-menu li:hover, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:active, .posts-filter .posts-filter-controls .dropdown .dropdown-menu li:focus {
  cursor: pointer;
  color: #0D497D;
  background: white;
}
.posts-filter .posts-filter-controls .filter-reset {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #102E43;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .filter-reset svg {
  margin-top: -2px;
  transition: transform 0.35s ease-in-out;
}
.posts-filter .posts-filter-controls .filter-reset:hover, .posts-filter .posts-filter-controls .filter-reset:active, .posts-filter .posts-filter-controls .filter-reset:focus {
  color: #0D497D;
}
.posts-filter .posts-filter-controls .filter-reset:hover svg, .posts-filter .posts-filter-controls .filter-reset:active svg, .posts-filter .posts-filter-controls .filter-reset:focus svg {
  transform: scale(1.1);
}
@media (min-width: 500px) {
  .posts-filter .posts-filter-controls {
    flex-direction: row;
  }
  .posts-filter .posts-filter-controls .search-bar {
    width: 100%;
  }
  .posts-filter .posts-filter-controls .dropdown {
    width: calc(50% - 1rem);
  }
  .posts-filter .posts-filter-controls .filter-reset {
    margin-left: auto;
  }
}
@media (min-width: 782px) {
  .posts-filter .posts-filter-controls {
    gap: 10px;
  }
  .posts-filter .posts-filter-controls .search-bar {
    width: calc(35% - 1rem);
  }
  .posts-filter .posts-filter-controls .dropdown {
    width: calc(25% - 1rem);
    order: -1;
  }
}
@media (min-width: 1024px) {
  .posts-filter .posts-filter-controls {
    position: sticky;
    top: 100px;
    z-index: 9;
  }
  .posts-filter .posts-filter-controls:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .posts-filter .posts-filter-controls {
    gap: 30px;
  }
  .posts-filter .posts-filter-controls .search-bar {
    width: calc(35% - 1.5rem);
  }
  .posts-filter .posts-filter-controls .dropdown {
    width: calc(25% - 2.2rem);
  }
}
.posts-filter .btn {
  display: inline-flex;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.4ch 2rem;
  color: #fff;
  background: #D4780F;
  border: 1px solid #D4780F;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: center;
  width: 150px;
  text-transform: uppercase;
  margin: var(--wp--preset--spacing--m) auto 0 auto;
}
.posts-filter .btn:before, .posts-filter .btn:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-filter .btn:before {
  border-top: 1px solid rgba(13, 73, 125, 0.6);
  border-right: 1px solid rgba(13, 73, 125, 0.6);
  top: -4px;
  right: -4px;
}
.posts-filter .btn:after {
  border-bottom: 1px solid rgba(13, 73, 125, 0.6);
  border-left: 1px solid rgba(13, 73, 125, 0.6);
  bottom: -4px;
  left: -4px;
}
.posts-filter .btn:hover, .posts-filter .btn:active, .posts-filter .btn:focus {
  background: #0D497D;
  border-color: #0D497D;
}
.posts-filter .btn:hover:before, .posts-filter .btn:hover:after, .posts-filter .btn:active:before, .posts-filter .btn:active:after, .posts-filter .btn:focus:before, .posts-filter .btn:focus:after {
  opacity: 0;
}
.posts-filter .posts-listing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 782px) {
  .posts-filter .posts-listing {
    flex-direction: row;
  }
  .posts-filter .posts-listing > div {
    width: calc(50% - 1.5rem);
  }
  .posts-filter .posts-listing > div a {
    height: 100%;
  }
  .posts-filter .posts-listing .post-excerpt .feat {
    display: flex;
    flex-direction: column;
    padding-top: 12rem;
  }
  .posts-filter .posts-listing .post-excerpt .feat .title {
    margin-top: auto;
  }
}
.posts-filter .post-excerpt {
  display: block;
  background: #ECF1F3;
  border: 1px solid rgba(107, 137, 145, 0.5);
  transition: border 0.35s ease-in-out, transform 0.35s ease-in-out, background 0.35s ease-in-out;
}
.posts-filter .post-excerpt .feat {
  display: block;
  padding: 15rem var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
  position: relative;
  overflow: hidden;
}
.posts-filter .post-excerpt .feat .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.posts-filter .post-excerpt .feat .title {
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) var(--wp--preset--spacing--normal) 0;
  background: linear-gradient(94deg, #0D497D 0.45%, rgba(22, 90, 93, 0.95) 100%);
  position: relative;
  z-index: 3;
}
.posts-filter .post-excerpt .feat .title .inner {
  padding: 16px 0 16px var(--wp--preset--spacing--normal);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.posts-filter .post-excerpt .feat .title .inner .arrow {
  display: block;
  width: 24px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.posts-filter .post-excerpt .feat .title h3 {
  font-size: var(--wp--preset--font-size--font-28);
  margin: 0;
  color: #fff;
}
.posts-filter .post-excerpt .feat .title p {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-top: 1ch;
  color: #fff;
}
.posts-filter .post-excerpt .excerpt {
  padding: var(--wp--preset--spacing--normal);
}
.posts-filter .post-excerpt .excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: var(--wp--preset--font-size--font-17);
  line-height: 1.45;
  overflow: hidden;
}
.posts-filter .post-excerpt .post-category-list {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 2rem 0;
  padding: 0 0 0 18px;
  color: #102E43;
  position: relative;
}
.posts-filter .post-excerpt .post-category-list:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #FF7B1F;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.posts-filter .post-excerpt .post-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6ch;
  margin: 2.5rem 0 0 0;
}
.posts-filter .post-excerpt .post-sector-list em {
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  color: #0D497D;
  background: #fff;
  border-radius: 50px;
}
.posts-filter .post-excerpt.category-pmsi-news-events .feat .title {
  background: linear-gradient(94deg, #67364D 0.45%, rgba(149, 79, 114, 0.95) 100%);
}
.posts-filter .post-excerpt.category-insights .feat .title {
  background: linear-gradient(94deg, #67364D 0.45%, rgba(149, 79, 114, 0.95) 100%);
}
.posts-filter .post-excerpt:hover {
  background: rgba(107, 137, 145, 0.25);
  border-color: rgba(107, 137, 145, 0.9);
  transform: translateY(-5px);
}/*# sourceMappingURL=block-posts-listing.css.map */