.event-query {
  margin-top: var(--row-margin, 0);
}
.event-query__event-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.event-query__event-list > *:nth-of-type(n+2) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .event-query__event-list > *:nth-of-type(n+2) {
    margin-top: 0;
  }
  .event-query__event-list > *:nth-of-type(n+3) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .event-query__event-list > *:nth-of-type(n+3) {
    margin-top: 0;
  }
  .event-query__event-list > *:not(:nth-of-type(-n+3)) {
    margin-top: 6.25rem;
  }
}
.event-query__featured-preheading {
  display: block;
  margin-bottom: 1rem;
}
.event-query__bottom-container {
  overflow: visible;
}
.event-query__event-item {
  flex: 0 0 calc(100% - 16px);
  position: relative;
  background: #F9F9F9;
  border-bottom-left-radius: clamp(1rem, 0.732vw + 0.737rem, 1.875rem);
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .event-query__event-item {
    flex: 0 0 calc(44.7% - 2px);
    margin: unset;
  }
}
@media screen and (min-width: 1280px) {
  .event-query__event-item {
    flex: 0 0 calc(33.33% - 70.6666666667px);
  }
}
.event-query__event-item--featured {
  background: none;
  margin-bottom: clamp(3rem, 4.348vw + 2.022rem, 6.25rem);
}
.event-query__featured-left {
  position: relative;
}
.event-query__image {
  width: 100%;
  border-bottom-right-radius: clamp(1rem, 0.732vw + 0.737rem, 1.875rem);
  overflow: clip;
}
.event-query__image--featured {
  height: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem);
}
.event-query__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-query__date {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -8px;
  top: 16px;
  width: 146px;
  height: 73px;
  padding-left: 73px;
}
@media screen and (min-width: 768px) {
  .event-query__date {
    right: -36px;
  }
}
@media screen and (min-width: 1024px) {
  .event-query__date {
    top: 32px;
  }
}
.event-query__date--featured i {
  background-color: #a40084;
}
.event-query__date-text {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  color: #fff;
  background: #0098c3;
  text-align: center;
  z-index: 5;
}
.event-query__date-text--featured {
  background: #a40084;
}
.event-query__date-tbd {
  font: 300 100% "caecilia", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
.event-query__date-month {
  font: 600 100% "helvetica", helvetica neue, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event-query__date-day {
  font: 300 100% "caecilia", Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, serif;
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.event-query__date i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.event-query__featured-right {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.event-query__text {
  padding: clamp(2rem, 2.404vw + 1.135rem, 4.875rem);
}
.event-query__text--featured {
  padding-left: 0;
  padding-right: 0;
}
.event-query__text--no-image {
  margin-top: 89px;
}
@media screen and (min-width: 1440px) {
  .event-query__text--no-image {
    margin-top: 0;
    padding-right: 120px;
  }
}
.event-query__cats {
  margin-bottom: 0.875rem;
  pointer-events: none;
}
.event-query__cats .jb-pill {
  border-color: #0098c3;
}
.event-query__time {
  color: #53565A;
}
.event-query__title {
  color: #53565A;
}
.event-query__excerpt {
  color: #53565A;
}
.event-query__more {
  color: #0098c3;
}
.event-query__more--featured {
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%) translateY(50%);
  color: #fff;
  background: #a40084;
  border-color: #a40084;
}
@media screen and (min-width: 768px) {
  .event-query__more--featured {
    right: 0;
    bottom: 16px;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1024px) {
  .event-query__more--featured {
    bottom: 32px;
  }
}
.event-query__more--featured:hover {
  color: #a40084;
  background: #fff;
}
.event-query__more.jb-button {
  margin-bottom: 0;
}
.event-query__divider {
  display: none;
  flex: 0 0 0;
  margin-left: 23px;
  margin-right: 23px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .event-query__divider:not(:nth-of-type(even)) {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) {
  .event-query__divider {
    margin-left: 33px;
    margin-right: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .event-query__divider {
    margin-left: 43px;
    margin-right: 43px;
    display: inline-flex;
  }
  .event-query__divider:last-child, .event-query__divider:nth-child(3n) {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .event-query__divider {
    margin-left: 53px;
    margin-right: 53px;
  }
}
.event-query__pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.625rem;
  margin-top: clamp(3rem, 4.348vw + 2.022rem, 6.25rem);
}
.event-query__pagination-arrow--prev {
  transform: rotateY(180deg);
}
.event-query__pagination a {
  display: inline-flex;
}
.event-query__callout {
  background: var(--background-color, #fff);
}
.event-query__callout-container {
  padding-top: var(--row-padding, 0);
  padding-bottom: var(--row-padding, 0);
}
.event-query__callout .callout__button {
  display: inline-flex;
  align-self: flex-start;
}
.event-query__callout .callout__button .jb-button {
  margin-top: 0;
}
.event-query__image-content {
  position: relative;
  margin: var(--row-margin, 0) auto;
}
@media all and (min-width: 1024px) {
  .event-query__image-content {
    width: 100%;
    max-width: 1920px;
  }
}
@media all and (min-width: 1024px) {
  .event-query__image-content .row-header {
    padding: 0 5px;
  }
}
.event-query__image-content .row-header h2 {
  word-break: normal;
}
.event-query__image-content > .columns,
.event-query__image-content .row-content {
  position: relative;
}
.event-query__image-content > .columns::before,
.event-query__image-content .row-content::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: #fff;
  z-index: 2;
}
@media all and (min-width: 1024px) {
  .event-query__image-content > .columns::before,
  .event-query__image-content .row-content::before {
    top: unset;
    bottom: 0;
  }
}
.event-query__image-content .row-content {
  overflow: hidden;
  border-bottom-right-radius: 60px;
}
.event-query__image-content .row-content .copyarea {
  padding: 50px 0 100px;
}
@media all and (min-width: 1024px) {
  .event-query__image-content .row-content .copyarea {
    padding: 100px 0 250px;
  }
}
.event-query__image-content .row-content .slick-slide > div {
  padding: 0 10px;
}
@media all and (min-width: 1024px) {
  .event-query__image-content .row-content .slick-slide > div .columns {
    padding: 0;
  }
}
.event-query__image-content .row-content .image-side {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top-left-radius: 60px;
}
.event-query__image-content .row-content .image-side img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
@media all and (min-width: 1024px) {
  .event-query__image-content .row-content .image-side img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .event-query__image-content .row-footer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    text-align: center;
  }
}
.event-query__image-content.position-right .text-side,
.event-query__image-content.position-right .image-side {
  margin-left: 5.55556%;
}
.event-query__image-content.position-right .row-content {
  padding-right: 0;
  flex-direction: row-reverse;
  border-top-left-radius: 60px;
}
.event-query__image-content.position-right .image-side {
  border-top-left-radius: 0;
  border-bottom-right-radius: 60px;
}
