.team-age {
	font-family: 'Roboto Condensed', sans-serif;
}
.team-age .accordion-page-toggler {
	text-transform: uppercase;
}
.team-list {
	list-style: none;
	color: #161c4a;
	margin-left: 0;
	font-size: 1.25rem;
	font-weight: bold;
}
.team-list li {
	margin-top: 0.5em;
	display: block;
}
.team-list li a {
	display: block;
	text-decoration: none;;
}
.team-list li label {
	display: inline-block;
	min-width: 4em;
	cursor: inherit;
}
.team-list li .button.icon {
	margin: -0.2em 0 0 0.5em;
}
.team-list li a::after {
	content: '>';
	float: right;
	background: url('../../images/icons/blue/chevron-right.svg') no-repeat center;
	background-size: contain;
	width: 0.6rem;
	margin-right: 0.35rem;
	text-indent: 2rem;
	overflow: hidden;
}
.team-colour {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 100%;
	background: #ccc;
	border: 1px solid #161c4a;
	vertical-align: middle;
	margin: -0.2em 0.5em 0 0;
}

.kits-and-sponsor {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin: 2rem auto;
}
@media screen and (max-width: 768px) {
	.kits-and-sponsor {
		grid-template-columns: repeat(1, 1fr);
	}
}
.kits {
	display: flex;
	width: 100%;
	background: white;
	padding: 1em;
	border: 1px solid #5b5b5d;
	box-sizing: border-box;
}
.kits figure {
	margin: 0;
	text-align: center;
	flex: 1;
}
.kits figure + figure {
	border-left: 1px solid #707070;
}
@media screen and (max-width: 400px) {
	.kits {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}
	.kits figure {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.kits figure + figure {
		border-left: none;
		border-top: 1px solid #707070;
	}
}
.sponsor h4 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	
}
.sponsor .sponsor-details {
	font-size: 0.8rem;
	color: #161c4a;
	display: flex;
	justify-content: space-between;
	align-items: top;
	gap: 2rem;
	margin-top: 2rem;
}
.sponsor .sponsor-details > * {
	margin: 0;
}
.sponsor .sponsor-details .social-media-accounts a {
	width: 1.35rem;
	text-align: center;
	display: inline-block;
}
.sponsor .sponsor-details .social-media-accounts img {
	max-width: 1.35rem;
	max-height: 1.35rem;
}
.players-wanted {
	margin: 2rem auto;
	padding: 0.65rem;
}
.players-wanted.bordered {
	border-color: #161c4a;
}
.players-wanted h3 {
	color: #161c4a;
}
.players-wanted h3 .icon.button {
	margin-right: 0.25rem;
}