
/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datepicker-inline {
	width: 220px;
}

.datepicker-rtl {
	direction: rtl;
}

.datepicker-rtl.dropdown-menu {
	left: auto;
}

.datepicker-rtl table tr td span {
	float: right;
}

.datepicker-dropdown {
	top: 0;
	left: 0;
}

.datepicker-dropdown:before {
	content: "";
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute;
}

.datepicker-dropdown:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff;
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
	background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
	background: #eee;
	cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
	color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default;
}

.datepicker table tr td.highlighted {
	background: #d9edf7;
	border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
	background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
	background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
	color: #000;
}

.datepicker table tr td.today.active:hover {
	color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
	background: #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
	background-color: #f3d17a;
	background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
	background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #f3e97a #f3e97a #edde34;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
	background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
	background-color: #efe24b \9;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
	background-color: #9e9e9e;
	background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
	background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
	background-image: linear-gradient(to bottom, #b3b3b3, grey);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: grey grey #595959;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
	background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
	background-color: #666 \9;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(to bottom, #08c, #04c);
	background-image: -ms-linear-gradient(to bottom, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
	background-image: -o-linear-gradient(to bottom, #08c, #04c);
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
	background-color: #039 \9;
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
	background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #999;
	cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(to bottom, #08c, #04c);
	background-image: -ms-linear-gradient(to bottom, #08c, #04c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
	background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
	background-image: -o-linear-gradient(to bottom, #08c, #04c);
	background-image: linear-gradient(to bottom, #08c, #04c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #04c #04c #002a80;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
	background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
	background-color: #039 \9;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
	color: #999;
}

.datepicker .datepicker-switch {
	width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
	cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
	visibility: hidden;
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
	cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
	margin-top: 3px;
}

.input-daterange input {
	text-align: center;
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
	display: inline-block;
	width: auto;
	min-width: 16px;
	height: 20px;
	padding: 4px 5px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left: -5px;
	margin-right: -5px;
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
	padding: 4px 5px;
}

:root {
	--tec-grid-gutter: 48px;
	--tec-grid-gutter-negative: calc(var(--tec-grid-gutter) * -1);
	--tec-grid-gutter-half: calc(var(--tec-grid-gutter) / 2);
	--tec-grid-gutter-half-negative: calc(var(--tec-grid-gutter-half) * -1);
	--tec-grid-gutter-small: 42px;
	--tec-grid-gutter-small-negative: calc(var(--tec-grid-gutter-small) * -1);
	--tec-grid-gutter-small-half: calc(var(--tec-grid-gutter-small) / 2);
	--tec-grid-gutter-small-half-negative: calc(var(--tec-grid-gutter-small-half) * -1);
	--tec-grid-gutter-page: 42px;
	--tec-grid-gutter-page-small: 19.5px;
	--tec-grid-width-default: 1176px;
	--tec-grid-width-min: 320px;
	--tec-grid-width: calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page) * 2);
	--tec-grid-width-1-of-2: 50%;
	--tec-grid-width-1-of-3: 33.333%;
	--tec-grid-width-1-of-4: 25%;
	--tec-grid-width-1-of-5: 20%;
	--tec-grid-width-1-of-7: 14.285%;
	--tec-grid-width-1-of-8: 12.5%;
	--tec-grid-width-1-of-9: 11.111%;
	--tec-spacer-0: 4px;
	--tec-spacer-1: 8px;
	--tec-spacer-2: 12px;
	--tec-spacer-3: 16px;
	--tec-spacer-4: 20px;
	--tec-spacer-5: 24px;
	--tec-spacer-6: 28px;
	--tec-spacer-7: 32px;
	--tec-spacer-8: 40px;
	--tec-spacer-9: 48px;
	--tec-spacer-10: 56px;
	--tec-spacer-11: 64px;
	--tec-spacer-12: 80px;
	--tec-spacer-13: 96px;
	--tec-spacer-14: 160px;
	--tec-z-index-spinner-container: 100;
	--tec-z-index-views-selector: 30;
	--tec-z-index-dropdown: 30;
	--tec-z-index-events-bar-button: 20;
	--tec-z-index-search: 10;
	--tec-z-index-filters: 9;
	--tec-z-index-scroller: 7;
	--tec-z-index-week-event-hover: 5;
	--tec-z-index-map-event-hover: 5;
	--tec-z-index-map-event-hover-actions: 6;
	--tec-z-index-multiday-event: 5;
	--tec-z-index-multiday-event-bar: 2;
	--tec-color-text-primary: #141827;
	--tec-color-text-primary-light: rgba(20, 24, 39, .62);
	--tec-color-text-secondary: #5d5d5d;
	--tec-color-text-disabled: #d5d5d5;
	--tec-color-text-events-title: var(--tec-color-text-primary);
	--tec-color-text-event-title: var(--tec-color-text-events-title);
	--tec-color-text-event-date: var(--tec-color-text-primary);
	--tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
	--tec-color-icon-primary: #5d5d5d;
	--tec-color-icon-primary-alt: #757575;
	--tec-color-icon-secondary: #bababa;
	--tec-color-icon-active: #141827;
	--tec-color-icon-disabled: #d5d5d5;
	--tec-color-icon-focus: #334aff;
	--tec-color-icon-error: #da394d;
	--tec-color-event-icon: #141827;
	--tec-color-event-icon-hover: #334aff;
	--tec-color-accent-primary: #334aff;
	--tec-color-accent-primary-hover: rgba(51, 74, 255, .8);
	--tec-color-accent-primary-active: rgba(51, 74, 255, .9);
	--tec-color-accent-primary-background: rgba(51, 74, 255, .07);
	--tec-color-accent-secondary: #141827;
	--tec-color-accent-secondary-hover: rgba(20, 24, 39, .8);
	--tec-color-accent-secondary-active: rgba(20, 24, 39, .9);
	--tec-color-accent-secondary-background: rgba(20, 24, 39, .07);
	--tec-color-button-primary: var(--tec-color-accent-primary);
	--tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
	--tec-color-button-primary-active: var(--tec-color-accent-primary-active);
	--tec-color-button-primary-background: var(--tec-color-accent-primary-background);
	--tec-color-button-secondary: var(--tec-color-accent-secondary);
	--tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
	--tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
	--tec-color-link-primary: var(--tec-color-text-primary);
	--tec-color-link-accent: var(--tec-color-accent-primary);
	--tec-color-link-accent-hover: rgba(51, 74, 255, .8);
	--tec-color-border-default: #d5d5d5;
	--tec-color-border-secondary: #e4e4e4;
	--tec-color-border-tertiary: #7d7d7d;
	--tec-color-border-hover: #5d5d5d;
	--tec-color-border-active: #141827;
	--tec-color-background: #fff;
	--tec-color-background-events: rgba(0, 0, 0, 0);
	--tec-color-background-transparent: rgba(255, 255, 255, .6);
	--tec-color-background-secondary: #f7f6f6;
	--tec-color-background-messages: rgba(20, 24, 39, .07);
	--tec-color-background-secondary-hover: #f0eeee;
	--tec-color-background-error: rgba(218, 57, 77, .08);
	--tec-color-background-primary-multiday: rgba(51, 74, 255, .24);
	--tec-color-background-primary-multiday-hover: rgba(51, 74, 255, .34);
	--tec-color-background-secondary-multiday: rgba(20, 24, 39, .24);
	--tec-color-background-secondary-multiday-hover: rgba(20, 24, 39, .34);
	--tec-color-accent-primary-week-event: rgba(51, 74, 255, .1);
	--tec-color-accent-primary-week-event-hover: rgba(51, 74, 255, .2);
	--tec-color-accent-primary-week-event-featured: rgba(51, 74, 255, .04);
	--tec-color-accent-primary-week-event-featured-hover: rgba(51, 74, 255, .14);
	--tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
	--tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
}

.tribe-common {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

.tribe-common * {
	box-sizing: border-box;
}

.tribe-common article, .tribe-common aside, .tribe-common details, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common header, .tribe-common main, .tribe-common menu, .tribe-common nav, .tribe-common section, .tribe-common summary {
	display: block;
}

.tribe-common svg:not(:root) {
	overflow: hidden;
}

.tribe-common audio, .tribe-common canvas, .tribe-common progress, .tribe-common video {
	display: inline-block;
}

.tribe-common audio:not([controls]) {
	display: none;
	height: 0;
}

.tribe-common progress {
	vertical-align: initial;
}

.tribe-common [hidden], .tribe-common template {
	display: none;
}

.tribe-common pre {
	overflow: auto;
}

.tribe-common sub, .tribe-common sup {
	position: relative;
	vertical-align: initial;
}

.tribe-common sup {
	top: -.5em;
}

.tribe-common sub {
	bottom: -.25em;
}

.tribe-common button, .tribe-common input, .tribe-common select, .tribe-common textarea {
	box-sizing: border-box;
	margin: 0;
}

.tribe-common input[type=number]::-webkit-inner-spin-button, .tribe-common input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

.tribe-common legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

.tribe-common textarea {
	overflow: auto;
	resize: none;
}

.tribe-common button, .tribe-common input[type=button], .tribe-common input[type=reset], .tribe-common input[type=submit] {
	cursor: pointer;
	overflow: visible;
}

.tribe-common button[disabled], .tribe-common input[disabled] {
	cursor: default;
}

.tribe-common button::-moz-focus-inner, .tribe-common input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.tribe-common a, .tribe-common abbr, .tribe-common acronym, .tribe-common address, .tribe-common applet, .tribe-common article, .tribe-common aside, .tribe-common audio, .tribe-common b, .tribe-common big, .tribe-common blockquote, .tribe-common canvas, .tribe-common caption, .tribe-common center, .tribe-common cite, .tribe-common code, .tribe-common dd, .tribe-common del, .tribe-common details, .tribe-common dfn, .tribe-common div, .tribe-common dl, .tribe-common dt, .tribe-common em, .tribe-common embed, .tribe-common fieldset, .tribe-common figcaption, .tribe-common figure, .tribe-common footer, .tribe-common form, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common header, .tribe-common i, .tribe-common iframe, .tribe-common img, .tribe-common ins, .tribe-common kbd, .tribe-common label, .tribe-common legend, .tribe-common li, .tribe-common main, .tribe-common mark, .tribe-common menu, .tribe-common nav, .tribe-common object, .tribe-common ol, .tribe-common output, .tribe-common p, .tribe-common pre, .tribe-common q, .tribe-common ruby, .tribe-common s, .tribe-common samp, .tribe-common section, .tribe-common small, .tribe-common span, .tribe-common strike, .tribe-common strong, .tribe-common sub, .tribe-common summary, .tribe-common sup, .tribe-common table, .tribe-common tbody, .tribe-common td, .tribe-common tfoot, .tribe-common th, .tribe-common thead, .tribe-common time, .tribe-common tr, .tribe-common tt, .tribe-common u, .tribe-common ul, .tribe-common var, .tribe-common video {
	border: 0;
	margin: 0;
	padding: 0;
}

.tribe-common ol, .tribe-common ul {
	list-style: none;
}

.tribe-common img {
	border-style: none;
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

.tribe-common embed, .tribe-common iframe, .tribe-common video {
	max-height: 100%;
	max-width: 100%;
}

.tribe-theme-avada input[type=text] {
	margin: 0;
}

.tribe-theme-divi .entry-content .tribe-common table, .tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common table {
	border: 0;
	margin: 0;
}

.tribe-theme-divi .entry-content .tribe-common td, .tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common td {
	border: 0;
}

.tribe-theme-divi #content-area .tribe-common td, .tribe-theme-divi #content-area .tribe-common th, .tribe-theme-divi #content-area .tribe-common tr, .tribe-theme-divi #left-area .tribe-common ul {
	padding: 0;
}

#top .main_color .tribe-common button[disabled], #top.tribe-theme-enfold .tribe-common button[disabled] {
	cursor: default;
}

#top .main_color .tribe-common form, #top .main_color .tribe-common input, #top.tribe-theme-enfold .tribe-common form, #top.tribe-theme-enfold .tribe-common input {
	margin: 0;
}

.entry-content-wrapper .tribe-common li {
	margin: 0;
	padding: 0;
}

.entry-content .tribe-common ol, .entry-content .tribe-common ul, .tribe-theme-genesis .tribe-common ol, .tribe-theme-genesis .tribe-common ul {
	margin: 0;
	padding: 0;
}

.tribe-theme-twentynineteen .tribe-common svg {
	fill: none;
}

.tribe-theme-twentyseventeen .tribe-common div.tribe-dialog {
	z-index: 5 !important;
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-common .tribe-common-form-control-checkbox, .tribe-common .tribe-common-form-control-radio {
	align-items: flex-start;
	display: flex;
}

.tribe-common .tribe-common-form-control-checkbox__label, .tribe-common .tribe-common-form-control-radio__label {
	cursor: pointer;
	margin-left: 15px;
}

.tribe-common .tribe-common-form-control-checkbox__input, .tribe-common .tribe-common-form-control-radio__input {
	cursor: pointer;
	flex: none;
	margin: 1px 0 0;
}

#top .main_color .tribe-common .tribe-common-form-control-checkbox__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__input {
	margin: 1px 0 0;
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input {
	top: 0;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-checkbox__input:checked:after {
	border: none;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-radio__input:checked:after {
	background-color: initial;
}

.tribe-common .tribe-common-form-control-checkbox-radio-group>* {
	margin-bottom: 15px;
}

.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child {
	margin-bottom: 0;
}

.tribe-common .tribe-common-form-control-slider__input {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 120px;
}

.tribe-common .tribe-common-form-control-slider__label {
	cursor: pointer;
	display: inline-block;
	margin-left: 11px;
	vertical-align: middle;
}

.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label {
	display: block;
	margin: 0 0 6px;
}

.tribe-common .tribe-common-form-control-text__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-common .tribe-common-form-control-text__input {
	height: auto;
	padding: var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
}

#top .main_color .tribe-common .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;
	width: 100%;
}

#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input {
	padding: var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8);
}

.tribe-common .tribe-common-form-control-toggle__input, .tribe-common .tribe-common-form-control-toggle__label {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.tribe-common .tribe-common-form-control-toggle__label {
	margin-left: 11px;
}

.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label {
	display: block;
	margin: 0 0 6px;
}

#top .main_color .tribe-common .tribe-common-form-control-toggle__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__input {
	display: inline-block;
	margin: 5px 0;
}

.tribe-common .tribe-common-g-col {
	min-width: 0;
	width: 100%;
}

.tribe-common .tribe-common-g-row {
	display: flex;
	flex-wrap: wrap;
}

.tribe-common .tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-small-half-negative);
	margin-right: var(--tec-grid-gutter-small-half-negative);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-small-half);
	padding-right: var(--tec-grid-gutter-small-half);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-theme-twentynineteen .tribe-common .entry.tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-small-half-negative);
	margin-right: var(--tec-grid-gutter-small-half-negative);
	padding: 0;
}

.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .entry.tribe-common-g-row--gutters {
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-theme-twentynineteen .tribe-common .tribe-common-g-row--gutters>.entry.tribe-common-g-col {
	margin: 0;
	padding-left: var(--tec-grid-gutter-small-half);
	padding-right: var(--tec-grid-gutter-small-half);
}

.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .tribe-common-g-row--gutters>.entry.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-common a {
	cursor: pointer;
}

.tribe-theme-divi #left-area .tribe-common ul, .tribe-theme-divi .entry-content .tribe-common ul, body.et-pb-preview.tribe-theme-divi #main-content .container .tribe-common ul {
	list-style-type: none;
	padding: 0;
}

.entry-content .tribe-common ol>li, .entry-content .tribe-common ul>li {
	list-style-type: none;
}

.tribe-common button {
	padding: 0;
}

.tribe-common .tribe-common-l-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--tec-grid-width);
	padding-left: var(--tec-grid-gutter-page-small);
	padding-right: var(--tec-grid-gutter-page-small);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-left: var(--tec-grid-gutter-page);
	padding-right: var(--tec-grid-gutter-page);
}

.single-tribe_events .tribe-common-a11y-hidden, .tribe-common .tribe-common-a11y-hidden {
	display: none !important;
	visibility: hidden;
}

