.sponsor-activity,
.gc-activity {
	background: #fff;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.sponsor-activity *,
.sponsor-activity *:before,
.sponsor-activity *:after,
.gc-activity *,
.gc-activity *:before,
.gc-activity *:after {
	box-sizing: inherit;
}

.sponsor-page-title {
	margin: 0 0 30px;
}

.sponsor-last-updated {
	text-align: right;
}

.sponsor-filters {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.sponsor-filters__btn {
	display: block;
	background: none;
	border: none;
	flex: 1 0 0px;
	color: #0096d6;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.sponsor-filters__btn::after {
	content: '';
	display: block;
	height: 6px;
	margin: 5px 0 0 0;
	background: #ccc;
}

.sponsor-filters__btn:hover::after,
.sponsor-filters__btn:focus::after {
	background: currentColor;
}

.sponsor-filters__btn.active::after {
	background: currentColor;
}

.sponsor-filters__btn:first-child::after {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sponsor-filters__btn:last-child::after {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sponsor-legend {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0 !important;
	font-size: 18px;
	color: #4d4d4d;
}

.sponsor-legend__item {
	display: flex;
	align-items: center;
	padding: 0 15px !important;
	margin: 0 !important;
	background: none !important;
	cursor: pointer;
}

.sponsor-legend__checkbox {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.sponsor-legend__color {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin: 0 7px 0 0;
	border-radius: 5px;
	border: 2px solid currentColor;
}

.sponsor-legend__check {
	width: 80%;
	height: 80%;
	fill: currentColor;
	opacity: 0;
}

.sponsor-legend__checkbox:checked ~ .sponsor-legend__color .sponsor-legend__check {
	opacity: 1;
}

.sponsor-bottom-content {
	margin: 100px 0 0;
}

.dijitTooltip {
	pointer-events: none;
}

.dijitTooltipContainer {
	padding: 4px;
	background: #fff;
	border: solid currentColor 1px;
	color: #0096d6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	bottom: 20px;
}

@media (min-width: 960px) {
	.sponsor-activity {
		padding: 45px;
	}
}