/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Styles for views.
 */

/*
 * Media query breakpoints.
 * Processed by postcss/postcss-custom-media.
 */

/* Navigation related breakpoints */

/* Grid related breakpoints */

/* Grid shifts from 6 to 14 columns. */

/* Width of the entire grid maxes out. */

.view > * {
  margin-block-end: var(--sp2);
}

.view > *:last-child {
  margin-block-end: 0;
}

@media (min-width: 43.75rem) {

  .view > * {
    margin-block-end: var(--sp3);
  }
}

.view-map-bio,
.view-map-place {
  border: 10px solid #fff;
  /* Attachment Layers */
}

.view-map-bio .geolocation-map-wrapper .views-element-container,
.view-map-place .geolocation-map-wrapper .views-element-container {
  display: none;
}

.view-list-places .pager {
  margin: var(--sp3)0;
}

@media (min-width: 43.75rem) {

  .view-list-places .exposed-wrapper,
  .view-list-bios .exposed-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 2.5rem;
  }
}

.view-list-places .exposed-wrapper,
.view-list-bios .exposed-wrapper {
  margin-bottom: 2.5rem;
}

.view-list-places .exposed-wrapper .text-content,
.view-list-bios .exposed-wrapper .text-content {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  font-size: 1.7rem;
  font-weight: bold;
}

.view-list-places .exposed-wrapper .toggle-container,
.view-list-bios .exposed-wrapper .toggle-container {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.view-blog {
  max-width: 75rem;
  margin: 0 auto;
}

.view-blog .more-link {
  text-align: center;
  font-size: 1.375rem;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1875rem;
}

.view-blog .more-link a {
  font-weight: 600;
}

.view-blog .event-date {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0.75rem;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.1;
}

.view-blog .event-type {
  margin: 0;
  padding-top: 1rem;
}

.view-blog .event-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.875rem;
}

.view-blog a {
  font-size: 1.375rem;
  font-weight: 600;
}

.view-blog p.text-content {
  font-family: var(--font-serif);
}

.view-blog {
  .views-view-responsive-grid__item {
    border-color: var(--color--primary-50);
    border-top-width: 2px;
    border-top-style: solid;
    > div {
      padding-top: 1.25rem;
    }
  }
}

#block-views-block-blog-eventteaser,
#block-views-block-blog-block-2 {
  margin-block-end: var(--sp3);
  padding: 0 var(--sp);
}

@media (min-width: 43.75rem) {

  #block-views-block-blog-eventteaser,
  #block-views-block-blog-block-2 {
    padding: 0;
  }
}

#block-views-block-blog-block-3 {
  margin-block-start: var(--sp6);
  padding: 0 var(--sp);
}

@media (min-width: 43.75rem) {

  #block-views-block-blog-block-3 {
    padding: 0;
  }
}

.eventteaser {
  margin: 0 var(--sp);
  padding-bottom: var(--sp3);
}

@media (min-width: 62.5rem) {

  .eventteaser {
    margin: 0 auto;
  }
}

.eventteaser .views-view-responsive-grid {
  padding-bottom: var(--sp);
}

.bioteaser .view-content,
.bioteaser .geolocation-map-wrapper .placeteaser .view-content,
.placeteaser .geolocation-map-wrapper {
  margin-bottom: var(--sp3) !important;
}

.bioteaser .view-content,
.bioteaser .geolocation-map-wrapper .placeteaser .view-content,
.placeteaser .geolocation-map-wrapper {
  max-width: 75rem;
  margin: 0 auto;
}

.bioteaser .geolocation-map-wrapper,
.placeteaser .geolocation-map-wrapper {
  border: 10px solid #fff;
}

.bioteaser .view-filters > .text-content,
.placeteaser .view-filters > .text-content {
  margin-bottom: 0;
}

.placeteaser .place {
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-color: #f48680;
  border-top-width: 2px;
  border-top-style: solid;
}

.placeteaser .place:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

@media (min-width: 62.5rem) {

  .bioteaser .view-filters,
  .placeteaser .view-filters,
  .placeteaser .view-content {
    max-width: 50rem;
    margin: 0 auto;
  }
}

.bioteaser .view-filters h2,
.bioteaser .view-content h2,
.placeteaser .view-filters h2,
.placeteaser .view-content h2 {
  margin-block: var(--sp1-5);
}

.bioteaser .view-filters form,
.bioteaser .view-content form,
.placeteaser .view-filters form,
.placeteaser .view-content form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: var(--sp2);
  column-gap: var(--sp);
}

@media (min-width: 62.5rem) {

  .bioteaser .view-filters form,
  .bioteaser .view-content form,
  .placeteaser .view-filters form,
  .placeteaser .view-content form {
    flex-wrap: nowrap;
    margin-bottom: var(--sp4);
  }
  .bioteaser .view-filters form > div,
  .bioteaser .view-content form > div,
  .placeteaser .view-filters form > div,
  .placeteaser .view-content form > div {
    flex-grow: 1;
  }
}

.bioteaser .view-filters form .button,
.bioteaser .view-content form .button,
.placeteaser .view-filters form .button,
.placeteaser .view-content form .button {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000;
  background: #f48680;
}

.bioteaser .view-filters .place,
.bioteaser .view-content .place,
.placeteaser .view-filters .place,
.placeteaser .view-content .place {
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-color: #f48680;
  border-top-width: 2px;
  border-top-style: solid;
}

.bioteaser .view-filters .place:last-child,
.bioteaser .view-content .place:last-child,
.placeteaser .view-filters .place:last-child,
.placeteaser .view-content .place:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.blogteaser {
  max-width: 59.375rem;
  margin: 0 auto;
  padding: var(--sp);
}

@media (min-width: 43.75rem) {

  .blogteaser {
    padding: 0 2.5rem 8.75rem 2.5rem;
  }
}

.blogteaser .layout {
  margin-block-end: 0;
}

.blogteaser .blog {
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-color: var(--color--primary-50);
  border-top-width: 2px;
  border-top-style: solid;
}

.blogteaser .blog:last-child {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.blogteaser .blog-category {
  margin: 0;
}

.blogteaser .blog-title {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  line-height: 2.375rem;
}

.blogteaser a {
  font-size: 1.375rem;
  font-weight: 600;
}

.view-list-bios,
.view-list-places {
  margin-block-end: var(--sp5);
}

@media (min-width: 43.75rem) {

  .view-list-bios,
  .view-list-places {
    padding: 0;
  }
}

.view-list-bios .bio-card-teaser,
.view-list-places .bio-card-teaser {
  width: 100%;
  margin-block-end: 0;
}

.view-list-bios .bio-card-teaser > .layout,
.view-list-places .bio-card-teaser > .layout {
  width: 100%;
}

.view-list-bios .view-content,
.view-list-bios .view-filters {
  padding: 0 var(--sp);
}

@media (min-width: 43.75rem) {

  .view-list-bios .view-content,
  .view-list-bios .view-filters {
    padding: 0;
  }
}

#views-exposed-form-blog-block-4 {
  text-align: center;
}

#views-exposed-form-blog-block-4 .form-item-tid {
  margin-top: 2px;
  margin-right: 1.25rem;
  text-align: left;
}
