
/*!
 * 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);
}
}