@import url("/assets/css/font-faces.css");
:root {
  --baseline: 1.3888888889em;
  --gutterMobile: calc(var(--baseline) * .75);
  --gutterTablet: calc(var(--baseline) * 2);
  --gutterDesktop: calc(var(--baseline) * 2);
  --actionsWidth: 22em;
  --contentWidth: calc(100% - var(--actionsWidth) - var(--gutterDesktop));
  --containerMaxWidth: 1240px; }

:root {
  --background-color: #fff;
  --text-color: #4a4a4a;
  --highlight-color: #fff;
  --border-color: #4A4A4A33;
  --containerMaxWidth: 1172px;
  --gutterMobile: 20px;
  --gutterTablet: 20px;
  --gutterDesktop: 40px;
  --font-family: 'Open Sans', Arial, sans-serif;
  --font-size-mobile: 14px;
  --font-size-desktop: 16px;
  --baseline: 1.3888888889em;
  --heading-font-family: var(--font-family);
  --heading-font-weight: 600;
  --h1-font-size: 1.7522222222em;
  --h1-line-height: 1.195307546em;
  --h2-font-size: 1.5em;
  --h2-line-height: 2.1851851852em;
  --h3-font-size: 1.4em;
  --h3-line-height: 1.5em;
  --h4-font-size: 1em;
  --h4-line-height: 2.1666666667em;
  --button-font-size: 0.8888888889em;
  --button-font-size-large: --button-font-size;
  --button-min-width: 100px;
  --button-padding: calc(var(--baseline) * .4) var(--baseline);
  --button-padding-large: calc(var(--baseline) * .5) var(--baseline) calc(var(--baseline) * .6);
  --button-primary-background: var(--text-color);
  --button-primary-color: var(--background-color);
  --filter-field-border-color: var(--border-color);
  --filter-field-border: 1px solid var(--filter-field-border-color);
  --filter-field-border-radius: 4px;
  --image-border-radius: 4px;
  --hero-image-border-radius: 6px; }
  @media (min-width: 63.75em) {
    :root {
      --h1-font-size: 3.0555555556em;
      --h1-line-height: 1.0727272727em;
      --h2-font-size: 2.5em;
      --h2-line-height: 1.3111111111em;
      --h4-font-size: 1em;
      --h4-line-height: 1.3888888889em; } }
  @media (min-width: 63.75em) {
    :root {
      --button-padding: calc(var(--baseline) * .6) var(--baseline);
      --button-padding-large: calc(var(--baseline) * .8) var(--baseline) calc(var(--baseline) * .85);
      --button-font-size-large: 1.1111111111em; } }

.main-events-listing {
  background: none; }

.header__nav-actions,
.events-filter__label--display,
.header__nav-toggle,
.footer__back-to-top,
.hero__content__cta,
.header__nav-item--contact,
.hero.listing-hero {
  display: none !important; }

html, body {
  height: 100%; }

body {
  line-height: normal; }

