/* Grouped Resources */

.grouped-resources ul{
	list-style: none;
	padding: 0;
}
.grouped-resources .nav-tabs{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 70px!important;
	padding-left: 0!important;
}
.grouped-resources .nav-tabs button{
	border: 0;
	border-radius: 30px;
	padding: 8px 35px 9px;
	background: transparent;
}
.grouped-resources .nav-tabs button.active{
	background: var(--lilac30);
}
.grouped-resources .nav-tabs button:hover, .grouped-resources .nav-tabs button:focus{
	border: 0!important;
}
.grouped-resources .tab-content .tab-pane{
	border: 0!important;
	padding: 0!important;
}
.grouped-resources .tab-content .fade{
	display: none;
}
.grouped-resources .tab-content .tab-pane.active.show{
	display: block;
}
.grouped-resources .intro{
	margin-bottom: 20px!important;
}
@media screen and (max-width: 991px){
	.grouped-resources .nav-tabs{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px!important;
		text-align: center;
	}
	.grouped-resources .nav-tabs button{
		padding: 8px 15px 9px;
		font-size: 16px;
		background: #f3f3f3;
	}
	.grouped-resources .nav-tabs li{
		margin: 0 5px 10px 0;
		display: inline-block;
	}
}