/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string  $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to add the decorative line on the right or left side of a text element.
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-gray-92, etc: */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-event-related {
  padding-bottom: 0;
}
.block-event-related .tribe-events-c-subscribe-dropdown:active .tribe-events-c-subscribe-dropdown__content,
.block-event-related .tribe-events-c-subscribe-dropdown:focus-within .tribe-events-c-subscribe-dropdown__content {
  top: 0 !important;
  display: block !important;
}
.block-event-related .tribe-events-c-subscribe-dropdown:active .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list,
.block-event-related .tribe-events-c-subscribe-dropdown:focus-within .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list {
  display: block !important;
}
.block-event-related .tribe-events-calendar-list__month-separator {
  display: block;
  margin-top: 3rem !important;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__month-separator {
    margin-top: 4.5rem !important;
  }
}
.block-event-related .tribe-events-calendar-list__month-separator::after {
  width: 100%;
  height: 0.125rem;
  margin: 0;
  background-color: #fba91a;
}
.block-event-related .tribe-events-calendar-list__month-separator > time {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  --margin-top: 1em;
  margin-bottom: var(--t3-margin-bottom);
  display: block;
  margin-bottom: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem) !important;
  font-size: var(--t3-font-size) !important;
  line-height: var(--t3-line-height) !important;
}
.block-event-related .tribe-events-calendar-list__month-separator > time:last-child {
  margin-bottom: 0;
}
.block-event-related .has-overline-font-size {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  margin-bottom: var(--overline-margin-bottom);
  color: #1a3668;
}
.block-event-related .has-overline-font-size:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row {
  display: flex;
  margin: 2.5rem 0 0;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row {
    margin: 4rem 0 0 !important;
  }
}
.block-event-related .tribe-events-calendar-list__event-row:last-child > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  border: none;
}
.block-event-related .tribe-events-calendar-list__event-row.tribe-common-g-row {
  margin-right: auto;
  margin-left: auto;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 3.25rem;
  background-color: transparent;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime {
    width: 5rem;
    height: 5.625rem;
    background-color: #101e37;
  }
  .block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > :nth-child(1),
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > :nth-child(2) {
    color: #fcfcfc;
  }
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > * {
  color: #fcfcfc;
  text-align: center;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > :nth-child(1) {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > :nth-child(2) {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  --margin-top: 1em;
  margin-bottom: var(--t3-margin-bottom);
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag-datetime > :nth-child(2):last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
  flex: unset;
  width: 1.75rem;
  min-width: unset;
  max-width: unset;
  margin: 0;
  margin-right: clamp(1.5rem, -1.3571428571rem + 5.9523809524vw, 4rem);
  padding: 0;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    width: 5rem;
  }
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  display: flex;
  flex: unset;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 1.75rem);
  margin: 0;
  padding: 0;
  padding-bottom: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 5rem);
  }
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col > * {
  display: block;
  width: unset;
  min-width: unset;
  margin: 0;
  padding: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
  display: block;
  flex: unset;
  width: unset;
  min-width: unset;
  padding: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions {
  width: 100%;
  margin-top: 1.5rem;
  margin-left: 0;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions {
    width: 100%;
    min-width: 12rem;
    max-width: 12rem;
    margin-top: 0;
    margin-left: clamp(4rem, 0.5714285714rem + 7.1428571429vw, 7rem);
  }
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled,
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link {
  font-weight: var(--link-1-font-weight);
  font-size: var(--link-1-font-size);
  font-family: var(--link-1-font-family);
  line-height: var(--link-1-line-height);
  letter-spacing: var(--link-1-letter-spacing);
  text-transform: var(--link-1-text-transform);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5625rem 1.375rem;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear;
  color: #101e37;
  border-color: #101e37;
  border-style: solid;
  border-width: 2px 2px 4px;
  background-color: transparent;
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  padding: 0.4375rem 0.875rem;
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  margin-bottom: var(--link-2-margin-bottom);
  width: 100%;
  margin-bottom: 0.75rem;
}
.bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled,
.bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link {
  border-color: #fba91a;
  color: #fcfcfc;
}
.bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:hover, .bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:focus,
.bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:hover,
.bg-dark .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:focus {
  color: #101e37;
  border-color: #fba91a;
  background-color: #fba91a;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:hover, .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:focus,
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:hover,
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:focus {
  color: #fcfcfc;
  border-color: #101e37;
  background-color: #101e37;
}
.bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled,
.bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link {
  color: #101e37;
  border-color: #101e37;
  background-color: transparent;
}
.bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:hover, .bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:focus,
.bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:hover,
.bg-white .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:focus {
  color: #fcfcfc;
  border-color: #101e37;
  background-color: #101e37;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled:last-child,
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-link:hover {
  color: #fcfcfc !important;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions > .tribe-events-calendar-list__event-canceled {
  opacity: 0.5;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__container {
  width: 100%;
}
@media (min-width: 48rem) {
  .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__container {
    width: auto;
  }
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown {
  margin: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  letter-spacing: var(--link-2-letter-spacing);
  text-transform: var(--link-2-text-transform);
  margin-bottom: var(--link-2-margin-bottom);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  color: #101e37;
  letter-spacing: 0.09375rem;
  border: none;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  padding: 0.3125rem;
  background-image: url(../images/event-calendar-icon.png);
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button:focus, .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button:focus-within, .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button button:hover, .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button:hover {
  color: #1a3668;
  background-color: transparent;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__export-icon, .block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__button-icon {
  display: none;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__content {
  position: relative;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__content > ul {
  position: absolute;
  top: 0;
}
.block-event-related .tribe-events-calendar-list__event-row > div.tribe-events-calendar-list__event-wrapper.tribe-common-g-col .tribe-events-calendar-list__actions .tribe-events-calendar-list__add-to .tribe-events-c-subscribe-dropdown__content.active-dropdown > ul {
  display: block;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper {
  border-bottom: 0.0625rem solid #dee0e3;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header {
  margin-bottom: 0.75rem;
}
@media (min-width: 62rem) {
  .block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header {
    margin-bottom: 0.5rem;
  }
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
  font-weight: var(--t4-font-weight);
  font-size: var(--t4-font-size);
  font-family: var(--t4-font-family);
  line-height: var(--t4-line-height);
  --margin-top: 2em;
  margin-bottom: var(--t4-margin-bottom);
  margin-top: 0.5rem;
  color: #101e37;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title-status-tag {
  color: #da394d !important;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media (min-width: 62rem) {
  .block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info {
    flex-wrap: nowrap;
  }
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > * {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  color: #101e37;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > *:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > *::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  padding: 0.3125rem;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > .tribe-events-calendar-list__event-date-wrapper::before {
  background-image: url(../images/event-calendar-icon.png);
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > .tribe-events-calendar-list__event-time-wrapper::before {
  background-image: url(../images/event-time-icon.png);
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-info > .tribe-events-calendar-list__event-venue::before {
  background-image: url(../images/event-location-icon.png);
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
  display: block !important;
  color: #27292c;
  visibility: visible !important;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description:last-child {
  margin-bottom: 0;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description p {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
  color: #27292c;
}
.block-event-related .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description p:last-child {
  margin-bottom: 0;
}