body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
.text-center {
  text-align: center;
}
.footer {
  margin-top: 150px;
  background: #000;
  color: #fff;
}
.footer .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 20px;
}
.footer .footer-content .left img {
  width: 429px;
}
.footer .footer-content .left .links {
  margin-top: 25px;
}
.footer .footer-content .left .links a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 20px;
}
.footer .footer-content .right {
  font-size: 18px;
}
.footer .footer-content .right .sm {
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .footer .footer-content .left {
    margin: 0 auto;
  }
  .footer .footer-content .left img {
    width: 80%;
  }
  .footer .footer-content .left .links a {
    font-size: 14px;
  }
  .footer .footer-content .right {
    margin: 20px auto 0;
    font-size: 14px;
  }
  .footer .footer-content .right .sm {
    font-size: 12px;
  }
}
.button {
  padding: 15px;
  color: #fff;
  background: #EB2329;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition-duration: 200ms;
  text-decoration: none;
  user-select: none;
}
.button:hover:not([disabled]),
.button:focus:not([disabled]) {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.button.small {
  padding: 5px 7px;
  font-size: 12px;
  font-weight: normal;
}
.button img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 5px;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button[disabled] {
  opacity: 0.5;
  cursor: default;
}
.button.no-bg {
  background: transparent;
  box-shadow: none !important;
}
.button.danger {
  background-color: #EB2329;
  color: white;
}
.button.shrink {
  flex-shrink: 2;
}
.button.inline-middle {
  display: inline-block;
  vertical-align: middle;
}
button {
  padding: 15px;
  color: #fff;
  background: #EB2329;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition-duration: 200ms;
  text-decoration: none;
  user-select: none;
}
button:hover:not([disabled]),
button:focus:not([disabled]) {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
button.small {
  padding: 5px 7px;
  font-size: 12px;
  font-weight: normal;
}
button img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 5px;
}
button span {
  display: inline-block;
  vertical-align: middle;
}
button[disabled] {
  opacity: 0.5;
  cursor: default;
}
button.no-bg {
  background: transparent;
  box-shadow: none !important;
}
button.danger {
  background-color: #EB2329;
  color: white;
}
button.shrink {
  flex-shrink: 2;
}
button.inline-middle {
  display: inline-block;
  vertical-align: middle;
}
button[type=submit],
.full-width-button {
  padding: 15px;
  color: #fff;
  background: #EB2329;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  transition-duration: 200ms;
  text-decoration: none;
  user-select: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
button[type=submit]:hover:not([disabled]),
.full-width-button:hover:not([disabled]),
button[type=submit]:focus:not([disabled]),
.full-width-button:focus:not([disabled]) {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
button[type=submit].small,
.full-width-button.small {
  padding: 5px 7px;
  font-size: 12px;
  font-weight: normal;
}
button[type=submit] img,
.full-width-button img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 5px;
}
button[type=submit] span,
.full-width-button span {
  display: inline-block;
  vertical-align: middle;
}
button[type=submit][disabled],
.full-width-button[disabled] {
  opacity: 0.5;
  cursor: default;
}
button[type=submit].no-bg,
.full-width-button.no-bg {
  background: transparent;
  box-shadow: none !important;
}
button[type=submit].danger,
.full-width-button.danger {
  background-color: #EB2329;
  color: white;
}
button[type=submit].shrink,
.full-width-button.shrink {
  flex-shrink: 2;
}
button[type=submit].inline-middle,
.full-width-button.inline-middle {
  display: inline-block;
  vertical-align: middle;
}
.buttons {
  display: flex;
}
.buttons.full-width-buttons {
  justify-content: space-between;
}
.buttons.full-width-buttons .button {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0.5em;
}
.buttons .button {
  justify-content: center;
}
.buttons.compact {
  margin: 3px;
}
@media (max-width: 768px) {
  .buttons.vertical-on-mobile {
    flex-direction: column;
  }
}
.find-events .filters {
  margin: 20px;
}
.find-events .filters .button {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 8px;
}
.find-events .filters .filter {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  font-weight: 500;
}
.find-events .filters .filter select,
.find-events .filters .filter input {
  display: block;
  padding: 5px;
}
.find-events .events {
  min-height: 500px;
  margin: 0 auto;
  padding: 30px;
}
.find-events .events .event {
  position: relative;
  display: inline-block;
  min-height: 400px;
  width: calc(33% - 40px);
  vertical-align: top;
  margin: 20px;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  .find-events .events .event {
    width: calc(100% - 40px);
  }
}
.find-events .events .event .event-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.find-events .events .event .event-content .banner {
  height: 256px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.find-events .events .event .event-content .banner img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .find-events .events .event .event-content .banner img {
    width: 100%;
    height: auto;
  }
}
.find-events .events .event .event-content .middle {
  position: relative;
  padding: 15px;
  font-weight: 500;
}
.find-events .events .event .event-content .middle .name {
  margin: 10px 0;
  font-size: 25px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.find-events .events .event .event-content .middle .location {
  font-size: 16px;
  margin-bottom: 20px;
}
.find-events .events .event .event-content .middle .location img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 5px;
}
.find-events .events .event .event-content .middle .dates {
  font-size: 14px;
  display: flex;
  justify-content: space-evenly;
}
.find-events .events .event .event-content .middle .dates img {
  width: 18px;
  margin: 0 10px;
}
.find-events .events .event .event-content .middle table {
  width: 100%;
  margin-top: 20px;
  table-layout: fixed;
}
.find-events .events .event .event-content .middle table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.find-events .events .event .event-content .middle table td img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  max-width: 20px;
}
.find-events .events .event .event-content .bottom {
  display: flex;
  gap: 10px;
  padding: 15px;
}
.find-events .events .event .event-content .bottom .button {
  display: block;
  width: fit-content;
}
.find-events .events .event .back {
  position: absolute;
  bottom: -10px;
  right: -10px;
  opacity: 0.05;
  z-index: -1;
  width: 90%;
}
/*# sourceMappingURL=embed_find_events.css.map */