.events {
	position: relative;
}

.events .btn .icn-bg-circle svg {
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.events-group .event-paging-group .event {
	padding-bottom: 1rem;
}

.events-group .event-paging-group .event + .event {
	margin-top: 1rem;
}

@media screen and (min-width: 720px) {
	.events-group .event-paging-group {
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.events-group .event-paging-group .event + .event {
		margin-top: 0;
	}
}
.event span {
	display: block;
	margin-bottom: 10px;
}

.event .svg-group {
	float: left;
	padding-right: 10px;
}

.event hr {
	width: 40px;
	height: 1px;
	background: #333333;
	border: none;
	margin: 0 0 15px;
}

.event a {
	font-family: "AvenirNextDemi", Arial, sans-serif;
	margin-left: 31px;
}

.event strong {
	display: block;
	clear: both;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.box-content.events {
	padding-top: 25px;
	box-shadow: 0px -7px 6px -6px rgba(0, 0, 0, 0.2);
}

.tabs-overflow {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

ul.tabs {
	height: 75px;
	background: #a7a7aa;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.tabs li {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}
ul.tabs li a {
	transition: all 0.1s linear;
	font-family: "AvenirNextDemi", Arial, sans-serif;
	font-size: 1.1em;
	color: #333333;
	background: #fff;
	display: inline-block;
	padding: 15px 25px 12px 25px;
}
ul.tabs li a span {
	display: block;
	font-size: 0.85em;
}
ul.tabs li.red {
	border-top: 4px solid #ce0d1c;
}
ul.tabs li.red:hover a {
	background: #ce0d1c;
	color: #fff;
}
ul.tabs li.red.active:hover a {
	background: #f7f7f7;
	color: #333333;
}
ul.tabs li.blue {
	border-top: 4px solid #7ea7cc;
}
ul.tabs li.blue:hover a {
	background: #7ea7cc;
	color: #fff;
}
ul.tabs li.blue.active:hover a {
	background: #f7f7f7;
	color: currentColor;
}
ul.tabs li.green {
	border-top: 4px solid #2cac87;
}
ul.tabs li.green:hover a {
	background: #2cac87;
	color: #fff;
}
ul.tabs li.green.active:hover a {
	background: #f7f7f7;
	color: currentColor;
}
ul.tabs li.orange {
	border-top: 4px solid #eba75c;
}
ul.tabs li.orange:hover a {
	background: #eba75c;
	color: #fff;
}
ul.tabs li.orange.active:hover a {
	background: #f7f7f7;
	color: currentColor;
}
ul.tabs li.purple {
	border-top: 4px solid #9492c8;
}
ul.tabs li.purple:hover a {
	background: #9492c8;
	color: #fff;
}
ul.tabs li.purple.active:hover a {
	background: #f7f7f7;
	color: currentColor;
}
ul.tabs li.active {
	position: relative;
	z-index: 500;
	border-top: 4px solid #f7f7f7;
}
ul.tabs li.active a {
	background: #f7f7f7;
}