/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.em-block-event-card {
  height: 100%;
  min-height: 100%;
  background-color: var(--color-brand-fog);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.em-block-event-card__link {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  height: 100%;
}
.em-block-event-card__link:hover {
  filter: brightness(0.97);
}
.em-block-event-card__link:hover .em-block-event-card__cta {
  color: var(--color-brand-orange);
}
.em-block-event-card__link:hover .em-block-event-card__cta svg {
  transform: translateX(5px);
}
.em-block-event-card__link:hover .em-block-event-card__cta svg path {
  fill: var(--color-brand-orange);
}
.em-block-event-card * {
  color: var(--color-brand-ocean-depth);
}
.em-block-event-card__image {
  overflow: hidden;
  padding-top: 85%;
  position: relative;
  width: 100%;
  background-color: var(--color-brand-pistachio);
}
.em-block-event-card__image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.em-block-event-card__content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  padding: 2rem;
}
.em-block-event-card__terms {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  position: relative;
}
.em-block-event-card__term {
  font-size: 75%;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  text-transform: uppercase;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: var(--color-brand-orange);
}
.em-block-event-card__term:not(:last-of-type) {
  margin-right: 0.7rem;
}
.em-block-event-card__term a {
  color: inherit;
}
.em-block-event-card__title {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xl);
  margin-bottom: 2.5rem;
}
.em-block-event-card__excerpt {
  display: none;
}
.em-block-event-card__info > * {
  display: block;
  line-height: 1.2;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
.em-block-event-card__info > *:not(:last-child) {
  margin-bottom: 0.8rem;
}
.em-block-event-card__info > * svg {
  top: -0.1rem;
  width: 16px;
  height: auto;
  position: relative;
  display: inline-block;
  margin-right: 0.7rem;
  vertical-align: middle;
}
.em-block-event-card__cta {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  margin-top: 4rem;
  display: block;
  transition: color 0.15s;
}
.em-block-event-card__cta svg {
  top: -0.1rem;
  width: 18px;
  position: relative;
  display: inline-block;
  margin-left: 0.9rem;
  vertical-align: middle;
  transition: transform 0.15s;
}
.em-block-event-card__cta svg path {
  transition: fill 0.15s;
}
.em-block-event-card.is-style-simplified {
  height: auto;
  min-height: auto;
  border-radius: var(--border-radius-lg);
}
.em-block-event-card.is-style-simplified .em-block-event-card__image,
.em-block-event-card.is-style-simplified .em-block-event-card__cta {
  display: none;
}
.em-block-event-card.is-style-simplified .em-block-event-card__link {
  pointer-events: none;
}
.em-block-event-card.is-style-simplified .em-block-event-card__terms {
  margin-bottom: 1.2rem;
}
.em-block-event-card.is-style-simplified .em-block-event-card__title {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-xl);
}
@media (min-width: 782px) {
  .em-block-event-card.is-style-simplified .em-block-event-card__title {
    font-size: calc(var(--font-size-xl) * 1.2);
  }
}
.em-block-event-card.is-style-simplified .em-block-event-card__excerpt {
  display: block;
  font-size: var(--font-size-sm);
  margin-bottom: 3rem;
}
.em-block-event-card.is-style-simplified .em-block-event-card__info {
  width: calc(100% + 4rem);
  margin: 0 -2rem -2rem -2rem;
  padding: 2rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(166, 181, 174, 0.2);
}
@media (min-width: 960px) {
  .em-block-event-card.is-style-simplified .em-block-event-card__info {
    flex-wrap: nowrap;
  }
}
.em-block-event-card.is-style-simplified .em-block-event-card__info > * {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: var(--font-size-xs);
}
@media (min-width: 782px) {
  .em-block-event-card.is-style-simplified .em-block-event-card__info > * {
    font-size: var(--font-size-sm);
  }
}
.em-block-event-card.is-style-simplified .em-block-event-card__info > * svg {
  top: 0;
  width: 18px;
  margin-right: 0.8rem;
}
@media (min-width: 782px) {
  .em-block-event-card.is-style-simplified .em-block-event-card__info > * svg {
    width: 20px;
  }
}

/*# sourceMappingURL=style-index.css.map*/