/*
* MEDIA QUERIES
* Breakpoints for responsive sites
*/
.wp-block-post-template.document-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .wp-block-post-template.document-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.wp-block-post-template.document-cards .wp-block-post {
  width: 33.3333333333%;
  margin-block-start: unset;
  display: flex;
}
@media (max-width: 1440px) {
  .wp-block-post-template.document-cards .wp-block-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wp-block-post-template.document-cards .wp-block-post {
    width: 100%;
  }
}
.wp-block-post-template.document-cards .wp-block-post .document-card {
  background-color: rgba(45, 88, 122, 0.831372549);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 15px);
  margin-bottom: 30px;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .image-wrapper {
  max-height: 250px;
  min-height: 250px;
  height: 100%;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .image-wrapper .document-card__image, .wp-block-post-template.document-cards .wp-block-post .document-card .image-wrapper img {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .document-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .document-card-title {
  padding: 15px;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .document-card-title a {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--normal) !important;
  line-height: 1.3;
  color: white;
  display: inline-block;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .date {
  color: white;
  padding: 15px;
  font-size: var(--wp--preset--font-size--small) !important;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .pdf-button {
  background-color: #d8d8d8;
  padding: 15px;
}
.wp-block-post-template.document-cards .wp-block-post .document-card .pdf-button a {
  color: #2D587A;
}
.wp-block-post-template.document-titles .document-card-title {
  display: flex;
  line-height: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-post-template.document-titles .document-card-title:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232D587A' d='M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z'/%3E%3C/svg%3E");
  position: absolute;
}
.wp-block-post-template.document-titles .document-card-title:hover {
  opacity: 0.7;
}
.wp-block-post-template.document-titles .document-card-title a {
  padding-left: 24px;
  text-decoration: none;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.152, 21px);
}
.wp-block-post-template.document-titles .date, .wp-block-post-template.document-titles .pdf-button {
  display: none;
}/*# sourceMappingURL=block-document-posts.css.map */