.rey-events-calendar {
  background: #ffffff;
  color: #001e32;
  padding: 24px;
}
.rey-events-calendar .fc .fc-toolbar-title {
  font-size: 28px;
  line-height: 2.2rem;
}
.rey-events-calendar .fc .fc-button {
  background: #2a92d3;
  border-color: #2a92d3;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 12px;
}
.rey-events-calendar .fc .fc-button:hover,
.rey-events-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
  background: #cfaf07;
  border-color: #cfaf07;
}
.rey-events-calendar .fc .fc-button:focus {
  box-shadow: 0 0 0 2px rgba(42, 146, 211, 0.35);
}
.rey-events-calendar .fc .fc-daygrid-day-number,
.rey-events-calendar .fc .fc-col-header-cell-cushion {
  color: #001e32;
  text-decoration: none;
}
.rey-events-calendar .fc .fc-event {
  background: #2a92d3;
  border-color: #2a92d3;
  border-radius: 0;
  padding: 2px 4px;
}
.rey-events-calendar .fc .fc-daygrid-day-events,
.rey-events-calendar .fc .fc-daygrid-event-harness {
  contain: inline-size;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.rey-events-calendar .fc .fc-daygrid-event {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #001e32;
  display: block;
  font-size: 12px;
  line-height: 1.25;
  contain: inline-size;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 3px 7px;
  width: 100%;
  white-space: normal !important;
}
.rey-events-calendar .fc .fc-daygrid-event .fc-event-main {
  box-sizing: border-box;
  color: #001e32;
  contain: inline-size;
  display: block;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}
.rey-events-calendar .fc .fc-daygrid-block-event .fc-event-main-frame {
  display: block;
}
.rey-events-calendar .fc .fc-daygrid-event .fc-event-time {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 2px;
  width: 100%;
  /* white-space: normal; */
}
.rey-events-calendar .fc .fc-daygrid-event .fc-event-title-container,
.rey-events-calendar .fc .fc-daygrid-event .fc-event-title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}
.rey-events-calendar .fc .fc-daygrid-dot-event {
  display: block;
  white-space: normal;
}
.rey-events-calendar .fc .fc-daygrid-dot-event .fc-daygrid-event-dot {
  display: none;
}
.rey-events-calendar .fc .fc-daygrid-dot-event .fc-event-time {
  display: block;
}
.rey-events-calendar .fc .fc-daygrid-dot-event .fc-event-title {
  display: block;
}
.rey-events-calendar .fc .rey-event-calendar-event {
  box-sizing: border-box;
  contain: inline-size;
  display: block;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}
