/*! Quorum Blog Styles
 * --------------------------------------------------
 */
.tag-list ul {
  margin: 1em 0;
  list-style: none;
  padding: 0;
}
.tag-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.2em;
}
.tag-list li:last-child {
  border: 0;
}
.tag-list a {
  font-size: 0.77778rem;
  text-decoration: none;
}
.meta--tag {
  padding-right: 20px;
  padding-right: var(--gdt-container-side-gutter);
  padding-left: 20px;
  padding-left: var(--gdt-container-side-gutter);
  margin-bottom: 1em;
}
.single-post .container--default:not(.flexible-content-module-container--selected_resources),
.single-resources .container--default:not(.flexible-content-module-container--selected_resources) {
  max-width: calc(740px + 1.57111111rem * 2);
  max-width: calc(740px + var(--gdt-container-side-gutter) * 2);
}
.single-post .bg-white .page-standard-hero:not(.hero-has-gallery) .page-standard-hero-container::after,
.single-resources .bg-white .page-standard-hero:not(.hero-has-gallery) .page-standard-hero-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #ECEFF9;
}
.single-post .post-meta,
.single-resources .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.single-post .post-meta .social-sharing,
.single-resources .post-meta .social-sharing {
  top: 0;
  left: 0;
  margin: 1.11111111rem 0;
  padding: 0 var(--gdt-container-side-gutter);
}
.single-post .post-meta .social-sharing ul,
.single-resources .post-meta .social-sharing ul {
  margin-bottom: 0;
  padding: 0;
}
.single-post .post-meta .social-sharing li,
.single-resources .post-meta .social-sharing li {
  display: inline-block;
  vertical-align: middle;
}
.single-post .post-meta .social-sharing a path,
.single-resources .post-meta .social-sharing a path {
  fill: #AFBCCE;
}
.single-post .post-meta .social-sharing a:hover path,
.single-resources .post-meta .social-sharing a:hover path {
  fill: #7259EF;
}
@media (min-width: 900px) {
  .single-post .post-meta,
  .single-resources .post-meta {
    width: 100%;
    margin: calc((1080px * 4 / 100) + 40px) auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(1080px + var(--gdt-container-side-gutter) * 2);
  }
  .single-post .post-meta .social-sharing,
  .single-resources .post-meta .social-sharing {
    position: absolute;
    margin: 0;
  }
  .single-post .post-meta .social-sharing li,
  .single-resources .post-meta .social-sharing li {
    display: block;
  }
}
.single-post .post-meta > *,
.single-resources .post-meta > * {
  flex: 0 0 auto;
}
.single-post .post-meta .post-date,
.single-resources .post-meta .post-date {
  margin-right: 0.33em;
}
.single-post .post-meta .social-sharing ul,
.single-resources .post-meta .social-sharing ul {
  list-style: none;
}
.single-post .entry-content,
.single-resources .entry-content,
.single-post .classic-editor-inner-wrapper,
.single-resources .classic-editor-inner-wrapper {
  line-height: 1.85;
}
.single-post .entry-content > p,
.single-resources .entry-content > p,
.single-post .classic-editor-inner-wrapper > p,
.single-resources .classic-editor-inner-wrapper > p,
.single-post .entry-content > .alignnone,
.single-resources .entry-content > .alignnone,
.single-post .classic-editor-inner-wrapper > .alignnone,
.single-resources .classic-editor-inner-wrapper > .alignnone,
.single-post .entry-content > .aligncenter,
.single-resources .entry-content > .aligncenter,
.single-post .classic-editor-inner-wrapper > .aligncenter,
.single-resources .classic-editor-inner-wrapper > .aligncenter,
.single-post .entry-content h2,
.single-resources .entry-content h2,
.single-post .classic-editor-inner-wrapper h2,
.single-resources .classic-editor-inner-wrapper h2,
.single-post .entry-content h3,
.single-resources .entry-content h3,
.single-post .classic-editor-inner-wrapper h3,
.single-resources .classic-editor-inner-wrapper h3 {
  margin-bottom: 2.22155111rem;
}
@media (min-width: 540px) {
  .single-post .entry-content,
  .single-resources .entry-content,
  .single-post .classic-editor-inner-wrapper,
  .single-resources .classic-editor-inner-wrapper {
    font-size: 1.11111111em;
  }
}
@media (min-width: 768px) {
  body.archive .column--tags,
  body.blog .column--tags {
    flex: 0 0 auto;
    margin-left: 30px;
  }
}
.archive-hero,
.global-header.color-theme-dark-bg + .global-main .archive-hero {
  color: var(--gdt-heading-color);
}
.search-form {
  position: relative;
}
.search-field {
  padding: 20px;
  border: 0;
  border-radius: 8px;
  width: 100%;
  padding-right: 60px;
}
.search-btn {
  height: 60px;
  width: 60px;
  background: url(../ee/images/magnify-dark.png) center center no-repeat;
  background-size: 20px auto;
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

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