/**
 * This file is for posts and events common styles.
 */
/* stylelint-disable */
/* stylelint-enable */
@media (min-width: 71.25em) {
  h1 {
    max-width: 82%;
  }
}

.social-post-event {
  padding-top: 10px;
}

@media (min-width: 57.5em) {
  .content-sidebar {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .content-sidebar:after {
    clear: both;
  }
}

.content-sidebar--primary {
  padding-bottom: 30px;
}
@media (min-width: 57.5em) {
  .content-sidebar--primary {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 70%;
  }
}

@media (min-width: 57.5em) {
  .content-sidebar--secondary {
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 1px;
    width: 30%;
  }
}

.post-detail__content p:last-child {
  display: inline;
}
.post-detail__content .read-more__link-wrap {
  padding-left: 10px;
}
.post-detail__content .read-more__link-wrap > a {
  font-weight: 700;
}
.post-detail__content div .continue-reading-btn {
  text-align: center;
  margin-top: 20px;
}

.post-events__resources {
  background-color: #f0f0f0;
  padding: 25px;
  margin-bottom: 50px;
}
.post-events__resources h2 {
  margin: 0 25px;
  color: black !important;
}

.post-events__resources__cards {
  margin-bottom: 50px;
}
@media (min-width: 48em) {
  .post-events__resources__cards {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .post-events__resources__cards:after {
    clear: both;
  }
}

.post-events__resource-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  min-height: 1px;
  margin: 20px 25px;
  background-color: #fff;
  border-left: 5px solid #518325;
}
.post-events__resource-card:after {
  clear: both;
}
@media (min-width: 48em) {
  .post-events__resource-card {
    width: calc(50% - 50px);
  }
}

.post-events__resource-card__icon {
  flex-basis: 20px;
  margin: 15px 10px 0 12px;
}

.post-events__resource-card__icon__image {
  width: 20px !important;
  max-width: unset;
}

.post-events__resource-card__content {
  flex-basis: fit-content;
  margin: 15px 15px 15px 0;
  font-size: 0.8888888889rem;
}

.post-events__resource-card:hover {
  background-color: #518325;
}
.post-events__resource-card:hover .post-events__resource-card__icon {
  filter: invert(100%);
}
.post-events__resource-card:hover .post-events__resource-card__content {
  color: #fff;
}
.post-events__resource-card:hover .post-events__resource-card__content a {
  color: #fff;
}
.post-events__resource-card:hover .post-events__resource-card__content a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(106%) contrast(101%);
}

.post-events__resource-card__content__link {
  font-weight: 600;
  color: #518325;
}

.post-events__resource-card__content__arrow {
  margin-left: 5px;
}

.post-events__admin-resources {
  margin: 0 25px;
}
.post-events__admin-resources h2 {
  margin: 0 0 20px 0;
  font-size: 1.4444444444rem;
}

.titled-resource-list__links {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .titled-resource-list__links {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
  }
  .titled-resource-list__links:after {
    clear: both;
  }
}

.titled-resource-list__links__card {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  min-height: 1px;
  margin: 0 50px 20px 0;
}
.titled-resource-list__links__card:after {
  clear: both;
}
@media (min-width: 48em) {
  .titled-resource-list__links__card {
    width: calc(50% - 50px);
  }
}

.titled-resource-list__links__card__icon {
  flex-basis: 20px;
  margin: 0 10px 0 0;
}

.titled-resource-list__resource-card__icon__image {
  width: 20px !important;
  max-width: unset;
}

/*# sourceMappingURL=posts-events-common.css.map */