body, input, select, textarea {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

p {
  margin: 0 0 16px; }

.event-page-description ul {
  padding: 0 0 0 40px;
  margin: 16px 0; }

h1, h2, h3, h4, h5 {
  font-weight: 600; }

.fa-light, .fal {
  font-weight: normal; }

.button {
  border-width: 0;
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #8ec738; }

.button.button_outline {
  background-color: #ffffff;
  border: solid 1px #8ec738;
  color: #8ec738; }

.main-event-page-container {
  min-height: 100%;
  height: auto;
  margin: 0 auto -78px;
  width: 1172px;
  box-sizing: content-box;
  padding: 0 20px;
  min-width: 300px; }
  body.listings .main-event-page-container {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }
  .main-event-page-container:after {
    content: "";
    display: block;
    height: 78px; }
  @media (max-width: 45em) {
    .main-event-page-container {
      margin-bottom: -78px; }
      .main-event-page-container:after {
        height: 78px; } }

.footer {
  background: #fff; }

.header {
  background-color: #4990e2;
  padding: 0; }
  .header:after {
    background-color: #4990e2;
    border: none; }
  .header a.header__logo {
    max-width: 100%; }
    .event_listing .header a.header__logo {
      margin-left: 20px; }
    .header a.header__logo img {
      max-width: 944px;
      max-height: none; }
      .event_listing .header a.header__logo img {
        max-width: 186px;
        max-height: 60px;
        width: auto; }
  .header .header__nav {
    flex: none;
    position: static !important;
    opacity: 1 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: auto !important; }
    .header .header__nav .header__nav-list {
      margin: 0; }
  .header a.header__nav-link {
    border-radius: 4px;
    padding: 14px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    border: solid 1px #8ec738;
    color: #8ec738; }
    .header a.header__nav-link:hover {
      opacity: 1; }
  .header .header__inner {
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 80px;
    gap: 20px;
    justify-content: space-between; }
    .event_listing .header .header__inner {
      padding: 10px 0;
      align-items: flex-start; }

body.listings header .header__logo .text_logo {
  font-size: 48px;
  line-height: initial;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 20px 0;
  word-break: break-word; }

body.event_listing header .header__logo .text_logo {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0; }

body.event_listing .header .header__nav {
  display: none; }

.hero__slide-image::before {
  display: none; }

.events-filter {
  padding: 0;
  transform: none;
  position: static;
  width: auto; }

.events-filter__label--wrapped {
  background: none;
  color: inherit;
  border: none; }

.events-filter__control--date,
.events-filter__control--search {
  background: var(--filter-field-background);
  border: var(--filter-field-border, 1px);
  border-radius: var(--filter-field-border-radius, 0); }

div.sort_by {
  position: relative;
  flex-grow: 1;
  min-width: 35px;
  max-width: none;
  width: auto; }
  div.sort_by.__default_value label.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    padding: 0; }
  div.sort_by:before {
    position: absolute;
    top: 9px;
    left: auto;
    right: 13px;
    font-family: 'FontAwesome';
    content: "\f161";
    transform: none; }

form#listings_filters select.sort_by {
  margin-right: 0;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  -webkit-appearance: none;
  border: 0;
  text-indent: -1000px; }

.footer .footer__inner {
  padding: 20px 0;
  margin: 0 auto;
  min-width: 300px;
  font-size: 13px; }
  body.listings .footer .footer__inner {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }

.footer strong {
  font-weight: normal; }
  .footer strong:before {
    content: "\f29c";
    display: inline-block;
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 8px;
    margin-top: -3px;
    vertical-align: middle; }

.footer__nav-item a {
  text-decoration: underline; }

.footer__attribution {
  opacity: 1; }

.events-filter__label {
  max-width: 180px; }

.events-filter__control--date,
.events-filter__control--search {
  background: transparent;
  font-size: 15px;
  padding: 7px 9px 9px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding-left: 30px; }

.search_filter:before,
.date_filter:before {
  left: 11px;
  font-weight: bold; }

.main-events-listing {
  padding: 30px 0; }

.main-events-listing__events {
  padding-top: 25px; }

.main-events-listing .event-meta__date,
.main-events-listing .event-meta__location {
  font-weight: normal;
  opacity: 0.8; }

.main-events-listing .event .event__cta--view {
  display: none !important; }

.main-events-listing .event .button {
  margin-top: 0;
  border-radius: 10px;
  min-width: 175px; }

section[data-variation="list"] .event {
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 130px;
  border: 0;
  box-shadow: 0px 0px 28px 0px #00000024;
  border-bottom: 0; }

section[data-variation="list"] .events-listing .event__image__container {
  width: 100%;
  max-width: 140px;
  padding: 0; }

section[data-variation="list"] .events-listing .event__image {
  max-width: 140px;
  max-height: 140px;
  margin: 5px;
  overflow: hidden;
  border-radius: 6px;
  min-height: 0;
  margin: -15px; }

section[data-variation="list"] .event .event__content {
  padding: 0 0 0 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px; }

section[data-variation="list"] .event__buttons {
  align-self: flex-start;
  flex-direction: column; }

section[data-variation="list"] .event__buttons__mobile {
  display: none; }

.detail-hero[data-variation="full-bleed"] .hero__content,
.detail-hero[data-variation="full-bleed-under-header"] .hero__content,
.detail-hero[data-variation="slideshow"] .hero__content,
.detail-hero[data-variation="full-width"] .hero__content,
.detail-hero[data-variation="text-only"] .hero__content {
  flex: none;
  width: 100%; }
  .detail-hero[data-variation="full-bleed"] .hero__content:after,
  .detail-hero[data-variation="full-bleed-under-header"] .hero__content:after,
  .detail-hero[data-variation="slideshow"] .hero__content:after,
  .detail-hero[data-variation="full-width"] .hero__content:after,
  .detail-hero[data-variation="text-only"] .hero__content:after {
    display: block;
    content: '';
    opacity: 0.3;
    height: 1px;
    width: 100%;
    margin-top: 15px; }

.hero__content:after {
  clear: both;
  display: block;
  opacity: 0.3;
  height: 1px;
  width: 100%;
  margin-top: 15px; }

.hero__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-align: inherit;
  margin: 0;
  padding: 0; }

.hero__content .event-meta {
  padding-top: 14px;
  margin-top: 0; }
  .hero__content .event-meta > span {
    position: relative;
    padding: 0 0 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 2% 0 0;
    opacity: 0.9; }
    .hero__content .event-meta > span > .fa-light {
      font-size: 1.4em;
      margin: -6px 3px 0 0;
      vertical-align: middle; }

.hero[data-variation=""] .hero__slides__container,
.hero[data-variation="full-width"] .hero__slides__container,
.hero[data-variation="slideshow"] .hero__slides__container {
  padding: 0;
  max-width: none;
  overflow: visible;
  box-shadow: 0px 0px 28px 0px #00000024; }

.hero__wrapper {
  float: left;
  width: 67%;
  padding: 30px 30px 20px;
  position: relative;
  z-index: 3; }

.hero__slides {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 10px 0px #0000002b;
  padding-top: 0; }

.detail-hero .hero__slide {
  height: 373px;
  padding: 0; }

.detail-hero[data-variation="full-bleed-under-header"] .hero__wrapper,
.detail-hero[data-variation="slideshow"] .hero__wrapper,
.detail-hero[data-variation="full-width"] .hero__wrapper,
.detail-hero[data-variation="text-only"] .hero__wrapper {
  padding: 30px 30px 20px;
  max-width: none; }

.detail-content {
  display: block;
  background: #fff;
  max-width: none;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 28px 0px #00000024;
  padding: 30px;
  margin: 0 0 60px; }
  .detail-content:before {
    display: none !important; }
  .detail-content:after {
    content: '';
    display: block;
    clear: both; }

.detail-content__wrapper {
  clear: left;
  width: 65%; }

.detail-content__wrapper > section:after {
  display: none; }

.detail-content__actions {
  clear: right;
  width: 28%;
  min-width: 0;
  float: right;
  position: sticky;
  top: 20px; }

.detail-actions {
  box-shadow: none;
  border: none;
  background: none;
  padding: 0; }
  .detail-actions .paypal-message {
    display: block; }
  .detail-actions .detail-actions__title, .detail-actions .event-meta {
    display: none !important; }
  .detail-actions .button:not(.button_outline) {
    padding: 20px; }
  .detail-actions h3, .detail-actions h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 10px;
    padding: 0;
    text-align: left; }
  .detail-actions .detail-actions__share {
    display: block;
    padding: 0; }
    .detail-actions .detail-actions__share .detail-actions__title_secondary {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 30px 0 10px;
      padding: 0;
      text-align: left; }
    .detail-actions .detail-actions__share ul.share_options {
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 0; }
      .detail-actions .detail-actions__share ul.share_options li {
        float: left;
        width: 40px;
        padding-right: 10px;
        box-sizing: content-box; }
        .detail-actions .detail-actions__share ul.share_options li a {
          border-radius: 50%;
          width: 40px;
          height: 40px;
          color: #fff;
          display: block;
          font-size: 24px;
          text-align: center;
          line-height: 40px;
          position: relative;
          opacity: 1; }
          .detail-actions .detail-actions__share ul.share_options li a:before {
            content: '';
            display: block;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #dadce0; }
          .detail-actions .detail-actions__share ul.share_options li a i {
            position: relative; }

.footer__nav-list {
  flex-direction: row;
  align-items: flex-start; }

body.event_listing .header {
  background: transparent; }
  body.event_listing .header:after {
    display: none; }

body.event_listing div.background_blur_wrapper {
  height: 385px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  overflow: hidden; }

body.event_listing div.background_blur_wrapper div.background_blur {
  height: 385px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

body.event_listing div.background_blur_wrapper {
  height: 453px; }

body.event_listing div.background_blur_wrapper div.background_blur {
  height: 453px;
  opacity: 0.5; }

/** no header image **/
body.event_listing div.background_blur_wrapper.no_header_image {
  display: none; }

body.event_listing div.background_blur_wrapper.no_header_image {
  height: 100px;
  display: block; }

body.event_listing .header_fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 99;
  opacity: 0.6; }

body.event_listing .detail-content__actions .detail-actions__buy-button-container {
  position: static;
  padding: 0;
  box-shadow: none;
  background: none;
  margin: 0;
  transform: none; }
  body.event_listing .detail-content__actions .detail-actions__buy-button-container .button {
    border: none; }

@media only screen and (max-width: 1202px) {
  body .main-event-page-container,
  .footer .footer__inner {
    width: 1024px; }

  body.event_listing .detail-hero .hero__slide {
    height: 326px;
    background-size: 1024px 326px; }

  body.event_listing div.background_blur_wrapper, body.event_listing div.background_blur_wrapper div.background_blur {
    height: 406px; } }
@media (max-width: 1064px) {
  body.listings div.main-event-page-container,
  .footer .footer__inner {
    width: auto; }

  body.event_listing .main-event-page-container,
  body.event_listing .footer .footer__inner {
    width: 900px;
    box-sizing: content-box; }

  body.event_listing .detail-hero .hero__slide {
    height: 286px;
    background-size: 900px 286px; }

  body.event_listing div.background_blur_wrapper, body.event_listing div.background_blur_wrapper div.background_blur {
    height: 366px; } }
@media only screen and (max-width: 940px) {
  body.event_listing .main-event-page-container,
  body.event_listing .footer .footer__inner {
    width: 722px; }

  body.event_listing .detail-hero .hero__slide {
    height: 230px;
    background-size: 722px 230px; }

  body.event_listing div.background_blur_wrapper, body.event_listing div.background_blur_wrapper div.background_blur {
    height: 331px; } }
@media (max-width: 880px) {
  .hero__wrapper {
    width: 100%;
    background: #fff; }

  .detail-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0; }

  .detail-content__wrapper,
  .detail-content__actions {
    position: static;
    width: 100%; }

  .detail-actions {
    margin: 0; }
    .detail-actions h3 {
      margin-top: 0; }
    .detail-actions .share + .contact {
      margin-top: 20px; }

  body.event_listing .detail-content__actions .detail-actions__buy-button-container {
    z-index: 9;
    padding: 10px 40px;
    margin: 0;
    box-sizing: border-box;
    float: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 84px;
    background-color: #fff;
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.2);
    transform: none; }
    body.event_listing .detail-content__actions .detail-actions__buy-button-container .button {
      width: 100%; }
    body.event_listing .detail-content__actions .detail-actions__buy-button-container .paypal-message {
      display: none !important; } }
@media (max-width: 762px) {
  .header .header__inner {
    flex-direction: column; }

  .header .header__nav {
    width: 100%; }
    .header .header__nav .header__nav-list,
    .header .header__nav .header__nav-item {
      width: 100%; }
    .header .header__nav a.header__nav-link {
      width: 100%;
      min-height: 53px;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: wrap; }

  .detail-content {
    border-radius: 0;
    box-shadow: none; }

  body.event_listing .footer .footer__inner {
    width: auto; }

  body.event_listing .detail-hero .hero__slide .hero__slide-image, .hero__slides {
    border-radius: 0; }

  body.event_listing div.background_blur_wrapper div.background_blur {
    background-image: none; }

  body.event_listing div.background_blur_wrapper div.brand_bg_color_fade {
    display: none; }

  .main-event-page-container {
    margin-bottom: -145px; }

  .main-event-page-container:after {
    height: 145px; }

  body.event_listing .main-event-page-container {
    padding: 0;
    width: auto;
    margin-bottom: -215px;
    padding-bottom: 147px; }
    body.event_listing .main-event-page-container:after {
      height: 8px; }

  .footer {
    height: 130px; }
    .footer .footer__inner {
      display: block;
      align-items: center;
      text-align: center; }
      .footer .footer__inner .footer__nav-list {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center; }
      .footer .footer__inner .footer__nav-item strong {
        display: inline; }
      .footer .footer__inner .footer__nav-item .footer__nav-link {
        display: inline; }
      .footer .footer__inner .footer__attribution {
        padding-top: 17px; }
      .footer .footer__inner .footer__attribution p {
        flex-direction: row;
        justify-content: center;
        align-items: center; } }
@media (max-width: 639px) {
  body.event_listing .detail-hero .hero__slide {
    height: auto; }
    body.event_listing .detail-hero .hero__slide .hero__slide-image {
      position: static; }

  .listings .header .header__inner {
    padding-top: 76px; }

  .event_listing .header .header__inner {
    display: block; }

  .header a.header__logo {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .event_listing .header a.header__logo {
      justify-content: center; }

  body.event_listing .detail-content__actions .detail-actions__buy-button-container {
    padding: 10px 16px; }

  .events-filter {
    width: 100%; }

  .main-events-listing {
    padding: 30px 0; }

  body.listings .main-event-page-container,
  body.listings .footer .footer__inner {
    padding-left: 16px;
    padding-right: 16px; }

  section[data-variation="list"] .events-listing .event {
    overflow: visible;
    box-shadow: none;
    padding: 0;
    min-height: 0;
    border-radius: 0;
    border: 0;
    flex-wrap: wrap;
    height: auto; }

  section[data-variation="list"] .events-listing .event__image__container {
    max-width: 66px; }
    section[data-variation="list"] .events-listing .event__image__container .event__image {
      border-radius: 0;
      margin: 0; }

  section[data-variation="list"] .event .event__content {
    padding-left: 15px; }
    section[data-variation="list"] .event .event__content h3 {
      font-size: 18px;
      line-height: normal; }
    section[data-variation="list"] .event .event__content .event-meta {
      font-size: 16px;
      gap: 10px; }

  section[data-variation="list"] .event__buttons {
    display: none; }

  .event__buttons--mobile {
    display: none !important; }

  .main-events-listing .event .button,
  .button {
    font-size: 16px;
    line-height: normal;
    padding: 10px;
    border-radius: 4px; }

  .detail-actions .button:not(.button_outline) {
    font-size: 18px; }

  section[data-variation="list"] .event__buttons__mobile {
    display: block;
    width: 100%;
    padding: 16px 0 0; }
    section[data-variation="list"] .event__buttons__mobile .button {
      width: 100%; }

  section[data-variation="list"] .events-listing .events-listing__item:after {
    content: '';
    display: block;
    border-bottom: 1px solid #00000033;
    padding-bottom: 16px;
    position: relative;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%); }

  .hero__title {
    font-size: 22px;
    line-height: 25px; }

  .hero__content .event-meta > span {
    font-size: 15px; }

  .detail-hero[data-variation="full-bleed-under-header"] .hero__wrapper,
  .detail-hero[data-variation="slideshow"] .hero__wrapper,
  .detail-hero[data-variation="full-width"] .hero__wrapper,
  .detail-hero[data-variation="text-only"] .hero__wrapper {
    padding: 20px;
    width: 100%; }

  .detail-content__wrapper {
    width: 100%; }

  .detail-content {
    padding: 20px; } }
.detail-content__wrapper {
  gap: 0; }

.detail-content__wrapper > section {
  border: none !important;
  padding-bottom: 0; }

.detail-content__wrapper h3 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding: 0;
  text-align: left;
  color: #4a4a4a; }

.detail-content__wrapper p {
  color: #60636a;
  font-size: 15px;
  margin: 0 0 20px 0;
  line-height: 25px;
  opacity: 0.9; }

.event-page-description h1, .redactor-dropdown-item-h1 {
  font-size: 28px !important;
  text-transform: none !important;
  font-weight: bold !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important; }

.event-page-description h2, .redactor-dropdown-item-h2 {
  font-size: 22px !important;
  text-transform: none !important;
  font-weight: bold !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important; }

.event-page-description p, .redactor-dropdown-item-p {
  font-size: 15px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  line-height: 25px !important;
  opacity: 0.9 !important;
  word-break: break-word; }

.event-page-description li {
  font-size: 15px !important;
  opacity: 0.9 !important; }

.re-icon-placeholders:before, .re-icon-placeholders:before {
  content: "\e901"; }

.event-page-description img {
  max-width: 100%; }

.event-page-description iframe {
  max-width: 100%; }

.event-page-description .videoWrapper {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  /* 16:9 */ }

.event-page-description .videoWrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0; }

@media (max-width: 639px) {
  .detail-content__wrapper h3 {
    margin: 20px 0 10px 0; }

  .event-page-description img {
    height: auto !important; } }
.detail-content__actions .paypal-message {
  padding-top: 10px;
  margin-top: 0; }

.main-events-listing .reveal_text__container {
  margin-bottom: 30px;
  overflow: auto; }

.main-events-listing .reveal_text__container *:first-child {
  margin-top: 0; }

.main-events-listing .reveal_text__container *:last-child {
  margin-bottom: 0; }

.main-events-listing .reveal_text__container.suppressed {
  height: 200px;
  overflow: hidden;
  position: relative; }

.main-events-listing .reveal_text__container a.reveal_text__button {
  display: none; }

.main-events-listing .reveal_text__container a.reveal_text__button i.fa {
  position: relative;
  top: 0; }

.main-events-listing .reveal_text__container.suppressed a.reveal_text__button {
  box-sizing: content-box;
  position: absolute;
  bottom: 0px;
  height: 20px;
  display: block;
  opacity: 1;
  width: 100%;
  text-align: center;
  padding: 60px 10px 10px 10px; }

.search_filter:before, .date_filter:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal; }

.search_filter:before {
  content: "\f002"; }

.date_filter:before {
  content: "\f073"; }

.main-events-listing__events--empty .notification {
  display: inline;
  font-weight: normal; }
  .main-events-listing__events--empty .notification p {
    display: inline; }
.main-events-listing__events--empty .button {
  display: inline;
  font-weight: inherit;
  text-decoration: underline;
  font-size: inherit;
  color: inherit !important;
  background: none !important;
  border: none !important;
  padding: 0; }

/*# sourceMappingURL=legacy.css.map */