.single-tribe_events .tribe-common-a11y-visual-hide, .tribe-common .tribe-common-a11y-visual-hide {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.single-tribe_events .tribe-common-a11y-visual-show, .tribe-common .tribe-common-a11y-visual-show {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	padding: 11px 20px;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
	width: auto;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	padding: 14px 20px;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
	padding: 6px 15px;
	width: auto;
}

.tribe-common .tribe-common-c-btn-icon:before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
	width: 11px;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
	padding: 11px 20px;
	width: 100%;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:focus {
	outline: auto;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
	width: auto;
}

.tribe-common .tribe-common-c-image {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.tribe-common .tribe-common-c-image--bg {
	position: relative;
}

.tribe-common .tribe-common-c-image__bg {
	background: 50% no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.tribe-common .tribe-common-c-loader {
	display: flex;
	padding-top: calc(var(--tec-spacer-11) * 3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-loader {
	padding-top: calc(var(--tec-spacer-13) * 3);
}

.tribe-common .tribe-common-c-loader__dot {
	width: 15px;
}

.tribe-common .tribe-common-c-loader__dot:not(:first-of-type) {
	margin-left: 8px;
}

.tribe-common .tribe-common-c-loader__dot circle {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--featured {
	width: 8px;
}

.tribe-common .tribe-common-c-svgicon--recurring {
	width: 12px;
}

.tribe-common .tribe-common-c-svgicon--search {
	width: 16px;
}

.tribe-common .tribe-common-c-svgicon--location {
	width: 10px;
}

.tribe-common .tribe-common-c-svgicon--day, .tribe-common .tribe-common-c-svgicon--map, .tribe-common .tribe-common-c-svgicon--month, .tribe-common .tribe-common-c-svgicon--photo, .tribe-common .tribe-common-c-svgicon--week {
	height: 100%;
	width: 100%;
}

.tribe-common .tribe-common-c-svgicon--close path, .tribe-common .tribe-common-c-svgicon--close-alt path {
	stroke: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--hybrid circle, .tribe-common .tribe-common-c-svgicon--mail, .tribe-common .tribe-common-c-svgicon--map-pin, .tribe-common .tribe-common-c-svgicon--messages-not-found g, .tribe-common .tribe-common-c-svgicon--no-map, .tribe-common .tribe-common-c-svgicon--phone, .tribe-common .tribe-common-c-svgicon--virtual g, .tribe-common .tribe-common-c-svgicon--website {
	fill: none;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found {
	width: 22px;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found path {
	stroke: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--error {
	width: 18px;
}

.tribe-common .tribe-common-c-svgicon--error g, .tribe-common .tribe-common-c-svgicon--reset path {
	fill: none;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-svgicon__svg-stroke {
	stroke: currentcolor;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	flex: 1 1 auto;
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	
	75% {
		transform: rotate(2deg);
	}
	
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-events-view {
	position: relative;
	width: 100%;
}

.tribe-events .tribe-events-l-container {
	min-height: 600px;
	padding-bottom: var(--tec-spacer-12);
	padding-top: var(--tec-spacer-11);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	min-height: 700px;
	padding-bottom: var(--tec-spacer-14);
	padding-top: var(--tec-spacer-13);
}

.tribe-events .tribe-events-c-breadcrumbs {
	margin-bottom: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .tribe-events-c-breadcrumbs+.tribe-events-header__content-title {
	margin-top: 0;
}

.tribe-events .tribe-events-c-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item {
	align-items: center;
	display: inline-flex;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item a.tribe-events-c-breadcrumbs__list-item-link {
	bottom: -1px;
	position: relative;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item:last-child .tribe-events-c-breadcrumbs__list-item-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg {
	display: inline-block;
	height: 8px;
	margin: 0 var(--tec-spacer-0);
	width: 8px;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg path {
	fill: currentcolor;
}

.tribe-events .tribe-events-header__content-title {
	margin-bottom: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__content-title {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .datepicker {
	margin-top: var(--tec-spacer-1);
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .datepicker {
	margin-top: var(--tec-spacer-3);
}

.tribe-events .datepicker table {
	border-collapse: collapse;
	table-layout: fixed;
}

.tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .next, .tribe-events .datepicker .prev {
	padding: var(--tec-spacer-4) 0;
	vertical-align: middle;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg {
	height: 15px;
	margin-right: auto;
	width: 9px;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
	fill: currentcolor;
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg {
	margin-left: auto;
	margin-right: 0;
}

.tribe-events .datepicker .datepicker-months td, .tribe-events .datepicker .datepicker-months th, .tribe-events .datepicker .datepicker-years td, .tribe-events .datepicker .datepicker-years th {
	padding: 0;
}

.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev, .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-events .datepicker .datepicker-years .next, .tribe-events .datepicker .datepicker-years .prev {
	padding: var(--tec-spacer-4) 0 var(--tec-spacer-1);
}

.tribe-events .datepicker .dow {
	padding: 0;
	width: var(--tec-grid-width-1-of-7);
}

.tribe-events .datepicker .day {
	padding: 11px 0;
	width: 48px;
}

.tribe-events .datepicker .month, .tribe-events .datepicker .year {
	height: auto;
	margin: 0;
	padding: 15px 0;
	width: 25%;
}

.admin-bar .tribe-events .datepicker {
	margin-top: var(--tec-spacer-1);
}

.admin-bar .tribe-events.tribe-common--breakpoint-medium .datepicker {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .next, .tribe-theme-divi #content-area .tribe-events .datepicker .prev {
	padding: var(--tec-spacer-4) 0;
}

.tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .next, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-months .prev, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .next, .tribe-theme-divi #content-area .tribe-events .datepicker .datepicker-years .prev {
	padding: var(--tec-spacer-4) 0 var(--tec-spacer-1);
}

.tribe-theme-divi #content-area .tribe-events .datepicker .dow {
	padding: 0;
}

.tribe-theme-divi #content-area .tribe-events .datepicker .day {
	padding: 11px 0;
}

.tribe-theme-enfold .tribe-events .datepicker {
	min-width: 0;
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-theme-enfold .tribe-events .datepicker .datepicker-switch {
	cursor: pointer !important;
}

.tribe-theme-avada .tribe-events .datepicker {
	padding: 0 var(--tec-spacer-3) var(--tec-spacer-3);
}

.tribe-theme-avada .tribe-events .datepicker .datepicker-months td {
	padding: 0;
}

.tribe-events .tribe-events-c-day-marker {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-c-day-marker__date {
	flex: none;
}

.tribe-events .tribe-events-c-events-bar {
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar {
	flex-direction: row;
}

.tribe-events .tribe-events-c-events-bar__views {
	display: flex;
	flex: none;
	justify-content: center;
}

.tribe-events .tribe-events-c-events-bar__search-container {
	display: none;
	left: 0;
	padding: var(--tec-spacer-1) var(--tec-grid-gutter-small-half) var(--tec-spacer-2);
	position: absolute;
	right: 0;
	top: calc(100% - var(--tec-spacer-1));
	z-index: var(--tec-z-index-dropdown);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
	align-items: center;
	display: flex;
	flex: auto;
	padding: 0;
	position: static;
	z-index: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search {
	display: flex;
	flex: auto;
}

.tribe-events .tribe-events-c-events-bar__search-form {
	width: 100%;
}

.tribe-events .tribe-events-c-events-bar__search-button {
	display: inline-block;
	margin-right: var(--tec-spacer-1);
	padding: var(--tec-spacer-0);
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-button {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg {
	width: 21px;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
	fill: currentcolor;
}

.tribe-events .tribe-events-header__title {
	width: 100%;
}

.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h2.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h3.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h4.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h5.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h2.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h3.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h4.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h5.tribe-events-header__title-text, .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
	font-size: var(--tec-font-size-10);
	line-height: var(--tec-line-height-0);
	margin-bottom: var(--tec-spacer-3);
}

.single-tribe_events .tribe-events-c-ical, .tribe-events .tribe-events-c-ical {
	margin-top: var(--tec-spacer-4);
	text-align: right;
}

.single-tribe_events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	padding: var(--tec-spacer-2);
	width: 100%;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-ical__link, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
	width: auto;
}

.single-tribe_events .tribe-events-c-ical__link-icon-svg, .tribe-events .tribe-events-c-ical__link-icon-svg {
	display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
	font-size: var(--tec-font-size-2);
	margin: var(--tec-spacer-7) 0;
}

.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
	float: right;
	margin-left: auto;
}

.tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
	width: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	position: relative;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	display: inline-block;
	height: 6px;
	margin-left: var(--tec-spacer-1);
	vertical-align: middle;
	width: 10px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
	height: 16px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	display: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content.tribe-events-c-subscribe-dropdown__content--show, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content.tribe-events-c-subscribe-dropdown__content--show {
	display: block;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon--rotate, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon--rotate {
	transform: rotate(180deg);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
	list-style: none;
	padding: var(--tec-spacer-1);
	transform: translateY(var(--tec-spacer-1));
	width: auto;
	z-index: var(--tec-z-index-dropdown);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
	border-radius: var(--tec-border-radius-default);
	padding: var(--tec-spacer-0);
	text-align: left;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
	display: inline-block;
	padding: 0 var(--tec-spacer-3);
	width: 100%;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active+.tribe-events-c-subscribe-dropdown__content, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active+.tribe-events-c-subscribe-dropdown__content {
	display: block;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button--active .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(180deg);
}

.tribe-events .tribe-events-view-loader {
	align-items: flex-start;
	background-color: var(--tec-color-background-transparent);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: var(--tec-z-index-spinner-container);
}

.tribe-events .tribe-events-c-messages {
	display: flex;
	flex-direction: column;
}

.tribe-events .tribe-events-c-messages__message {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-2);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
	justify-content: center;
	padding: var(--tec-spacer-3);
}

.tribe-events .tribe-events-c-nav {
	padding-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav {
	padding-top: var(--tec-spacer-6);
}

.tribe-events .tribe-events-c-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.tribe-events .tribe-events-c-nav__list-item {
	display: flex;
	width: 33.33%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
	width: 50%;
}

.tribe-events .tribe-events-c-nav__list-item--prev {
	justify-content: flex-start;
}

.tribe-events .tribe-events-c-nav__list-item--next {
	justify-content: flex-end;
}

.tribe-events .tribe-events-c-nav__list-item--today {
	justify-content: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item--today {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-label-plural, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-label-plural {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
	align-items: center;
	display: flex;
	flex: none;
	flex-wrap: wrap;
	justify-content: center;
}

.tribe-events .tribe-events-c-nav__next-icon-svg, .tribe-events .tribe-events-c-nav__prev-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-promo {
	margin-top: var(--tec-spacer-4);
}

.tribe-events .tribe-events-c-read-more {
	margin-top: var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-small-cta>* {
	margin-left: var(--tec-spacer-1);
}

.tribe-events .tribe-events-c-small-cta>:first-child {
	margin-left: 0;
}

.tribe-events .tribe-events-c-small-cta__link {
	cursor: pointer;
}

.tribe-events .tribe-events-c-small-cta__stock {
	margin-left: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
	align-items: center;
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-group {
	align-items: center;
	display: flex;
	flex: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
	flex: auto;
	margin: var(--tec-spacer-2) 0;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input {
	margin: calc(var(--tec-spacer-2) * -1) 0;
}

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	margin-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	flex: none;
	margin-top: 0;
}

#top .main_color .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input, #top.tribe-theme-enfold .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input, .tribe-theme-avada .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-search__input {
	margin: calc(var(--tec-spacer-2) * -1) 0;
}

.tooltipster-base.tribe-events-tooltip-theme {
	height: auto !important;
	max-width: 254px;
	padding: var(--tec-spacer-5);
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
	margin: 0;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
	padding: 0;
	word-break: break-word;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-arrow {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: block !important;
	flex: none;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
	display: flex;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
	flex: none;
	padding-right: 15px;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-c-top-bar__nav-link {
	display: block;
	line-height: 0;
}

.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg {
	height: 19px;
	width: 11px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
	display: block !important;
	flex: none;
	margin-right: 15px;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__datepicker {
	flex: auto;
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
	margin: 0;
	padding: 0;
}

.tribe-events .tribe-events-c-top-bar__datepicker-separator {
	white-space: pre;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
	display: block !important;
	visibility: visible;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
	align-items: center;
	display: flex;
	flex: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container {
	bottom: 0;
	left: 0;
	max-width: calc(100% + 29px);
	position: absolute;
	width: 363px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
	min-width: 100%;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container {
	max-width: none;
	min-width: min-content;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
	max-width: 100%;
}

.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
	max-width: calc(100% + 66px);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
	max-width: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__actions {
	display: block !important;
	flex: none;
	margin-left: auto;
	visibility: visible;
}

#top .main_color .tribe-events .tribe-events-c-top-bar__datepicker-input, #top.tribe-theme-enfold .tribe-events .tribe-events-c-top-bar__datepicker-input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.entry-content-wrapper .tribe-events .tribe-events-c-top-bar__nav-list-item {
	padding-right: 15px;
}

.tribe-theme-avada .tribe-events .tribe-events-c-top-bar__datepicker-input {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-c-view-selector {
	position: relative;
	width: 29px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
	width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
	height: 100%;
	padding: var(--tec-spacer-4) var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
	clip: auto;
	flex: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	left: 0;
	padding: var(--tec-spacer-1);
	right: auto;
	transform: translateY(var(--tec-spacer-1));
	width: auto;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item--active {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
	padding: var(--tec-spacer-0) var(--tec-spacer-7) var(--tec-spacer-0) var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-icon, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	display: block;
	height: 100%;
	padding: 0 var(--tec-spacer-2);
	position: static;
	transform: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
	display: flex;
	height: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
	padding: 0 var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active {
	display: block;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
	height: 100%;
	padding: var(--tec-spacer-4) 0;
	position: relative;
}

.tribe-events .tribe-events-c-view-selector__button {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-0);
	position: relative;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button {
	padding: var(--tec-spacer-1);
}

.tribe-events .tribe-events-c-view-selector__button-icon {
	display: block;
	height: 21px;
	width: 21px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button-icon {
	height: 23px;
	width: 23px;
}

.tribe-events .tribe-events-c-view-selector__button-icon-caret-svg {
	display: none;
}

.tribe-events .tribe-events-c-view-selector__content {
	display: none;
	padding: var(--tec-spacer-2) calc(var(--tec-spacer-2) / 2);
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(var(--tec-spacer-3));
	z-index: var(--tec-z-index-dropdown);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__content {
	transform: translateY(var(--tec-spacer-2));
}

.tribe-events .tribe-events-c-view-selector__list-item-link {
	align-items: center;
	display: flex;
	padding: var(--tec-spacer-1) var(--tec-spacer-5) var(--tec-spacer-1) var(--tec-spacer-2);
}

.tribe-events .tribe-events-c-view-selector__list-item-icon {
	flex: none;
	height: 18px;
	margin-right: 12px;
	width: 18px;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
	flex: auto;
}

.tribe-events .tec-events-c-view-box-border {
	margin-bottom: var(--tec-spacer-5);
	padding: var(--tec-spacer-5);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tec-events-c-view-box-border {
	margin-bottom: var(--tec-spacer-7);
	padding: var(--tec-spacer-5);
}

.tribe-events .tribe-events-header {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 calc(var(--tec-grid-gutter-page-small) * -1);
	padding: 0 var(--tec-grid-gutter-page-small) var(--tec-spacer-3);
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
	margin: 0;
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
	background-color: initial;
	flex-direction: row;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
	margin-left: 0;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
	width: 100%;
}

.tribe-events .tribe-events-header__messages {
	margin-bottom: var(--tec-spacer-3);
	width: 100%;
}

.tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile {
	margin-top: 10px;
}

.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages {
	margin-bottom: var(--tec-spacer-7);
	order: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages:not(.tribe-events-header__messages--mobile) {
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__messages.tribe-events-header__messages--mobile {
	display: none;
}

.tribe-events .tribe-events-header__events-bar {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
	margin-bottom: var(--tec-spacer-7);
	margin-left: var(--tec-spacer-3);
}

.tribe-events .tribe-events-header__top-bar {
	flex: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
	margin-bottom: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-list__event-row {
	flex-wrap: nowrap;
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin: var(--tec-spacer-9) var(--tec-grid-gutter-half-negative) var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-list__event-row:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	margin-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
	flex: none;
	position: relative;
	width: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag {
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: var(--tec-spacer-0);
	text-align: center;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events .tribe-events-calendar-list__event-wrapper {
	flex: 1;
	width: calc(var(--tec-grid-width-1-of-4) * 3 + var(--tec-grid-gutter-small-half));
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-wrapper {
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
}

.tribe-events .tribe-events-calendar-list__event {
	flex-direction: column;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-list__event-featured-image, .tribe-events .tribe-events-calendar-list__event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-list__event-details {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-list__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events .tribe-events-calendar-list__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-list__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-title-link:active, .tribe-events .tribe-events-calendar-list__event-title-link:focus, .tribe-events .tribe-events-calendar-list__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-list__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-list__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-list__month-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-list-nav {
	padding-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	padding-top: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-month {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
	border-top: 1px solid var(--tec-color-border-secondary-month-grid);
}

.tribe-events .tribe-events-calendar-month__week {
	display: flex;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
	border-left: 1px solid var(--tec-color-border-secondary-month-grid);
}

.tribe-events .tribe-events-calendar-month__calendar-event {
	margin: var(--tec-spacer-1) 0;
	padding: 0 var(--tec-spacer-3);
	position: relative;
}

.tribe-events .tribe-events-calendar-month__calendar-event:first-child {
	margin-top: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event:last-child {
	margin-bottom: 0;
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__multiday-event-wrapper+.tribe-events-calendar-month__calendar-event {
	margin-top: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event-wrapper+.tribe-events-calendar-month__calendar-event--featured {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image, .tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-2);
	width: 206px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title {
	margin: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event {
	margin: var(--tec-spacer-1) 0;
	padding: 0 var(--tec-spacer-3);
	position: relative;
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event:first-child, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event:first-child {
	margin-top: 0;
}

.tribe-theme-twentynineteen .entry .tribe-events .tribe-events-calendar-month__calendar-event:last-child, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-month__calendar-event:last-child {
	margin-bottom: 0;
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__header-row {
	display: flex;
}

.tribe-events .tribe-events-calendar-month__header-column {
	padding-bottom: var(--tec-spacer-3);
	width: var(--tec-grid-width-1-of-7);
}

.tribe-events .tribe-events-calendar-month__header-column-title {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
	display: block !important;
	visibility: visible;
}

.tribe-events .tribe-events-calendar-month__day {
	aspect-ratio: 1/1;
	height: auto;
	min-height: 36px;
	overflow: hidden;
	padding-top: var(--tec-grid-width-1-of-7);
	position: relative;
	width: var(--tec-grid-width-1-of-7);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	aspect-ratio: auto;
	border-color: var(--tec-color-border-secondary-month-grid);
	border-style: solid;
	border-width: 0 1px 1px 0;
	min-height: 168px;
	overflow: visible;
	padding-top: 0;
}

.tribe-events .tribe-events-calendar-month__day-cell {
	height: 100%;
	width: 100%;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	text-align: center;
	top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--mobile {
	display: none !important;
	visibility: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
	display: flex !important;
	flex-direction: column;
	visibility: visible;
}

.tribe-events .tribe-events-calendar-month__day-date {
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
	flex: none;
	padding: var(--tec-spacer-1) var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__events {
	flex: auto;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: currentcolor;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
	line-height: 0;
	width: 8px;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
	fill: currentcolor;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-mobile-events {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day {
	display: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show {
	display: block;
}

.tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
	padding-top: var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
	padding: var(--tec-spacer-2) 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event--featured {
	padding-bottom: var(--tec-spacer-4);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-2);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime>* {
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
	margin: 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-cost {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month-mobile-events__more-events {
	padding: var(--tec-spacer-0) 0 var(--tec-spacer-4) 0;
}

.tribe-events .tribe-events-calendar-month__more-events {
	display: flex;
	flex: none;
	margin: 0 var(--tec-spacer-3);
	padding: var(--tec-spacer-1) 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__more-events-link {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
	height: 19px;
	margin-bottom: var(--tec-spacer-0);
	position: relative;
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-2 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(200% + 1px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-3 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(300% + 2px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-4 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(400% + 3px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-5 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(500% + 4px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-6 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(600% + 5px);
}

.tribe-events .tribe-events-calendar-month__multiday-event--width-7 .tribe-events-calendar-month__multiday-event-bar {
	width: calc(700% + 6px);
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event);
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden-title {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.tribe-events .tribe-events-calendar-month__multiday-event-hidden-link {
	display: block;
	height: 100%;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
	background-color: var(--tec-color-background);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event-bar);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	padding: 1px var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-featured-icon {
	flex: none;
	line-height: 0;
	margin-right: 5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	flex: none;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.tribe-events .tribe-events-calendar-month-nav {
	padding-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month-nav {
	display: none !important;
	visibility: hidden;
}

.tribe-events .tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-8);
	margin-top: var(--tec-spacer-9);
	padding-left: 0;
}

.tribe-events .tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
	content: "";
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-day__time-separator+.tribe-events-calendar-day__event, .tribe-events .tribe-events-calendar-day__type-separator+.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__time-separator+.tribe-events-calendar-day__event, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__type-separator+.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-day__event-content {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
	display: flex;
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-left: var(--tec-grid-gutter-half-negative);
	margin-right: var(--tec-grid-gutter-half-negative);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content>* {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper {
	flex: none;
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image {
	display: block;
}

.tribe-events .tribe-events-calendar-day__event-details {
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details {
	flex: none;
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-day__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-events .tribe-events-calendar-day__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-day__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-day__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-day__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-day__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-day__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-twentynineteen .tribe-events .entry.tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: 54px;
}

.tribe-theme-twentynineteen .tribe-events .entry.tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .entry.tribe-events-calendar-day__event {
	margin-bottom: var(--tec-spacer-8);
	margin-top: var(--tec-spacer-9);
	padding-left: 0;
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .entry.tribe-events-calendar-day__event:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-day__time-separator+.entry.tribe-events-calendar-day__event, .tribe-theme-twentynineteen .tribe-events .tribe-events-calendar-day__type-separator+.entry.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day__time-separator+.entry.tribe-events-calendar-day__event, .tribe-theme-twentynineteen .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day__type-separator+.entry.tribe-events-calendar-day__event {
	margin-top: var(--tec-spacer-8);
}

.tribe-events .tribe-events-calendar-day-nav {
	padding-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day-nav {
	padding-top: var(--tec-spacer-7);
}

.tribe-events .tribe-events-calendar-day__time-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-day__time-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-day__type-separator {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-calendar-day__type-separator-text {
	flex: none;
}

.tribe-events .tribe-events-calendar-latest-past__event-row {
	flex-wrap: nowrap;
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row {
	margin: var(--tec-spacer-9) var(--tec-grid-gutter-half-negative) var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
	flex: none;
	position: relative;
	width: 54px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-date-tag {
	min-width: 90px;
	width: var(--tec-grid-width-1-of-9);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-daynum, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
	flex: 1;
	width: calc(var(--tec-grid-width-1-of-4) * 3 + var(--tec-grid-gutter-small-half));
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-wrapper {
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
}

.tribe-events .tribe-events-calendar-latest-past__event {
	flex-direction: column;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-featured-image-wrapper {
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image, .tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
	display: block;
}

.tribe-events .tribe-events-calendar-latest-past__event-details {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-events .tribe-events-calendar-latest-past__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper, .tribe-events .tribe-events-calendar-latest-past__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper:last-child, .tribe-events .tribe-events-calendar-latest-past__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events .tribe-events-calendar-latest-past__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-venue {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-description {
	display: block !important;
	margin-top: var(--tec-spacer-3);
	visibility: visible;
}

.tribe-events .tribe-events-calendar-latest-past__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-events-single .tribe-events-status-single__header--alert-icon {
	align-items: center;
	display: inline-flex;
}

.tribe-events-single .tribe-events-status-single {
	display: inline-flex;
	margin-bottom: var(--tec-spacer-4);
	padding: var(--tec-spacer-2) var(--tec-spacer-4);
}

.tribe-events-single .tribe-events-status-single__description {
	padding-left: var(--tec-spacer-5);
}

:root {
	--tec-border-radius-default: 4px;
	--tec-border-width-week-event: 2px;
	--tec-box-shadow-default: 0 2px 5px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-tooltip: 0 2px 12px 0 var(--tec-color-box-shadow);
	--tec-box-shadow-card: 0 1px 6px 2px var(--tec-color-box-shadow);
	--tec-box-shadow-multiday: 16px 6px 6px -2px var(--tec-color-box-shadow-secondary);
	--tec-form-color-background: var(--tec-color-background);
	--tec-form-color-border-default: var(--tec-color-text-primary);
	--tec-form-color-border-active: var(--tec-color-accent-secondary);
	--tec-form-color-border-secondary: var(--tec-color-border-tertiary);
	--tec-form-color-accent-primary: var(--tec-color-accent-primary);
	--tec-form-box-shadow-default: var(--tec-box-shadow-default);
	--tec-opacity-background: .07;
	--tec-opacity-select-highlighted: .3;
	--tec-opacity-icon-hover: .8;
	--tec-opacity-icon-active: .9;
	--tec-opacity-default: 1;
	--tec-transition: all .2s ease;
	--tec-transition-background-color: background-color .2s ease;
	--tec-transition-color-border-color: color .2s ease, border-color .2s ease;
	--tec-transition-transform: transform .2s ease;
	--tec-transition-border-color: border-color .2s ease;
	--tec-transition-color: color .2s ease;
	--tec-transition-opacity: opacity .2s ease;
	--tec-font-family-sans-serif: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
	--tec-font-weight-regular: 400;
	--tec-font-weight-bold: 700;
	--tec-font-size-0: 11px;
	--tec-font-size-1: 12px;
	--tec-font-size-2: 14px;
	--tec-font-size-3: 16px;
	--tec-font-size-4: 18px;
	--tec-font-size-5: 20px;
	--tec-font-size-6: 22px;
	--tec-font-size-7: 24px;
	--tec-font-size-8: 28px;
	--tec-font-size-9: 32px;
	--tec-font-size-10: 42px;
	--tec-line-height-0: 1.38;
	--tec-line-height-1: 1.42;
	--tec-line-height-2: 1.5;
	--tec-line-height-3: 1.62;
}

.tribe-common figure {
	line-height: 0;
}

.tribe-common figcaption {
	line-height: normal;
}

.tribe-common a {
	background-color: initial;
	-webkit-text-decoration-skip: objects;
}

.tribe-common abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

.tribe-common code, .tribe-common kbd, .tribe-common pre, .tribe-common samp {
	font-family: monospace;
	font-size: 1em;
}

.tribe-common b, .tribe-common strong {
	font-weight: inherit;
	font-weight: bolder;
}

.tribe-common dfn {
	font-style: italic;
}

.tribe-common mark {
	background-color: #ff0;
	color: #000;
}

.tribe-common small {
	font-size: 80%;
}

.tribe-common sub, .tribe-common sup {
	font-size: 75%;
	line-height: 0;
}

.tribe-common hr {
	border: 0;
	height: 0;
}

.tribe-common button, .tribe-common input[type=button], .tribe-common input[type=email], .tribe-common input[type=password], .tribe-common input[type=reset], .tribe-common input[type=search], .tribe-common input[type=submit], .tribe-common input[type=text], .tribe-common input[type=url], .tribe-common textarea {
	appearance: none;
}

.tribe-common button, .tribe-common input, .tribe-common optgroup, .tribe-common select, .tribe-common textarea {
	color: inherit;
	font: inherit;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
}

.tribe-common button, .tribe-common input, .tribe-common select, .tribe-common textarea {
	border-radius: 0;
	outline: 0;
}

.tribe-common select:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #000;
}

.tribe-common optgroup {
	font-weight: 700;
}

.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p {
	font-weight: 400;
	text-rendering: optimizelegibility;
}

#top .main_color .tribe-common button[disabled], #top.tribe-theme-enfold .tribe-common button[disabled] {
	opacity: 1;
}

.tribe-theme-twentynineteen .tribe-common h1:before, .tribe-theme-twentynineteen .tribe-common h2:before {
	content: none;
}

.tribe-theme-twentynineteen .tribe-common button, .tribe-theme-twentynineteen .tribe-common input[type=button], .tribe-theme-twentynineteen .tribe-common input[type=reset], .tribe-theme-twentynineteen .tribe-common input[type=submit] {
	outline: none;
}

.tribe-theme-twentynineteen .tribe-common td, .tribe-theme-twentynineteen .tribe-common th {
	word-break: normal;
}

.tribe-theme-twentyseventeen .tribe-common h5 {
	letter-spacing: normal;
	text-transform: none;
}

.tribe-theme-twentyseventeen .tribe-common input[type=text] {
	border-radius: 0;
}

.tribe-theme-twentytwenty .tribe-common {
	background-color: var(--tec-color-background-events);
	letter-spacing: normal;
}

.tribe-theme-twentytwenty .tribe-common input, .tribe-theme-twentytwenty .tribe-common textarea {
	letter-spacing: normal;
}

.tribe-theme-twentytwenty .tribe-common * {
	word-break: normal;
}

.tribe-theme-twentytwentyone.tribe-common .tribe-common .button:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common button:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=reset]:not(:hover):not(:active):not(.has-background), .tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=submit]:not(:hover):not(:active):not(.has-background) {
	background-color: initial;
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-common .tribe-common-form-control-checkbox, .tribe-common .tribe-common-form-control-radio {
	line-height: 0;
}

.tribe-common .tribe-common-form-control-checkbox__label, .tribe-common .tribe-common-form-control-radio__label {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-form-control-checkbox__label:hover, .tribe-common .tribe-common-form-control-radio__label:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-common .tribe-common-form-control-checkbox__input, .tribe-common .tribe-common-form-control-radio__input {
	appearance: none;
	background-color: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-default);
	height: 20px;
	position: relative;
	width: 20px;
}

.tribe-common .tribe-common-form-control-checkbox__input:active, .tribe-common .tribe-common-form-control-checkbox__input:focus, .tribe-common .tribe-common-form-control-checkbox__input:hover, .tribe-common .tribe-common-form-control-radio__input:active, .tribe-common .tribe-common-form-control-radio__input:focus, .tribe-common .tribe-common-form-control-radio__input:hover {
	border-color: var(--tec-form-color-border-active);
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-common .tribe-common-form-control-checkbox__input:checked, .tribe-common .tribe-common-form-control-radio__input:checked {
	background-color: var(--tec-form-color-border-active);
}

.tribe-common .tribe-common-form-control-checkbox__input {
	border-radius: 4px;
}

.tribe-common .tribe-common-form-control-checkbox__input:checked:before {
	background-image: svg-inline(check-white);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 9px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
}

.tribe-common .tribe-common-form-control-checkbox__input:focus+.tribe-common-form-control-checkbox__label, .tribe-common .tribe-common-form-control-checkbox__input:hover+.tribe-common-form-control-checkbox__label {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-common .tribe-common-form-control-radio__input {
	border-radius: 50%;
}

.tribe-common .tribe-common-form-control-radio__input:checked:before {
	background-color: var(--tec-form-color-background);
	border-radius: 50%;
	content: "";
	display: block;
	height: 8px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
}

.tribe-common .tribe-common-form-control-radio__input:focus+.tribe-common-form-control-radio__label, .tribe-common .tribe-common-form-control-radio__input:hover+.tribe-common-form-control-radio__label {
	opacity: var(--tec-opacity-icon-hover);
}

#top .main_color .tribe-common .tribe-common-form-control-checkbox__label, #top .main_color .tribe-common .tribe-common-form-control-radio__label, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__label, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-radio__label {
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input:checked:before {
	margin: 0;
}

.tribe-common .tribe-common-form-control-slider {
	line-height: 0;
}

.tribe-common .tribe-common-form-control-slider__input {
	appearance: none;
	background-color: initial;
	border: 0;
}

.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track {
	background-color: var(--tec-form-color-accent-primary);
	border: none;
	border-radius: 5px;
	height: 10px;
	margin: 5px 0;
	padding: 0;
	position: relative;
	-webkit-transition: var(--tec-transition-background-color);
	transition: var(--tec-transition-background-color);
}

.tribe-common .tribe-common-form-control-slider__input::-moz-range-track {
	background-color: var(--tec-form-color-accent-primary);
	border: none;
	border-radius: 5px;
	height: 10px;
	margin: 5px 0;
	padding: 0;
	position: relative;
	-moz-transition: var(--tec-transition-background-color);
	transition: var(--tec-transition-background-color);
}

.tribe-common .tribe-common-form-control-slider__input::-ms-track {
	background-color: initial;
	border-color: rgba(0, 0, 0, 0);
	border-width: 5px 0;
	color: rgba(0, 0, 0, 0);
	height: 10px;
}

.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower, .tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper {
	background-color: var(--tec-form-color-accent-primary);
	border-radius: 10px;
}

.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-thumb {
	appearance: none;
	background-color: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-secondary);
	border-radius: 50%;
	box-shadow: var(--tec-form-box-shadow-default);
	height: 20px;
	margin-top: -5px;
	width: 20px;
}

.tribe-common .tribe-common-form-control-slider__input::-moz-range-thumb {
	background-color: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-secondary);
	border-radius: 50%;
	box-shadow: var(--tec-form-box-shadow-default);
	height: 20px;
	margin-top: -5px;
	width: 20px;
}

.tribe-common .tribe-common-form-control-slider__input::-ms-thumb {
	background-color: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-secondary);
	border-radius: 50%;
	box-shadow: var(--tec-form-box-shadow-default);
	box-shadow: none;
	height: 20px;
	margin-top: -1px;
	width: 20px;
}

.tribe-common .tribe-common-form-control-slider__label {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	line-height: var(--tec-line-height-0);
}

#top .main_color .tribe-common .tribe-common-form-control-slider__label, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-slider__label, .tribe-common .tribe-common-form-control-slider__label {
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-regular);
}

.tribe-common .tribe-common-form-control-text__input {
	border: 0;
	border-bottom: 1px solid var(--tec-color-border-default);
	font-size: var(--tec-font-size-3);
}

.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	border: 0;
	font-size: var(--tec-font-size-2);
}

.tribe-common .tribe-common-form-control-text__input::placeholder {
	color: var(--tec-color-text-secondary);
	font-style: normal;
	opacity: var(--tec-opacity-default);
}

.tribe-common .tribe-common-form-control-text__input:focus {
	border-bottom-color: var(--tec-color-border-active);
	outline: auto;
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-form-control-text__input {
	color: var(--tec-color-text-primary);
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-text__input {
	line-height: inherit;
}

#top .main_color .tribe-common .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input {
	background: var(--tec-color-background);
	border: 0;
	border-bottom: 1px solid var(--tec-color-border-default);
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

#top .main_color .tribe-common .tribe-common-form-control-text__input:focus, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input:focus {
	border-bottom-color: var(--tec-color-border-active);
	box-shadow: none;
}

#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input, #top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input {
	border: 0;
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-form-control-toggle {
	line-height: 0;
	position: relative;
}

.tribe-common .tribe-common-form-control-toggle__input {
	appearance: none;
	background-color: var(--tec-form-color-border-secondary);
	border: none;
	border-radius: 5px;
	height: 10px;
	margin: 5px 0;
	padding: 0;
	position: relative;
	transition: var(--tec-transition-background-color);
	width: 40px;
}

.tribe-common .tribe-common-form-control-toggle__input::-ms-check {
	display: none;
}

.tribe-common .tribe-common-form-control-toggle__input+label:before {
	background-color: var(--tec-form-color-background);
	border: 1px solid var(--tec-form-color-border-secondary);
	border-radius: 50%;
	box-shadow: var(--tec-form-box-shadow-default);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: var(--tec-transition-transform);
	width: 20px;
}

.tribe-common .tribe-common-form-control-toggle__input:checked {
	background-color: var(--tec-form-color-accent-primary);
}

.tribe-common .tribe-common-form-control-toggle__input:checked+label:before {
	transform: translateX(20px);
}

.tribe-common .tribe-common-form-control-toggle__label {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	line-height: var(--tec-line-height-0);
}

#top .main_color .tribe-common .tribe-common-form-control-toggle__label, #top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__label, .tribe-common .tribe-common-form-control-toggle__label {
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-regular);
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input {
	top: 0;
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input:checked:before {
	content: none;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-toggle__input:after {
	display: none;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
	color: var(--tec-color-text-primary);
	outline: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-common a:not(.tribe-common-anchor--unstyle):focus {
	outline: auto;
}

.site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle) {
	box-shadow: none;
}

.site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle):hover {
	box-shadow: none;
	color: var(--tec-color-text-primary);
}

.tribe-theme-twentynineteen .entry .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-twentynineteen .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-twentytwentyone .entry .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-twentytwentyone .tribe-common a:not(.tribe-common-anchor--unstyle) {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle), .main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):active, .main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):visited, .tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
	color: var(--tec-color-text-primary);
}

.tribe-common .tribe-common-anchor {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: var(--tec-transition-border-color);
}

.tribe-common .tribe-common-anchor:active, .tribe-common .tribe-common-anchor:focus, .tribe-common .tribe-common-anchor:hover {
	border-bottom: 2px solid;
}

.tribe-common .tribe-common-anchor-alt {
	border-bottom: 2px solid var(--tec-color-link-accent);
	color: var(--tec-color-link-primary);
	transition: var(--tec-transition-color);
}

.tribe-common .tribe-common-anchor-alt:active, .tribe-common .tribe-common-anchor-alt:focus, .tribe-common .tribe-common-anchor-alt:hover {
	border-bottom: 2px solid;
	color: var(--tec-color-link-accent);
}

.tribe-common .tribe-common-anchor-thin {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: var(--tec-transition-border-color);
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: 1px solid var(--tec-color-link-primary);
}

.tribe-common .tribe-common-anchor-thin-alt {
	border-bottom: 1px solid var(--tec-color-link-accent);
	color: var(--tec-color-link-primary);
	transition: var(--tec-transition-color);
}

.tribe-common .tribe-common-anchor-thin-alt:active, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:hover {
	border-bottom: 1px solid;
	color: var(--tec-color-link-accent);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:hover, .tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:hover {
	color: var(--tec-color-accent-primary);
}

.site-footer .widget-area .tribe-common .tribe-common-anchor, .site-footer .widget-area .tribe-common .tribe-common-anchor-thin, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin {
	transition: var(--tec-transition-border-color);
}

.site-footer .widget-area .tribe-common .tribe-common-anchor-alt, .site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-alt, .tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt {
	transition: var(--tec-transition-color);
}

.tribe-common .tribe-common-b1 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1 {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-b1--bold {
	font-weight: var(--tec-font-weight-bold);
}

.tribe-common .tribe-common-b2 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-0);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-b2--bold {
	font-weight: var(--tec-font-weight-bold);
}

.tribe-common .tribe-common-b3 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-common .tribe-common-b3--bold {
	font-weight: var(--tec-font-weight-bold);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-cta, .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-common .tribe-common-cta {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-regular);
	font-weight: var(--tec-font-weight-bold);
	transition: var(--tec-transition-border-color);
}

.tribe-common .tribe-common-cta:active, .tribe-common .tribe-common-cta:focus, .tribe-common .tribe-common-cta:hover {
	border-bottom: 2px solid;
}

.tribe-common .tribe-common-cta--alt {
	border-bottom: 2px solid var(--tec-color-link-accent);
	color: var(--tec-color-link-primary);
	transition: var(--tec-transition-color);
}

.tribe-common .tribe-common-cta--alt:active, .tribe-common .tribe-common-cta--alt:focus, .tribe-common .tribe-common-cta--alt:hover {
	border-bottom: 2px solid;
	color: var(--tec-color-link-accent);
}

.tribe-common .tribe-common-cta--thin {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: var(--tec-transition-border-color);
}

.tribe-common .tribe-common-cta--thin:active, .tribe-common .tribe-common-cta--thin:focus, .tribe-common .tribe-common-cta--thin:hover {
	border-bottom: 1px solid var(--tec-color-link-primary);
}

.tribe-common .tribe-common-cta--thin-alt {
	border-bottom: 1px solid var(--tec-color-link-accent);
	color: var(--tec-color-link-primary);
	transition: var(--tec-transition-color);
}

.tribe-common .tribe-common-cta--thin-alt:active, .tribe-common .tribe-common-cta--thin-alt:focus, .tribe-common .tribe-common-cta--thin-alt:hover {
	border-bottom: 1px solid;
	color: var(--tec-color-link-accent);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:hover, .tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:hover {
	color: var(--tec-color-accent-primary);
}

.tribe-common .tribe-common-h1 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-8);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h1 {
	font-size: var(--tec-font-size-10);
	line-height: var(--tec-line-height-0);
}

.tribe-common .tribe-common-h2 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-7);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h2 {
	font-size: var(--tec-font-size-9);
	line-height: var(--tec-line-height-0);
}

.tribe-common .tribe-common-h3 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-6);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-size: var(--tec-font-size-8);
	line-height: var(--tec-line-height-1);
}

.tribe-common .tribe-common-h4 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-5);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-common .tribe-common-h5 {
	font-size: var(--tec-font-size-4);
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

.tribe-common .tribe-common-h6 {
	font-size: var(--tec-font-size-3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-h7 {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-bold);
	text-transform: none;
}

.tribe-common .tribe-common-h8 {
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium {
	font-size: var(--tec-font-size-8);
	line-height: var(--tec-line-height-1);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h5--min-medium {
	font-size: var(--tec-font-size-4);
	line-height: var(--tec-line-height-2);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-common .tribe-common-h--alt {
	font-weight: var(--tec-font-weight-regular);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h1 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-8);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h1 {
	font-size: var(--tec-font-size-10);
	line-height: var(--tec-line-height-0);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h2 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-7);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h2 {
	font-size: var(--tec-font-size-9);
	line-height: var(--tec-line-height-0);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h3 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-6);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3 {
	font-size: var(--tec-font-size-8);
	line-height: var(--tec-line-height-1);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h4 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-5);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-1);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4 {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h5 {
	font-size: var(--tec-font-size-4);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h5, .tribe-theme-avada #main .tribe-common .tribe-common-h6 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-2);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common .tribe-common-h6 {
	font-size: var(--tec-font-size-3);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6 {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h7 {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h7, .tribe-theme-avada #main .tribe-common .tribe-common-h8 {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-bold);
	text-transform: none;
}

.tribe-theme-avada #main .tribe-common .tribe-common-h8 {
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3--min-medium {
	font-size: var(--tec-font-size-8);
	line-height: var(--tec-line-height-1);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4--min-medium {
	font-size: var(--tec-font-size-7);
	line-height: var(--tec-line-height-1);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h5--min-medium {
	font-size: var(--tec-font-size-4);
	line-height: var(--tec-line-height-2);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6--min-medium {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h7--min-medium {
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-3);
}

.tribe-theme-avada #main .tribe-common .tribe-common-h--alt {
	font-weight: var(--tec-font-weight-regular);
}

.tribe-common button {
	border: none;
}

.tribe-common button, .tribe-common button:focus, .tribe-common button:hover, .tribe-theme-twentyseventeen .tribe-common button:focus, .tribe-theme-twentyseventeen .tribe-common button:hover {
	background-color: initial;
	background-image: none;
}

.tribe-common button.nitro-lazy, .tribe-common button:focus.nitro-lazy, .tribe-common button:hover.nitro-lazy, .tribe-theme-twentyseventeen .tribe-common button:focus.nitro-lazy, .tribe-theme-twentyseventeen .tribe-common button:hover.nitro-lazy {
	background-image: none !important;
}

.tribe-theme-twentytwenty .tribe-common button {
	background-color: initial;
	background-image: none;
	text-transform: inherit;
}

.tribe-theme-twentytwenty .tribe-common button.nitro-lazy {
	background-image: none !important;
}

.tribe-theme-twentytwenty .tribe-common button:focus, .tribe-theme-twentytwenty .tribe-common button:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-theme-twentytwentyone .tribe-common button:not(:hover):not(:active) {
	background-color: inherit;
	background-image: inherit;
	color: inherit;
}

.tribe-theme-enfold .tribe-common th {
	letter-spacing: 0;
	text-transform: none;
}

.tribe-common .tribe-common-c-btn--clear {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	height: auto;
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common .tribe-common-c-btn--clear:active, .tribe-common .tribe-common-c-btn--clear:focus, .tribe-common .tribe-common-c-btn--clear:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: var(--tec-color-text-primary);
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	font-weight: var(--tec-font-weight-bold);
	height: auto;
	line-height: var(--tec-line-height-3);
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common .tribe-common-c-btn-border:active, .tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:active, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-accent-primary);
	border-radius: var(--tec-border-radius-default);
	color: var(--tec-color-button-primary);
	padding: 11px 20px;
	text-align: center;
	transition: var(--tec-transition);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
	width: auto;
}

.tribe-common .tribe-common-c-btn-border:focus, .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:focus, .tribe-common a.tribe-common-c-btn-border:hover {
	background-color: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-border:active, .tribe-common a.tribe-common-c-btn-border:active {
	opacity: .9;
}

.tribe-common .tribe-common-c-btn-border--secondary, .tribe-common a.tribe-common-c-btn-border--secondary {
	border-color: var(--tec-color-button-secondary);
	color: var(--tec-color-button-secondary);
}

.tribe-common .tribe-common-c-btn-border--secondary:focus, .tribe-common .tribe-common-c-btn-border--secondary:hover, .tribe-common a.tribe-common-c-btn-border--secondary:focus, .tribe-common a.tribe-common-c-btn-border--secondary:hover {
	background-color: var(--tec-color-button-secondary);
}

.tribe-common .tribe-common-c-btn-border--secondary:active, .tribe-common a.tribe-common-c-btn-border--secondary:active {
	opacity: .9;
}

.tribe-common .tribe-common-c-btn-border--alt, .tribe-common a.tribe-common-c-btn-border--alt {
	border-color: var(--tec-color-border-secondary);
	color: var(--tec-color-text-primary);
	font-weight: var(--tec-font-weight-regular);
}

.tribe-common .tribe-common-c-btn-border--alt:focus, .tribe-common .tribe-common-c-btn-border--alt:hover, .tribe-common a.tribe-common-c-btn-border--alt:focus, .tribe-common a.tribe-common-c-btn-border--alt:hover {
	background-color: var(--tec-color-background);
	border-color: var(--tec-color-border-active);
	color: var(--tec-color-text-primary);
}

.tribe-common .tribe-common-c-btn-border--alt:active, .tribe-common a.tribe-common-c-btn-border--alt:active {
	opacity: .9;
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:hover {
	background-color: var(--tec-color-button-primary);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:hover {
	background-color: var(--tec-color-button-secondary);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:hover {
	background-color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: var(--tec-color-text-primary);
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-regular);
	height: auto;
	line-height: var(--tec-line-height-0);
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	text-align: center;
	transition: var(--tec-transition-color-border-color);
}

.tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
	background-color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:active {
	border-color: var(--tec-color-border-active);
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
	color: var(--tec-color-text-secondary);
	padding: 14px 20px;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
	padding: 6px 15px;
	width: auto;
}

.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover {
	color: var(--tec-color-text-primary);
}

.tribe-common .tribe-common-c-btn-border-small:disabled, .tribe-common a.tribe-common-c-btn-border-small:disabled {
	color: var(--tec-color-text-disabled);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border-small:hover {
	background-color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-icon {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	height: auto;
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common .tribe-common-c-btn-icon:active, .tribe-common .tribe-common-c-btn-icon:focus, .tribe-common .tribe-common-c-btn-icon:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:active .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:focus .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path {
	fill: var(--tec-color-icon-primary);
}

.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
	fill: var(--tec-color-icon-disabled);
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
	fill: var(--tec-color-icon-secondary);
}

.tribe-common .tribe-common-c-btn-icon--border {
	align-items: center;
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-default);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	transition: none;
	width: 56px;
}

.tribe-common .tribe-common-c-btn-icon--border:focus, .tribe-common .tribe-common-c-btn-icon--border:hover {
	background-color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn-icon--border:active {
	border-color: var(--tec-color-border-active);
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-icon--border:hover {
	background-color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	color: var(--tec-color-text-primary);
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	font-weight: var(--tec-font-weight-bold);
	height: auto;
	line-height: var(--tec-line-height-3);
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: auto;
}

.tribe-common .tribe-common-c-btn:active, .tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover {
	background: rgba(0, 0, 0, 0);
	color: inherit;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
	background-color: var(--tec-color-button-primary);
	border-radius: var(--tec-border-radius-default);
	color: var(--tec-color-background);
	padding: 11px 20px;
	text-align: center;
	transition: var(--tec-transition-background-color);
	width: 100%;
}

.tribe-common .tribe-common-c-btn, .tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover {
	background-image: none;
	border: 0;
	border-radius: var(--tec-border-radius-default);
	box-shadow: none;
	color: var(--tec-color-background);
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-common .tribe-common-c-btn.nitro-lazy, .tribe-common .tribe-common-c-btn:focus.nitro-lazy, .tribe-common .tribe-common-c-btn:hover.nitro-lazy, .tribe-common a.tribe-common-c-btn.nitro-lazy, .tribe-common a.tribe-common-c-btn:focus.nitro-lazy, .tribe-common a.tribe-common-c-btn:hover.nitro-lazy, .tribe-common button.tribe-common-c-btn.nitro-lazy, .tribe-common button.tribe-common-c-btn:focus.nitro-lazy, .tribe-common button.tribe-common-c-btn:hover.nitro-lazy {
	background-image: none !important;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:focus {
	outline: auto;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common button.tribe-common-c-btn {
	width: auto;
}

.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:hover {
	background-color: var(--tec-color-button-primary-hover);
	padding: 11px 20px;
}

.tribe-common .tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn:active {
	background-color: var(--tec-color-button-primary-active);
	padding: 11px 20px;
}

.tribe-common .tribe-common-c-btn:disabled, .tribe-common a.tribe-common-c-btn:disabled, .tribe-common button.tribe-common-c-btn:disabled {
	background-color: var(--tec-color-button-primary-background);
	padding: 11px 20px;
}

.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:focus, .tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:hover {
	background-color: var(--tec-color-button-primary-hover);
	color: var(--tec-color-background);
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn {
	background-color: var(--tec-color-button-primary);
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:focus, .tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:hover {
	background-color: var(--tec-color-button-primary-hover);
	color: var(--tec-color-background);
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn {
	outline: none;
}

.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn:not(:hover):not(:active) {
	background-color: var(--tec-color-button-primary);
	color: var(--tec-color-background);
}

.tribe-common .tribe-common-c-loader__dot circle {
	animation-direction: normal;
	animation-duration: 2.24s;
	animation-iteration-count: infinite;
	animation-name: tribe-common-c-loader-bounce;
	fill: currentcolor;
	opacity: var(--tec-opacity-background);
}

.tribe-common .tribe-common-c-loader__dot--first circle {
	animation-delay: .45s;
}

.tribe-common .tribe-common-c-loader__dot--second circle {
	animation-delay: 1.05s;
}

.tribe-common .tribe-common-c-loader__dot--third circle {
	animation-delay: 1.35s;
}

@keyframes tribe-common-c-loader-bounce {
	50% {
		opacity: var(--tec-opacity-default);
	}
}

.tribe-common .tribe-common-c-svgicon {
	color: var(--tec-color-accent-primary);
}

.tribe-common .tribe-common-c-svgicon--featured path {
	fill: currentcolor;
}

.tribe-common .tribe-common-c-svgicon--recurring path {
	fill: var(--tec-color-icon-active);
	stroke: var(--tec-color-icon-active);
}

.tribe-common .tribe-common-c-svgicon--close path, .tribe-common .tribe-common-c-svgicon--close-alt path {
	stroke: var(--tec-color-icon-secondary);
}

.tribe-common .tribe-common-c-svgicon--messages-not-found path {
	stroke: var(--tec-color-icon-active);
}

.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
	stroke: currentcolor;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
	fill: var(--tec-color-icon-active);
}

.tribe-common .tribe-common-c-svgicon__svg-stroke {
	stroke: var(--tec-color-icon-active);
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

:root {
	--tec-color-text-events-title-day: var(--tec-color-text-events-title);
	--tec-color-text-events-title-latest-past: var(--tec-color-text-events-title);
	--tec-color-text-event-title-list: var(--tec-color-text-events-title);
	--tec-color-text-events-title-month-multiday: var(--tec-color-text-events-title);
	--tec-color-text-events-title-widget-list: var(--tec-color-text-events-title);
	--tec-color-text-secondary-event-date-month: var(--tec-color-text-secondary-event-date);
	--tec-color-text-secondary-event-date-month-mobile: var(--tec-color-text-secondary-event-date-month);
	--tec-color-text-day-of-week-month: var(--tec-color-text-secondary);
	--tec-color-day-marker-month: var(--tec-color-text-primary);
	--tec-color-day-marker-month-hover: var(--tec-color-text-primary-hover);
	--tec-color-day-marker-month-active: var(--tec-color-text-primary-active);
	--tec-color-day-marker-current-month: var(--tec-color-day-marker-month);
	--tec-color-day-marker-current-month-hover: var(--tec-color-day-marker-month-hover);
	--tec-color-day-marker-current-month-active: var(--tec-color-day-marker-month-active);
	--tec-color-day-marker-past-month: var(--tec-color-text-primary);
	--tec-color-day-marker-past-month-hover: var(--tec-color-day-marker-past-month);
	--tec-color-day-marker-past-month-active: var(--tec-color-day-marker-past-month);
	--tec-color-text-day-of-week-week: var(--tec-color-text-secondary);
	--tec-border-radius-month-multiday: 9.5px;
	--tec-color-border-secondary-month-grid: var(--tec-color-border-secondary);
	--tec-color-border-active-month-grid-hover: var(--tec-color-border-active);
	--tec-color-background-month-grid: rgba(0, 0, 0, 0);
	--tec-color-background-tooltip: var(--tec-color-background);
	--tec-color-text-events-bar-input: var(--tec-color-text-primary);
	--tec-color-text-events-bar-input-placeholder: var(--tec-color-text-secondary);
	--tec-opacity-events-bar-input-placeholder: var(--tec-opacity-default);
	--tec-color-border-events-bar: var(--tec-color-border-secondary);
	--tec-color-background-events-bar: var(--tec-color-background);
	--tec-color-background-view-selector: var(--tec-color-background-events-bar);
	--tec-color-background-view-selector-tabs: var(--tec-color-background-view-selector);
	--tec-color-background-view-selector-list-item-hover: var(--tec-color-background-secondary);
	--tec-color-background-subscribe-list-item-hover: var(--tec-color-background-secondary);
	--tec-color-text-view-selector-list-item: var(--tec-color-text-primary);
	--tec-color-text-view-selector-list-item-hover: var(--tec-color-accent-secondary-hover);
	--tec-color-background-search-container: var(--tec-color-background-events-bar);
	--tec-color-text-events-bar-submit-button: var(--tec-color-background);
	--tec-color-text-events-bar-submit-button-active: var(--tec-color-text-events-bar-submit-button);
	--tec-color-text-events-bar-submit-button-hover: var(--tec-color-text-events-bar-submit-button);
	--tec-color-background-events-bar-submit-button: var(--tec-color-button-primary);
	--tec-color-background-events-bar-submit-button-hover: var(--tec-color-button-primary-hover);
	--tec-color-background-events-bar-submit-button-active: var(--tec-color-button-primary-active);
	--tec-color-icon-events-bar: var(--tec-color-icon-primary);
	--tec-color-icon-events-bar-active: var(--tec-color-icon-active);
	--tec-color-icon-events-bar-hover: var(--tec-color-icon-hover);
}

.tribe-events-view {
	background-color: var(--tec-color-background-events);
}

.tribe-events-view.alignwide {
	margin-left: auto;
	margin-right: auto;
}

.page-template-astra.post-type-archive-tribe_events header.entry-header p {
	display: none;
}

.tribe-events .tribe-events-c-breadcrumbs__list {
	font-family: var(--tec-font-family-base);
	font-size: var(--tec-font-size-2);
	line-height: var(--tec-line-height-1);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
	line-height: var(--tec-line-height-0);
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link {
	color: var(--tec-color-link-accent);
	transition: var(--tec-transition-color);
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link:visited {
	color: var(--tec-color-text-secondary);
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link:focus, .tribe-events .tribe-events-c-breadcrumbs__list-item-link:hover {
	color: var(--tec-color-accent-primary-hover);
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-icon-svg path {
	fill: var(--tec-color-icon-primary);
}

.tribe-events .tribe-events-header__content-title {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-header__content-title:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-events .tribe-events-header__content-title .tribe-events-header__content-title-text {
	flex: none;
}

.tribe-events .datepicker {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip);
}

.tribe-events .datepicker:after, .tribe-events .datepicker:before {
	content: none;
}

.tribe-events .datepicker .datepicker-switch:active, .tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover, .tribe-events .datepicker .next:active, .tribe-events .datepicker .next:focus, .tribe-events .datepicker .next:hover, .tribe-events .datepicker .prev:active, .tribe-events .datepicker .prev:focus, .tribe-events .datepicker .prev:hover {
	background-color: var(--tec-color-background);
}

.tribe-events .datepicker .datepicker-switch {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-3);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover {
	color: var(--tec-color-accent-secondary-hover);
}

.tribe-events .datepicker .datepicker-switch:active {
	color: var(--tec-color-accent-secondary-active);
}

.tribe-events .datepicker .next:active .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .next:focus .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .next:hover .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev:active .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev:focus .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev:hover .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-events .datepicker .next .tribe-events-c-top-bar__datepicker-nav-icon-svg path, .tribe-events .datepicker .prev .tribe-events-c-top-bar__datepicker-nav-icon-svg path {
	fill: var(--tec-color-icon-secondary);
}

.tribe-events .datepicker .dow {
	font-size: var(--tec-font-size-0);
	line-height: var(--tec-line-height-2);
}

.tribe-events .datepicker .day, .tribe-events .datepicker .dow {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-weight: var(--tec-font-weight-regular);
}

.tribe-events .datepicker .day {
	font-size: var(--tec-font-size-3);
	line-height: var(--tec-line-height-3);
}

.tribe-events .datepicker .month, .tribe-events .datepicker .year {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-1);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-0);
}

.tribe-events .datepicker .past {
	color: var(--tec-color-text-primary-light);
}

.tribe-events .datepicker .day, .tribe-events .datepicker .month, .tribe-events .datepicker .year {
	border-radius: var(--tec-border-radius-default);
}

.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	background: var(--tec-color-background-secondary-datepicker);
}

.tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover {
	background: var(--tec-color-accent-primary-background-datepicker);
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
	text-shadow: none;
}

.admin-bar .tribe-events .datepicker {
	margin-top: var(--tec-spacer-1);
}

.admin-bar .tribe-events.tribe-common--breakpoint-medium .datepicker {
	margin-top: var(--tec-spacer-3);
}

.tribe-theme-enfold .tribe-events .datepicker {
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip);
}

.tribe-theme-enfold .tribe-events .datepicker table, .tribe-theme-enfold .tribe-events .datepicker td, .tribe-theme-enfold .tribe-events .datepicker th, .tribe-theme-enfold .tribe-events .datepicker tr {
	background: rgba(0, 0, 0, 0);
}

.tribe-theme-enfold .tribe-events .datepicker .datepicker-switch {
	color: var(--tec-color-text-primary) !important;
}

.tribe-theme-enfold .tribe-events .datepicker .datepicker-switch:focus, .tribe-theme-enfold .tribe-events .datepicker .datepicker-switch:hover {
	color: var(--tec-color-accent-secondary-hover) !important;
}

.tribe-theme-enfold .tribe-events .datepicker .datepicker-switch:active {
	color: var(--tec-color-accent-secondary-active) !important;
}

.tribe-theme-enfold .tribe-events .datepicker .day {
	background-color: var(--tec-color-background);
}

.tribe-theme-enfold .tribe-events .datepicker .day.new, .tribe-theme-enfold .tribe-events .datepicker .day.old {
	opacity: 1;
}

.tribe-theme-enfold .tribe-events .datepicker .day, .tribe-theme-enfold .tribe-events .datepicker .month, .tribe-theme-enfold .tribe-events .datepicker .year {
	background-color: var(--tec-color-background);
	color: var(--tec-color-text-primary);
}

.tribe-theme-enfold .tribe-events .datepicker .day.focused, .tribe-theme-enfold .tribe-events .datepicker .day:focus, .tribe-theme-enfold .tribe-events .datepicker .day:hover, .tribe-theme-enfold .tribe-events .datepicker .month.focused, .tribe-theme-enfold .tribe-events .datepicker .month:focus, .tribe-theme-enfold .tribe-events .datepicker .month:hover, .tribe-theme-enfold .tribe-events .datepicker .year.focused, .tribe-theme-enfold .tribe-events .datepicker .year:focus, .tribe-theme-enfold .tribe-events .datepicker .year:hover {
	background: var(--tec-color-background-secondary-datepicker);
}

.tribe-theme-enfold .tribe-events .datepicker .day.past, .tribe-theme-enfold .tribe-events .datepicker .month.past, .tribe-theme-enfold .tribe-events .datepicker .year.past {
	color: var(--tec-color-text-primary-light);
}

.tribe-theme-enfold .tribe-events .datepicker .day.current, .tribe-theme-enfold .tribe-events .datepicker .day.current.focused, .tribe-theme-enfold .tribe-events .datepicker .day.current:focus, .tribe-theme-enfold .tribe-events .datepicker .day.current:hover, .tribe-theme-enfold .tribe-events .datepicker .month.current, .tribe-theme-enfold .tribe-events .datepicker .month.current.focused, .tribe-theme-enfold .tribe-events .datepicker .month.current:focus, .tribe-theme-enfold .tribe-events .datepicker .month.current:hover, .tribe-theme-enfold .tribe-events .datepicker .year.current, .tribe-theme-enfold .tribe-events .datepicker .year.current.focused, .tribe-theme-enfold .tribe-events .datepicker .year.current:focus, .tribe-theme-enfold .tribe-events .datepicker .year.current:hover {
	background: var(--tec-color-accent-primary-background-datepicker);
}

.tribe-theme-enfold .tribe-events .datepicker .day.active, .tribe-theme-enfold .tribe-events .datepicker .day.active.focused, .tribe-theme-enfold .tribe-events .datepicker .day.active:focus, .tribe-theme-enfold .tribe-events .datepicker .day.active:hover, .tribe-theme-enfold .tribe-events .datepicker .month.active, .tribe-theme-enfold .tribe-events .datepicker .month.active.focused, .tribe-theme-enfold .tribe-events .datepicker .month.active:focus, .tribe-theme-enfold .tribe-events .datepicker .month.active:hover, .tribe-theme-enfold .tribe-events .datepicker .year.active, .tribe-theme-enfold .tribe-events .datepicker .year.active.focused, .tribe-theme-enfold .tribe-events .datepicker .year.active:focus, .tribe-theme-enfold .tribe-events .datepicker .year.active:hover {
	background: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
}

.tribe-theme-avada .tribe-events .datepicker {
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
}

.tribe-theme-avada .tribe-events .datepicker tbody td {
	border: 0;
}

.tribe-theme-avada .tribe-events .datepicker .datepicker-switch, .tribe-theme-avada .tribe-events .datepicker .datepicker-switch:hover, .tribe-theme-avada .tribe-events .datepicker .next, .tribe-theme-avada .tribe-events .datepicker .next:hover, .tribe-theme-avada .tribe-events .datepicker .prev, .tribe-theme-avada .tribe-events .datepicker .prev:hover {
	background-color: var(--tec-color-background);
}

.tribe-theme-avada .tribe-events .datepicker .day.new, .tribe-theme-avada .tribe-events .datepicker .day.old {
	background-color: initial !important;
	color: var(--tec-color-text-primary) !important;
}

.tribe-theme-avada .tribe-events .datepicker .day.new.focused, .tribe-theme-avada .tribe-events .datepicker .day.new:focus, .tribe-theme-avada .tribe-events .datepicker .day.new:hover, .tribe-theme-avada .tribe-events .datepicker .day.old.focused, .tribe-theme-avada .tribe-events .datepicker .day.old:focus, .tribe-theme-avada .tribe-events .datepicker .day.old:hover {
	background: var(--tec-color-background-secondary-datepicker) !important;
}

.tribe-theme-avada .tribe-events .datepicker .day, .tribe-theme-avada .tribe-events .datepicker .month {
	background-color: initial;
	color: var(--tec-color-text-primary);
}

.tribe-theme-avada .tribe-events .datepicker .day.focused, .tribe-theme-avada .tribe-events .datepicker .day:focus, .tribe-theme-avada .tribe-events .datepicker .day:hover, .tribe-theme-avada .tribe-events .datepicker .month.focused, .tribe-theme-avada .tribe-events .datepicker .month:focus, .tribe-theme-avada .tribe-events .datepicker .month:hover {
	background: var(--tec-color-background-secondary-datepicker);
}

.tribe-theme-avada .tribe-events .datepicker .day.past, .tribe-theme-avada .tribe-events .datepicker .month.past {
	color: var(--tec-color-text-primary-light) !important;
}

.tribe-theme-avada .tribe-events .datepicker .day.current, .tribe-theme-avada .tribe-events .datepicker .day.current.focused, .tribe-theme-avada .tribe-events .datepicker .day.current:focus, .tribe-theme-avada .tribe-events .datepicker .day.current:hover, .tribe-theme-avada .tribe-events .datepicker .month.current, .tribe-theme-avada .tribe-events .datepicker .month.current.focused, .tribe-theme-avada .tribe-events .datepicker .month.current:focus, .tribe-theme-avada .tribe-events .datepicker .month.current:hover {
	background: var(--tec-color-accent-primary-background-datepicker);
}

.tribe-theme-avada .tribe-events .datepicker .day.active, .tribe-theme-avada .tribe-events .datepicker .day.active.focused, .tribe-theme-avada .tribe-events .datepicker .day.active:focus, .tribe-theme-avada .tribe-events .datepicker .day.active:hover, .tribe-theme-avada .tribe-events .datepicker .month.active, .tribe-theme-avada .tribe-events .datepicker .month.active.focused, .tribe-theme-avada .tribe-events .datepicker .month.active:focus, .tribe-theme-avada .tribe-events .datepicker .month.active:hover {
	background: var(--tec-color-accent-primary) !important;
	color: var(--tec-color-background) !important;
}

.tribe-events .tribe-events-c-day-marker:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	background-color: var(--tec-color-background-events-bar);
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
	background-color: initial;
	color: var(--tec-color-text-events-bar-input);
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input::placeholder {
	color: var(--tec-color-text-events-bar-input-placeholder);
	opacity: var(--tec-opacity-events-bar-input-placeholder);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
	border: 1px solid var(--tec-color-border-events-bar);
}

.tribe-events .tribe-events-c-events-bar__search-container {
	background-color: var(--tec-color-background-events-bar);
}

.tribe-events .tribe-events-c-events-bar__search-button, .tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events .tribe-events-c-events-bar__search-button:hover, .tribe-events button.tribe-events-c-events-bar__search-button, .tribe-events button.tribe-events-c-events-bar__search-button:focus, .tribe-events button.tribe-events-c-events-bar__search-button:hover {
	background-color: initial;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	font-size: var(--tec-font-size-3);
	font-style: normal;
	outline: none;
	padding: var(--tec-spacer-0);
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-events-bar__search-button.nitro-lazy, .tribe-events .tribe-events-c-events-bar__search-button:focus.nitro-lazy, .tribe-events .tribe-events-c-events-bar__search-button:hover.nitro-lazy, .tribe-events button.tribe-events-c-events-bar__search-button.nitro-lazy, .tribe-events button.tribe-events-c-events-bar__search-button:focus.nitro-lazy, .tribe-events button.tribe-events-c-events-bar__search-button:hover.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events .tribe-events-c-events-bar__search-button:hover, .tribe-events button.tribe-events-c-events-bar__search-button:focus, .tribe-events button.tribe-events-c-events-bar__search-button:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-events button.tribe-events-c-events-bar__search-button:focus {
	outline: auto;
}

.tribe-events .tribe-events-c-events-bar__search-button:active, .tribe-events button.tribe-events-c-events-bar__search-button:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-c-events-bar__search-button:before, .tribe-events button.tribe-events-c-events-bar__search-button:before {
	background-color: var(--tec-color-icon-events-bar-hover);
	content: "";
	display: none;
	height: 2px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(var(--tec-spacer-0));
	width: calc(100% - var(--tec-spacer-0) * 2);
}

.tribe-events .tribe-events-c-events-bar__search-button--active:before {
	display: block;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg path {
	fill: var(--tec-color-icon-events-bar-active);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-events-bar__search-button, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-events-bar__search-button:focus, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-events-bar__search-button:hover {
	background-color: initial;
}

.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h2.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h3.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h4.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h5.tribe-events-header__title-text, .tribe-events .tribe-events-header__title h6.tribe-events-header__title-text {
	font-family: var(--tec-font-family-base);
}

.single-tribe_events .tribe-events-c-ical__link, .single-tribe_events .tribe-events-c-ical__link:visited, .tribe-events .tribe-events-c-ical__link, .tribe-events .tribe-events-c-ical__link:visited {
	align-items: center;
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-accent-primary);
	border-radius: var(--tec-border-radius-default);
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.single-tribe_events .tribe-events-c-ical__link:active, .single-tribe_events .tribe-events-c-ical__link:focus, .single-tribe_events .tribe-events-c-ical__link:focus-within, .single-tribe_events .tribe-events-c-ical__link:hover, .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:focus-within, .tribe-events .tribe-events-c-ical__link:hover {
	background-color: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
}

.single-tribe_events .tribe-events-c-ical__link:active .tribe-events-c-ical__link-icon-svg path, .single-tribe_events .tribe-events-c-ical__link:focus .tribe-events-c-ical__link-icon-svg path, .single-tribe_events .tribe-events-c-ical__link:focus-within .tribe-events-c-ical__link-icon-svg path, .single-tribe_events .tribe-events-c-ical__link:hover .tribe-events-c-ical__link-icon-svg path, .tribe-events .tribe-events-c-ical__link:active .tribe-events-c-ical__link-icon-svg path, .tribe-events .tribe-events-c-ical__link:focus .tribe-events-c-ical__link-icon-svg path, .tribe-events .tribe-events-c-ical__link:focus-within .tribe-events-c-ical__link-icon-svg path, .tribe-events .tribe-events-c-ical__link:hover .tribe-events-c-ical__link-icon-svg path {
	stroke: var(--tec-color-background);
}

.single-tribe_events .tribe-events-c-ical__link-icon-svg, .tribe-events .tribe-events-c-ical__link-icon-svg {
	display: block;
	flex: none;
	margin-right: var(--tec-spacer-1);
	width: 10px;
}

.single-tribe_events .tribe-events-c-ical__link-icon-svg path, .tribe-events .tribe-events-c-ical__link-icon-svg path {
	stroke: currentcolor;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
	background: rgba(0, 0, 0, 0);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
	background-color: initial;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: currentcolor;
	cursor: pointer;
	font-size: inherit;
	padding: 0;
	text-shadow: none;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text.nitro-lazy, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text.nitro-lazy, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text.nitro-lazy, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text.nitro-lazy {
	background-image: none !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus {
	outline: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	color: currentcolor;
	stroke: currentcolor;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path {
	fill: currentcolor;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-secondary);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-default);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item:hover {
	background-color: var(--tec-color-background-subscribe-list-item-hover);
}

.tribe-theme-twentyseventeen .single-tribe_events .tribe-events-c-ical__link:active, .tribe-theme-twentyseventeen .single-tribe_events .tribe-events-c-ical__link:focus, .tribe-theme-twentyseventeen .single-tribe_events .tribe-events-c-ical__link:hover, .tribe-theme-twentyseventeen .tribe-events .tribe-events-c-ical__link:active, .tribe-theme-twentyseventeen .tribe-events .tribe-events-c-ical__link:focus, .tribe-theme-twentyseventeen .tribe-events .tribe-events-c-ical__link:hover {
	color: var(--tec-color-background);
}

.tribe-theme-twentytwentyone .single-tribe_events .tribe-events-c-ical__link:focus:not(.wp-block-button__link):not(.wp-block-file__button), .tribe-theme-twentytwentyone .tribe-events .tribe-events-c-ical__link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: var(--tec-color-accent-primary);
	color: var(--tec-color-background);
}

.tribe-theme-twentytwentyone .single-tribe_events .tribe-events-c-subscribe-dropdown__list-item a:focus, .tribe-theme-twentytwentyone .single-tribe_events .tribe-events-c-subscribe-dropdown__list-item a:focus-within, .tribe-theme-twentytwentyone .single-tribe_events .tribe-events-c-subscribe-dropdown__list-item a:hover, .tribe-theme-twentytwentyone .tribe-events .tribe-events-c-subscribe-dropdown__list-item a:focus, .tribe-theme-twentytwentyone .tribe-events .tribe-events-c-subscribe-dropdown__list-item a:focus-within, .tribe-theme-twentytwentyone .tribe-events .tribe-events-c-subscribe-dropdown__list-item a:hover {
	background-color: initial !important;
}

.single-tribe_events .tribe-events-c-ical, .tribe-block__events-link .tribe-events-c-ical {
	text-align: left;
}

.single-tribe_events .tribe-events-c-ical__link, .tribe-block__events-link .tribe-events-c-ical__link {
	color: var(--tec-color-accent-primary);
	font-size: var(--tec-font-size-2);
	margin: 0 0 var(--tec-spacer-3);
	width: 220px;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
	min-width: 200px;
	width: auto;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown {
	position: relative;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
	position: absolute;
	top: 42px;
	width: 100%;
	z-index: var(--tec-z-index-dropdown);
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	margin-left: var(--tec-spacer-2);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
	min-width: 200px;
	padding: var(--tec-spacer-1) var(--tec-spacer-2);
	width: auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__export-icon, .tribe-block__events-link .tribe-events-c-subscribe-dropdown__export-icon {
	color: currentcolor;
	display: inline-block;
	height: 16px;
	margin-right: var(--tec-spacer-1);
	margin-top: -3px;
	stroke: currentcolor;
	vertical-align: middle;
	width: 21px;
}

#tribe-events-content .tribe-block__events-link .tribe-events-c-ical__link {
	color: var(--tec-color-accent-primary);
}

#tribe-events-content .tribe-block__events-link .tribe-events-c-ical__link:hover {
	color: #fff;
}

.tribe-events .tribe-events-c-messages__message {
	background-color: var(--tec-color-background-messages);
	border-radius: var(--tec-border-radius-default);
}

.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
	display: inline-block;
	margin-right: var(--tec-spacer-2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message-list {
	text-align: center;
}

.tribe-events .tribe-events-c-messages__message-list-item-link {
	color: var(--tec-color-link-accent);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-c-nav {
	border-top: 1px solid var(--tec-color-border-default);
}

.tribe-events .tribe-events-c-nav__list {
	list-style: none;
}

.tribe-events .tribe-events-c-nav__next-label-plural, .tribe-events .tribe-events-c-nav__prev-label-plural {
	white-space: pre;
}

.tribe-events .tribe-events-c-nav__today:focus, .tribe-events .tribe-events-c-nav__today:hover {
	color: var(--tec-color-accent-secondary-hover);
}

.tribe-events .tribe-events-c-nav__today:active {
	color: var(--tec-color-text-primary);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
	color: var(--tec-color-text-secondary);
}

.tribe-events .tribe-events-c-nav__next:focus, .tribe-events .tribe-events-c-nav__next:hover, .tribe-events .tribe-events-c-nav__prev:focus, .tribe-events .tribe-events-c-nav__prev:hover {
	color: var(--tec-color-accent-secondary-hover);
}

.tribe-events .tribe-events-c-nav__next:active, .tribe-events .tribe-events-c-nav__prev:active {
	color: var(--tec-color-text-primary);
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
	background-color: initial;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--tec-color-text-disabled);
	cursor: default;
	font-size: 1rem;
	font-style: normal;
	outline: none;
	padding: 0;
	pointer-events: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-nav__next:disabled.nitro-lazy, .tribe-events .tribe-events-c-nav__prev:disabled.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg, .tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg, .tribe-events button.tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg, .tribe-events button.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-events .tribe-events-c-nav__prev:active:before, .tribe-events button.tribe-events-c-nav__prev:active:before {
	opacity: var(--tec-opacity-default);
}

.tribe-events .tribe-events-c-nav__prev:disabled, .tribe-events button.tribe-events-c-nav__prev:disabled {
	background-color: initial;
	background-image: none;
	border: none;
	cursor: default;
	outline: none;
	pointer-events: none;
}

.tribe-events .tribe-events-c-nav__prev:disabled.nitro-lazy, .tribe-events button.tribe-events-c-nav__prev:disabled.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path {
	fill: var(--tec-color-icon-disabled);
}

.tribe-events .tribe-events-c-nav__prev-icon-svg {
	display: block;
	margin-right: 8px;
	width: 7px;
}

.tribe-events .tribe-events-c-nav__prev-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg {
	margin-right: 15px;
	width: 9px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path {
	fill: var(--tec-color-icon-primary);
}

.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg, .tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg, .tribe-events button.tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg, .tribe-events button.tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path, .tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-events .tribe-events-c-nav__next:active:after, .tribe-events button.tribe-events-c-nav__next:active:after {
	opacity: var(--tec-opacity-default);
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events button.tribe-events-c-nav__next:disabled {
	background-color: initial;
	background-image: none;
	border: none;
	cursor: default;
	outline: none;
	pointer-events: none;
}

.tribe-events .tribe-events-c-nav__next:disabled.nitro-lazy, .tribe-events button.tribe-events-c-nav__next:disabled.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path {
	fill: var(--tec-color-icon-disabled);
}

.tribe-events .tribe-events-c-nav__next-icon-svg {
	display: block;
	margin-left: 8px;
	width: 7px;
}

.tribe-events .tribe-events-c-nav__next-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
	margin-left: 15px;
	width: 9px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
	fill: var(--tec-color-icon-primary);
}

.tribe-events .tribe-events-c-small-cta__stock {
	color: var(--tec-color-text-secondary);
}

.tribe-events .tribe-events-c-search__input-control {
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
	border-right: 1px solid var(--tec-color-border-events-bar);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control:last-child {
	border-right: 0;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
	color: var(--tec-color-icon-events-bar);
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
	left: 16px;
	right: auto;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus~.tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input~.tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:focus~.tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control--location-focus .tribe-events-c-search__input~.tribe-events-c-search__input-control-icon-svg path, .tribe-events .tribe-events-c-search__input-control-icon-svg path {
	fill: currentcolor;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
	background-color: var(--tec-color-background-events-bar-submit-button);
	background-image: none;
	box-shadow: none;
	color: var(--tec-color-text-events-bar-submit-button);
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-search__button.nitro-lazy, .tribe-events button.tribe-events-c-search__button.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover {
	background-color: var(--tec-color-background-events-bar-submit-button-hover);
	border: none;
	border-radius: var(--tec-border-radius-default);
	box-shadow: none;
	color: var(--tec-color-text-events-bar-submit-button-hover);
	font-size: var(--tec-font-size-2);
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:focus {
	outline: 2px solid var(--tec-color-accent-secondary);
}

.tribe-events .tribe-events-c-search__button:active, .tribe-events button.tribe-events-c-search__button:active {
	background-color: var(--tec-color-background-events-bar-submit-button-active);
	color: var(--tec-color-text-events-bar-submit-button-active);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-search__input {
	background-color: var(--tec-background-color);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-search__button {
	background-color: var(--tec-color-background-events-bar-submit-button);
	color: var(--tec-color-text-events-bar-submit-button);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-search__button:focus, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-search__button:hover {
	background-color: var(--tec-color-background-events-bar-submit-button-hover);
	color: var(--tec-color-text-events-bar-submit-button-hover);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-search__button:active {
	background-color: var(--tec-color-background-events-bar-submit-button-active);
	color: var(--tec-color-text-events-bar-submit-button-active);
}

.tribe-theme-twentytwenty .tribe-events .tribe-events-c-search__input {
	background-color: var(--tec-background-color);
}

.tribe-theme-twentytwenty .tribe-events .tribe-events-c-search__button {
	background-color: var(--tec-color-background-events-bar-submit-button);
	color: var(--tec-color-text-events-bar-submit-button);
}

.tribe-theme-twentytwenty .tribe-events .tribe-events-c-search__button:focus, .tribe-theme-twentytwenty .tribe-events .tribe-events-c-search__button:hover {
	background-color: var(--tec-color-background-events-bar-submit-button-hover);
	color: var(--tec-color-text-events-bar-submit-button-hover);
}

.tribe-theme-twentytwenty .tribe-events .tribe-events-c-search__button:active {
	background-color: var(--tec-color-background-events-bar-submit-button-active);
	color: var(--tec-color-text-events-bar-submit-button-active);
}

.tribe-theme-twentytwentyone .tribe-events .tribe-events-c-search__button:not(:hover):not(:active) {
	background-color: var(--tec-color-background-events-bar-submit-button);
	color: var(--tec-color-text-events-bar-submit-button);
}

.tooltipster-base.tribe-events-tooltip-theme {
	background-color: var(--tec-color-background-tooltip);
	border: 1px solid var(--tec-color-border-default);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip);
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
	background-color: initial;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
	color: var(--tec-color-text-primary);
	overflow: inherit;
}

.tooltipster-base.tribe-events-tooltip-theme--hover {
	background-color: var(--tec-color-background-tooltip);
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: var(--tec-font-size-8);
}

.tribe-events .tribe-events-c-top-bar__nav-link--next, .tribe-events .tribe-events-c-top-bar__nav-link--prev {
	align-items: center;
	display: flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled, .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled {
	background-color: initial;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--tec-color-text-disabled);
	font-size: 1rem;
	font-style: normal;
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events button.tribe-events-c-top-bar__nav-link--next:disabled.nitro-lazy, .tribe-events button.tribe-events-c-top-bar__nav-link--prev:disabled.nitro-lazy {
	background-image: none !important;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button {
	background-color: initial;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--tec-color-text-primary);
	font-size: var(--tec-font-size-6);
	font-style: normal;
	outline: none;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
	transition: var(--tec-transition-opacity);
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button.nitro-lazy {
	background-image: none !important;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus, .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--tec-color-text-primary);
	opacity: var(--tec-opacity-icon-hover);
	outline: none;
	text-shadow: none;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
	outline: auto;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
	display: block;
	height: 6px;
	margin-left: var(--tec-spacer-1);
	width: 9px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
	height: 8px;
	width: 11px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button--open .tribe-events-c-top-bar__datepicker-button-icon-svg {
	transform: rotate(180deg);
}

.tribe-theme-genesis .tribe-events .tribe-events-c-top-bar__nav-link:disabled, .tribe-theme-genesis .tribe-events .tribe-events-c-top-bar__nav-link:focus, .tribe-theme-genesis .tribe-events .tribe-events-c-top-bar__nav-link:hover, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-top-bar__datepicker-button, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-top-bar__nav-link {
	background-color: initial;
}

.tribe-theme-twentytwentyone .tribe-events button.tribe-events-c-top-bar__datepicker-button:focus {
	outline-offset: 0;
}

.tribe-theme-twentytwentyone .tribe-events a.tribe-events-c-top-bar__nav-link--next.tribe-events-c-top-bar__nav-link:focus, .tribe-theme-twentytwentyone .tribe-events a.tribe-events-c-top-bar__nav-link--prev.tribe-events-c-top-bar__nav-link:focus {
	background: rgba(0, 0, 0, 0);
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button {
	background-color: inherit;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-size: var(--tec-font-size-3);
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button.nitro-lazy, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus, .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:hover {
	background-color: inherit;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--tec-color-text-events-bar-submit-button-hover);
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus.nitro-lazy, .tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:hover.nitro-lazy, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus.nitro-lazy, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:hover.nitro-lazy {
	background-image: none !important;
}

.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:focus, .tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:focus {
	outline: 2px solid var(--tec-color-accent-secondary);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:before, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels button.tribe-events-c-view-selector__button:before {
	content: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon-caret-svg {
	color: var(--tec-color-icon-events-bar);
	display: block;
	flex: none;
	height: 6px;
	margin-left: var(--tec-spacer-1);
	width: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon-caret-svg path {
	fill: currentcolor;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button--active .tribe-events-c-view-selector__button-icon-caret-svg {
	transform: rotate(180deg);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-view-selector-list-item);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	font-weight: var(--tec-font-weight-bold);
	line-height: var(--tec-line-height-3);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	box-shadow: var(--tec-box-shadow-default);
}

.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	background-color: var(--tec-color-background-view-selector);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	background-color: var(--tec-color-accent-secondary);
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}

.tribe-events .tribe-events-c-view-selector__button {
	background: rgba(0, 0, 0, 0);
	text-align: left;
}

.tribe-events .tribe-events-c-view-selector__button:focus, .tribe-events .tribe-events-c-view-selector__button:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-c-view-selector__button:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-c-view-selector__button:before {
	background-color: var(--tec-color-accent-primary);
	content: "";
	display: none;
	height: 2px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(var(--tec-spacer-0));
	width: calc(100% - var(--tec-spacer-0) * 2);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button:before {
	transform: none;
	width: calc(100% - var(--tec-spacer-1) * 2);
}

.tribe-events .tribe-events-c-view-selector__button--active:before {
	display: block;
}

.tribe-events .tribe-events-c-view-selector__content {
	background-color: var(--tec-color-background-view-selector);
	border: 1px solid var(--tec-color-border-secondary);
	border-radius: var(--tec-border-radius-default);
	box-shadow: var(--tec-box-shadow-tooltip);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
	background-color: var(--tec-color-background-view-selector-list-item-hover);
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-view-selector-list-item);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-2);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-3);
}

.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-c-view-selector__list-item-link {
	border-radius: var(--tec-border-radius-default);
	color: var(--tec-color-text-view-selector-list-item);
}

.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-icon, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-icon {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text {
	color: var(--tec-color-text-view-selector-list-item-hover);
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-view-selector__button, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-view-selector__button:focus, .tribe-theme-twentyseventeen.colors-dark .tribe-events .tribe-events-c-view-selector__button:hover {
	background-color: initial;
}

.tribe-events .tec-events-c-view-box-border {
	background-color: var(--tec-color-background);
	border: 1px solid var(--tec-color-border-default);
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	background-color: var(--tec-color-accent-primary);
	border-radius: var(--tec-border-radius-default);
	content: "";
	height: 100%;
	position: absolute;
	right: calc(100% - 3px);
	width: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	right: -1px;
	width: 4px;
}

.tribe-events .tribe-events-calendar-list__event-venue {
	font-style: normal;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link:focus, .tribe-events .tribe-events-calendar-list__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-calendar-list__event-title {
	color: var(--tec-color-text-event-title-list);
}

.tribe-events .tribe-events-calendar-list__event-datetime {
	color: var(--tec-color-text-event-date);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-events .tribe-events-calendar-list-nav {
	border-top: 1px solid var(--tec-color-border-default);
}

.tribe-events .tribe-events-calendar-month__body {
	background-color: var(--tec-color-background-month-grid);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
	opacity: .64;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
	color: var(--tec-color-text-event-date);
	opacity: .94;
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-calendar-month__calendar-event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
	background-color: var(--tec-color-accent-primary);
	content: "";
	height: 100%;
	left: 7px;
	position: absolute;
	width: 2px;
}

.tribe-events .tribe-events-calendar-month__calendar-event--featured:last-child:before {
	height: calc(100% - var(--tec-spacer-3));
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link:active, .tribe-events .tribe-events-calendar-month__calendar-event-title-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-title-link:hover, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:active, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-events .tribe-events-calendar-month__header-column {
	text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
	color: var(--tec-color-text-day-of-week-month);
	text-align: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: left;
}

.tribe-events .tribe-events-calendar-month__day {
	border-radius: var(--tec-border-radius-default);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	border-radius: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after {
	background-color: initial;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: -1px;
	position: absolute;
	transition: var(--tec-transition-background-color);
	width: calc(100% + 2px);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
	background-color: var(--tec-color-border-active-month-grid-hover);
}

.tribe-events .tribe-events-calendar-month__day-date-link {
	color: var(--tec-color-day-marker-month);
	transition: var(--tec-transition-color);
}

.tribe-events .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day-date-link:hover {
	color: var(--tec-color-day-marker-month-hover);
}

.tribe-events .tribe-events-calendar-month__day-date-link:active {
	color: var(--tec-color-day-marker-month-active);
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
	color: var(--tec-color-day-marker-month);
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: var(--tec-color-day-marker-current-month);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover {
	color: var(--tec-color-day-marker-month-current-hover);
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:active {
	color: var(--tec-color-day-marker-month-current-active);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
	color: var(--tec-color-day-marker-past-month);
	opacity: .6;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
	color: var(--tec-color-day-marker-past-month);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link:hover {
	color: var(--tec-color-day-marker-month-past-hover);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link:active {
	color: var(--tec-color-day-marker-month-past-active);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link .tribe-events-calendar-month__day-date-daynum {
	color: inherit;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: var(--tec-color-icon-active);
	opacity: .6;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--featured {
	opacity: .6;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile:focus, .tribe-events .tribe-events-calendar-month__day-cell--mobile:hover {
	background-color: var(--tec-color-background-secondary);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: var(--tec-color-accent-primary);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
	color: var(--tec-color-background);
	opacity: var(--tec-opacity-default);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: var(--tec-color-background);
	opacity: var(--tec-opacity-default);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
	opacity: var(--tec-opacity-default);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
	fill: var(--tec-color-background);
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: var(--tec-color-accent-primary);
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured .tribe-events-calendar-month__mobile-events-icon-svg path {
	fill: currentcolor;
}

.tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:focus, .tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover {
	color: var(--tec-color-accent-primary-hover);
}

.tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:active {
	color: var(--tec-color-accent-primary-active);
}

.tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: var(--tec-color-accent-primary);
}

.tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day-date-link:focus, .tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day-date-link:hover {
	color: var(--tec-color-accent-secondary-hover);
}

.tribe-theme-twentyseventeen .tribe-events .tribe-events-calendar-month__day-date-link:active {
	color: var(--tec-color-accent-secondary-active);
}

.tribe-theme-twentytwenty .tribe-events .tribe-events-calendar-month__day-cell--selected {
	background-color: var(--tec-color-accent-primary);
}

.tribe-theme-avada #main .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
	color: var(--tec-color-background-events);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event+.tribe-events-calendar-month-mobile-events__mobile-event {
	border-top: 1px solid var(--tec-color-border-default);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	color: var(--tec-color-text-secondary-event-date-month-mobile);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-link:focus .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-link:hover .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:active, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:focus, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-month__more-events {
	border-top: 1px solid var(--tec-color-border-secondary);
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__more-events-link {
	opacity: .5;
}

.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
	border-bottom-left-radius: 9.5px;
	border-top-left-radius: 9.5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
	border-bottom-right-radius: 9.5px;
	border-top-right-radius: 9.5px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: var(--tec-color-background-primary-multiday);
	transition: var(--tec-transition-background-color);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--focus, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner--hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:focus, .tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover {
	background-color: var(--tec-color-background-primary-multiday-hover);
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: var(--tec-color-background-secondary-multiday);
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner--focus, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner--hover, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner:focus, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner:hover {
	background-color: var(--tec-color-background-secondary-multiday-hover);
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-featured-icon, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-title {
	opacity: .64;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	color: var(--tec-color-text-events-title-month-multiday);
	font-weight: var(--tec-font-weight-regular);
	text-overflow: ellipsis;
}

.tribe-theme-avada #main .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
	font-weight: var(--tec-font-weight-regular);
}

.tribe-events .tribe-events-calendar-day__event-title {
	color: var(--tec-color-text-events-title-day);
}

.tribe-events .tribe-events-calendar-day__event-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-day__event-title-link:active, .tribe-events .tribe-events-calendar-day__event-title-link:focus, .tribe-events .tribe-events-calendar-day__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-day__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-day__event-datetime {
	color: var(--tec-color-text-event-date);
}

.tribe-events .tribe-events-calendar-day__event--featured {
	position: relative;
}

.tribe-events .tribe-events-calendar-day__event--featured:after {
	background-color: var(--tec-color-accent-primary);
	content: "";
	height: 100%;
	left: var(--tec-grid-gutter-small-half);
	position: absolute;
	width: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event--featured:after {
	left: calc(var(--tec-grid-width-1-of-9) - var(--tec-grid-gutter-half));
	width: 4px;
}

.tribe-events .tribe-events-calendar-day__event-venue {
	font-style: normal;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link:focus, .tribe-events .tribe-events-calendar-day__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-calendar-day-nav {
	border-top: 1px solid var(--tec-color-border-default);
}

.tribe-events .tribe-events-calendar-day__time-separator:after, .tribe-events .tribe-events-calendar-day__type-separator:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-events .tribe-events-calendar-latest-past__event-row--featured .tribe-events-calendar-latest-past__event-date-tag-datetime:after {
	background-color: var(--tec-color-accent-primary);
	content: "";
	height: 100%;
	position: absolute;
	right: calc(100% - 3px);
	width: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-row--featured .tribe-events-calendar-latest-past__event-date-tag-datetime:after {
	right: -1px;
	width: 4px;
}

.tribe-events .tribe-events-calendar-latest-past__event-venue {
	font-style: normal;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month, .tribe-events .tribe-events-calendar-latest-past__event-date-tag-year {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
	color: var(--tec-color-text-secondary);
	text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link:focus, .tribe-events .tribe-events-calendar-latest-past__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime {
	color: var(--tec-color-text-event-date);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events .tribe-events-calendar-latest-past__event-title {
	color: var(--tec-color-text-events-title-latest-past);
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link:active, .tribe-events .tribe-events-calendar-latest-past__event-title-link:focus, .tribe-events .tribe-events-calendar-latest-past__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events .tribe-events-status-label__text {
	color: var(--tec-color-icon-error);
}

.tribe-events-single .tribe-events-status-single__header {
	color: var(--tec-color-icon-error);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-0);
}

.tribe-events-single .tribe-events-status-single__header--bold {
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events-single .tribe-events-status-single__header--alert-icon:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjUzMyAxLjUzMykiPgogICAgPGNpcmNsZSBjeD0iNy40NjciIGN5PSI3LjQ2NyIgcj0iNy40NjciIHN0cm9rZT0iI0RBMzk0RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPGNpcmNsZSBjeD0iNy40NjciIGN5PSIxMS4yIiByPSIxLjA2NyIgZmlsbD0iI0RBMzk0RCIgZmlsbC1ydWxlPSJub256ZXJvIi8+CiAgICA8cGF0aCBzdHJva2U9IiNEQTM5NEQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik03LjQ2NyAzLjJWOCIvPgogIDwvZz4KPC9zdmc+");
	background-repeat: no-repeat;
	background-size: var(--tec-spacer-3);
	content: "";
	display: inline-block;
	height: var(--tec-spacer-3);
	margin-right: var(--tec-spacer-1);
	min-width: var(--tec-spacer-3);
}

.tribe-events-single .tribe-events-status-single {
	border-left-color: var(--tec-color-border-active);
	border-left-width: 1px;
	border: 1px solid var(--tec-color-border-active);
	border-left: var(--tec-spacer-0) solid var(--tec-color-icon-error);
	font-size: var(--tec-font-size-2);
}

.tribe-events-single .tribe-events-status-single__description {
	color: var(--tec-color-text-primary);
}
@media print{
.single-tribe_events .tribe-events-back, .single-tribe_events .tribe-events-c-events-bar, .single-tribe_events .tribe-events-c-nav, .single-tribe_events .tribe-events-c-top-bar__datepicker-button-icon-svg, .single-tribe_events .tribe-events-c-top-bar__nav, .single-tribe_events .tribe-events-c-top-bar__today-button, .single-tribe_events .tribe-events-nav-pagination, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-back, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-events-bar, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-nav, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button-icon-svg, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__nav, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__today-button, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-nav-pagination, .tribe-events .tribe-events-back, .tribe-events .tribe-events-c-events-bar, .tribe-events .tribe-events-c-nav, .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg, .tribe-events .tribe-events-c-top-bar__nav, .tribe-events .tribe-events-c-top-bar__today-button, .tribe-events .tribe-events-nav-pagination, .tribe-events.tribe-common--breakpoint-medium .tribe-events-back, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-events-bar, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-nav, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__datepicker-button-icon-svg, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__nav, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-top-bar__today-button, .tribe-events.tribe-common--breakpoint-medium .tribe-events-nav-pagination {
	display: none !important;
}

.single-tribe_events a[href^=http], .single-tribe_events.tribe-common--breakpoint-medium a[href^=http], .tribe-events a[href^=http], .tribe-events.tribe-common--breakpoint-medium a[href^=http] {
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
}

.single-tribe_events a[href^=http]:after, .single-tribe_events.tribe-common--breakpoint-medium a[href^=http]:after, .tribe-events a[href^=http]:after, .tribe-events.tribe-common--breakpoint-medium a[href^=http]:after {
	content: none !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container, .tribe-events.tribe-common--breakpoint-medium .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.single-tribe_events.tribe-common .tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button, .single-tribe_events.tribe-common--breakpoint-medium.tribe-common .tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button, .tribe-events.tribe-common .tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button, .tribe-events.tribe-common--breakpoint-medium.tribe-common .tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
	--tec-font-weight-regular: var(--tec-font-weight-bold);
}

.single-tribe_events .tribe-events-calendar-month__header-column-title, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-calendar-month__header-column-title, .tribe-events .tribe-events-calendar-month__header-column-title, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-month__header-column-title {
	--tec-color-text-day-of-week-month: var(--tec-color-text-primary);
}

.single-tribe_events .tribe-events-calendar-month__calendar-event-datetime, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-calendar-month__calendar-event-datetime, .tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-month__calendar-event-datetime {
	--tec-color-text-secondary-event-date: #727272;
}

.single-tribe_events .tribe-events-calendar-month__calendar-event-title-link, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-month__calendar-event-title-link {
	font-weight: var(--tec-font-weight-regular);
}

.single-tribe_events .tribe-events-promo.tribe-common-b1.tribe-events-c-promo, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-promo.tribe-common-b1.tribe-events-c-promo, .tribe-events .tribe-events-promo.tribe-common-b1.tribe-events-c-promo, .tribe-events.tribe-common--breakpoint-medium .tribe-events-promo.tribe-common-b1.tribe-events-c-promo {
	--tec-color-text-primary: #727272;
	--tec-font-size-3: var(--tec-font-size-1);
}

.single-tribe_events .tribe-events-promo.tribe-common-b1.tribe-events-c-promo .tribe-common-anchor-thin, .single-tribe_events.tribe-common--breakpoint-medium .tribe-events-promo.tribe-common-b1.tribe-events-c-promo .tribe-common-anchor-thin, .tribe-events .tribe-events-promo.tribe-common-b1.tribe-events-c-promo .tribe-common-anchor-thin, .tribe-events.tribe-common--breakpoint-medium .tribe-events-promo.tribe-common-b1.tribe-events-c-promo .tribe-common-anchor-thin {
	--tec-color-text-primary: #141827;
	font-weight: var(--tec-font-weight-regular);
}
}
@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-events-pro.tribe-events-view--week .datepicker tbody tr.active {
	position: relative;
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.disabled {
	cursor: pointer;
}

.tribe-events-virtual-link-button {
	align-items: center;
	display: inline-flex;
	padding: 11px 25px;
}

.tribe-events-virtual-event .tribe-events-virtual-link-button {
	margin-bottom: 24px;
}

.tribe-events-meta-group-details .tribe-events-virtual-link-button {
	margin: 16px 0 4px;
}

.tec-events-virtual-single-api-details .tribe-events-virtual-link-button, .tribe-events-virtual-single-zoom-details .tribe-events-virtual-link-button {
	margin: 4px 0 0;
}

@media (min-width:768px) {
	.tec-events-virtual-single-api-details .tribe-events-virtual-link-button, .tribe-events-virtual-single-zoom-details .tribe-events-virtual-link-button {
		margin: 4px 0;
	}
}

.tribe-events-virtual-link-button__icon {
	flex: none;
	margin-right: var(--tec-spacer-2);
	width: 10px;
}

.tribe-events-virtual-link-button__icon path {
	fill: var(--tec-color-background);
}

.rtl .tribe-events-virtual-link-button__icon {
	margin-left: var(--tec-spacer-2);
	margin-right: 0;
}

.tribe-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-virtual-virtual-event {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-virtual-virtual-event__icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-virtual-hybrid-event__icon-svg {
	height: 12px;
}

.tribe-events .tribe-events-virtual-virtual-event__icon-svg {
	height: 10px;
}

.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event {
	margin: var(--tec-spacer-1) 0;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-virtual-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-virtual-event {
	margin-bottom: var(--tec-spacer-3) 0;
}

.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event:last-child, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event:last-child, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event {
	display: inline-block;
	line-height: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-virtual-event {
	flex: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event {
	margin-top: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon-svg {
	width: 16px;
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__text, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event {
	display: inline-block;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon {
	margin-right: 0;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon-svg, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon-svg {
	height: 10px;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__text {
	display: none;
}

.tribe-events .tribe-events-pro-photo__event.tribe-events-hybrid-event, .tribe-events .tribe-events-pro-photo__event.tribe-events-virtual-event {
	position: relative;
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event {
	align-items: center;
	background-color: var(--tec-color-background);
	border-radius: 13px;
	display: flex;
	height: 26px;
	justify-content: center;
	left: calc(var(--tec-grid-gutter-small-half) + var(--tec-spacer-2));
	position: absolute;
	top: var(--tec-spacer-2);
	width: 37px;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-virtual-event {
	left: calc(var(--tec-grid-gutter-half) + var(--tec-spacer-2));
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__icon {
	margin-right: 0;
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-pro-map .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-virtual-event {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event {
	display: inline-block;
	line-height: 0;
}

.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-virtual-event {
	flex: none;
}

.tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__icon, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__text, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events #tribe-filter-VirtualEvents span {
	white-space: normal;
}

.tribe-events .tribe-events-calendar-list__event-datetime-recurring-link {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-link {
	display: inline-block;
	line-height: 0;
	margin-left: 2px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-link {
	display: inline-block;
	line-height: 0;
	margin-left: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-day__event-datetime-recurring-link {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
	vertical-align: middle;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-recurring-link {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
	vertical-align: middle;
}

.tribe-events-pro .tribe-events-pro-photo__event {
	margin-bottom: var(--tec-spacer-5);
}

.tribe-common--breakpoint-xsmall.tribe-events-pro .tribe-events-pro-photo__event {
	width: var(--tec-grid-width-1-of-2);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
	margin-bottom: var(--tec-spacer-9);
	width: var(--tec-grid-width-1-of-3);
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
	display: block;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	display: flex;
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	flex: none;
	margin-right: var(--tec-spacer-2);
	width: 40px;
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events-pro .tribe-events-pro-photo__event-details {
	flex: auto;
	margin-top: -3px;
}

.tribe-events-pro .tribe-events-pro-photo__event-details>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-photo__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link {
	background-color: initial;
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: var(--tec-color-text-events-title);
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link:active, .tribe-events-pro .tribe-events-pro-photo__event-title-link:focus, .tribe-events-pro .tribe-events-pro-photo__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime-featured-text {
	margin-right: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime-recurring-icon {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-photo__event-cost {
	margin-top: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event-cost {
	margin-top: var(--tec-spacer-2);
}

.tribe-events-pro.tribe-events-pro-photo--grid .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.tribe-events-pro.tribe-events-pro-photo--grid .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-link {
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.tribe-theme-twentynineteen .tribe-events-pro .entry.tribe-common-g-col.tribe-events-pro-photo__event {
	margin-bottom: var(--tec-spacer-5);
}

.tribe-theme-twentynineteen .tribe-events-pro.tribe-common--breakpoint-medium .entry.tribe-common-g-col.tribe-events-pro-photo__event {
	margin-bottom: var(--tec-spacer-9);
}

.tribe-events-pro .tribe-events-pro-summary__month-separator {
	align-items: center;
	display: flex;
}

.tribe-events-pro .tribe-events-pro-summary__month-separator:after {
	margin-left: 0;
}

.tribe-events-pro .tribe-events-pro-summary__month-separator-text {
	flex: none;
	text-align: center;
	white-space: nowrap;
}

.tribe-events--filter-bar-vertical.tribe-common--breakpoint-medium .tribe-events-l-container>.tribe-events-pro-summary {
	width: calc(100% - 266px);
}

.tribe-events-pro .tribe-events-pro-summary__event-row {
	flex-wrap: nowrap;
	margin: var(--tec-spacer-3) 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-row {
	align-items: center;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-row>.tribe-common-g-col {
	padding-left: var(--tec-grid-gutter-half);
	padding-right: var(--tec-grid-gutter-half);
}

.tribe-events-pro .tribe-events-pro-summary__event-row:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-row:last-child {
	margin-bottom: var(--tec-spacer-11);
}

.tribe-events-pro .tribe-events-pro-summary__month-separator+.tribe-events-pro-summary__date-separator {
	display: none;
}

.tribe-events-pro .tribe-events-pro-summary__month-separator+.tribe-events-pro-summary__event-row {
	margin-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__month-separator+.tribe-events-pro-summary__event-row {
	margin-top: var(--tec-spacer-8);
}

.tribe-events-pro .tribe-events-pro-summary__date-separator {
	display: block;
	flex: auto;
	height: 1px;
	margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__date-separator {
	margin-left: 112px;
}

.tribe-events-pro .tribe-events-pro-summary__event-date-tag {
	flex: none;
	position: relative;
	width: 74px;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-date-tag {
	align-self: flex-start;
	margin-top: 3px;
	min-width: 90px;
}

.tribe-events-pro .tribe-events-pro-summary__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: var(--tec-spacer-0);
	text-align: center;
}

.tribe-events-pro .tribe-events-pro-summary__event-date-tag-weekday {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events-pro .tribe-events-pro-summary__event-wrapper {
	flex: 1;
	width: calc(var(--tec-grid-width-1-of-4) * 3 + var(--tec-grid-gutter-small-half));
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-wrapper {
	flex: 1 1 calc(var(--tec-grid-width-1-of-9) * 8);
}

.tribe-events-pro .tribe-events-pro-summary__event {
	flex-direction: column;
	margin-bottom: var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-summary__event:last-child {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-summary__event:only-child {
	margin-bottom: 0;
	margin-top: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event {
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-summary__event-details {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-details {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-header {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.tribe-events-pro .tribe-events-pro-summary__event-header>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-wrapper {
	align-self: baseline;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-datetime-wrapper {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	line-height: 1.89;
	margin-bottom: 0;
	width: 174px;
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-wrapper, .tribe-events-pro .tribe-events-pro-summary__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-wrapper:last-child, .tribe-events-pro .tribe-events-pro-summary__event-title:last-child {
	margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-datetime-wrapper, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-title {
	display: block;
	flex-grow: 0;
}

.tribe-events-pro .tribe-events-pro-summary__event-title-link {
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-summary__event-title-link:first-child {
	margin-left: 0;
}

.tribe-events-pro .tribe-events-pro-summary__event-title-icon {
	margin-left: 0;
	margin-right: 0;
}

.tribe-events-pro .tribe-events-pro-summary__event-title-icon svg {
	display: inline-block;
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-summary__event-cost {
	display: inline-block;
	flex-grow: 0;
	line-height: var(--tec-line-height-3);
	margin-left: var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-recurring-link {
	vertical-align: text-top;
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime-recurring-icon-svg {
	display: inline-block;
	position: relative;
	top: -2px;
}

.tribe-events-pro-summary .tribe-events-c-small-cta>* {
	margin-left: 2px;
}

.tribe-events-pro-summary .tribe-events-c-small-cta__text {
	margin-left: 0;
}

.tribe-events-pro-summary .tribe-events-c-small-cta__price {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}

.tribe-events-pro .tribe-events-pro-summary-nav {
	padding-top: var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary-nav {
	padding-top: var(--tec-spacer-7);
}

.tribe-events-pro .tribe-events-pro-week-day-selector {
	padding-bottom: var(--tec-spacer-3);
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-day-selector {
	display: none !important;
	visibility: hidden;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__days-list {
	display: flex;
	margin: 0 var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__days-list-item {
	flex: none;
	width: var(--tec-grid-width-1-of-7);
}

.tribe-events-pro .tribe-events-pro-week-day-selector--hide-weekends .tribe-events-pro-week-day-selector__days-list-item {
	width: var(--tec-grid-width-1-of-5);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day {
	display: block;
	position: relative;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__events-icon {
	background-color: currentcolor;
	border-radius: 50%;
	display: block;
	height: 5px;
	left: 50%;
	position: absolute;
	top: var(--tec-spacer-0);
	transform: translateX(-50%);
	width: 5px;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day-daynum, .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday {
	display: block;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__nav {
	position: absolute;
	top: calc(50% - var(--tec-spacer-1));
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next, .tribe-events-pro .tribe-events-pro-week-day-selector__prev {
	display: block;
	height: 38px;
	position: absolute;
	transform: translateY(-50%);
	width: 24px;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__prev {
	left: calc(var(--tec-spacer-1) * -1);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next {
	right: calc(var(--tec-spacer-1) * -1);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next-icon-svg, .tribe-events-pro .tribe-events-pro-week-day-selector__prev-icon-svg {
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next-icon-svg path, .tribe-events-pro .tribe-events-pro-week-day-selector__prev-icon-svg path {
	fill: currentcolor;
}

.entry-content .tribe-events-pro .tribe-events-pro-week-day-selector__days-list, .tribe-theme-genesis .tribe-events-pro .tribe-events-pro-week-day-selector__days-list {
	display: flex;
	margin: 0 var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-grid {
	display: block !important;
	visibility: visible;
}

.tribe-events-pro .tribe-events-pro-week-grid__header-row {
	border-right: 1px solid var(--tec-color-border-secondary);
	display: flex;
	padding-top: var(--tec-spacer-7);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column {
	border-color: var(--tec-color-border-secondary);
	border-style: solid;
	border-width: 0 0 1px 1px;
	flex: none;
	width: calc(var(--tec-grid-width-1-of-7) - var(--tec-spacer-11) / 7);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--empty {
	border: 0;
	flex: none;
	margin-left: var(--tec-spacer-3);
	width: var(--tec-spacer-9);
}

.tribe-events-pro .tribe-events-pro-week-grid--hide-weekends .tribe-events-pro-week-grid__header-column {
	width: calc(var(--tec-grid-width-1-of-5) - var(--tec-spacer-11) / 5);
}

.tribe-events-pro .tribe-events-pro-week-grid--hide-weekends .tribe-events-pro-week-grid__header-column--empty {
	width: var(--tec-spacer-9);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column-title {
	margin: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--border-bottom {
	border-bottom: 1px solid var(--tec-color-border-secondary);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column-datetime {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: calc(var(--tec-spacer-7) * -1);
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-grid__body {
	overflow: hidden;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-outer-wrapper {
	border-bottom: 1px solid var(--tec-color-background-secondary);
	border-right: 1px solid var(--tec-color-border-secondary);
	margin-left: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-outer-wrapper {
	border-bottom: 1px solid var(--tec-color-border-secondary);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-wrapper {
	margin: 0 calc(var(--tec-spacer-3) * -1);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper {
	height: 638px;
	overflow-y: hidden;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper--active {
	overflow-y: scroll;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row {
	margin-right: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row, .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row {
	display: flex;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-header, .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-header {
	flex: none;
	position: relative;
	width: var(--tec-spacer-11);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button {
	bottom: var(--tec-spacer-1);
	line-height: 0;
	margin-right: var(--tec-spacer-3);
	padding: var(--tec-spacer-0);
	position: absolute;
	right: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button--open .tribe-events-pro-week-grid__multiday-toggle-button-icon-svg {
	transform: rotate(180deg);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button-icon-svg {
	display: inline-block;
	height: 9px;
	width: 12px;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-header {
	padding-bottom: var(--tec-spacer-9);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-day, .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-day {
	border-left: 1px solid var(--tec-color-border-secondary);
	flex: none;
	width: calc(var(--tec-grid-width-1-of-7) - var(--tec-spacer-11) / 7);
}

.tribe-events-pro .tribe-events-pro-week-grid--hide-weekends .tribe-events-pro-week-grid__events-day, .tribe-events-pro .tribe-events-pro-week-grid--hide-weekends .tribe-events-pro-week-grid__multiday-events-day {
	width: calc(var(--tec-grid-width-1-of-5) - var(--tec-spacer-11) / 5);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-day, .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-header {
	padding-top: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-day {
	position: relative;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-scroll-wrapper {
	border-right: 1px solid var(--tec-color-border-secondary);
	overflow: hidden;
	position: relative;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag {
	align-items: center;
	display: flex;
	height: var(--tec-spacer-9);
	justify-content: flex-end;
	position: relative;
	transform: translateY(var(--tec-spacer-5));
}

.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag:after {
	background-color: var(--tec-color-border-secondary);
	content: "";
	display: block;
	height: 1px;
	margin: 1px 0 0 var(--tec-spacer-1);
	width: 12px;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag--first, .tribe-events-pro .tribe-events-pro-week-grid__events-time-tag--last {
	height: 1px;
	position: absolute;
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-scroll-pane {
	background-color: var(--tec-color-scroll-track);
	border-radius: 3px;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	z-index: var(--tec-z-index-scroller);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-scroll-slider {
	background: var(--tec-color-scroll-bar);
	border-radius: 3px;
	position: relative;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-wrapper {
	height: 18px;
	margin-bottom: var(--tec-spacer-0);
	position: relative;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar {
	background-color: var(--tec-color-background);
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event-bar);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-2 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(200% + 1px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-3 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(300% + 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-4 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(400% + 3px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-5 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(500% + 4px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-6 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(600% + 5px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--width-7 .tribe-events-pro-week-grid__multiday-event-bar {
	width: calc(700% + 6px);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: var(--tec-z-index-multiday-event);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-link {
	display: block;
	height: 100%;
	overflow: hidden;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-hidden-title {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	padding: 1px var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-featured-icon {
	flex: none;
	line-height: 0;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-recurring-icon {
	flex: none;
	line-height: 0;
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title {
	flex: none;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-overflow-events {
	display: none;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-more-events {
	display: flex;
	flex: none;
	margin-bottom: var(--tec-spacer-0);
	padding: 1px var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-more-events-button {
	display: block;
	flex: none;
}

.tribe-events-pro .tribe-events-pro-week-grid__event {
	height: var(--tec-spacer-5);
	position: absolute;
	right: 1px;
	top: 0;
	width: calc(100% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-title-featured-icon {
	display: none;
}

.tribe-events-pro [class*=tribe-events-pro-week-grid__event--h-0] .tribe-events-pro-week-grid__event-link-inner {
	padding: 2px var(--tec-spacer-1);
}

.tribe-events-pro [class*=tribe-events-pro-week-grid__event--h-0] .tribe-events-pro-week-grid__event-datetime {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events-pro [class*=tribe-events-pro-week-grid__event--h-0] .tribe-events-pro-week-grid__event-title-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link {
	background-color: var(--tec-color-background);
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link--intended {
	z-index: var(--tec-z-index-week-event-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
	display: block;
	height: 100%;
	padding: var(--tec-spacer-0) var(--tec-spacer-1);
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-2 {
	width: calc(90% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-3 {
	width: calc(80% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-4 {
	width: calc(70% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-5 {
	width: calc(60% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-6 {
	width: calc(50% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-7 {
	width: calc(40% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--seq-8 {
	width: calc(30% - 2px);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-1 {
	height: calc(var(--tec-spacer-5) * 2);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-1-5 {
	height: calc(var(--tec-spacer-5) * 3);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-2 {
	height: calc(var(--tec-spacer-5) * 4);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-2-5 {
	height: calc(var(--tec-spacer-5) * 5);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-3 {
	height: calc(var(--tec-spacer-5) * 6);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-3-5 {
	height: calc(var(--tec-spacer-5) * 7);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-4 {
	height: calc(var(--tec-spacer-5) * 8);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-4-5 {
	height: calc(var(--tec-spacer-5) * 9);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-5 {
	height: calc(var(--tec-spacer-5) * 10);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-5-5 {
	height: calc(var(--tec-spacer-5) * 11);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-6 {
	height: calc(var(--tec-spacer-5) * 12);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-6-5 {
	height: calc(var(--tec-spacer-5) * 13);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-7 {
	height: calc(var(--tec-spacer-5) * 14);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-7-5 {
	height: calc(var(--tec-spacer-5) * 15);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-8 {
	height: calc(var(--tec-spacer-5) * 16);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-8-5 {
	height: calc(var(--tec-spacer-5) * 17);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-9 {
	height: calc(var(--tec-spacer-5) * 18);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-9-5 {
	height: calc(var(--tec-spacer-5) * 19);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-10 {
	height: calc(var(--tec-spacer-5) * 20);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-10-5 {
	height: calc(var(--tec-spacer-5) * 21);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-11 {
	height: calc(var(--tec-spacer-5) * 22);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-11-5 {
	height: calc(var(--tec-spacer-5) * 23);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-12 {
	height: calc(var(--tec-spacer-5) * 24);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-12-5 {
	height: calc(var(--tec-spacer-5) * 25);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-13 {
	height: calc(var(--tec-spacer-5) * 26);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-13-5 {
	height: calc(var(--tec-spacer-5) * 27);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-14 {
	height: calc(var(--tec-spacer-5) * 28);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-14-5 {
	height: calc(var(--tec-spacer-5) * 29);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-15 {
	height: calc(var(--tec-spacer-5) * 30);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-15-5 {
	height: calc(var(--tec-spacer-5) * 31);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-16 {
	height: calc(var(--tec-spacer-5) * 32);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-16-5 {
	height: calc(var(--tec-spacer-5) * 33);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-17 {
	height: calc(var(--tec-spacer-5) * 34);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-17-5 {
	height: calc(var(--tec-spacer-5) * 35);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-18 {
	height: calc(var(--tec-spacer-5) * 36);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-18-5 {
	height: calc(var(--tec-spacer-5) * 37);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-19 {
	height: calc(var(--tec-spacer-5) * 38);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-19-5 {
	height: calc(var(--tec-spacer-5) * 39);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-20 {
	height: calc(var(--tec-spacer-5) * 40);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-20-5 {
	height: calc(var(--tec-spacer-5) * 41);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-21 {
	height: calc(var(--tec-spacer-5) * 42);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-21-5 {
	height: calc(var(--tec-spacer-5) * 43);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-22 {
	height: calc(var(--tec-spacer-5) * 44);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-22-5 {
	height: calc(var(--tec-spacer-5) * 45);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-23 {
	height: calc(var(--tec-spacer-5) * 46);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-23-5 {
	height: calc(var(--tec-spacer-5) * 47);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-24 {
	height: calc(var(--tec-spacer-5) * 48);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-0-5 {
	top: var(--tec-spacer-5);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-1 {
	top: calc(var(--tec-spacer-5) * 2);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-1-5 {
	top: calc(var(--tec-spacer-5) * 3);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-2 {
	top: calc(var(--tec-spacer-5) * 4);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-2-5 {
	top: calc(var(--tec-spacer-5) * 5);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-3 {
	top: calc(var(--tec-spacer-5) * 6);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-3-5 {
	top: calc(var(--tec-spacer-5) * 7);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-4 {
	top: calc(var(--tec-spacer-5) * 8);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-4-5 {
	top: calc(var(--tec-spacer-5) * 9);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-5 {
	top: calc(var(--tec-spacer-5) * 10);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-5-5 {
	top: calc(var(--tec-spacer-5) * 11);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-6 {
	top: calc(var(--tec-spacer-5) * 12);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-6-5 {
	top: calc(var(--tec-spacer-5) * 13);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-7 {
	top: calc(var(--tec-spacer-5) * 14);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-7-5 {
	top: calc(var(--tec-spacer-5) * 15);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-8 {
	top: calc(var(--tec-spacer-5) * 16);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-8-5 {
	top: calc(var(--tec-spacer-5) * 17);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-9 {
	top: calc(var(--tec-spacer-5) * 18);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-9-5 {
	top: calc(var(--tec-spacer-5) * 19);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-10 {
	top: calc(var(--tec-spacer-5) * 20);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-10-5 {
	top: calc(var(--tec-spacer-5) * 21);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-11 {
	top: calc(var(--tec-spacer-5) * 22);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-11-5 {
	top: calc(var(--tec-spacer-5) * 23);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-12 {
	top: calc(var(--tec-spacer-5) * 24);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-12-5 {
	top: calc(var(--tec-spacer-5) * 25);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-13 {
	top: calc(var(--tec-spacer-5) * 26);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-13-5 {
	top: calc(var(--tec-spacer-5) * 27);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-14 {
	top: calc(var(--tec-spacer-5) * 28);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-14-5 {
	top: calc(var(--tec-spacer-5) * 29);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-15 {
	top: calc(var(--tec-spacer-5) * 30);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-15-5 {
	top: calc(var(--tec-spacer-5) * 31);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-16 {
	top: calc(var(--tec-spacer-5) * 32);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-16-5 {
	top: calc(var(--tec-spacer-5) * 33);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-17 {
	top: calc(var(--tec-spacer-5) * 34);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-17-5 {
	top: calc(var(--tec-spacer-5) * 35);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-18 {
	top: calc(var(--tec-spacer-5) * 36);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-18-5 {
	top: calc(var(--tec-spacer-5) * 37);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-19 {
	top: calc(var(--tec-spacer-5) * 38);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-19-5 {
	top: calc(var(--tec-spacer-5) * 39);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-20 {
	top: calc(var(--tec-spacer-5) * 40);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-20-5 {
	top: calc(var(--tec-spacer-5) * 41);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-21 {
	top: calc(var(--tec-spacer-5) * 42);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-21-5 {
	top: calc(var(--tec-spacer-5) * 43);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-22 {
	top: calc(var(--tec-spacer-5) * 44);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-22-5 {
	top: calc(var(--tec-spacer-5) * 45);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-23 {
	top: calc(var(--tec-spacer-5) * 46);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--t-23-5 {
	top: calc(var(--tec-spacer-5) * 47);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-title {
	flex: auto;
	margin: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-datetime>* {
	vertical-align: middle;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-datetime-recurring-icon {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-featured-image-wrapper {
	margin: var(--tec-spacer-0) 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-featured-image {
	padding-bottom: 56.25%;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-wrapper {
	margin-bottom: var(--tec-spacer-2);
	width: 206px;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-wrapper:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-link {
	display: block;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime>* {
	vertical-align: middle;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-featured-icon, .tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon {
	display: inline-block;
	line-height: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-featured-icon {
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon {
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-description {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-description:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-week-mobile-events {
	display: none !important;
	visibility: hidden;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__day {
	display: none;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__day--active {
	display: block;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event {
	display: flex;
	flex-direction: column;
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: var(--tec-grid-gutter-small);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event--featured {
	position: relative;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-time-separator+.tribe-events-pro-week-mobile-events__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link {
	display: block;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-details {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-details>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-wrapper, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-title {
	margin: 0 0 var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-wrapper:last-child, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-icon {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-venue {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-theme-twentynineteen .tribe-events-pro .entry.tribe-events-pro-week-mobile-events__event {
	margin-bottom: var(--tec-spacer-5);
	margin-top: var(--tec-spacer-7);
	padding-left: var(--tec-grid-gutter-small);
}

.tribe-theme-twentynineteen .tribe-events-pro .entry.tribe-events-pro-week-mobile-events__event:last-child {
	margin-bottom: var(--tec-spacer-8);
}

.tribe-theme-twentynineteen .tribe-events-pro .tribe-events-pro-week-mobile-events__event-time-separator+.entry.tribe-events-pro-week-mobile-events__event {
	margin-top: var(--tec-spacer-4);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-time-separator {
	align-items: center;
	display: flex;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-time-separator-text {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-type-separator {
	align-items: center;
	display: flex;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-type-separator-text {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-week-nav {
	padding-top: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium:not(.tribe-events-widget).tribe-events-pro .tribe-events-pro-week-nav {
	display: none !important;
	visibility: hidden;
}

.tribe-events-pro .tribe-events-pro-map__map {
	height: 300px;
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__map {
	height: 720px;
	width: 60%;
}

.tribe-events-pro .tribe-events-pro-map__google-maps-default, .tribe-events-pro .tribe-events-pro-map__google-maps-premium {
	height: 100%;
	width: 100%;
}

.tribe-events-pro .gm-style img {
	max-width: none;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal {
	background-color: var(--tec-color-background);
	left: 50%;
	max-width: 333px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - var(--tec-spacer-6) * 2);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-close {
	padding: var(--tec-spacer-1);
	position: absolute;
	right: var(--tec-spacer-1);
	top: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-close-icon {
	display: block;
	width: 10px;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding: var(--tec-spacer-9) var(--tec-spacer-5) var(--tec-spacer-5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__no-venue-modal-content {
	padding: var(--tec-spacer-8) var(--tec-spacer-9);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-icon {
	align-self: center;
	margin-bottom: var(--tec-spacer-5);
	width: 64px;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-text {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal--default {
	background-color: var(--tec-color-background-secondary);
	height: 100%;
	max-width: none;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal--default .tribe-events-pro-map__no-venue-modal-content {
	left: 50%;
	max-width: 333px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal--default .tribe-events-pro-map__no-venue-modal-icon {
	margin-bottom: var(--tec-spacer-6);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal--default .tribe-events-pro-map__no-venue-modal-text {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-map__event-column {
	display: flex;
	flex-direction: column;
	height: 290px;
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-column {
	height: 720px;
	width: 40%;
}

.tribe-events-pro .tribe-events-pro-map__event-cards-wrapper {
	flex: auto;
	overflow: hidden;
	position: relative;
}

.tribe-events-pro .tribe-events-pro-map__event-cards {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-cards--active {
	overflow-y: scroll;
}

.tribe-events-pro .tribe-events-pro-map__event-cards-scroll-pane {
	background-color: var(--tec-color-scroll-track);
	border-radius: 3px;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	z-index: var(--tec-z-index-scroller);
}

.tribe-events-pro .tribe-events-pro-map__event-cards-scroll-slider {
	background: var(--tec-color-scroll-bar);
	border-radius: 3px;
	position: relative;
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper {
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-details, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-details-spacer {
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--has-thumbnail .tribe-events-pro-map__event-spacer:after {
	content: "";
}

.tribe-events-pro .tribe-events-pro-map__event-card, .tribe-events-pro .tribe-events-pro-map__event-card-spacer {
	padding: var(--tec-spacer-3) var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-map__event-card-spacer {
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	padding-bottom: 0;
	padding-top: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-card-button {
	position: relative;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-map__event-card-button:focus, .tribe-events-pro .tribe-events-pro-map__event-card-button:hover, .tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
	z-index: var(--tec-z-index-map-event-hover);
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--linked {
	bottom: calc(var(--tec-spacer-3) + 1px);
	position: absolute;
	width: calc(100% - 18px);
	z-index: var(--tec-z-index-map-event-hover-actions);
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-actions--spacer {
	display: block;
	visibility: hidden;
}

.tribe-events-pro .tribe-events-pro-map__event-row, .tribe-events-pro .tribe-events-pro-map__event-row-spacer {
	flex-wrap: nowrap;
	margin-left: -9px;
	margin-right: -9px;
}

.tribe-events-pro .tribe-events-pro-map__event-row-spacer>.tribe-common-g-col, .tribe-events-pro .tribe-events-pro-map__event-row>.tribe-common-g-col {
	padding-left: 9px;
	padding-right: 9px;
}

.tribe-events-pro .tribe-events-pro-map__event-date-tag, .tribe-events-pro .tribe-events-pro-map__event-row-spacer:before {
	flex: none;
	margin-right: 0;
	min-width: 52px;
	width: var(--tec-grid-width-1-of-8);
}

.tribe-events-pro .tribe-events-pro-map__event-row-spacer:before {
	content: "";
}

.tribe-events-pro .tribe-events-pro-map__event-date-tag-datetime {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.tribe-events-pro .tribe-events-pro-map__event-date-tag-month {
	margin-bottom: calc(var(--tec-spacer-0) * -1);
}

.tribe-events-pro .tribe-events-pro-map__event-wrapper, .tribe-events-pro .tribe-events-pro-map__event-wrapper-spacer {
	flex: auto;
}

.tribe-events-pro .tribe-events-pro-map__event, .tribe-events-pro .tribe-events-pro-map__event-spacer {
	margin-left: -9px;
	margin-right: -9px;
}

.tribe-events-pro .tribe-events-pro-map__event-spacer>.tribe-common-g-col, .tribe-events-pro .tribe-events-pro-map__event>.tribe-common-g-col {
	padding-left: 9px;
	padding-right: 9px;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-featured-image-wrapper, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-spacer:after {
	display: block !important;
	margin-bottom: 0;
	visibility: visible;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events-pro .tribe-events-pro-map__event-featured-image-link {
	display: block;
}

.tribe-events-pro .tribe-events-pro-map__event-details, .tribe-events-pro .tribe-events-pro-map__event-details-spacer {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-map__event-details-spacer {
	position: relative;
}

.tribe-events-pro .tribe-events-pro-map__event-datetime-wrapper {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-map__event-datetime-wrapper:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-0);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-datetime-featured-text {
	clip: auto;
	height: auto;
	margin: 0;
	margin-right: var(--tec-spacer-1);
	position: static;
	width: auto;
}

.tribe-events-pro .tribe-events-pro-map__event-datetime-recurring-icon {
	display: inline-block;
	margin-left: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-map__event-title {
	margin: 0 0 6px;
}

.tribe-events-pro .tribe-events-pro-map__event-title:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-venue {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-map__event-venue:last-child {
	margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-distance {
	display: block !important;
	visibility: visible;
}

.tribe-events-pro .tribe-events-pro-map__event-actions {
	display: none;
	margin-top: var(--tec-spacer-1);
	position: relative;
}

.tribe-theme-twentynineteen .tribe-events-pro .tribe-events-pro-map__event-card.entry {
	padding: var(--tec-spacer-3) var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip {
	padding-bottom: var(--tec-spacer-5);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip--has-slider {
	padding-bottom: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-slider-wrapper {
	flex-wrap: nowrap;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-slide {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-datetime-wrapper {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-datetime-featured-icon {
	display: inline-block;
	margin-right: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-title {
	margin: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-venue {
	margin-top: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-cost {
	margin-top: var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation {
	padding-top: var(--tec-spacer-4);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-list {
	flex-wrap: nowrap;
	justify-content: space-between;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-list-item {
	flex: none;
	width: auto;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button {
	align-items: center;
	display: flex;
}

.tribe-events-pro .gm-style .gm-style-iw-c {
	max-height: none !important;
	padding: var(--tec-spacer-5) var(--tec-spacer-5) 0 !important;
}

.tribe-events-pro .gm-style .gm-style-iw-c>button {
	right: 0 !important;
	top: -2px !important;
}

.tribe-events-pro .gm-style .gm-style-iw-c>button img {
	height: 16px !important;
	width: 16px !important;
}

.tribe-events-pro .gm-style .gm-style-iw-d {
	max-height: none !important;
	max-width: 206px !important;
	overflow: hidden !important;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-map__nav {
	flex: none;
	padding: var(--tec-spacer-3) var(--tec-spacer-2);
}

.tribe-events-pro .tribe-events-pro-organizer__meta {
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-organizer__meta .tec-events-c-view-box-border {
	display: flex;
	flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image .tribe-events-pro-organizer__meta-data {
	padding-left: var(--tec-grid-gutter-small-half);
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image .tribe-events-pro-organizer__meta-content {
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image .tribe-events-pro-organizer__meta-details {
	margin-bottom: var(--tec-grid-gutter-small-half);
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image:not(.tribe-events-pro-organizer__meta--has-details) .tribe-events-pro-organizer__meta-featured-image-wrapper {
	margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image:not(.tribe-events-pro-organizer__meta--has-details):not(.tribe-events-pro-organizer__meta--has-content):not(.tribe-events-pro-organizer__meta--has-taxonomy) .tec-events-c-view-box-border {
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image:not(.tribe-events-pro-organizer__meta--has-details):not(.tribe-events-pro-organizer__meta--has-content):not(.tribe-events-pro-organizer__meta--has-taxonomy) .tribe-events-pro-organizer__meta-details {
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta--has-featured-image:not(.tribe-events-pro-organizer__meta--has-details):not(.tribe-events-pro-organizer__meta--has-content):not(.tribe-events-pro-organizer__meta--has-taxonomy) .tribe-events-pro-organizer__meta-featured-image-wrapper {
	padding-right: 0;
	width: 100%;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta:not(.tribe-events-pro-organizer__meta--has-featured-image) .tribe-events-pro-organizer__meta-content {
	padding-right: var(--tec-grid-gutter-small-half);
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta:not(.tribe-events-pro-organizer__meta--has-featured-image) .tribe-events-pro-organizer__meta-details {
	padding-left: var(--tec-grid-gutter-small-half);
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta:not(.tribe-events-pro-organizer__meta--has-featured-image):not(.tribe-events-pro-organizer__meta--has-details) .tribe-events-pro-organizer__meta-content {
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-events-pro .tribe-events-pro-organizer__meta-title:last-child {
	margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-row {
	display: flex;
	flex-direction: row-reverse;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-data {
	flex: none;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-data:first-child {
	padding-left: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-data {
	padding-left: var(--tec-grid-gutter-small-half);
	width: calc(var(--tec-grid-width-1-of-8) * 8);
}

.tribe-events-pro .tribe-events-pro-organizer__meta-data>.tribe-events-pro-organizer__meta-row>* {
	margin-bottom: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-data>.tribe-events-pro-organizer__meta-row>* {
	flex: none;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-data>.tribe-events-pro-organizer__meta-row>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-featured-image-wrapper {
	flex: none;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-featured-image-wrapper.tribe-events-pro-organizer__meta-featured-image-wrapper--has-details {
	margin-bottom: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-featured-image-wrapper {
	margin-bottom: 0;
	padding-right: var(--tec-grid-gutter-small-half);
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events-pro .tribe-events-pro-organizer__meta-featured-image-link {
	display: block;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-content {
	flex: none;
	width: calc(var(--tec-grid-width-1-of-8) * 5);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-organizer__meta-details {
	flex: none;
	margin-bottom: 0;
	width: calc(var(--tec-grid-width-1-of-8) * 3);
}

.tribe-events-pro .tribe-events-pro-organizer__meta-details:last-child {
	margin-bottom: 0;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-details>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-categories-label {
	font-weight: 700;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-categories, .tribe-events-pro .tribe-events-pro-organizer__meta-email, .tribe-events-pro .tribe-events-pro-organizer__meta-phone, .tribe-events-pro .tribe-events-pro-organizer__meta-website {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-organizer__meta-email-icon-svg, .tribe-events-pro .tribe-events-pro-organizer__meta-phone-icon-svg, .tribe-events-pro .tribe-events-pro-organizer__meta-website-icon-svg {
	display: inline-block;
	height: 16px;
	margin-right: var(--tec-spacer-1);
	margin-top: 4px;
	width: 16px;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-website-icon-svg {
	width: 15px;
}

.tribe-events-pro .tribe-events-pro-venue__meta {
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-venue__meta .tec-events-c-view-box-border {
	display: flex;
	flex-wrap: wrap;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-featured-image:not(.tribe-events-pro-venue__meta--has-details):not(.tribe-events-pro-venue__meta--has-map):not(.tribe-events-pro-venue__meta--has-content) .tec-events-c-view-box-border {
	max-width: var(--tec-grid-width-1-of-2);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-featured-image:not(.tribe-events-pro-venue__meta--has-details):not(.tribe-events-pro-venue__meta--has-map):not(.tribe-events-pro-venue__meta--has-content) .tribe-events-pro-venue__meta-data, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-featured-image:not(.tribe-events-pro-venue__meta--has-details):not(.tribe-events-pro-venue__meta--has-map):not(.tribe-events-pro-venue__meta--has-content) .tribe-events-pro-venue__meta-map {
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-map:not(.tribe-events-pro-venue__meta--has-details):not(.tribe-events-pro-venue__meta--has-featured-image):not(.tribe-events-pro-venue__meta--has-content) .tec-events-c-view-box-border {
	max-width: var(--tec-grid-width-1-of-2);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-map:not(.tribe-events-pro-venue__meta--has-details):not(.tribe-events-pro-venue__meta--has-featured-image):not(.tribe-events-pro-venue__meta--has-content) .tribe-events-pro-venue__meta-map {
	padding: 0;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-venue__meta-row {
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-venue__meta--has-map .tribe-events-pro-venue__meta-data iframe, .tribe-events-pro .tribe-events-pro-venue__meta--has-map .tribe-events-pro-venue__meta-map iframe {
	display: block;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-map .tribe-events-pro-venue__meta-data, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta--has-map .tribe-events-pro-venue__meta-map {
	width: var(--tec-grid-width-1-of-2);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-data, .tribe-events-pro .tribe-events-pro-venue__meta-data {
	padding-right: var(--tec-grid-gutter-small-half);
}

.tribe-events-pro .tribe-events-pro-venue__meta-data>* {
	margin-bottom: var(--tec-spacer-4);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-data>* {
	flex: none;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-venue__meta-data>:last-child {
	margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-map {
	padding-left: var(--tec-grid-gutter-small-half);
}

.tribe-events-pro .tribe-events-pro-venue__meta-title {
	margin: 0 0 var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-title {
	margin-bottom: var(--tec-spacer-5);
}

.tribe-events-pro .tribe-events-pro-venue__meta-featured-image-wrapper.tribe-events-pro-venue__meta-featured-image-wrapper--has-details {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-featured-image-wrapper.tribe-events-pro-venue__meta-featured-image-wrapper--has-details {
	margin-bottom: var(--tec-spacer-5);
}

.tribe-events-pro .tribe-events-pro-venue__meta-details {
	margin-bottom: var(--tec-spacer-3);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-details {
	margin-bottom: var(--tec-spacer-5);
}

.tribe-events-pro .tribe-events-pro-venue__meta-details>:last-child {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address, .tribe-events-pro .tribe-events-pro-venue__meta-phone, .tribe-events-pro .tribe-events-pro-venue__meta-website {
	display: flex;
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-venue__meta-categories {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-details {
	flex: 1 1 100%;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-details .tribe-address {
	display: block;
}

.tribe-events-pro .tribe-events-pro-venue__meta-categories-label {
	font-weight: 700;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-icon-svg, .tribe-events-pro .tribe-events-pro-venue__meta-phone-icon-svg, .tribe-events-pro .tribe-events-pro-venue__meta-website-icon-svg {
	display: inline-block;
	height: 16px;
	margin-right: var(--tec-spacer-2);
	margin-top: 4px;
	width: 16px;
}

.tribe-events-pro .tribe-events-pro-venue__meta-website-icon-svg {
	width: 15px;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-icon-svg {
	width: 14px;
}

.tribe-events-pro .tribe-events-pro-venue__meta-data-google-maps-default {
	height: 100%;
	width: 100%;
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-events-pro.tribe-events-view--week .datepicker .day {
	border-radius: 0;
}

.tribe-events-pro.tribe-events-view--week .datepicker .day:first-child {
	border-bottom-left-radius: var(--tec-border-radius-default);
	border-top-left-radius: var(--tec-border-radius-default);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day:last-child {
	border-bottom-right-radius: var(--tec-border-radius-default);
	border-top-right-radius: var(--tec-border-radius-default);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.disabled, .tribe-events-pro.tribe-events-view--week .datepicker .day.disabled.focused, .tribe-events-pro.tribe-events-view--week .datepicker .day.disabled:focus, .tribe-events-pro.tribe-events-view--week .datepicker .day.disabled:hover {
	color: var(--tec-color-text-primary);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.active {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-primary);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.active:hover {
	background: rgba(0, 0, 0, 0);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.past, .tribe-events-pro.tribe-events-view--week .datepicker .day.past.focused, .tribe-events-pro.tribe-events-view--week .datepicker .day.past:focus, .tribe-events-pro.tribe-events-view--week .datepicker .day.past:hover {
	color: var(--tec-color-text-primary-light);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.current {
	color: var(--tec-color-background);
	position: relative;
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.current.focused, .tribe-events-pro.tribe-events-view--week .datepicker .day.current:focus, .tribe-events-pro.tribe-events-view--week .datepicker .day.current:hover {
	color: var(--tec-color-background);
}

.tribe-events-pro.tribe-events-view--week .datepicker .day.current:before {
	background: var(--tec-color-accent-primary);
	border-radius: var(--tec-border-radius-default);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.tribe-events-pro.tribe-events-view--week .datepicker .focused .day, .tribe-events-pro.tribe-events-view--week .datepicker .focused .day:hover, .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day, .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day:hover {
	background: var(--tec-color-background-secondary);
}

.tribe-events-pro.tribe-events-view--week .datepicker .focused .day.current, .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day.current {
	background: rgba(0, 0, 0, 0);
}

.tribe-events-pro.tribe-events-view--week .datepicker .active .day, .tribe-events-pro.tribe-events-view--week .datepicker .active .day:hover {
	background: var(--tec-color-accent-primary-background);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.active {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-primary);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.active:hover {
	background: rgba(0, 0, 0, 0);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.past {
	color: var(--tec-color-text-primary-light);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.current, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.current.focused, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.current:focus, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .day.current:hover {
	color: var(--tec-color-background);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .focused .day, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .focused .day:hover, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day:hover {
	background: var(--tec-color-background-secondary);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .focused .day.current, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day.current {
	background: rgba(0, 0, 0, 0);
}

.tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .active .day, .tribe-theme-enfold .tribe-events-pro.tribe-events-view--week .datepicker .active .day:hover {
	background: var(--tec-color-accent-primary-background);
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.active {
	background: rgba(0, 0, 0, 0) !important;
	color: var(--tec-color-text-primary) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.active:hover {
	background: rgba(0, 0, 0, 0) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.past {
	color: var(--tec-color-text-primary-light) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.current, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.current.focused, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.current:focus, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .day.current:hover {
	color: var(--tec-color-background) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .focused .day, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .focused .day:hover, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day:hover {
	background: var(--tec-color-background-secondary) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .focused .day.current, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .hovered .day.current {
	background: rgba(0, 0, 0, 0) !important;
}

.tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .active .day, .tribe-theme-avada .tribe-events-pro.tribe-events-view--week .datepicker .active .day:hover {
	background: var(--tec-color-accent-primary-background) !important;
}

:root {
	--tec-color-recurring-icon-month: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-multiday: var(--tec-color-text-primary);
	--tec-color-recurring-icon-month-multiday-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-list: var(--tec-color-text-primary);
	--tec-color-recurring-icon-list-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-day: var(--tec-color-text-primary);
	--tec-color-recurring-icon-day-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-multiday: var(--tec-color-text-primary);
	--tec-color-recurring-icon-week-multiday-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-photo: var(--tec-color-text-primary);
	--tec-color-recurring-icon-photo-hover: var(--tec-color-text-primary);
	--tec-color-recurring-icon-map: var(--tec-color-text-primary);
	--tec-color-recurring-icon-map-hover: var(--tec-color-text-primary);
}

.tec-view__event-venue-multi-suffix-separator {
	color: var(--tec-color-border-default);
}

.tribe-events .tribe-events-calendar-list__event-datetime-recurring-link:focus .tribe-events-calendar-list__event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-list__event-datetime-recurring-link:hover .tribe-events-calendar-list__event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link {
	color: var(--tec-color-recurring-icon-month);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:hover {
	color: var(--tec-color-recurring-icon-month-hover);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:focus .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-datetime-recurring-link:hover .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events .tribe-events-calendar-month__calendar-event-multiday-datetime-recurring-link, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link {
	color: var(--tec-color-recurring-icon-month-multiday);
}

.tribe-events .tribe-events-calendar-month__calendar-event-multiday-datetime-recurring-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-datetime-recurring-link:hover, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link:focus, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link:hover {
	color: var(--tec-color-recurring-icon-month-multiday-hover);
}

.tribe-events .tribe-events-calendar-day__event-datetime-recurring-link:focus .tribe-events-calendar-day__event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-day__event-datetime-recurring-link:hover .tribe-events-calendar-day__event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-link:focus .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-link:hover .tribe-events-calendar-month-mobile-events__mobile-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-datetime-recurring-link:focus .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-datetime-recurring-link:hover .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link:focus .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-multiday-recurring-link:hover .tribe-events-calendar-month__calendar-event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-link:focus .tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-link:hover .tribe-events-calendar-month__calendar-event-tooltip-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events .tribe-events-calendar-latest-past__event-datetime-recurring-link:focus .tribe-events-calendar-latest-past__event-datetime-recurring-icon-svg path, .tribe-events .tribe-events-calendar-latest-past__event-datetime-recurring-link:hover .tribe-events-calendar-latest-past__event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:focus, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: uppercase;
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link {
	background-color: initial;
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: var(--tec-color-text-events-title);
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link:active, .tribe-events-pro .tribe-events-pro-photo__event-title-link:focus, .tribe-events-pro .tribe-events-pro-photo__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime {
	color: var(--tec-color-text-event-date);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events-pro .tribe-events-pro-photo__event-datetime-recurring-link:focus .tribe-events-pro-photo__event-datetime-recurring-icon-svg path, .tribe-events-pro .tribe-events-pro-photo__event-datetime-recurring-link:hover .tribe-events-pro-photo__event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events-pro .tribe-events-pro-summary__month-separator:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
}

.tribe-events-pro .tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-date-tag-datetime:after {
	background-color: var(--tec-color-accent-primary);
	border-radius: var(--tec-border-radius-default);
	content: "";
	height: 100%;
	position: absolute;
	right: calc(100% - 3px);
	width: 3px;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-row--featured .tribe-events-pro-summary__event-date-tag-datetime:after {
	right: -1px;
	width: 4px;
}

.tribe-events-pro .tribe-events-pro-summary__event-date-tag-weekday {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: uppercase;
}

.tribe-events-pro .tribe-events-pro-summary__event-datetime {
	color: var(--tec-color-text-event-date);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-summary__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events-pro .tribe-events-pro-summary__date-separator {
	background-color: var(--tec-color-border-default);
}

.tribe-events-pro .tribe-events-pro-summary__event-title-link {
	background-color: initial;
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: var(--tec-color-text-events-title);
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-pro .tribe-events-pro-summary__event-title-link:active, .tribe-events-pro .tribe-events-pro-summary__event-title-link:focus, .tribe-events-pro .tribe-events-pro-summary__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-summary__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro-summary a.tribe-events-c-small-cta__text {
	border-bottom: 1px solid var(--tec-color-icon-focus);
}

.tribe-events-pro-summary .tribe-events-c-small-cta__price {
	border-radius: 10px;
}

.tribe-events-pro .tribe-events-pro-summary-nav {
	border-top: 1px solid var(--tec-color-border-default);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: var(--tec-border-radius-default);
	transition: var(--tec-transition-border-color);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day:focus .tribe-events-pro-week-day-selector__day-daynum, .tribe-events-pro .tribe-events-pro-week-day-selector__day:focus .tribe-events-pro-week-day-selector__day-weekday, .tribe-events-pro .tribe-events-pro-week-day-selector__day:hover .tribe-events-pro-week-day-selector__day-daynum, .tribe-events-pro .tribe-events-pro-week-day-selector__day:hover .tribe-events-pro-week-day-selector__day-weekday {
	color: var(--tec-color-accent-secondary-hover);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day:active .tribe-events-pro-week-day-selector__day-daynum, .tribe-events-pro .tribe-events-pro-week-day-selector__day:active .tribe-events-pro-week-day-selector__day-weekday {
	color: var(--tec-color-accent-secondary-active);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
	border-color: var(--tec-color-accent-primary);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__events-icon {
	background-color: var(--tec-color-accent-primary);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day-daynum, .tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday {
	transition: var(--tec-transition-color);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day-weekday {
	color: var(--tec-color-text-secondary);
	margin: 9px 0 -7px;
	text-transform: uppercase;
}

.tribe-events-pro .tribe-events-pro-week-day-selector__day-daynum {
	margin-bottom: var(--tec-spacer-0);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next:focus .tribe-events-pro-week-day-selector__next-icon-svg path, .tribe-events-pro .tribe-events-pro-week-day-selector__next:hover .tribe-events-pro-week-day-selector__next-icon-svg path, .tribe-events-pro .tribe-events-pro-week-day-selector__prev:focus .tribe-events-pro-week-day-selector__prev-icon-svg path, .tribe-events-pro .tribe-events-pro-week-day-selector__prev:hover .tribe-events-pro-week-day-selector__prev-icon-svg path {
	fill: var(--tec-color-icon-active);
}

.tribe-events-pro .tribe-events-pro-week-day-selector__next-icon-svg path, .tribe-events-pro .tribe-events-pro-week-day-selector__prev-icon-svg path {
	fill: var(--tec-color-icon-secondary);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-weekday {
	color: var(--tec-color-text-primary);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum, .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
	color: var(--tec-color-accent-primary);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link:focus, .tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link:hover {
	color: var(--tec-color-accent-primary-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link:active {
	color: var(--tec-color-accent-primary-active);
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column-weekday {
	color: var(--tec-color-text-secondary);
	text-transform: uppercase;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-events-row-wrapper {
	box-shadow: var(--tec-box-shadow-multiday);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper:focus+.tribe-events-pro-week-grid__events-row-scroll-pane {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button:focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-toggle-button:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-scroll-wrapper:hover .tribe-events-pro-week-grid__events-row-scroll-pane {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-time-tag {
	color: var(--tec-color-text-primary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-scroll-pane {
	opacity: 0;
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-week-grid__events-row-scroll-pane.active {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--start .tribe-events-pro-week-grid__multiday-event-bar {
	border-bottom-left-radius: 9.5px;
	border-top-left-radius: 9.5px;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--end .tribe-events-pro-week-grid__multiday-event-bar {
	border-bottom-right-radius: 9.5px;
	border-top-right-radius: 9.5px;
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner {
	background-color: var(--tec-color-accent-primary-multiday);
	transition: var(--tec-transition-background-color);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner:focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner:hover {
	background-color: var(--tec-color-accent-primary-multiday-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title-link:active, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title-link:focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--past .tribe-events-pro-week-grid__multiday-event-bar-inner {
	background-color: var(--tec-color-background-secondary);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event--past .tribe-events-pro-week-grid__multiday-event-bar-inner--focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event--past .tribe-events-pro-week-grid__multiday-event-bar-inner--hover, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event--past .tribe-events-pro-week-grid__multiday-event-bar-inner:focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event--past .tribe-events-pro-week-grid__multiday-event-bar-inner:hover {
	background-color: var(--tec-color-background-secondary-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner--focus, .tribe-events-pro .tribe-events-pro-week-grid__multiday-event-bar-inner--hover {
	background-color: var(--tec-color-accent-primary-multiday-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__multiday-event-title {
	text-overflow: ellipsis;
}

:root {
	--tec-color-twentyseventeen-dark-background: #222;
	--color-twentyseventeen-dark-background: var(--tec-color-twentyseventeen-dark-background, #222);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-title {
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--h-1 .tribe-events-pro-week-grid__event-title, .tribe-events-pro [class*=tribe-events-pro-week-grid__event--h-0] .tribe-events-pro-week-grid__event-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tribe-events-pro .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-accent-primary-week-event-featured);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link-inner:before {
	background-color: var(--tec-color-accent-primary);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.tribe-events-pro .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link:focus .tribe-events-pro-week-grid__event-link-inner, .tribe-events-pro .tribe-events-pro-week-grid__event--featured .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-accent-primary-week-event-featured-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-background-secondary);
}

.tribe-events-pro .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link:focus .tribe-events-pro-week-grid__event-link-inner, .tribe-events-pro .tribe-events-pro-week-grid__event--past .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-background-secondary-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link {
	border: var(--tec-border-width-week-event) solid var(--tec-color-background);
	border-radius: calc(var(--tec-border-radius-default) + var(--tec-border-width-week-event));
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link:focus .tribe-events-pro-week-grid__event-link-inner, .tribe-events-pro .tribe-events-pro-week-grid__event-link:hover .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-accent-primary-week-event-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
	background-color: var(--tec-color-accent-primary-week-event);
	transition: var(--tec-transition-background-color);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-datetime {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	white-space: nowrap;
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-link:focus, .tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title-link:active, .tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title-link:focus, .tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-event-date);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
}

.tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-link:focus .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon-svg path, .tribe-events-pro .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-link:hover .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-theme-twentyseventeen.colors-dark .tribe-events-pro .tribe-events-pro-week-grid__event-link {
	border-color: var(--tec-color-twentyseventeen-dark-background);
}

.tribe-theme-twentytwentyone .tribe-events-pro .tribe-events-pro-week-grid__event-link {
	border-color: var(--tec-global--color-background);
}

.tribe-events-week.ast-separate-container .ast-article-post {
	background-color: initial;
	padding: 0;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-title-link {
	background-color: initial;
	background: rgba(0, 0, 0, 0);
	border: 0;
	color: var(--tec-color-text-events-title);
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-title-link:active, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-title-link:focus, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event--featured:before {
	background-color: var(--tec-color-accent-primary);
	content: "";
	height: 100%;
	left: var(--tec-grid-gutter-small-half);
	position: absolute;
	width: 3px;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link:focus, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-link {
	color: var(--tec-color-text-event-date);
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-link:focus .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon-svg path, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-link:focus .tribe-events-pro-week-mobile-events__event-datetime-recurring-icon-svg path, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-link:hover .tribe-events-pro-week-grid__event-tooltip-datetime-recurring-icon-svg path, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-recurring-link:hover .tribe-events-pro-week-mobile-events__event-datetime-recurring-icon-svg path {
	fill: currentcolor;
	stroke: currentcolor;
}

.tribe-events-pro .tribe-events-pro-week-mobile-events__event-time-separator:after, .tribe-events-pro .tribe-events-pro-week-mobile-events__event-type-separator:after {
	background-color: var(--tec-color-border-default);
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-events-pro .tribe-events-pro-map__map {
	border-color: var(--tec-color-border-default);
	border-style: solid;
	border-width: 1px 1px 0;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__map {
	border-width: 1px 0 1px 1px;
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal--premium {
	box-shadow: var(--tec-box-shadow-default);
}

.tribe-events-pro .tribe-events-pro-map__no-venue-modal-close:focus .tribe-events-pro-map__no-venue-modal-close-icon-svg path, .tribe-events-pro .tribe-events-pro-map__no-venue-modal-close:hover .tribe-events-pro-map__no-venue-modal-close-icon-svg path {
	stroke: var(--tec-color-icon-primary);
}

.tribe-events-pro .tribe-events-pro-map__event-column:after, .tribe-events-pro .tribe-events-pro-map__event-column:before {
	background-color: var(--tec-color-border-default);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}

.tribe-events-pro .tribe-events-pro-map__event-column:before {
	left: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-column:after {
	right: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-cards-wrapper:hover .tribe-events-pro-map__event-cards-scroll-pane {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-map__event-cards-wrapper:after, .tribe-events-pro .tribe-events-pro-map__event-cards-wrapper:before {
	background-color: var(--tec-color-border-default);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.tribe-events-pro .tribe-events-pro-map__event-cards-wrapper:before {
	top: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-cards-wrapper:after {
	bottom: 0;
}

.tribe-events-pro .tribe-events-pro-map__event-cards:focus+.tribe-events-pro-map__event-cards-scroll-pane {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-map__event-cards-scroll-pane {
	opacity: 0;
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-map__event-cards-scroll-pane.active {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper:not(:first-child) {
	margin-top: -1px;
}

.tribe-events-pro .tribe-events-pro-map__event-card-button {
	border: 1px solid var(--tec-color-border-default);
	text-align: left;
}

.tribe-events-pro .tribe-events-pro-map__event-card-button:focus, .tribe-events-pro .tribe-events-pro-map__event-card-button:hover {
	border: 1px solid var(--tec-color-border-hover);
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
	border: 1px solid var(--tec-color-accent-primary);
	box-shadow: var(--tec-box-shadow-card);
}

.tribe-events-pro .tribe-events-pro-map__event-date-tag-month {
	color: var(--tec-color-text-primary);
	color: var(--tec-color-text-secondary);
	font-family: var(--tec-font-family-sans-serif);
	font-size: var(--tec-font-size-0);
	font-weight: var(--tec-font-weight-regular);
	line-height: var(--tec-line-height-2);
	text-transform: uppercase;
}

.tribe-events-pro .tribe-events-pro-map__event-featured-image-link {
	transition: var(--tec-transition-opacity);
}

.tribe-events-pro .tribe-events-pro-map__event-featured-image-link:focus, .tribe-events-pro .tribe-events-pro-map__event-featured-image-link:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-map__event-featured-image-link:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-map__event-datetime-wrapper, .tribe-events-pro .tribe-events-pro-map__event-tooltip-datetime-wrapper {
	color: var(--tec-color-text-event-date);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-datetime-featured-text {
	color: var(--tec-color-accent-primary);
	font-weight: var(--tec-font-weight-bold);
}

.tribe-events-pro .tribe-events-pro-map__event-title {
	color: var(--tec-color-text-events-title);
	line-height: var(--tec-line-height-0);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-title-link {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-title-link:active, .tribe-events-pro .tribe-events-pro-map__event-tooltip-title-link:focus, .tribe-events-pro .tribe-events-pro-map__event-tooltip-title-link:hover {
	background: rgba(0, 0, 0, 0);
	border-color: currentColor;
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-title-link:visited {
	background: rgba(0, 0, 0, 0);
	color: var(--tec-color-text-events-title);
}

.tribe-events-pro .tribe-events-pro-map__event-venue {
	font-style: normal;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-distance {
	color: var(--tec-color-text-secondary);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-venue {
	font-style: normal;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button:focus, .tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button:hover {
	opacity: var(--tec-opacity-icon-hover);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button:active {
	opacity: var(--tec-opacity-icon-active);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button-icon-svg {
	flex: none;
	height: 10px;
	width: 13px;
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--prev .tribe-events-pro-map__event-tooltip-navigation-button-icon-svg {
	margin-right: var(--tec-spacer-1);
	transform: rotate(180deg);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--next .tribe-events-pro-map__event-tooltip-navigation-button-icon-svg {
	margin-left: var(--tec-spacer-1);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--disabled {
	color: var(--tec-color-icon-secondary);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--disabled:active, .tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--disabled:focus, .tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--disabled:hover {
	opacity: var(--tec-opacity-default);
}

.tribe-events-pro .tribe-events-pro-map__event-tooltip-navigation-button--disabled .tribe-events-pro-map__event-tooltip-navigation-button-icon-svg path {
	fill: var(--tec-color-icon-secondary);
}

.tribe-events-pro .gm-style {
	font-family: var(--tec-font-family-sans-serif);
}

.tribe-events-pro .gm-style .gm-style-iw-c {
	border-radius: var(--tec-border-radius-default);
}

.tribe-events-pro .tribe-events-pro-map__nav {
	border-color: var(--tec-color-border-default);
	border-style: solid;
	border-width: 0 1px 1px;
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev {
	font-weight: var(--tec-font-weight-regular);
}

.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next-icon-svg, .tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev-icon-svg {
	height: 12px;
}

.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__prev-icon-svg {
	margin-right: 8px;
}

.tribe-events-pro .tribe-events-pro-map__nav .tribe-events-c-nav__next-icon-svg {
	margin-left: 8px;
}

.tribe-events-pro .tribe-events-pro-organizer__meta-categories-term-link, .tribe-events-pro .tribe-events-pro-organizer__meta-categories-term-link:visited, .tribe-events-pro .tribe-events-pro-organizer__meta-email-link, .tribe-events-pro .tribe-events-pro-organizer__meta-website-link {
	color: var(--tec-color-accent-primary);
}

.tribe-events-pro .tribe-events-pro-venue__meta-map {
	border: 1px solid var(--tec-color-border-default);
}

.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-venue__meta-map {
	border: 0;
}

.tribe-events-pro .tribe-events-pro-venue__meta-address-directions-link, .tribe-events-pro .tribe-events-pro-venue__meta-categories-term-link, .tribe-events-pro .tribe-events-pro-venue__meta-categories-term-link:visited, .tribe-events-pro .tribe-events-pro-venue__meta-website-link {
	color: var(--tec-color-accent-primary);
}
@media print{
.tribe-events-pro .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__event-column, .tribe-events-pro .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-map__map, .tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper {
	height: auto !important;
}

.tribe-events-pro .tribe-events-pro .tribe-events-pro-map__event-cards {
	position: relative !important;
}
}
@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-virtual-virtual-event {
	align-items: center;
	display: flex;
}

.tribe-events .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-virtual-virtual-event__icon {
	display: inline-block;
	line-height: 0;
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-virtual-hybrid-event__icon-svg {
	height: 12px;
}

.tribe-events .tribe-events-virtual-virtual-event__icon-svg {
	height: 10px;
}

.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event {
	margin: var(--tec-spacer-1) 0;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-day .tribe-events-virtual-virtual-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-calendar-list .tribe-events-virtual-virtual-event {
	margin-bottom: var(--tec-spacer-3) 0;
}

.tribe-events .tribe-events-calendar-day .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-day .tribe-events-virtual-virtual-event:last-child, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-latest-past .tribe-events-virtual-virtual-event:last-child, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-hybrid-event:last-child, .tribe-events .tribe-events-calendar-list .tribe-events-virtual-virtual-event:last-child {
	margin-bottom: 0;
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event {
	display: inline-block;
	line-height: 0;
}

.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-virtual-virtual-event {
	flex: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event {
	margin-top: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-1);
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__icon-svg {
	width: 16px;
}

.tribe-events .tribe-events-calendar-month .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-calendar-month .tribe-events-virtual-virtual-event__text, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event {
	display: inline-block;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon {
	margin-right: 0;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__icon-svg, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__icon-svg {
	height: 10px;
}

.tribe-events .tribe-events-pro-summary .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-summary .tribe-events-virtual-virtual-event__text {
	display: none;
}

.tribe-events .tribe-events-pro-photo__event.tribe-events-hybrid-event, .tribe-events .tribe-events-pro-photo__event.tribe-events-virtual-event {
	position: relative;
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event {
	align-items: center;
	background-color: var(--tec-color-background);
	border-radius: 13px;
	display: flex;
	height: 26px;
	justify-content: center;
	left: calc(var(--tec-grid-gutter-small-half) + var(--tec-spacer-2));
	position: absolute;
	top: var(--tec-spacer-2);
	width: 37px;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-photo .tribe-events-virtual-virtual-event {
	left: calc(var(--tec-grid-gutter-half) + var(--tec-spacer-2));
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__icon {
	margin-right: 0;
}

.tribe-events .tribe-events-pro-photo .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-photo .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events .tribe-events-pro-map .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-virtual-event {
	margin-top: var(--tec-spacer-1);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event {
	display: inline-block;
	line-height: 0;
}

.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-virtual-virtual-event {
	flex: none;
}

.tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event {
	margin-bottom: var(--tec-spacer-1);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__icon, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__icon, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__icon {
	margin-right: var(--tec-spacer-0);
}

.tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__text, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__text, .tribe-events .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tribe-events #tribe-filter-VirtualEvents span {
	white-space: normal;
}

@svg-load arrow-right-active url("../icons/arrow-right.svg") {}

@svg-load arrow-right-secondary url("../icons/arrow-right.svg") {}

@svg-load arrow-right-white url("../icons/arrow-right.svg") {}

@svg-load arrow url("../icons/arrow.svg") {}

@svg-load caret-down url("../icons/caret-down.svg") {}

@svg-load caret-left url("../icons/caret-left.svg") {}

@svg-load caret-left-active url("../icons/caret-left.svg") {}

@svg-load caret-left-disabled url("../icons/caret-left.svg") {}

@svg-load caret-left-secondary url("../icons/caret-left.svg") {}

@svg-load caret-right url("../icons/caret-right.svg") {}

@svg-load caret-right-active url("../icons/caret-right.svg") {}

@svg-load caret-right-disabled url("../icons/caret-right.svg") {}

@svg-load caret-right-secondary url("../icons/caret-right.svg") {}

@svg-load caret-right-white url("../icons/caret-right.svg") {}

@svg-load caret-up url("../icons/caret-up.svg") {}

@svg-load check-white url("../icons/check.svg") {}

@svg-load close url("../icons/close.svg") {}

@svg-load close-secondary url("../icons/close.svg") {}

@svg-load day url("../icons/day.svg") {}

@svg-load dropdown url("../icons/dropdown.svg") {}

@svg-load error-active url("../icons/error.svg") {}

@svg-load featured url("../icons/featured-event.svg") {}

@svg-load featured-active url("../icons/featured-event.svg") {}

@svg-load featured-white url("../icons/featured-event.svg") {}

@svg-load filters url("../icons/filters.svg") {}

@svg-load filters-active url("../icons/filters.svg") {}

@svg-load filters-disabled url("../icons/filters.svg") {}

@svg-load link-active url("../icons/link.svg") {}

@svg-load guest-active url("../icons/guest.svg") {}

@svg-load guest-disabled url("../icons/guest.svg") {}

@svg-load list url("../icons/list.svg") {}

@svg-load location url("../icons/location.svg") {}

@svg-load location-active url("../icons/location.svg") {}

@svg-load location-disabled url("../icons/location.svg") {}

@svg-load location-focus url("../icons/location.svg") {}

@svg-load mail-active url("../icons/mail.svg") {}

@svg-load map url("../icons/map.svg") {}

@svg-load map-pin-active url("../icons/map-pin.svg") {}

@svg-load month url("../icons/month.svg") {}

@svg-load paper-plane-active url("../icons/paper-plane.svg") {}

@svg-load phone-active url("../icons/phone.svg") {}

@svg-load photo url("../icons/photo.svg") {}

@svg-load plus-focus url("../icons/plus.svg") {}

@svg-load plus-white url("../icons/plus.svg") {}

@svg-load recurring url("../icons/recurring-events.svg") {}

@svg-load recurring-active url("../icons/recurring-events.svg") {}

@svg-load remove url("../icons/remove.svg") {}

@svg-load remove-secondary url("../icons/remove.svg") {}

@svg-load reset url("../icons/reset.svg") {}

@svg-load reset-active url("../icons/reset.svg") {}

@svg-load reset-disabled url("../icons/reset.svg") {}

@svg-load search url("../icons/search.svg") {}

@svg-load search-active url("../icons/search.svg") {}

@svg-load search-disabled url("../icons/search.svg") {}

@svg-load search-focus url("../icons/search.svg") {}

@svg-load search-filter url("../icons/search-filter.svg") {}

@svg-load week url("../icons/week.svg") {}

.tribe-events .tribe-events-virtual-hybrid-event__icon-svg:hover circle, .tribe-events .tribe-events-virtual-hybrid-event__icon-svg:hover ellipse, .tribe-events .tribe-events-virtual-hybrid-event__icon-svg:hover path, .tribe-events .tribe-events-virtual-virtual-event__icon-svg:hover circle, .tribe-events .tribe-events-virtual-virtual-event__icon-svg:hover ellipse, .tribe-events .tribe-events-virtual-virtual-event__icon-svg:hover path {
	opacity: var(--tec-opacity-icon-hover);
	stroke: currentcolor;
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-virtual-virtual-event {
	opacity: .64;
}

.tribe-events .tribe-events-pro-map__event-card .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map__event-card .tribe-events-virtual-virtual-event {
	font-size: var(--tec-font-size-0);
	line-height: var(--tec-line-height-2);
}

.tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-hybrid-event, .tribe-events .tribe-events-pro-map__event-tooltip .tribe-events-virtual-virtual-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-map__event-card .tribe-events-virtual-hybrid-event, .tribe-events.tribe-common--breakpoint-medium .tribe-events-pro-map__event-card .tribe-events-virtual-virtual-event {
	font-size: var(--tec-font-size-1);
	line-height: var(--tec-line-height-0);
}

.tribe-mini-calendar-block {
	max-width: 767px;
}

@media screen and (max-width:768px) {
	.tribe-mini-calendar-block .tribe-common .tribe-common-l-container, .tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month {
		padding: 0;
	}
}

.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus {
	background-color: var(--tec-color-accent-primary);
}

.tribe-mini-calendar-block .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
	color: #fff;
}

@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em) * .25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)).nitro-lazy, :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)).nitro-lazy {
	background-image: none !important;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.aligncenter, .wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
	border: 1px solid;
	padding: .25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center;
}

.wp-block-categories .wp-block-categories__label {
	display: block;
	width: 100%;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	text-align: initial;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
	padding: calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none;
}

.wp-block-comments {
	box-sizing: border-box;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers, .wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	font-size: inherit;
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-comment-date {
	box-sizing: border-box;
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
	box-sizing: border-box;
}

.wp-block-cover, .wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	position: relative;
	width: 100%;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-touch-callout:inherit) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
	z-index: 0;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
	z-index: 1;
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
	z-index: auto;
}

.wp-block-details {
	box-sizing: border-box;
}

.wp-block-details summary {
	cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

:where(.wp-block-file) {
	margin-bottom: 1.5em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%;
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em;
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em;
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row;
	width: fit-content;
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0;
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse;
}

.wp-block-form-input__label-content {
	width: fit-content;
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em;
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em;
}

textarea.wp-block-form-input__input {
	min-height: 10em;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0));
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a, .wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	max-height: 40%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	will-change: transform;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
	}
	
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8);
	}
	
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
	}
	
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714);
	}
	
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg;
}

.wp-block-image>a, .wp-block-image>figure>a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}
	
	.wp-block-image img.show {
		animation: show-content-image .4s;
	}
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius]>a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull>a, .wp-block-image.alignwide>a {
	width: 100%;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(90, 90, 90, .25);
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity .2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: rgba(90, 90, 90, .25);
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility .25s both;
	}
	
	.wp-lightbox-overlay.active img {
		animation: turn-on-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) {
		animation: turn-off-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) img {
		animation: turn-off-visibility .25s both;
	}
	
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}
	
	99% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	99% {
		opacity: 0;
		visibility: visible;
	}
	
	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
	}
	
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}
	
	99% {
		visibility: visible;
	}
	
	to {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
	font-size: inherit;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}
	
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}
	
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol, ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-loginout, .wp-block-media-text {
	box-sizing: border-box;
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
}

.wp-block-media-text__media a {
	display: block;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	position: relative;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		transition: opacity .1s linear;
	}
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none;
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
	z-index: 100000;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation: overlay-menu__fade-in-animation .1s ease-out;
		animation-fill-mode: forwards;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: rgba(0, 0, 0, 0) !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}
	
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px;
}

.link-ui-block-inserter {
	padding-top: 8px;
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.wp-block-page-list {
	box-sizing: border-box;
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg;
}

.wp-block-post-author {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-author-biography {
	box-sizing: border-box;
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments-form input[type=submit] {
	width: auto;
}

.wp-block-post-comments-count {
	box-sizing: border-box;
}

.wp-block-post-content {
	display: flow-root;
}

.wp-block-post-comments-link, .wp-block-post-date {
	box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%;
}

.wp-block-post-featured-image :where(img) {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
	box-sizing: border-box;
}

.wp-block-post-title {
	word-break: break-word;
}

.wp-block-post-title :where(a) {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-post-author-name {
	box-sizing: border-box;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	margin-top: 0;
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.has-text-align-center blockquote {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
	display: block;
}

.wp-block-post-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em);
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright, .wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em;
}

.wp-block-post-template-is-layout-constrained>li>.alignleft, .wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0;
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter, .wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title, .wp-block-query-total, .wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-quote>cite {
	display: block;
}

.wp-block-read-more {
	display: block;
	width: fit-content;
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none;
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}
	
	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}
	
	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}
	
	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}
	
	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em;
}

.wp-block-rss {
	box-sizing: border-box;
	list-style: none;
	padding: 0;
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

.wp-block-site-tagline, .wp-block-site-title {
	box-sizing: border-box;
}

.wp-block-site-title :where(a) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
}

@media not (prefers-reduced-motion) {
	.wp-block-social-link {
		transition: transform .1s ease;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
	background-color: #5865f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #0866ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
	color: #5865f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #0866ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .6666666667em;
	padding-right: .6666666667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: .5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: rgba(0, 0, 0, 0);
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color>* {
	border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color]>*, .wp-block-table table[style*=border-top-color]>* td, .wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color]>*, .wp-block-table table[style*=border-bottom-color]>* td, .wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style]>* {
	border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.3333333333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.editor-styles-wrapper, .entry-content {
	counter-reset: footnotes;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.has-text-align-right {
	text-align: right;
}

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}
