/* CSS for layout/content */




.entry-content .alignright {
    margin-top: .5rem;
    float: right;
    margin-right: -16.66666%;
    max-width: 55%;
    margin-left: 1.5rem;
  }

  .wp-block-embed-issuu .wp-block-embed__wrapper {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }

  .wp-block-embed-issuu .wp-block-embed__wrapper iframe,
  .wp-block-embed-issuu .wp-block-embed__wrapper object,
  .wp-block-embed-issuu .wp-block-embed__wrapper embed {
    border: 0;
    height: calc(100% - 23.75%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .embed-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
  }

  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    border: 0;
    height: calc(100% - 23.75%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 0;
  }

  .event-details {
    min-width: 300px;
  }

  .nocomments {
    display: none;
  }

  .align-center {
    align-items: center;
  }

  .entry-content .wp-caption img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .entry-content .alignleft {
    margin-top: .5rem;
    float: left;
    margin-left: -16.66666%;
    max-width: 55%;
    margin-right: 1.5rem;
  }

  input[type="text"] {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 1rem;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid;
    border-color: inherit;
    border-top: 0;
    font: inherit;
    margin-bottom: 1rem;
  }

  input[type="tel"] {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 1rem;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid;
    border-color: inherit;
    border-top: 0;
    font: inherit;
    margin-bottom: 1rem;
  }

  @media (max-width: 1023px) {
    .people-image-container {
      width: 40%;
    }
  }

  .wp-block-image img {
      height: auto;
  }

  .wp-block-separator {
     opacity: 1;
     border: 1px solid;
     height: 1px;
  }

  .entry-content p a {
      font-family: var(--global--font-bold);
      font-weight: normal;
      text-decoration: underline;
      text-decoration-color: var(--color-gray);
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
      text-decoration-style: dotted;
  }

  .entry-content p a:hover {
      text-decoration-color: var(--color-black);
      text-decoration-style: solid;
    }

    .entry-content h6 a {
      font-family: var(--global--font-mono);
      font-weight: normal;
      text-decoration: underline;
      text-decoration-color: var(--color-gray);
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
      text-decoration-style: dotted;
    }

    .entry-content h6 em {
      font-family: var(--global--font-mono);
      font-weight: normal;
    }

    .entry-content h6 a:hover {
      text-decoration: underline;
      text-decoration-color: var(--color-black);
      text-decoration-style: solid;
    }

  .comments-meta a {
    font-family: var(--global--font-bold);
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: var(--color-gray);
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-style: dotted;
  }

  .comments-meta a:hover {
    text-decoration-color: var(--color-black);
    text-decoration-style: solid;
  }

  .entry-content p img {
      max-width: 100%;
      width: 100%;
      height: auto;
    }

  figure.wp-block-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  img.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .comment-respond {
    padding: 2rem;
    border: 1px dotted;
    border-color: inherit;
  }

  h3.comment-reply-title {
    font-family: var(--global--font-bold);
    position: relative;
    margin-left: 2rem;
  }

  .comment-form-comment {
    display: flex;
    flex-direction: column;
  }

  .comment-respond label {
    font-family: var(--global--font-mono);
    font-size: 1.25rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }

  .comment-respond  h3.comment-reply-title::before {
    display: inline-block;
    content: "|";
    margin-right: 1rem;
    font-size: 1.25rem;
    position: absolute;
    left: -30px;
    top: 150px;
  }

  .comment-respond  h3.comment-reply-title::after {
    display: inline-block;
    content: "→";
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    position: absolute;
    left: -29px;
    top: 160px;
  }

  .comment-respond  label::after {
    display: inline-block;
    content: "\2193";
    margin-left: .5rem;
  }

  textarea#comment {
    border: 1px solid;
    border-color: inherit;
  }

  .outline {
    border: 1px dotted;
    border-color: inherit;
  }

  .has-white-background-color .wp-block-cover__inner-container {
    color: var(--color-gray) !important;
  }

  .wp-block-cover, .wp-block-cover-image {
    padding: 3rem;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .fellow-item {
    max-width: 180px;
    min-width: 180px;
  }

  .org-item {
    max-width: 140px;
  }

  img.fellow-thumb-image {
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
    object-position: top;
    display: block;
  }

  img.speaker-thumb-image {
    max-height: 80px;
    min-height: 80px;
    object-fit: cover;
    object-position: top;
    display: block;
  }

  /* .duotone {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .duotone::before,
  .duotone::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* highlight color */
@supports (mix-blend-mode: darken) {
  .duotone::after {
    background-color: var(--color-white);
    mix-blend-mode: darken;
  }
}

/* shadow color */
@supports (mix-blend-mode: lighten) {
  .duotone::before {
    background-color: var(--color-black);
    mix-blend-mode: lighten;
  }
} */

  .large-post-card .image-link img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: top;
  }

  .medium-post-card .image-link img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: top;
  }

  .event-card .image-link img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: top;
  }

  .border-dotted {
    border: 1px dotted;
    border-color: inherit;
  }

  .pos-relative {
    position: relative;
  }

  .overlay-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  div.border-dotted:hover {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    border-color: var(--color-black) !important;
    border: 1px solid !important;
  }

  .pagination-links {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .page-numbers {
    width: 100%;
    max-width: 8%;
    text-align: center;
  }

  .page-numbers.dots {
    font-family: var(--global--font-bold);
  }

  .page-numbers.current {
    font-family: var(--global--font-bold);
    color: var(--color-white);
    position: relative;
  }

  .page-numbers.current:first-child {
    margin-left: 20%;
  }

  .page-numbers.current:last-child {
    margin-right: 20%;
  }

  .page-numbers.current::before {
    content: '';
    background-color: var(--color-black);
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    left: calc(50% - 18px);
    top: -8px;
    z-index: -1;
  }

a.page-numbers.next {
  border-radius: 0px;
  position: relative;
  color: var(--color-gray);
  font-family: var(--global--font-bold);
  padding: .5rem 1rem .4rem 1rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  min-width: 85px;
  text-align: right;
  margin-left: 1rem;
  margin-right: 0;
}

a.page-numbers.next::before {
  content: '';
  background-color: var(--color-white);
  border: 1px dotted;
  border-color: inherit;
  width: 85px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: -1;
}

a.page-numbers.next:hover::before {
  border: 1px solid;
  border-color: inherit;
}

a.page-numbers.prev {
  position: relative;
  border-radius: 0px;
  color: var(--color-gray);
  font-family: var(--global--font-bold);
  padding: .5rem 1rem .4rem 1rem;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  min-width: 85px;
  margin-right: 1rem;
  margin-left: 0;
}

a.page-numbers.prev::before {
  content: '';
  background-color: var(--color-white);
  border: 1px dotted;
  border-color: inherit;
  width: 85px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: -1;
}

a.page-numbers.prev:hover::before {
  border: 1px solid;
  border-color: inherit;
}

@media screen and (max-width: 1200px) {
  .event-card .image-link img {
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
    object-position: top;
  }
}

  @media screen and (max-width: 991px) {

    .entry-content .alignright {
      margin-top: .5rem;
      float: none;
      margin-right: 0%;
      max-width: 100%;
      margin-left: 1.5rem;
    }

    .iframe-container iframe {
      border: 0;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

    .entry-content .alignleft {
      margin-top: .5rem;
      float: none;
      margin-left: 0%;
      max-width: 100%;
      margin-right: 1.5rem;
    }

    .large-post-card .image-link img {
      max-height: 300px;
      min-height: 300px;
    }

    .event-card .image-link img {
      max-height: 250px;
      min-height: 250px;
      object-fit: cover;
      object-position: top;
    }
  }

  @media (max-width: 767px) {
    .swapcolumns {
        display: flex;
        flex-flow: column-reverse wrap;
    }
    .swapcolumns .wp-block-column:nth-child(2n) {
        margin-bottom: .5rem;
    }
}

  @media screen and (max-width: 767px) {

    .large-post-card .image-link img {
      max-height: 250px;
      min-height: 250px;
    }

    .event-card .image-link img {
      max-height: 350px;
      min-height: 350px;
      object-fit: cover;
      object-position: top;
    }

    .fellow-item {
      max-width: 130px;
      min-width: 130px;
    }

    img.fellow-thumb-image {
      max-height: 130px;
      min-height: 130px;
      object-fit: cover;
      object-position: top;
      display: block;
    }

  }

  @media screen and (max-width: 500px) {

    .event-card .image-link img {
      max-height: 250px;
      min-height: 250px;
      object-fit: cover;
      object-position: top;
    }

  }