.rey-events-calendar .fc .rey-event-calendar-event-time {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rey-events-calendar .fc .rey-event-calendar-event-title {
  box-sizing: border-box;
  contain: inline-size;
  display: block !important;
  font-size: 12px;
  font-weight: 700 !important;
  height: auto !important;
  hyphens: auto;
  line-height: 1.3;
  max-height: none !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
  white-space: normal !important;
  width: 100% !important;
  word-break: break-all !important;
}
.rey-events-calendar .fc .fc-list-event-dot {
  border-color: #2a92d3;
}
.rey-events-calendar .fc .fc-list-event-title,
.rey-events-calendar .fc .fc-list-event-time {
  color: #001e32;
}
.rey-events-calendar .fc .fc-list-event-time {
  font-size: 11px;
}
.rey-events-calendar .fc .fc-list-event-title,
.rey-events-calendar .fc .fc-list-event-title a {
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

/* Enforce consistent event typography in every FullCalendar view. */
.rey-events-calendar .fc .rey-event-calendar-event-title,
.rey-events-calendar .fc .fc-event-title,
.rey-events-calendar .fc .fc-list-event-title,
.rey-events-calendar .fc .fc-list-event-title a {
  font-size: 18px !important;
}
.rey-events-calendar .fc .rey-event-calendar-event-time,
.rey-events-calendar .fc .fc-event-time,
.rey-events-calendar .fc .fc-list-event-time {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .rey-events-calendar .fc .fc-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .rey-events-calendar {
    padding: 14px;
  }
  .rey-events-calendar .fc .fc-toolbar-title {
    font-size: 22px;
    line-height: 1.8rem;
  }
  .rey-events-calendar .fc .fc-button {
    font-size: 12px;
    padding: 7px 9px;
  }
}

.rey-event-list-view {
  color: #001e32;
  padding: 0 0 10px;
}
.rey-event-archive-page #main {
  padding: 58px 0;
}
.rey-event-archive-container {
  margin: 0 auto;
  max-width: 1176px;
  padding: 0 24px;
}
.rey-event-archive-title {
  color: #001e32;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 30px;
  text-transform: none;
}
.rey-event-list-searchbar {
  align-items: stretch;
  border: 1px solid #dddddd;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-bottom: 36px;
  min-height: 64px;
}
.rey-event-search-field {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 0 18px;
}
.rey-event-search-field span {
  border: 2px solid #5f6368;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 15px;
}
.rey-event-search-field span::after {
  background: #5f6368;
  content: "";
  height: 7px;
  position: absolute;
  right: -5px;
  top: 10px;
  transform: rotate(-45deg);
  width: 2px;
}
.rey-event-search-field input {
  border: 0;
  color: #001e32;
  font-size: 14px;
  min-width: 0;
  outline: 0;
  width: 100%;
}
.rey-event-list-searchbar button {
  align-self: center;
  background: #3347ff;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  margin: 0 24px 0 0;
  padding: 0 22px;
}
.rey-event-view-tabs {
  align-items: stretch;
  display: flex;
}
.rey-event-view-tabs a {
  align-items: center;
  color: #001e32;
  display: flex;
  font-size: 14px;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
}
.rey-event-view-tabs a:visited {
  color: #001e32;
}
.rey-event-view-tabs a.is-active {
  font-weight: 700;
}
.rey-event-view-tabs a.is-active::after {
  background: #001e32;
  bottom: 0;
  content: "";
  height: 2px;
  left: 14px;
  position: absolute;
  right: 14px;
}
.rey-event-list-calendar {
  margin-top: 34px;
}
.rey-event-list-calendar .rey-events-calendar {
  border: 1px solid #dddddd;
}
.rey-event-list-toolbar {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 38px;
}
.rey-event-list-nav {
  display: flex;
  gap: 18px;
}
.rey-event-list-nav span {
  border-bottom: 3px solid #111827;
  border-left: 3px solid #111827;
  display: block;
  height: 14px;
  width: 14px;
}
.rey-event-list-nav span:first-child {
  transform: rotate(45deg);
}
.rey-event-list-nav span:last-child {
  transform: rotate(225deg);
}
.rey-event-list-today {
  border: 1px solid #dddddd;
  color: #001e32;
  font-size: 13px;
  line-height: 1;
  padding: 10px 16px;
  text-decoration: none;
}
.rey-event-list-today:visited {
  color: #001e32;
}
.rey-event-list-toolbar h2 {
  align-items: center;
  display: flex;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
}
.rey-event-list-toolbar h2 span {
  border-bottom: 2px solid #001e32;
  border-right: 2px solid #001e32;
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  transform: rotate(45deg) translateY(-2px);
  width: 8px;
}
.rey-event-list-empty {
  background: #f0f1f2;
  color: #001e32;
  font-size: 14px;
  margin-bottom: 34px;
  padding: 19px;
  text-align: center;
}
.rey-event-list-heading {
  color: #001e32;
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 26px;
  text-transform: none;
}
.rey-event-list-section {
  display: grid;
  gap: 48px;
}
.rey-event-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 32px 0 44px;
}
.rey-event-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.rey-event-pagination-link,
.rey-event-pagination-page {
  align-items: center;
  border: 1px solid #dddddd;
  color: #001e32;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 38px;
  min-width: 38px;
  padding: 0 13px;
  text-decoration: none;
}
.rey-event-pagination-link:visited,
.rey-event-pagination-page:visited {
  color: #001e32;
}
.rey-event-pagination-link:hover,
.rey-event-pagination-page:hover,
.rey-event-pagination-page.is-current {
  background: #3347ff;
  border-color: #3347ff;
  color: #ffffff;
}
.rey-event-pagination-link.is-disabled {
  color: #8a8a8a;
  cursor: default;
  opacity: 0.65;
}
.rey-event-pagination-link.is-disabled:hover {
  background: transparent;
  border-color: #dddddd;
  color: #8a8a8a;
}
.rey-event-list-item {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 72px minmax(0, 1fr) minmax(260px, 360px);
}
.rey-event-list-date {
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.rey-event-list-date span,
.rey-event-list-date em {
  color: #213c4d;
  display: block;
  font-size: 12px;
  font-style: normal;
}
.rey-event-list-date strong {
  color: #001e32;
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin: 4px 0;
}
.rey-event-list-time {
  color: #001e32;
  font-size: 15px;
  margin: 0 0 18px;
}
.rey-event-list-body h3 {
  font-size: 26px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.rey-event-list-body h3 a,
.rey-event-list-body h3 a:visited {
  color: #001e32;
  text-decoration: none;
}
.rey-event-list-location,
.rey-event-list-summary {
  color: #001e32;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.rey-event-list-image {
  background: #f7f7f7;
  display: block;
}
.rey-event-list-image img {
  display: block;
  height: 164px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 991px) {
  .rey-event-list-searchbar {
    grid-template-columns: 1fr;
  }
  .rey-event-list-searchbar button {
    justify-self: start;
    margin: 0 18px 16px;
  }
  .rey-event-view-tabs {
    border-top: 1px solid #dddddd;
    height: 50px;
  }
  .rey-event-list-item {
    grid-template-columns: 60px minmax(0, 1fr);
  }
  .rey-event-list-image {
    grid-column: 2;
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .rey-event-list-toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
  .rey-event-view-tabs a {
    padding: 0 12px;
  }
  .rey-event-list-toolbar h2,
  .rey-event-list-heading {
    font-size: 25px;
  }
  .rey-event-pagination {
    justify-content: flex-start;
    margin: 26px 0 36px;
  }
  .rey-event-list-item {
    gap: 18px;
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .rey-event-list-body h3 {
    font-size: 22px;
  }
  .rey-event-list-image {
    grid-column: 1 / -1;
    max-width: none;
  }
}

.rey-event-single-page #primary > #main {
  padding: 60px 0;
}
.rey-event-header-image {
  display: block;
  height: auto;
  width: 100%;
}
.rey-event-single {
  display: block;
}
.rey-event-single-header {
  margin-bottom: 28px;
}
.rey-event-single-kicker {
  color: #cfaf07;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.rey-event-single-header h1 {
  color: #001e32;
  margin: 0;
}
.rey-event-single-grid {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rey-event-single-media,
.rey-event-single-details {
  min-width: 0;
}
.rey-event-featured-image {
  background: #f7f7f7;
  margin: 0;
}
.rey-event-featured-image img {
  display: block;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}
.rey-event-meta {
  background: #f7f7f7;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-bottom: 34px;
  padding: 24px;
}
.rey-event-meta-item span {
  color: #7c7c7c;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.rey-event-meta-item strong {
  color: #001e32;
  display: block;
  font-size: 19px;
  line-height: 1.35;
}
.rey-event-content {
  max-width: none;
}
@media (max-width: 768px) {
  .rey-event-single-page #primary > #main {
    padding: 35px 0;
  }
  .rey-event-single-grid {
    grid-template-columns: 1fr;
  }
  .rey-event-meta {
    grid-template-columns: 1fr;
  }
}
