/*# sourceMappingURL=style-blocks.css.map */

.has-white-color {
	color: #fff;
}

.has-white-background-color {
	background-color: #fff;
}

.has-heavenly-color {
	color: #4d91c7;
}

.has-heavenly-background-color {
	background-color: #4d91c7;
}

.has-lightblue-color {
	color: #005fb0;
}

.has-lightblue-background-color {
	background-color: #005fb0;
}

.has-blue-color {
	color: #006;
}

.has-blue-background-color {
	background-color: #006;
}

.has-yellow-color {
	color: #ffb700;
}

.has-yellow-background-color {
	background-color: #ffb700;
}

.hero-content {
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.hero-content {
		margin-bottom: 4rem !important;
	}
}

.hero-content .prev:not(.slick-arrow), .hero-content .next:not(.slick-arrow) {
	display: none;
}

.hero-content .slick-dots {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slick-dots {
		bottom: 10rem;
	}
}

.hero-content .slide-inner {
	max-height: 51rem;
	min-height: 51rem;
	height: 100%;
	border-bottom-left-radius: 12rem;
	position: relative;
	background: #006;
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slide-inner {
		max-height: 51rem;
		min-height: 51rem;
		border-bottom-left-radius: 6rem;
	}
}

.hero-content .slide-inner .container {
	position: relative;
	height: 51rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slide-inner .container {
		height: 51rem;
	}
}

.hero-content .slide-inner h1, .hero-content .slide-inner h3, .hero-content .slide-inner p {
	color: #fff;
}

.hero-content .slide-inner h1, .hero-content .slide-inner h3 {
	font-family: "Kanit", sans-serif;
	font-weight: 600;
	font-size: 7rem;
	line-height: 7rem;
	color: #ffb700;
	max-width: 52rem;
}

@media only screen and (max-width: 991.98px) {
	.hero-content .slide-inner h1, .hero-content .slide-inner h3 {
		font-size: 6rem;
		line-height: 6rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slide-inner h1, .hero-content .slide-inner h3 {
		margin-left: auto;
		margin-right: auto;
		font-size: 4rem;
		line-height: 5rem;
		max-width: 100%;
	}
}

.hero-content .slide-inner h1 {
	max-width: 100%;
}

.hero-content .slide-inner h2 {
	font-family: "Kanit", sans-serif;
	font-weight: 600;
	color: #ffb700;
	font-size: 4.5rem;
	line-height: 5rem;
	margin-bottom: 0rem;
}

@media only screen and (max-width: 991.98px) {
	.hero-content .slide-inner h2 {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}

.hero-content .slide-inner h3 {
	text-transform: capitalize;
}

.hero-content .slide-inner img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 72rem;
	z-index: 1;
}

@media only screen and (max-width: 1199.98px) {
	.hero-content .slide-inner img {
		max-width: 62rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.hero-content .slide-inner img {
		max-width: 47rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slide-inner img {
		max-width: 72rem;
		width: auto;
		z-index: 1;
		bottom: inherit;
		top: 50%;
		-webkit-transform: translate(-50%, -60%);
		transform: translate(-50%, -60%);
		right: inherit;
		left: 50%;
		max-height: 42rem;
	}
}

.hero-content .slide-inner .btn {
	font-size: 1.5rem;
	height: 4rem;
	border-radius: .5rem;
	min-width: 11.3rem;
	margin-top: 4rem;
}

.hero-content .slide-inner .slide-copy {
	position: relative;
	z-index: 3;
	margin-left: 8rem;
}

@media only screen and (max-width: 991.98px) {
	.hero-content .slide-inner .slide-copy {
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero-content .slide-inner .slide-copy {
		position: absolute;
		top: 50%;
		bottom: inherit;
		padding-left: 2rem;
		padding-right: 2rem;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-left: 0;
	}
}

.hero-content .slide-inner h1.white, .hero-content .slide-inner h2.white, .hero-content .slide-inner h3.white {
	color: #fff;
}

.hero-content .slide-inner h1.heavenly, .hero-content .slide-inner h2.heavenly, .hero-content .slide-inner h3.heavenly {
	color: #4d91c7;
}

.hero-content .slide-inner h1.lightblue, .hero-content .slide-inner h2.lightblue, .hero-content .slide-inner h3.lightblue {
	color: #005fb0;
}

.hero-content .slide-inner h1.blue, .hero-content .slide-inner h2.blue, .hero-content .slide-inner h3.blue {
	color: #006;
}

.hero-content .slide-inner h1.yellow, .hero-content .slide-inner h2.yellow, .hero-content .slide-inner h3.yellow {
	color: #ffb700;
}

.white-text {
	color: #fff !important;
}

.hero-content-right .slide-inner {
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 12rem;
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left top, from(#006), color-stop(50%, #305aa2), to(#4d91c7)) 0% 0% no-repeat padding-box;
	background: rgba(0, 0, 0, 0) linear-gradient(270deg, #006 0%, #305aa2 50%, #4d91c7 100%) 0% 0% no-repeat padding-box;
}

.hero-content-right .slide-inner .container {
	height: 51rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-content-right .slide-inner img {
	position: absolute;
	left: -4.5rem;
	bottom: -1rem;
	max-width: 72rem;
}

.hero-content-right .slide-inner h1, .hero-content-right .slide-inner h3 {
	color: #fff;
}

.hero-memberships.hero-content {
	border-bottom-left-radius: 12rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-memberships.hero-content {
		border-bottom-left-radius: 6rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero-memberships.hero-content .container {
		height: 53rem;
	}
}

@media screen and (max-width: 480px) {
	.hero-memberships.hero-content .container {
		height: 42rem;
	}
}

.hero-memberships.hero-content .overlay {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#006), to(rgba(0, 0, 102, 0))) 0% 0% no-repeat padding-box;
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #006 0%, rgba(0, 0, 102, 0) 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-bottom-left-radius: 12rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-memberships.hero-content .overlay {
		border-bottom-left-radius: 6rem;
	}
}

.hero-memberships.hero-content .slide-inner {
	border-bottom-left-radius: 12rem;
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width: 767.98px) {
	.hero-memberships.hero-content .slide-inner {
		border-bottom-left-radius: 6rem;
		min-height: 53rem;
		max-height: 53rem;
	}
	
	.hero-memberships.hero-content .slide-inner .slide-copy {
		padding-left: 2rem;
		padding-right: 2rem;
		width: 100%;
		bottom: inherit;
		top: 3.2rem;
		text-align: center;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	
	.hero-memberships.hero-content .slide-inner h1 {
		font-size: 5rem;
		line-height: 5.1rem;
		margin-bottom: 0;
	}
	
	.hero-memberships.hero-content .slide-inner h2 {
		margin-bottom: 0rem;
		font-size: 3rem;
		line-height: 4rem;
	}
}

@media screen and (max-width: 480px) {
	.hero-memberships.hero-content .slide-inner {
		min-height: 42rem;
		max-height: 42rem;
	}
}

.hero-memberships.hero-content .slide-inner h1, .hero-memberships.hero-content .slide-inner h3 {
	color: #fff;
}

.hero-memberships.hero-content .slide-inner img {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.hero-memberships.hero-content .slide-inner .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-basic {
	margin-bottom: 6rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-basic {
		margin-bottom: 4.3rem;
	}
}

.hero-basic .overlay {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#006), to(rgba(0, 0, 102, 0))) 0% 0% no-repeat padding-box;
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #006 0%, rgba(0, 0, 102, 0) 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 51rem;
}

.hero-basic .slide-inner {
	max-height: 26.3rem;
	min-height: 26.3rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-basic .slide-inner {
		max-height: 21.2rem;
		min-height: 21.2rem;
	}
}

.hero-basic .slide-inner .container {
	height: 26.3rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-basic .slide-inner .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 21.2rem;
	}
}

.hero-basic .slide-inner .slide-copy {
	margin-left: 0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-basic .slide-inner h1, .hero-basic .slide-inner h3 {
	font-size: 6rem;
	line-height: 6rem;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

@media only screen and (max-width: 767.98px) {
	.hero-basic .slide-inner h1, .hero-basic .slide-inner h3 {
		font-size: 4rem;
		text-align: center;
		margin: 0;
	}
}

.hero-basic .slide-inner h1 {
	text-align: center;
	margin-bottom: 0;
}

.hero-locations {
	max-height: 51rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
	.hero-locations {
		max-height: -webkit-fit-content;
		max-height: -moz-fit-content;
		max-height: fit-content;
	}
}

#hero_repeater .slide-inner.roller-skating .col-md-6 {
	width: 100%;
}

#hero_repeater .slide-inner.roller-skating .col-md-6 h3 {
	max-width: 750px;
	text-transform: none;
	font-size: 5rem;
	line-height: 6rem;
	font-weight: 400;
	margin-bottom: 2.2rem;
}

@media only screen and (max-width: 991.98px) {
	#hero_repeater .slide-inner.roller-skating .col-md-6 h3 {
		font-size: 4rem;
		line-height: 5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	#hero_repeater .slide-inner.roller-skating .col-md-6 h3 {
		font-size: 3rem;
		line-height: 4rem;
	}
}

#hero_repeater .slide-inner.roller-skating .col-md-6 h3 strong {
	font-weight: 500;
}

#hero_repeater .slide-inner.roller-skating .col-md-6 .slide-copy p {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	#hero_repeater .slide-inner.roller-skating .col-md-6 .slide-copy p {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	#hero_repeater .slide-inner.roller-skating .col-md-6 .btn {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1199.98px) {
	#hero_repeater .slide-inner.family-hub .col-md-6 {
		width: 70%;
	}
}

#hero_repeater .slide-inner.family-hub .col-md-6 .slide-copy h3 {
	max-width: 50rem !important;
}

@media only screen and (max-width: 767.98px) {
	#hero_repeater .slide-inner.family-hub .col-md-6 .slide-copy h3 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

#hero_repeater .slide-inner.family-hub .col-md-6 .slide-copy p {
	max-width: 483px;
}

@media only screen and (max-width: 767.98px) {
	#hero_repeater .slide-inner.family-hub .col-md-6 .btn {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
}

.hero-locations.hero-content.hero .slide-inner {
	overflow: hidden;
}

.hero-locations.hero-content.hero .slide-inner img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
	.hero-locations.hero-content.hero .slide-inner img {
		max-height: 100%;
		-webkit-transform: none;
		transform: none;
	}
}

.hero-locations.hero-content.hero .slide-inner.make-your-move .container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media only screen and (max-width: 1199.98px) {
	.hero-locations.hero-content.hero .slide-inner.make-your-move img {
		-o-object-position: left;
		object-position: left;
	}
}

.hero-locations.hero-content.hero .slide-inner.make-your-move .btn {
	margin-top: 0;
	margin-bottom: 7.5rem;
}

@media only screen and (max-width: 767.98px) {
	.hero-locations.hero-content.hero .slide-inner.make-your-move .btn {
		margin-bottom: 0;
	}
}

.hero-locations.hero-content.hero .slide-inner.joining-fee .container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media only screen and (max-width: 1199.98px) {
	.hero-locations.hero-content.hero .slide-inner.joining-fee img {
		-o-object-position: top;
		object-position: top;
	}
}

.hero-locations.hero-content.hero .slide-inner .slide-copy h3 {
	position: relative;
}

.hero-locations.hero-content.hero .slide-inner .yellow-circle {
	position: absolute;
	top: -60px;
	right: 0px;
	background-color: #ffb700;
	max-width: 100px;
	min-width: 100px;
	border-radius: 50%;
	max-height: 100px;
	min-height: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-locations.hero-content.hero .slide-inner .yellow-circle span {
	text-align: center;
	max-width: 115px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #006;
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
	.hero-locations.hero-content.hero .slide-inner .yellow-circle span {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hero-locations.hero-content.hero .slide-inner .yellow-circle {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 75px;
		min-width: 75px;
		max-height: 75px;
		min-height: 75px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-activities .hero-content {
		margin-bottom: 0rem !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-activities .hero-content .overlay {
		background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 102, .231372549)), to(rgba(0, 0, 102, 0))) 0% 0% no-repeat padding-box;
		background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 102, .231372549) 0%, rgba(0, 0, 102, 0) 100%) 0% 0% no-repeat padding-box;
	}
}

.homepage-video-wrapper {
	min-height: 51rem;
}

.hero-homepage-video {
	background-color: #eaeaea;
}

.hero-homepage-video .slide-inner.video-container {
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.hero-homepage-video .slide-inner.video-container::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0px;
	display: block;
	width: 100%;
	height: 101%;
	z-index: 2;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/homepage-video-gradient.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 767.98px) {
	.hero-homepage-video .slide-inner.video-container::before {
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/homepage-video-gradient-mobile.svg");
	}
}

.hero-homepage-video .slide-inner.video-container .slide-copy h2 {
	max-width: 53rem;
	text-transform: capitalize;
}

.hero-homepage-video video {
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

@media only screen and (max-width: 767.98px) {
	.hero-homepage-video video {
		-o-object-fit: none;
		object-fit: none;
		-o-object-position: 68%;
		object-position: 68%;
		-webkit-transform: none;
		transform: none;
		left: 0;
	}
}

.hero-logo .slide-inner img.logo {
	max-width: 329px !important;
	position: absolute;
	top: 50%;
	left: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767.98px) {
	.hero-logo .slide-inner img.logo {
		top: 25px !important;
		left: 50%;
		max-width: 220px !important;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.hero-logo .hero-tickets {
	background: -webkit-gradient(linear, left top, right top, from(#006), to(#005db5));
	background: linear-gradient(90deg, #006 0%, #005db5 100%);
	border-radius: 20px;
	padding: 50px 25px;
	color: #fff;
	margin-top: -50px;
	z-index: 100;
	max-height: 450px;
	max-width: 376px;
	position: absolute;
	width: 100%;
	max-width: 376px;
	right: 10%;
	bottom: -14%;
}

@media only screen and (max-width: 767.98px) {
	.hero-logo .hero-tickets {
		right: inherit;
		bottom: -11%;
		left: 50%;
		max-width: 87%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.hero-logo .hero-tickets .event-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 48px;
}

.hero-logo .hero-tickets .event-cta a {
	border-radius: 21px;
}

.hero-logo .hero-tickets .event-cta a span {
	margin-right: 10px;
}

.hero-logo .hero-tickets .event-date, .hero-logo .hero-tickets .venue-ctn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #fff;
	padding-top: 33px;
	padding-bottom: 33px;
	font-size: 18px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-facilities .hero-has-tickets {
	margin-bottom: 120px !important;
}

@media only screen and (max-width: 767.98px) {
	.single-facilities .hero-has-tickets {
		margin-bottom: 120px !important;
	}
}

.daily-goals {
	background-color: #ffb700;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 13.1rem;
	border-top-right-radius: 8rem;
	border-bottom-left-radius: 8rem;
	color: #006;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 7.7rem;
	margin-bottom: 6rem;
}

@media only screen and (max-width: 991.98px) {
	.daily-goals {
		padding: 0 3.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.daily-goals {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 3rem;
	}
}

.daily-goals .row {
	width: 100%;
}

.daily-goals p {
	margin-bottom: 0;
}

.daily-goals h3 {
	font-size: 2rem;
	line-height: 2.7rem;
}

.facility-location {
	margin-top: 5rem;
}

@media only screen and (max-width: 767.98px) {
	.facility-location {
		margin-bottom: 0;
	}
}

.facility-location.has-image {
	margin-bottom: 10rem;
}

@media only screen and (max-width: 1299.98px) {
	.facility-location.has-image {
		margin-bottom: 12rem;
	}
}

@media only screen and (max-width: 1199.98px) {
	.facility-location.has-image {
		margin-bottom: 15rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.facility-location.has-image {
		margin-bottom: 10rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.facility-location.has-image {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.facility-location.has-button.has-image {
	margin-bottom: 18rem;
}

@media only screen and (max-width: 767.98px) {
	.facility-location.has-button.has-image {
		margin-bottom: 0;
	}
}

.facility-lcation-inner {
	background-color: #ffb700;
	border-radius: 8rem;
	border-top-left-radius: 0rem;
	padding-top: 4.2rem;
	padding-bottom: 7.25rem;
	padding-left: 7.7rem;
	padding-right: 7.7rem;
	max-height: 43.7rem;
}

@media only screen and (max-width: 767.98px) {
	.facility-lcation-inner {
		display: none;
	}
}

.facility-lcation-inner h2 {
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: bold;
}

.facility-lcation-inner p {
	max-width: 48.8rem;
}

.facility-lcation-inner a:hover {
	color: #006;
}

.facility-lcation-inner .col-lg-6:last-of-type {
	padding-top: 4.1rem;
}

.facility-lcation-inner .col-lg-6:last-of-type h4 {
	margin-bottom: 2rem;
}

.facility-location-img {
	height: 32.9rem;
	width: 100%;
	max-width: 100%;
	border-bottom-left-radius: 8rem;
	margin-left: -12.4rem;
	background-size: cover;
	margin-top: 2rem;
}

@media only screen and (max-width: 991.98px) {
	.facility-location-img {
		height: 23.9rem;
		margin-left: -9.4rem;
	}
}

.single-facility-location {
	padding: .8rem 0;
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 500;
	width: 100%;
	padding-left: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767.98px) {
	.single-facility-location {
		padding-left: 0;
		font-size: 1.4rem;
		line-height: 1.7rem;
		color: #006;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.single-facility-location span {
	width: 100%;
}

.single-facility-location span:first-of-type {
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/blue-pin.svg");
	width: 1.69rem;
	height: 2.53rem;
	background-size: contain;
	background-repeat: no-repeat;
}

.single-facility-location span:first-of-type.nitro-lazy {
	background-image: none !important;
}

.single-facility-location span:last-of-type {
	padding-left: 4rem;
}

.single-facility-location:hover {
	background-color: #006;
	color: #fff;
	border-top-left-radius: 1.8rem;
	border-bottom-left-radius: 1.8rem;
	font-weight: bold;
}

.single-facility-location:hover span:first-of-type {
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/white-pin.svg");
}

.single-facility-location:hover span:first-of-type.nitro-lazy {
	background-image: none !important;
}

.single-facility-location:hover span:last-of-type {
	font-weight: bold;
}

.single-facility-location.no-link:hover {
	background-color: inherit;
	color: inherit;
	font-weight: 500;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.single-facility-location.no-link:hover span:first-of-type {
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/blue-pin.svg");
}

.single-facility-location.no-link:hover span:first-of-type.nitro-lazy {
	background-image: none !important;
}

.facility-location-mob {
	display: none;
}

@media only screen and (max-width: 767.98px) {
	.facility-location-mob {
		display: inline;
	}
}

.facility-location-intro {
	background-color: #006;
	border-top-left-radius: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.facility-location-intro p {
	text-align: center;
	max-width: 30.3rem;
	color: #fff;
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.facility-location-intro a:not(.btn) {
		color: #ffb700;
	}
}

.facility-location-intro .btn {
	margin-top: 2rem;
}

.facility-locations-mob .accordion-button img {
	margin-right: 1.82rem;
}

.activity-intro {
	border-top-left-radius: 12rem;
	border-bottom-right-radius: 12rem;
	padding: 4.3rem 8.8rem;
	background-color: #ffb700;
	padding-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
	.activity-intro {
		padding: 3.2rem 2rem;
		text-align: center;
		border-top-left-radius: 6rem;
		border-bottom-right-radius: 6rem;
	}
}

.activity-intro .btn {
	text-decoration: none !important;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.activity-intro table {
	vertical-align: top;
	border-radius: 1rem;
	background-color: #fff;
	color: #006;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 3rem;
	border: 1px solid #005fb0;
}

.activity-intro table th, .activity-intro table td {
	padding: 1.05rem 1rem;
	text-align: left;
}

.activity-intro table table>:not(caption)>* {
	border-width: 1px 0;
}

.activity-intro table table>:not(caption)>*>* {
	border-width: 0 1px;
}

.activity-intro.Yellow table th, .activity-intro.Yellow table td {
	border: 1px solid #005fb0;
}

.activity-intro.Yellow .btn-yellow {
	background-color: #006;
	color: #fff;
}

.activity-intro.Yellow .btn-yellow:hover {
	background-color: #fff;
	color: #ffb700;
}

.activity-intro.Yellow a {
	text-decoration: underline;
}

.activity-intro.Yellow a:hover {
	text-decoration: none;
	color: #006;
}

.activity-intro.Blue {
	background-color: #005fb0;
	color: #fff;
}

.activity-intro.Blue h2, .activity-intro.Blue h3, .activity-intro.Blue h4, .activity-intro.Blue h5, .activity-intro.Blue h6 {
	color: #fff;
}

.activity-intro.Blue a:not(.btn) {
	color: #ffb700;
}

.activity-intro.Blue a:not(.btn):hover {
	color: #fff;
}

.activity-intro.Blue table th, .activity-intro.Blue table td {
	border: 1px solid #005fb0;
}

.activity-intro h2, .activity-intro h3, .activity-intro h4, .activity-intro h5, .activity-intro h6 {
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: 1.9rem;
}

@media only screen and (max-width: 991.98px) {
	.activity-intro h2, .activity-intro h3, .activity-intro h4, .activity-intro h5, .activity-intro h6 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

.activity-intro .btn {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 767.98px) {
	.activity-intro .btn {
		width: 100%;
		border-radius: 2rem;
	}
}

.activity-intro-inner {
	position: relative;
	padding-bottom: 3.1rem;
}

@media only screen and (min-width: 1200px) {
	.activity-intro-inner .row {
		margin-left: -5rem;
		margin-right: -5rem;
	}
	
	.activity-intro-inner .col-lg-6 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.activity-intro-img {
	height: 100%;
	width: 100%;
	min-height: 45rem;
	max-height: 45rem;
	max-width: 100%;
	padding-right: 3rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
}

@media only screen and (max-width: 1199.98px) {
	.activity-intro-img {
		max-height: 40.5rem;
		min-height: 40.5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.activity-intro-img {
		position: relative;
		margin-bottom: 3rem;
	}
}

.activity-intro-copy {
	max-width: 100%;
	margin-right: 5rem;
}

@media only screen and (max-width: 991.98px) {
	.activity-intro-copy {
		margin: 0 auto;
	}
}

.lessons-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.location-select {
	margin-top: 2rem;
	padding: .5rem .7rem;
	border-radius: 3rem;
	border-color: #006;
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.location-select {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	#mob-activity-intro-select {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.activity-lessons {
	background: rgba(0, 0, 0, 0) linear-gradient(156deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
	border-top-right-radius: 12rem;
	border-bottom-left-radius: 12rem;
	padding-top: 7.3rem;
	padding-bottom: 7.8rem;
}

@media only screen and (max-width: 991.98px) {
	.activity-lessons {
		border-top-right-radius: 6rem;
		border-bottom-left-radius: 6rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-lessons {
		padding-top: 4rem;
	}
}

.all-lessons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #fff;
	margin-top: 4.8rem;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

@media only screen and (max-width: 991.98px) {
	.all-lessons {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 767.98px) {
	.all-lessons {
		margin-top: 3rem;
	}
}

.single-lesson {
	width: 50%;
	background-color: #fff;
	color: #006;
	border-bottom-right-radius: 8rem;
	max-width: 39.7rem;
	margin-top: 3.6rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

@media only screen and (max-width: 991.98px) {
	.single-lesson {
		width: 48%;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-lesson {
		width: 100%;
		border-radius: 2rem;
	}
	
	.single-lesson:first-of-type {
		margin-top: 0;
	}
}

.single-lesson a:hover {
	color: #006;
}

.single-lesson .btn-click .single-lesson-img, .single-lesson .btn-click .single-lesson-content {
	pointer-events: none;
}

.single-lesson .btn-click:hover .btn {
	background-color: #006;
	color: #fff;
}

.single-lesson .btn:hover {
	background-color: #006;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	.single-lesson .btn {
		width: 100%;
		border-radius: 2rem;
		margin-bottom: 0;
	}
}

.single-lesson h4 {
	margin-bottom: .7rem;
}

.single-lesson .single-lesson-img {
	width: 100%;
	height: 23.4rem;
	border-top-left-radius: 8rem;
	background-position: center;
	background-size: cover;
	margin-left: -3.6rem;
	margin-top: -3.6rem;
}

@media only screen and (max-width: 991.98px) {
	.single-lesson .single-lesson-img {
		margin-left: -1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-lesson .single-lesson-img {
		margin-top: 0;
		margin-left: 0;
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-lesson .single-lesson-locations {
		margin-top: 3rem;
	}
}

.single-lesson .single-lesson-locations .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 1rem;
	margin-bottom: 2rem;
}

.single-lesson .single-lesson-locations-title {
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.single-lesson .single-lesson-locations-option {
	border: 1px solid #006;
	font-size: 1.4rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 1.7rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: .4rem 1.4rem;
	margin-bottom: 0;
}

.single-lesson .single-lesson-content {
	padding: 1.3rem 2.3rem;
}

@media only screen and (max-width: 767.98px) {
	.single-lesson .single-lesson-content {
		padding-top: 1.9rem;
		padding-bottom: 3rem;
	}
}

.single-lesson:nth-of-type(2) {
	margin-top: 7rem;
}

@media only screen and (max-width: 767.98px) {
	.single-lesson:nth-of-type(2) {
		margin-top: 3rem;
	}
}

.single-lesson:nth-of-type(2) .single-lesson-img {
	border-top-left-radius: 0rem;
	border-bottom-right-radius: 8rem;
	margin-top: -3rem;
}

@media only screen and (max-width: 767.98px) {
	.single-lesson:nth-of-type(2) .single-lesson-img {
		border-top-left-radius: 2rem;
		border-bottom-right-radius: 0rem;
		margin-top: 0;
	}
}

.membership-intro {
	background-color: rgba(0, 0, 0, 0);
	border-top-left-radius: 12rem;
	min-height: inherit;
	padding-top: 0;
	padding-bottom: 5rem;
	text-align: center;
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.membership-intro {
		padding-bottom: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-intro {
		border-top-left-radius: 6rem;
		padding-top: 0;
		padding-bottom: 1rem;
	}
}

.membership-intro h2 {
	color: #006;
	margin-bottom: 2.23rem;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-intro h2 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.membership-intro .membership-intro-copy {
	max-width: 72rem;
	margin: 0 auto;
}

.membership-intro .membership-intro-copy p {
	position: relative;
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
	.membership-intro .membership-intro-copy p {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.membership-intro .membership-intro-copy p::before {
	content: "";
	position: absolute;
	bottom: -1.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffb700;
	width: 25%;
	height: 1px;
}

@media only screen and (max-width: 767.98px) {
	.membership-intro .membership-intro-copy p::before {
		width: 25%;
		max-width: 100%;
	}
}

.content-left-image-right {
	margin-top: 7.2rem;
}

.content-left-image-right-inner .col-md-6:last-of-type {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content-left-image-right-inner h2 {
	max-width: 73%;
}

@media only screen and (max-width: 767.98px) {
	.content-left-image-right-inner h2 {
		max-width: 100%;
	}
}

.content-left-image-right-inner p {
	max-width: 48.8rem;
}

.content-left-image-right-img {
	width: 100%;
	max-width: 100%;
	height: 35.4rem;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 8rem;
}

.membership-full-width {
	background-color: #ffb700;
	border-radius: 4rem;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 3.6rem 5.2rem;
	position: relative;
	max-width: 94%;
	margin-bottom: 8rem;
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.membership-full-width {
		background-color: #f7f7f7;
		padding: 2rem 2.4rem;
		max-width: 100%;
		border-top-right-radius: 0;
		padding-bottom: 2.9rem;
		border-radius: 0;
		margin-bottom: 1rem;
	}
	
	.membership-full-width .container, .membership-full-width .col-lg-6 {
		padding: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-full-width {
		padding: 2rem .5rem;
	}
}

.membership-full-width .row {
	margin: 0;
}

@media only screen and (max-width: 991.98px) {
	.membership-full-width h2 {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.membership-full-width .btn {
		width: 100%;
		background-color: #ffb700;
		border-radius: 2rem;
		color: #006;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-full-width .btn {
		background-color: #006;
		color: #ffb700;
		margin-top: 0;
	}
}

.membership-full-width p {
	margin-bottom: 2.7rem;
}

@media only screen and (max-width: 991.98px) {
	.membership-full-width p {
		margin-bottom: .7rem;
	}
}

.membership-full-img {
	width: 100%;
	max-width: 50%;
	height: 100%;
	max-height: 27rem;
	border-radius: 4rem;
	position: absolute;
	right: -4rem;
	bottom: -3.4rem;
}

@media only screen and (max-width: 991.98px) {
	.membership-full-img {
		display: none;
	}
}

.membership-full-img.Bottom {
	bottom: -3.4rem;
}

.membership-full-img.Middle {
	bottom: auto;
	top: 3.4rem;
}

.membership-pricing-cols {
	margin-top: 5.1rem;
	margin-bottom: 6.2rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-pricing-cols {
		margin-top: 1rem;
		margin-bottom: 3rem;
		background-color: #f7f7f7;
		padding: 3rem 2.4rem;
	}
}

.membership-col-ctn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
	.membership-col-ctn {
		margin: 0;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-col-ctn {
		margin-top: 0;
	}
}

.single-membership-col {
	background-color: #006;
	color: #fff;
	max-width: 31.33%;
	padding: 3.3rem 2.5rem;
}

@media only screen and (max-width: 991.98px) {
	.single-membership-col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2rem;
		padding: 3rem 2.4rem;
	}
}

.single-membership-col h3 {
	margin-bottom: 2.1rem;
}

.single-membership-col:first-of-type {
	border-top-left-radius: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.single-membership-col:first-of-type {
		border-top-left-radius: 0rem;
		border-top-right-radius: 2rem;
	}
}

.single-membership-col:last-of-type {
	border-bottom-right-radius: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.single-membership-col:last-of-type {
		border-top-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 2rem;
		margin-bottom: 0;
	}
}

.single-membership-col:nth-of-type(2) {
	background-color: #005fb0;
}

.membership-contact {
	background-color: #ffb700;
	border-radius: 4rem;
	border-bottom-right-radius: 0;
	padding: 5.3rem 6.3rem;
	padding-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
	.membership-contact {
		padding: 3.7rem 2.4rem;
		border-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.membership-contact h3 {
	margin-bottom: 1.5rem;
}

.membership-contact p {
	margin-bottom: 3rem;
	max-width: 80%;
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.membership-contact p {
		max-width: 100%;
	}
}

.membership-contact .membership-contact-img {
	width: 100%;
	height: 61rem;
	border-top-right-radius: 4rem;
	margin-left: -10.4rem;
}

@media only screen and (max-width: 991.98px) {
	.membership-contact .membership-contact-img {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.membership-contact-form .contact-form-desktop {
		display: none;
	}
}

.membership-contact-form .contact-form-mobile {
	display: none;
}

.membership-contact-form .contact-form-mobile .nf-form-cont {
	max-width: 100%;
	width: 100%;
}

@media only screen and (max-width: 991.98px) {
	.membership-contact-form .contact-form-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.membership-contact-form .ninja-forms-form-wrap {
	margin-bottom: 2.9rem;
}

.membership-contact-form .ninja-forms-field {
	border-color: #ffb700;
}

.membership-contact-form p {
	max-width: 100%;
}

.membership-contact-form .contact-disclaimer-message {
	margin-bottom: 0;
}

.membership-contact-form .contact-disclaimer-message p {
	margin-bottom: 0;
}

.membership-contact-form .nf-field-element input[type=submit] {
	margin-top: 3rem;
}

.membership-contact-form .nf-field-element input[type=submit]:hover {
	background-color: #fff;
}

.membership-blue {
	margin-top: 5.6rem;
	background: rgba(0, 0, 0, 0) linear-gradient(115deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
	border-radius: 0px 4rem 4rem 4rem;
	padding: 4rem 4.6rem;
	padding-bottom: 5.6rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-blue {
		margin-top: 3rem;
		padding: 3rem 2.4rem;
		border-radius: 2rem 0rem 0rem 2em;
	}
}

.membership-blue h3 {
	margin-bottom: 1.4rem;
}

.membership-blue .col-lg-6 {
	color: #fff;
	margin-top: 2.5rem;
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-blue .col-lg-6 {
		margin-top: 1.5rem;
		margin-bottom: 0;
	}
	
	.membership-blue .col-lg-6 ul {
		margin-bottom: 0;
	}
	
	.membership-blue .col-lg-6 li:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-two-columns .container {
		padding: 0;
	}
}

.membership-two-columns .single-col {
	border-radius: 4rem;
	border-top-left-radius: 0;
	background-color: #ffb700;
	padding: 2.6rem 4.4rem;
	width: 48%;
	margin-bottom: 6rem;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.membership-two-columns .single-col {
		width: 100%;
		background-color: #f7f7f7;
		border-radius: 0;
		padding: 3rem 2.4rem;
		margin-bottom: 1rem;
	}
}

.membership-two-columns .single-col:nth-of-type(2) {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
}

@media only screen and (max-width: 767.98px) {
	.membership-two-columns .single-col:nth-of-type(2) {
		background-color: #f7f7f7;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.membership-two-columns .single-col:last-of-type {
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.membership-two-columns .single-col p {
	margin-bottom: 1.6rem;
}

.membership-two-columns .single-col .btn {
	margin-top: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-two-columns .single-col .btn {
		width: 100%;
		background-color: #ffb700;
		border-radius: 2rem;
		color: #006;
		margin-top: 2rem;
	}
}

.grid-ctn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
	.grid-ctn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.single-grid-option {
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	background-color: #fff;
	max-width: 31.33%;
	padding: 3.3rem 3rem;
	padding-bottom: 2.6rem;
	margin-bottom: 2.1rem;
}

@media only screen and (max-width: 991.98px) {
	.single-grid-option {
		max-width: 50%;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-grid-option {
		max-width: 100%;
		border-radius: 0 !important;
		padding: 3rem 2.4rem;
	}
}

.single-grid-option h3 {
	margin-bottom: 1.6rem;
}

.single-grid-option:nth-of-type(1) {
	border-top-left-radius: 4rem;
}

.single-grid-option:nth-of-type(3) {
	border-top-right-radius: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.single-grid-option:nth-of-type(3) {
		border-top-right-radius: 0rem;
	}
}

.single-grid-option:nth-of-type(4) {
	border-top-left-radius: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.single-grid-option:nth-of-type(4) {
		border-top-left-radius: 0rem;
		border-bottom-right-radius: 4rem;
	}
}

.grid-locations-title {
	font-weight: bold;
	margin-bottom: .5rem;
}

.grid-locations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.grid-locations-option {
	border: .1rem solid #006;
	padding: .6rem 1.6rem;
	font-size: 1.2rem;
	margin-right: 1rem;
	border-radius: 1.7rem;
}

.grid-locations-option:last-of-type {
	margin-right: 0;
}

.savers-col-ctn {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
	.savers-col-ctn {
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.savers-col-ctn .single-col {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
	padding: 2.6rem 3.1rem;
	border-radius: 4rem;
	border-top-left-radius: 0;
	position: relative;
	padding-bottom: 5.3rem;
	margin-bottom: 14rem;
	max-width: 48%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

@media only screen and (max-width: 991.98px) {
	.savers-col-ctn .single-col {
		margin-bottom: 2rem;
		height: auto;
	}
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .single-col {
		width: 100%;
		max-width: 100%;
		border-radius: 0 !important;
		background-color: #f7f7f7 !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .single-col .btn {
		width: 100%;
		background-color: #ffb700;
		border-radius: 2rem;
		color: #006;
		margin-top: 2rem;
	}
}

.savers-col-ctn .single-col:first-of-type {
	background-color: #ffb700;
}

.savers-col-ctn .single-col:nth-of-type(2) {
	border-bottom-left-radius: 0;
	padding-bottom: 3rem;
	padding-top: 2.7rem;
	margin-top: 9.2rem;
}

@media only screen and (max-width: 991.98px) {
	.savers-col-ctn .single-col:nth-of-type(2) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .single-col:nth-of-type(2) {
		margin-top: 0;
	}
}

.savers-col-ctn .single-col:nth-of-type(2) h3 {
	max-width: 80%;
}

.savers-col-ctn .single-col:nth-of-type(2) .saver-image {
	bottom: auto;
	top: -9.2rem;
	right: 0;
	border-top-right-radius: 0;
}

.savers-col-ctn .single-col:nth-of-type(4) {
	background-color: #006;
	border-top-right-radius: 0;
	border-top-left-radius: 4rem;
}

.savers-col-ctn .single-col:nth-of-type(4) h3, .savers-col-ctn .single-col:nth-of-type(4) p {
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .single-col:nth-of-type(4) h3, .savers-col-ctn .single-col:nth-of-type(4) p {
		color: #006;
	}
}

.savers-col-ctn .single-col:nth-of-type(4) .btn {
	background-color: #ffb700;
	color: #006;
}

.savers-col-ctn .single-col:nth-of-type(4) .saver-image {
	border-top-right-radius: 0;
	right: 0;
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .single-col:last-of-type {
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.savers-col-ctn .saver-image {
	height: 16.8rem;
	width: 24.5rem;
	background-size: cover;
	background-position: center;
	border-radius: 4rem;
	border-top-left-radius: 0;
	position: absolute;
	right: 2rem;
	bottom: -8rem;
}

@media only screen and (max-width: 991.98px) {
	.savers-col-ctn .saver-image {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.savers-col-ctn .saver-image {
		display: none;
	}
}

.all-memberships .card-body .container, .single-memberships .card-body .container {
	padding: 0;
}

.all-memberships .card-body p.has-text-align-center, .single-memberships .card-body p.has-text-align-center {
	max-width: 50.3rem;
	margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-columns, .single-memberships .wp-block-columns {
		background-color: #f7f7f7;
		padding-bottom: 3rem;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.all-memberships .wp-block-column h3, .all-memberships .wp-block-column ul, .all-memberships .wp-block-column p, .single-memberships .wp-block-column h3, .single-memberships .wp-block-column ul, .single-memberships .wp-block-column p {
	max-width: 80%;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-column h3, .all-memberships .wp-block-column ul, .all-memberships .wp-block-column p, .single-memberships .wp-block-column h3, .single-memberships .wp-block-column ul, .single-memberships .wp-block-column p {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-column figure, .single-memberships .wp-block-column figure {
		margin-bottom: 0;
		margin-top: 3rem;
	}
}

.all-memberships .wp-block-column img, .single-memberships .wp-block-column img {
	max-width: 90%;
	border-radius: 4rem;
	border-top-left-radius: 0rem;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-column img, .single-memberships .wp-block-column img {
		width: 100%;
		max-width: 100%;
		border-radius: 2rem;
		border-top-left-radius: 2rem;
	}
}

.all-memberships .wp-block-column ul, .single-memberships .wp-block-column ul {
	padding-left: 1.3rem;
	color: #006;
}

.all-memberships .wp-block-column h3, .all-memberships .wp-block-column h4, .single-memberships .wp-block-column h3, .single-memberships .wp-block-column h4 {
	margin-bottom: 2.8rem;
	max-width: 70%;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-column h3, .all-memberships .wp-block-column h4, .single-memberships .wp-block-column h3, .single-memberships .wp-block-column h4 {
		width: 100%;
		max-width: 100%;
		margin-bottom: .7rem;
	}
}

.all-memberships .wp-block-column li, .single-memberships .wp-block-column li {
	margin-bottom: .6rem;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .wp-block-column, .single-memberships .wp-block-column {
		padding: 0 2.4rem;
	}
}

.all-memberships .membership-includes-ctn .wp-block-column:first-of-type, .single-memberships .membership-includes-ctn .wp-block-column:first-of-type {
	padding-top: 3.5rem;
}

.all-memberships .membership-includes-ctn .membership-includes, .single-memberships .membership-includes-ctn .membership-includes {
	background-color: #f7f7f7;
	padding: 3.3rem 5.2rem;
	border-radius: 4rem;
	border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .membership-includes-ctn .membership-includes, .single-memberships .membership-includes-ctn .membership-includes {
		padding: 0 2.4rem;
		background-color: #fff;
	}
}

@media only screen and (max-width: 767.98px) {
	.all-memberships .membership-includes-ctn, .single-memberships .membership-includes-ctn {
		border-radius: 0rem;
		border-top-right-radius: 4rem;
		background-color: #fff;
	}
}

.memberships-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: .5px solid #006;
}

@media only screen and (max-width: 991.98px) {
	.memberships-menu {
		display: none;
	}
}

.memberships-menu .btn {
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid;
	color: #006;
	padding: 0rem;
	padding-bottom: 2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 15rem;
	cursor: pointer;
	line-height: 1.7rem;
}

.memberships-menu .btn.active {
	color: #006;
	position: relative;
}

.memberships-menu .btn.active:before {
	content: "";
	position: absolute;
	bottom: -.3rem;
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	background-color: #ffb700;
}

.memberships-menu .btn.active:after {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.7rem;
	height: 1.5rem;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/triangle-yellow.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1.7rem 1.5rem;
}

.memberships-options-ctn {
	margin-top: 3.9rem;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options-ctn {
		display: none;
	}
}

.paygo-membership .membership-full-width {
	margin-bottom: 10.2rem;
}

@media only screen and (max-width: 991.98px) {
	.paygo-membership .membership-full-width {
		margin-bottom: 3rem;
	}
}

.paygo-membership .membership-pricing-cols {
	margin-top: 3.7rem;
}

.paygo-membership .membership-full-img {
	max-width: 37%;
	right: 4rem;
	border-top-left-radius: 0;
}

.daypassess .membership-full-img {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.unlimited-membership .membership-full-img {
	border-top-left-radius: 0;
	border-bottom-right-radius: 4rem;
}

.corporate-memberships .membership-full-img {
	border-bottom-right-radius: 0rem;
}

.single-memberships .site-main {
	padding-top: 13rem !important;
}

@media only screen and (max-width: 767.98px) {
	.page-memberships .hero-content {
		margin-bottom: 0 !important;
	}
}

@media only screen and (max-width: 991.98px) {
	.all-memberships {
		margin-top: 4rem;
	}
}

.memberships-mob {
	display: none;
}

@media only screen and (max-width: 991.98px) {
	.memberships-mob {
		display: inline;
	}
}

.memberships-mob .accordion-item {
	border: 0px solid !important;
	margin-bottom: 3rem;
}

.memberships-mob .accordion-button {
	background-color: #006;
	border-radius: 2rem !important;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	border-top-left-radius: 2rem !important;
	border-top-right-radius: 2rem !important;
	padding: 1rem 2.4rem;
	margin-bottom: 0;
}

.memberships-mob .accordion-body {
	padding: 0;
}

.memberships-mob .accordion-button::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 1.5rem;
	background-size: 1.5rem;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/down-arrow-white.svg");
}

.memberships-mob .accordion-button:not(.collapsed) {
	background-color: #ffb700;
	color: #006;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.memberships-mob .accordion-button:not(.collapsed)::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	height: .8rem;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/down-arrow.svg");
}

@media only screen and (max-width: 767.98px) {
	.memberships-mob .corporate-memberships.accordion-item .proven-benefits figure {
		display: none;
	}
}

.family-group p, .family-group h3 {
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.family-group p, .family-group h3 {
		text-align: left;
	}
}

@media only screen and (max-width: 767.98px) {
	.family-group {
		background-color: #f7f7f7;
		padding: 3rem 2.4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.family-group .wp-block-group__inner-container {
		padding: 0;
	}
}

.what-you-find {
	margin-top: 3rem;
	padding-top: 2.7rem;
}

@media only screen and (max-width: 767.98px) {
	.what-you-find {
		background: rgba(0, 0, 0, 0) linear-gradient(130deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
		border-top-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		padding-top: 3.4rem;
		padding-bottom: 3.4rem;
	}
}

.what-you-find .venue-rooms-slider-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: -2.3rem;
	margin-left: -7rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find .venue-rooms-slider-wrapper {
		margin-left: 0;
		margin-top: 0;
	}
}

.what-you-find .venue-rooms-slider-wrapper .venue-rooms-slider {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.what-you-find .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.what-you-find .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.what-you-find .venue-rooms-slider-swiper {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.what-you-find .swiper-slide {
	background-size: cover;
	background-position: center;
}

.what-you-find .venue-rooms-slider-swiper-2 {
	height: 100%;
	width: 100%;
	max-height: 35rem;
}

.what-you-find .venue-rooms-slider-swiper-2 .swiper-slide {
	background-color: rgba(0, 0, 0, 0);
}

.what-you-find .venue-rooms-slider-swiper-2 .swiper-slide img {
	border-top-right-radius: 8rem;
	border-bottom-left-radius: 8rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find .venue-rooms-slider-swiper-2 .swiper-slide img {
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
	}
}

.what-you-find .venue-rooms-slider-swiper-2 .swiper-button-next, .what-you-find .venue-rooms-slider-swiper-2 .swiper-button-prev {
	display: none;
}

.what-you-find .venue-rooms-slider-swiper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0;
	position: relative;
	bottom: -4.2rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find .venue-rooms-slider-swiper {
		bottom: 0;
		margin-top: 4.2rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-you-find .venue-rooms-slider-swiper h2 {
		display: none;
	}
	
	.what-you-find .venue-rooms-slider-swiper .accordion {
		margin-top: 45px;
	}
	
	.what-you-find .venue-rooms-slider-swiper .accordion-header {
		display: block;
	}
}

.what-you-find .swiper-pagination {
	bottom: -3.5rem;
}

@media only screen and (min-width: 768px) {
	.what-you-find .swiper-pagination {
		display: none;
	}
}

.what-you-find .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.what-you-find .swiper-pagination-bullet-active {
	background-color: #ffb700;
}

.what-you-find .venue-rooms-slider-swiper .swiper-slide {
	cursor: pointer;
	width: 25%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
}

.what-you-find .venue-rooms-slider-swiper .swiper-slide img {
	border-top-right-radius: 2.5rem;
	border-bottom-left-radius: 2.5rem;
}

.what-you-find .venue-rooms-slider-swiper .swiper-slide-thumb-active {
	opacity: 1;
}

.what-you-find-inner {
	background: rgba(0, 0, 0, 0) linear-gradient(130deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
	border-top-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
	color: #fff;
	padding-right: 7.3rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 3rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find-inner {
		padding-right: 0;
	}
	
	.what-you-find-inner .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-you-find-inner {
		display: none;
	}
}

.what-you-find-inner .what-find-image-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -2.7rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find-inner .what-find-image-col {
		margin-top: 2.7rem;
	}
}

.what-you-find-inner .what-find-swiper-col {
	margin-left: -3rem;
	margin-right: 3rem;
}

.what-you-find-inner .what-find-copy-col {
	padding-top: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find-inner .what-find-copy-col {
		padding: 4rem;
	}
}

.what-you-find-inner .what-you-find-copy {
	max-width: 80%;
}

.what-you-find-inner .what-you-find-copy a {
	color: #fff;
}

.what-you-find-inner .what-you-find-copy a:hover {
	color: #ffb700;
}

.what-you-find-inner .what-you-find-copy table {
	background-color: #fff;
	color: #006;
	vertical-align: top;
	border-radius: 1rem;
	background-color: #fff;
	color: #006;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 3rem;
	border: 1px solid #005fb0;
}

.what-you-find-inner .what-you-find-copy table tr {
	border: 1px solid #006;
}

.what-you-find-inner .what-you-find-copy table td {
	padding: 1.05rem 1rem;
	border: 1px solid #006;
}

.what-you-find-inner p {
	margin-bottom: 1rem;
}

.what-you-find-inner .btn {
	min-height: 3.7rem;
	margin-top: 3.1rem;
}

.what-you-find-img {
	width: 100%;
	max-width: 85%;
	height: 47.2rem;
	background-position: center;
	background-size: cover;
	border-top-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	margin-left: -5.4rem;
}

@media only screen and (max-width: 991.98px) {
	.what-you-find-img {
		margin-left: -3.4rem;
	}
}

.what-you-find-img2 {
	height: 24.7rem;
	margin-top: 5.6rem;
}

.what-you-find-mob {
	display: none;
}

@media only screen and (max-width: 767.98px) {
	.what-you-find-mob {
		display: inline;
	}
	
	.what-you-find-mob h2 {
		font-size: 2rem;
		line-height: 2.7rem;
		text-align: center;
	}
	
	.what-you-find-mob .accordion {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.what-you-find-mob .accordion-header {
		background-color: #fff;
		border-radius: 2rem;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	.what-you-find-mob .accordion-collapse {
		background-color: #fff;
	}
	
	.what-you-find-mob .accordion-button {
		background-color: #fff;
		border-radius: 2rem !important;
		font-weight: bold;
		color: #006;
		padding: 1rem 0;
		padding-left: 2.4rem;
		padding-right: 1.5rem;
	}
	
	.what-you-find-mob .accordion-body {
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		padding: 1.4rem 2.4rem;
		padding-bottom: 2.99rem;
	}
	
	.what-you-find-mob .collapse.show {
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		color: #006;
	}
	
	.what-you-find-mob .accordion-item {
		border: 2rem !important;
		border-top-left-radius: 2rem !important;
		border-top-right-radius: 2rem !important;
		border-bottom-left-radius: 2rem !important;
		border-bottom-right-radius: 2rem !important;
		margin-bottom: 2rem;
	}
	
	.what-you-find-mob .btn {
		width: 100%;
		border-radius: 2rem;
		height: 4rem;
		margin-top: 1rem;
	}
}

.what-you-find.lessons-and-courses .what-you-find-inner.pl {
	padding-left: 7.3rem;
	padding-top: 3rem;
}

.what-you-find.lessons-and-courses .what-you-find-inner .what-you-find-copy {
	max-width: 100%;
}

.what-you-find.lessons-and-courses .what-you-find-inner .wp-block-table {
	overflow-x: auto;
	margin-top: 20px;
}

.what-you-find.lessons-and-courses .what-you-find-inner .wp-block-table table {
	table-layout: initial;
}

.what-you-find.lessons-and-courses .what-you-find-copy h3, .what-you-find.lessons-and-courses .what-you-find-copy h2, .what-you-find.lessons-and-courses .what-you-find-copy h4, .what-you-find.lessons-and-courses .what-you-find-copy h5, .what-you-find.lessons-and-courses .what-you-find-copy h6 {
	color: #fff;
}

.yellow-background .what-you-find-inner {
	background: #ffb700;
	color: #000;
}

.yellow-background .what-you-find-inner .what-you-find-copy a:hover {
	color: #006;
}

.carousel-block img {
	height: 50rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.carousel-block .carousel-caption h1, .carousel-block .carousel-caption h2, .carousel-block .carousel-caption h3, .carousel-block .carousel-caption h4, .carousel-block .carousel-caption h5, .carousel-block .carousel-caption h6, .carousel-block .carousel-caption p, .carousel-block .carousel-caption a {
	color: #fff;
}

body.page-faqs {
	overflow-x: hidden;
}

@media only screen and (max-width: 767.98px) {
	body.page-faqs {
		background-color: #f7f7f7;
	}
}

body.page-faqs .hero-basic {
	margin-bottom: 0rem !important;
}

@media only screen and (max-width: 767.98px) {
	.collapse-container {
		padding-left: 2rem;
		padding-right: 2rem;
		margin-top: 3rem;
	}
}

.faq-section-heading {
	padding-left: 4.7rem;
	margin-bottom: 3rem;
	margin-top: 3rem;
	font-size: 3rem;
}

.collapse-block {
	padding-top: 10.2rem;
	padding-bottom: 13.2rem;
	background-color: #f7f7f7;
	border-top-left-radius: 12rem;
	border-bottom-right-radius: 12rem;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block {
		padding-top: 0rem;
		border-radius: 0;
		padding: 0;
	}
}

.collapse-block .accordion {
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 3.1rem;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion {
		margin-bottom: 1.4rem;
	}
	
	.collapse-block .accordion .accordion-collapse {
		background-color: #fff;
	}
}

.collapse-block .accordion-flush .accordion-item {
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid !important;
}

.collapse-block .accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 8rem !important;
	border-top-right-radius: 0 !important;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #006;
	padding: 0 4.7rem;
	background-color: #fff;
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button.collapsed {
		max-width: 36.8rem;
		margin: 0 auto;
		font-size: 1.4rem;
		line-height: 1.9rem;
		padding: 1rem 4rem 1rem 2rem;
		border-radius: 2rem !important;
		background-color: #006;
		color: #fff;
		margin-bottom: 1.5rem;
	}
}

.collapse-block .accordion-flush .accordion-item .accordion-button.collapsed::after {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/white-arrow.svg");
	width: 2.4rem;
	background-size: contain;
}

@media only screen and (min-width: 768px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button.collapsed::after {
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/blue-arrow.svg");
	}
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button.collapsed::after {
		width: 1rem;
		background-position: center;
		margin-left: 1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
		background-color: #ffb700;
		color: #006;
		border-radius: 2rem !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		padding: 1rem 4rem 1rem 2rem;
	}
}

.collapse-block .accordion-flush .accordion-item .accordion-button {
	border-radius: 0rem !important;
	border-top-left-radius: 8rem !important;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 3.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 0 4.7rem;
	border-radius: 8rem;
	border-top-right-radius: 0;
	min-height: 12.2rem;
	display: flex;
	background-color: #006;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button {
		max-width: 36.8rem;
		font-size: 1.4rem;
		line-height: 1.9rem;
		margin: 0 auto;
		padding: 0 1.5rem;
		min-height: 5rem;
		border-radius: 4rem !important;
		border-bottom-left-radius: 0rem !important;
		border-bottom-right-radius: 0rem !important;
	}
}

.collapse-block .accordion-flush .accordion-item .accordion-button::after {
	content: "";
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/blue-arrow.svg");
	width: 2.4rem;
	background-size: contain;
}

@media only screen and (min-width: 768px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button::after {
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/white-arrow.svg");
	}
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button::after {
		width: 1rem;
		position: absolute;
		right: 1.5rem;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
}

.collapse-block .accordion-flush .accordion-item .accordion-button hr {
	background-color: #ffb700;
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: .45rem;
	height: 1px;
	border: 0;
	border-top: 1px solid #ffb700;
	padding: 0;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-item .accordion-button hr {
		display: none;
	}
}

.collapse-block .accordion-flush .accordion-collapse {
	padding: 0 4.7rem;
	padding-bottom: 6rem;
	border-bottom-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
}

@media only screen and (min-width: 768px) {
	.collapse-block .accordion-flush .accordion-collapse {
		background-color: #006;
		color: #fff;
	}
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-collapse {
		padding: 0 2.1rem;
		padding-bottom: 2.8rem;
		max-width: 36.8rem;
		margin: 0 auto;
		border-bottom-left-radius: 4rem;
		border-bottom-right-radius: 4rem;
	}
}

@media only screen and (max-width: 767.98px)and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-collapse .card-body {
		padding-top: 1.8rem;
	}
}

.collapse-block .accordion-flush .accordion-collapse .card-body {
	font-size: 2rem;
	line-height: 2.7rem;
}

@media only screen and (max-width: 767.98px) {
	.collapse-block .accordion-flush .accordion-collapse .card-body {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

.collapse-block .accordion-flush .accordion-collapse .card-body a {
	color: #fff;
}

.collapse-block .accordion-flush .accordion-collapse .card-body a:hover {
	color: #ffb700;
}

.latest-post {
	background-color: #006;
	padding: 9.2rem 0 13rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 767.98px) {
	.latest-post {
		padding: 4rem 0 5.4rem;
		border-top-right-radius: 6rem;
		border-bottom-right-radius: 0;
	}
	
	.latest-post .col-md-12 .row {
		margin-left: -.75rem;
		margin-right: -.75rem;
	}
	
	.latest-post .col-md-12 .col-6 {
		padding-left: .75rem;
		padding-right: .75rem;
	}
}

.latest-post h2.border-title {
	color: #fff;
	margin-bottom: 5.6rem;
}

.latest-post .row {
	row-gap: 4.2rem;
}

@media only screen and (min-width: 768px) {
	.latest-post .row {
		margin-left: -3.5rem;
		margin-left: -3.5rem;
	}
	
	.latest-post .row .col-md-6 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.latest-post .row {
		row-gap: 2rem;
	}
	
	.latest-post .row .col-6 {
		width: 100%;
	}
	
	.latest-post .row .col-6:nth-of-type(4) {
		display: none;
	}
}

.latest-post .wrapper {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	height: 100%;
	border-radius: 4rem;
	border-top-right-radius: 0;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	.latest-post .wrapper {
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 1rem;
		overflow: hidden;
		gap: 0;
	}
}

.latest-post .wrapper a:hover {
	color: #ffb700;
}

.latest-post .wrapper .img img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	min-width: 14rem;
	max-width: 14rem;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 767.98px) {
	.latest-post .wrapper .img img {
		max-width: 100%;
		max-height: 16rem;
		min-height: 16rem;
		width: 100%;
	}
}

.latest-post .wrapper .content {
	padding: 3.2rem 3.2rem 3.2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
	.latest-post .wrapper .content {
		padding: 1.5rem;
	}
}

.latest-post .wrapper .content h2 {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.latest-post .wrapper .content .excerpt {
	max-width: 23.3rem;
}

@media only screen and (max-width: 575.98px) {
	.latest-post .wrapper .content .excerpt {
		max-width: 100%;
	}
}

.latest-post .wrapper .find-out-more {
	margin-top: 2rem;
	display: block;
	font-weight: 700;
}

.latest-post .wrapper .find-out-more:hover {
	color: #ffb700;
}

.testimonial-repeater {
	margin-bottom: 20rem;
}

@media only screen and (max-width: 991.98px) {
	.testimonial-repeater {
		margin-top: 8rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater {
		display: none;
	}
}

.testimonial-repeater .testomonials-wrapper {
	padding-left: 16rem;
}

@media only screen and (max-width: 991.98px) {
	.testimonial-repeater .testomonials-wrapper {
		padding-left: 4rem;
		padding-top: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater .testomonials-wrapper {
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 6rem;
		text-align: center;
	}
}

.testimonial-repeater .container {
	position: relative;
	min-height: 45rem;
}

@media only screen and (max-width: 991.98px) {
	.testimonial-repeater .container {
		min-height: 48rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater .container {
		min-height: inherit;
		max-width: 600px;
	}
}

.testimonial-repeater svg.quote {
	margin-bottom: 3.6rem;
	width: 8rem;
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater svg.quote {
		width: 3rem;
		margin-bottom: 1.45rem;
	}
}

.testimonial-repeater #testimonial_repeater {
	padding: 0;
	margin: 0;
	max-width: 38%;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater #testimonial_repeater {
		max-width: 100%;
	}
}

.testimonial-repeater #testimonial_repeater .element {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.testimonial-repeater #testimonial_repeater .element .copy {
	margin-bottom: 3rem;
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater #testimonial_repeater .element .copy {
		text-align: center;
	}
}

.testimonial-repeater #testimonial_repeater .element .name {
	font-weight: 700;
	margin-bottom: .5rem;
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater #testimonial_repeater .element .name {
		text-align: center;
	}
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater #testimonial_repeater .element .role {
		text-align: center;
	}
}

.testimonial-repeater .testimonial-img {
	position: absolute;
	bottom: -9.5rem;
	right: 5rem;
	max-height: 45rem;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 1;
	width: auto;
}

@media only screen and (max-width: 991.98px) {
	.testimonial-repeater .testimonial-img {
		max-height: 30rem;
		bottom: -4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater .testimonial-img {
		display: none;
	}
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.testimonial-repeater .testimonial-img {
		right: 0;
		max-height: 40rem;
	}
}

.testimonial-repeater .slick-dots {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 1.2rem;
	padding: 0;
	margin-top: 3rem;
}

@media only screen and (max-width: 767.98px) {
	.testimonial-repeater .slick-dots {
		margin-top: 2rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.testimonial-repeater .slick-dots li {
	margin: 0;
}

.testimonial-repeater .slick-dots li button {
	cursor: pointer;
	background-color: rgba(255, 183, 0, .32);
}

.testimonial-repeater .slick-dots li.slick-active button {
	background-color: #ffb700;
}

.blog-intro {
	margin-top: 5.9rem;
	margin-bottom: 6.7rem;
}

@media only screen and (max-width: 767.98px) {
	.blog-intro {
		margin-bottom: 0;
	}
}

.blog-intro-col-one h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: bold;
}

.blog-intro-col-one hr {
	max-width: 10rem;
}

.blog-intro-copy {
	margin-top: 1.3rem;
}

.blog-intro-col-two {
	min-height: 37.7rem;
	border-top-left-radius: 8rem;
	max-width: 38.6rem;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width: 767.98px) {
	.blog-intro-col-two {
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		max-width: 100%;
		min-height: 22rem;
		margin-top: 2rem;
	}
}

.post-date {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767.98px) {
	.single-post .single-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.blog-intro-col-one {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.blog-intro-col-one .post-date {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}
	
	.blog-intro-col-one h3 {
		font-size: 2.5rem;
		line-height: 3.5rem;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}
	
	.blog-intro-col-one hr {
		margin-left: auto;
		margin-right: auto;
	}
	
	.blog-intro-col-one .blog-intro-copy {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.discover-block {
	background-color: #eaeaea;
	padding: 5.2rem 0 8.7rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block {
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		margin: 3rem 0 6rem;
		overflow: hidden;
	}
	
	.discover-block .container {
		padding: 0;
	}
}

.discover-block h2 {
	text-align: center;
	position: relative;
	margin-bottom: 6.2rem;
}

.discover-block h2::before {
	content: "";
	position: absolute;
	bottom: -.68rem;
	left: 50%;
	background-color: #ffb700;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: .2rem;
	width: 100%;
	max-width: 10rem;
}

.discover-block .discover_repeater .col-md-4:nth-child(1) .discover-bg {
	border-bottom-right-radius: 8rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block .discover_repeater .col-md-4:nth-child(1) .discover-bg {
		border-radius: 1rem;
	}
}

.discover-block .discover_repeater .col-md-4:nth-child(2) .discover-bg {
	border-top-right-radius: 8rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block .discover_repeater .col-md-4:nth-child(2) .discover-bg {
		border-radius: 1rem;
	}
}

.discover-block .discover_repeater .col-md-4:nth-child(3) .discover-bg {
	border-bottom-left-radius: 8rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block .discover_repeater .col-md-4:nth-child(3) .discover-bg {
		border-radius: 1rem;
	}
}

.discover-block .discover_repeater .discover-bg {
	overflow: hidden;
	position: relative;
	height: 26.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
	.discover-block .discover_repeater .discover-bg {
		background-image: none !important;
		height: auto;
	}
	
	.discover-block .discover_repeater .discover-bg.nitro-lazy {
		background-image: none !important;
	}
}

.discover-block .discover_repeater .discover-bg:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.discover-block .discover_repeater .discover-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1;
}

@media only screen and (max-width: 767.98px) {
	.discover-block .discover_repeater .discover-bg::before {
		display: none;
	}
}

.discover-block .discover_repeater .discover-bg img {
	height: 4.8rem;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin-bottom: 1.8rem;
}

.discover-block .discover_repeater img, .discover-block .discover_repeater h3 {
	position: relative;
	z-index: 2;
}

.discover-block .discover_repeater h3.discover-title {
	font-size: 2rem;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	.discover-block #carousel-discover {
		margin: 0;
	}
	
	.discover-block .discover-bg {
		margin: 0 1.5rem;
		background-color: #f4f4f4;
		border-radius: 1rem;
		overflow: hidden;
	}
	
	.discover-block .discover-bg img.img-main {
		margin-bottom: 0;
		border-radius: 0;
		height: 100%;
		max-height: 14rem !important;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.discover-block .discover-bg h3.discover-title {
		color: #006;
		margin-bottom: 1rem;
		font-size: 1.6rem;
		margin-top: 1rem;
	}
	
	.discover-block .slick-dots {
		padding-top: 2.2rem;
	}
	
	.discover-block .slick-dots button {
		background-color: rgba(0, 0, 102, .36);
	}
	
	.discover-block .slick-dots li.slick-active button {
		background-color: #006;
	}
	
	.discover-block .slick-prev, .discover-block .slick-next {
		top: 37%;
		z-index: 1000;
		bottom: inherit;
		width: 2.5rem;
		height: 2.5rem;
		border: 0;
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/arrow-blue.svg");
		background-size: 60%;
		background-repeat: no-repeat;
		padding: 0;
	}
	
	.discover-block .slick-prev.nitro-lazy, .discover-block .slick-next.nitro-lazy {
		background-image: none !important;
	}
	
	.discover-block .slick-prev {
		left: 2rem;
		background-position: 5px 7px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.discover-block .slick-next {
		background-position: 5px 7px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: inherit;
		right: 2rem;
	}
}

@media only screen and (min-width: 576px) {
	.discover-block .discover-bg img.img-main {
		max-height: 24rem !important;
	}
}

.discover-block.discover-what-we-offer {
	padding-bottom: 14rem;
	margin-bottom: 0rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer {
		padding-bottom: 14rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer {
		padding-bottom: 14rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer h2 {
		margin-bottom: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .container {
		padding-left: 2rem;
		padding-right: 2rem;
		max-width: 60rem;
	}
}

.discover-block.discover-what-we-offer h2#discover-block-title {
	margin-bottom: 3rem;
}

.discover-block.discover-what-we-offer .discover_sub_title {
	text-align: center;
	max-width: 57rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_sub_title {
		margin-bottom: 6rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .discover_sub_title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer svg.d-block.d-md-none {
		position: absolute;
		top: -4rem;
		right: 0rem;
		pointer-events: none;
	}
}

@media screen and (max-width: 374px) {
	.discover-block.discover-what-we-offer svg.d-block.d-md-none {
		top: -2rem;
		right: 0rem;
		width: 60px;
		height: 60px;
	}
}

.discover-block.discover-what-we-offer .discover_featured {
	margin-bottom: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured {
		margin-bottom: 5rem;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_item {
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		background: #006;
		border-radius: 3rem;
		padding: 2.1rem 2.7rem 4.5rem;
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
		background: linear-gradient(180deg, #006 0%, #005eb6 100%);
	}
}

@media screen and (max-width: 374px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_item {
		padding-bottom: 3.5rem;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
	position: absolute;
	left: 0;
	top: -15px;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
		position: absolute;
		top: inherit;
		left: inherit;
		bottom: -3rem;
		right: -1rem;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media screen and (max-width: 374px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
		display: none;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_img svg {
	position: absolute;
	top: -3.1rem;
	left: -5rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img svg {
		display: none;
	}
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img svg {
		left: -3rem;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
	border-top-right-radius: 9rem;
	border-bottom-left-radius: 9rem;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 275px;
	max-width: 320px;
	min-height: 275px;
	display: block;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
		max-height: 140px;
		max-width: 100%;
		min-height: 100%;
		border-radius: 2rem;
		border-bottom-left-radius: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
		max-height: 130px;
		max-width: 152px;
		min-height: 130px;
	}
}

@media screen and (max-width: 409px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
		max-height: 130px;
		max-width: 130px;
		min-height: 130px;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy {
	max-width: 87%;
	width: 100%;
	border-top-right-radius: 5rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	padding-left: 28rem;
	padding-right: 4.5rem;
	background: #006;
	background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
	background: linear-gradient(180deg, #006 0%, #005eb6 100%);
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy {
		background: none;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		border-radius: 0;
	}
	
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy .d-flex.justify-content-between.align-items-center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy {
		padding-left: 24rem;
	}
}

@media screen and (max-width: 374px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy {
		max-width: 100%;
	}
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy h3, .discover-block.discover-what-we-offer .discover_featured .discover_featured_copy p {
	color: #fff;
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy h3 {
	position: relative;
	margin-bottom: 3.1rem;
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy h3::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 13rem;
	background-color: #ffb700;
	height: 2px;
}

.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy p {
	max-width: 455px;
	margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy p {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy p {
		max-width: 455px;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .discover_featured .discover_featured_copy p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.discover-block.discover-what-we-offer .discover_featured .btn {
	margin-left: 3.3rem;
	min-width: 17rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_featured .btn {
		margin-left: 0;
		margin-top: 2.5rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater {
	margin-bottom: 4.5rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater {
		margin-bottom: 0;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row {
	row-gap: 2rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row {
		margin-left: -.5rem;
		margin-right: -.5rem;
		row-gap: 1rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4 {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(1) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 100%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(1) .discover_what_we_offer_item {
	border-top-left-radius: 10rem;
	border-top-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(1) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-bottom-left-radius: 8rem;
		border-top-right-radius: 0rem;
		border-bottom-right-radius: 8rem;
		min-height: 21.3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(1) .discover_what_we_offer_item {
		min-height: 17rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 66%;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) {
		width: 100%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) .discover_what_we_offer_item {
	border-top-left-radius: 10rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-bottom-right-radius: 8rem;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) .discover_what_we_offer_copy {
		padding-right: 4.5rem;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(2) .btn {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 44%;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(3) {
		display: none;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(3) .discover_what_we_offer_item {
	border-bottom-left-radius: 10rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(3) .discover_what_we_offer_item {
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) {
		display: none;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_item {
	border-top-right-radius: 10rem;
	border-bottom-left-radius: 10rem;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_copy h3, .discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_copy p {
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(5) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 34%;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(5) {
		display: none;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(5) .discover_what_we_offer_item {
	border-top-left-radius: 10rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(5) .discover_what_we_offer_item {
		border-top-left-radius: 0rem;
		border-bottom-right-radius: 0rem;
		border-bottom-left-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 56%;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) {
		width: 100%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_item {
	border-top-right-radius: 10rem;
	border-bottom-left-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_item {
		border-top-right-radius: 8rem;
		border-bottom-left-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_copy {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 3rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_copy {
		padding-right: 4.5rem;
		padding-left: 3rem;
	}
}

@media screen and (max-width: 360px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .btn {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(7) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 40%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(7) .discover_what_we_offer_item {
	border-bottom-left-radius: 10rem;
	border-bottom-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(8) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		width: 60%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(8) .discover_what_we_offer_item {
	border-top-right-radius: 10rem;
	border-bottom-left-radius: 10rem;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(8) .discover_what_we_offer_item .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(8) .discover_what_we_offer_item .discover_what_we_offer_copy h3, .discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(8) .discover_what_we_offer_item .discover_what_we_offer_copy p {
	color: #006;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(9) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
		width: 100%;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(9) .discover_what_we_offer_item {
	border-top-left-radius: 10rem;
	border-top-right-radius: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .row .col-md-4:nth-child(9) .discover_what_we_offer_item {
		border-top-left-radius: 10rem;
		border-bottom-right-radius: 10rem;
		border-bottom-left-radius: 10rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item {
	position: relative;
	height: 100%;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item h3, .discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item p {
	color: #fff;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	min-height: 237px;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: -1;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg h3 {
	position: relative;
	pointer-events: none;
	padding-right: 2rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg h3 {
		padding-right: 0;
		text-align: center;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg h3::before {
	content: "";
	position: absolute;
	right: -.5rem;
	top: 50%;
	-webkit-transform: translateY(-41%);
	transform: translateY(-41%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9.254\' height=\'14.512\' viewBox=\'0 0 9.254 14.512\'%3E%3Cpath id=\'Path_829\' data-name=\'Path 829\' d=\'M19307.52,808.5l4.426,4.427-4.426,4.427\' transform=\'translate(-19304.691 -805.672)\' fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'4\'/%3E%3C/svg%3E%0A");
	width: 2rem;
	height: 2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.bg h3::before {
		display: none;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item h3 {
	margin: 0;
	font-size: 2rem;
	line-height: 2.7rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item h3 {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.blue-gradient {
	background: #006;
	background: -webkit-gradient(linear, left bottom, left top, from(#006), to(#005eb6));
	background: linear-gradient(0deg, #006 0%, #005eb6 100%);
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.yellow-background {
	background-color: #ffb700;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_item.heavenly-gradient {
	background-color: #005fb0;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 4rem;
	padding-bottom: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy {
		padding-right: 1.5rem;
		padding-left: 3rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy h3, .discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy p {
	color: #fff;
	margin: 0;
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: .6rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy h3 {
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy .btn {
	margin-top: 2.5rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer .discover_what_we_offer_repeater .discover_what_we_offer_copy .btn {
		font-size: 1.4rem;
		line-height: 2rem;
		border-radius: 3rem;
		margin-top: 1.2rem;
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: 1rem;
		padding-right: 1rem;
		min-height: 3.7rem;
	}
}

.discover-block.discover-what-we-offer.discover-hub {
	padding-top: 11rem;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 0;
	margin-bottom: 6rem;
	position: relative;
	overflow: visible;
}

@media only screen and (max-width: 1199.98px) {
	.discover-block.discover-what-we-offer.discover-hub {
		padding-top: 9.5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub {
		padding-top: 6.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub {
		margin-bottom: 0;
		padding-top: 3rem;
		margin-top: 0;
	}
}

.discover-block.discover-what-we-offer.discover-hub::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	z-index: -1;
	border-bottom-right-radius: 10rem;
	background-color: #eaeaea;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub::before {
		height: 80%;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub::before {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_item {
		display: block;
		padding-top: 0;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured_img {
	max-width: 465px;
	max-height: 302px;
	position: absolute;
	top: -75px;
	left: -45px;
}

@media only screen and (max-width: 1199.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_img {
		max-width: 417px;
		top: -40px;
		left: -50px;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_img {
		max-width: 315px;
		top: 50%;
		-webkit-transform: translateY(-58%);
		transform: translateY(-58%);
		left: -50px;
		-ms-flex-item-align: center;
		align-self: center;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_img {
		position: relative;
		bottom: inherit;
		right: inherit;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -30px;
		left: 50%;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

@media screen and (max-width: 374px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured .discover_featured_img {
		display: block !important;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured_img img {
	border-radius: 0;
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured_copy {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: calc(50% - 4.5rem);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 26rem;
	background: -webkit-gradient(linear, left bottom, left top, from(#006), to(#005eb6));
	background: linear-gradient(0deg, #006 0%, #005eb6 100%);
	border-top-right-radius: 0;
	border-top-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_copy {
		background: rgba(0, 0, 0, 0);
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_copy {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured_copy {
		padding-left: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: inherit;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured_copy p {
	max-width: 100%;
}

.discover-block.discover-what-we-offer.discover-hub .new-icon {
	position: absolute;
	right: 0px;
	top: -50px;
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_repeater a.btn-all-activities-mobile {
		font-size: 1.4rem;
		line-height: 2rem;
		border-radius: 3rem;
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: 1rem;
		padding-right: 1rem;
		min-height: 3.7rem;
		min-width: 15rem;
		margin-bottom: 4rem;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured .btn {
	margin-left: 0;
	margin-top: 3.2rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured .btn {
		-ms-flex-item-align: end;
		align-self: flex-end;
		font-size: 1.4rem;
		line-height: 2rem;
		border-radius: 3rem;
		margin-top: 1.2rem;
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: 1rem;
		padding-right: 1rem;
		min-height: 3.7rem;
		min-width: 15rem;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_featured {
	margin-bottom: 6rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_featured {
		margin-bottom: 4rem;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_repeater {
	margin-bottom: 5.5rem;
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_repeater {
		margin-bottom: 0;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item {
	min-height: 28.1rem;
}

@media only screen and (max-width: 1199.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item {
		min-height: 21.3rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item {
		min-height: 21.3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item {
		min-height: 17rem;
	}
}

.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item.yellow-background .discover_what_we_offer_copy h3, .discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item.yellow-background .discover_what_we_offer_copy p {
	color: #006;
}

.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item.yellow-background .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.discover-block.discover-what-we-offer.discover-hub .discover_what_we_offer_item.yellow-background .discover_what_we_offer_copy .btn:hover {
	color: #006;
}

.discover-block.discover-what-we-offer.discover-hub .btn.btn-yellow.btn-all-activities:hover {
	background-color: #006;
	color: #ffb700;
}

.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(1) .discover_what_we_offer_item, .discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(2) .discover_what_we_offer_item {
	border-top-left-radius: 0rem;
	border-top-right-radius: 8rem;
	border-bottom-left-radius: 8rem;
	border-bottom-right-radius: 0rem;
}

.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) .discover_what_we_offer_item {
	border-top-left-radius: 8rem;
	border-top-right-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-bottom-right-radius: 8rem;
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(1) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 8rem;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) .discover_what_we_offer_item {
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 8rem;
		border-bottom-right-radius: 0rem;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(5), .discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) {
		width: 50%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) .discover_what_we_offer_copy p {
		display: block !important;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 50%;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(1) {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(2) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 50%;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) {
		display: block;
		width: 100%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(3) .discover_what_we_offer_item {
		border-top-left-radius: 0rem;
		border-top-right-radius: 8rem;
		border-bottom-left-radius: 8rem;
		border-bottom-right-radius: 0rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) {
		display: block;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) .discover_what_we_offer_item {
		border-top-left-radius: 0rem !important;
		border-top-right-radius: 8rem !important;
		border-bottom-left-radius: 8rem !important;
		border-bottom-right-radius: 0rem !important;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) .discover_what_we_offer_copy p {
		display: none;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(4) .discover_what_we_offer_copy p {
		display: block;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 50%;
	}
	
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(5) .discover_what_we_offer_item {
		border-top-left-radius: 0rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 8rem;
		border-bottom-right-radius: 0rem;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(5) .discover_what_we_offer_item {
		border-top-left-radius: 8rem;
		border-top-right-radius: 0rem;
		border-bottom-left-radius: 0rem;
		border-bottom-right-radius: 8rem;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(5) {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px)and (max-width: 360px) {
	.discover-block.discover-what-we-offer.discover-hub .row .col-md-4:nth-child(6) {
		width: 100%;
	}
}

.choose-centre {
	padding: 0rem 0 5.4rem;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre {
		padding-top: 0rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.choose-centre {
		padding: 0;
		margin-top: 6rem;
		margin-bottom: 0;
	}
	
	.choose-centre .container {
		max-width: 60rem;
	}
}

.choose-centre .choose-centre-svg {
	margin-bottom: 3.4rem;
}

@media only screen and (max-width: 767.98px) {
	.choose-centre .choose-centre-svg {
		margin-bottom: 0;
	}
}

.choose-centre .choose-centre-svg .svg-wrapper svg {
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 8rem;
}

.choose-centre .choose-centre-svg .svg-wrapper svg path, .choose-centre .choose-centre-svg .svg-wrapper svg tspan {
	pointer-events: none;
}

.choose-centre .svg-button.active text {
	font-weight: 700;
}

.choose-centre .svg-button.active g {
	fill: #ffb700;
}

.choose-centre .svg-button.active .stroke {
	stroke: #ffb700;
}

.choose-centre .svg-button:hover text {
	font-weight: 700;
}

.choose-centre .svg-button:hover rect {
	fill: #ffb700;
}

.choose-centre .choose-centre-hidden-centre {
	display: none;
	max-width: 88%;
	margin-top: 4rem;
}

@media only screen and (max-width: 767.98px) {
	.choose-centre .choose-centre-hidden-centre {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.choose-centre .choose-centre-hidden-centre {
		max-width: 95%;
	}
}

@media only screen and (min-width: 992px) {
	.choose-centre .choose-centre-hidden-centre {
		max-width: 88%;
	}
}

.choose-centre .centre-grid-wrapper {
	background-color: #ffb700;
	border-radius: 8rem;
	border-top-left-radius: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	font-size: 1.6rem;
	line-height: 2.1rem;
	row-gap: 3.9rem;
	padding-bottom: 4.2rem;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper {
		row-gap: 3rem;
		grid-template-rows: auto;
	}
}

.choose-centre .centre-grid-wrapper img {
	display: block;
}

.choose-centre .centre-grid-wrapper .centre-copy {
	padding: 7.7rem 0 0rem 6.6rem;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .centre-copy {
		padding: 5rem 0 0rem 3.4rem;
	}
}

.choose-centre .centre-grid-wrapper h3 {
	font-size: 2rem;
	margin-bottom: 1.8rem;
}

.choose-centre .centre-grid-wrapper .centre-introduction {
	margin-bottom: 4rem;
	max-width: 44rem;
}

.choose-centre .centre-grid-wrapper .centre-image-introduction {
	position: relative;
	min-height: 51rem;
}

.choose-centre .centre-grid-wrapper .centre-image-introduction img {
	position: relative;
	top: 5rem;
	right: -15rem;
	border-radius: 8rem;
	border-top-left-radius: 0;
	max-height: 50rem;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .centre-image-introduction img {
		min-height: 31rem;
		max-height: 31rem;
		right: -6rem;
	}
}

.choose-centre .centre-grid-wrapper .centre-secondary-image {
	padding-left: 5.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .centre-secondary-image {
		padding-left: 3.4rem;
	}
}

.choose-centre .centre-grid-wrapper .centre-secondary-image img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 41rem;
	border-radius: 8rem;
	border-bottom-right-radius: 0;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .centre-secondary-image img {
		max-height: 31rem;
		min-height: 31rem;
	}
}

.choose-centre .centre-grid-wrapper .facilities-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .facilities-wrapper {
		padding-right: 1rem;
	}
}

.choose-centre .centre-grid-wrapper .centre-facilities {
	margin: 0;
	margin-top: 3.3rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 2.2rem;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.choose-centre .centre-grid-wrapper .centre-facilities a {
	text-decoration: none;
}

.choose-centre .centre-grid-wrapper .centre-facilities li {
	text-align: center;
}

.choose-centre .centre-grid-wrapper .centre-facilities li .post-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	margin: 0 auto 1rem;
	background-color: #006;
}

.choose-centre .centre-grid-wrapper .centre-facilities li img, .choose-centre .centre-grid-wrapper .centre-facilities li svg {
	width: 100%;
	max-height: 2.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.choose-centre .centre-grid-wrapper .centre-facilities li h4 {
	max-width: 12rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

@media only screen and (max-width: 991.98px) {
	.choose-centre .centre-grid-wrapper .timetables-info {
		margin-top: 2rem;
	}
}

.choose-centre .centre-grid-wrapper .timetables-info a {
	margin: 0 auto;
	min-width: 20rem;
	height: 3.7rem;
	margin-top: 2.88rem;
}

.choose-centre .locations-mobile {
	margin: 0;
	padding: 0;
	list-style: none;
}

.choose-centre .locations-mobile li:not(:last-child) {
	margin-bottom: 2rem;
}

.choose-centre .locations-mobile li a {
	border: 1.5px solid #006;
	border-radius: 2rem;
	padding: 1rem 2.4rem;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	text-decoration: none;
}

.choose-centre .locations-mobile li a.active, .choose-centre .locations-mobile li a:hover {
	background-color: #ffb700;
	color: #006;
	border-color: #ffb700;
	font-weight: 700;
}

.choose-centre .locations-mobile li a span, .choose-centre .locations-mobile li a svg {
	pointer-events: none;
}

.choose-centre .locations-mobile li a svg {
	margin-right: 1.2rem;
}

.choose-centre a:hover {
	color: #fff;
}

.choose-centre .btn:hover {
	color: #006;
}

.centre-opening-hours, .address, .email_address, .telephone_number {
	margin-bottom: 2.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}

.centre-opening-hours svg, .address svg, .email_address svg, .telephone_number svg {
	min-width: 1.973rem;
}

.email_address, .telephone_number {
	min-height: 3.5rem;
}

.centre-opening-hours {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.centre-opening-hours .hours-wrapper {
	width: 100%;
	max-width: 36rem;
}

.centre-opening-hours .hours-wrapper div.hours {
	gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.centre-opening-hours .hours-wrapper .days {
	width: 50%;
	margin-bottom: .5rem;
}

.centre-opening-hours .hours-wrapper span.hours {
	width: 50%;
}

.what-we-offer {
	margin-top: 6rem;
	margin-bottom: 4.5rem;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

.what-we-offer #whatWeOfferTab {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom-color: #006;
}

.what-we-offer #whatWeOfferTab li {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	margin-bottom: 0;
}

.what-we-offer #whatWeOfferTab button, .what-we-offer #whatWeOfferTab a {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 1.5rem;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
	font-size: 1.5rem;
	color: #006;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.what-we-offer #whatWeOfferTab button, .what-we-offer #whatWeOfferTab a {
		padding: 1.5rem 0;
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer #whatWeOfferTab button, .what-we-offer #whatWeOfferTab a {
		padding: 1.5rem;
	}
}

.what-we-offer #whatWeOfferTab button.active, .what-we-offer #whatWeOfferTab a.active {
	color: #006;
}

.what-we-offer #whatWeOfferTab button.active::before, .what-we-offer #whatWeOfferTab a.active::before {
	content: "";
	position: absolute;
	bottom: -.9rem;
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	background-color: #ffb700;
}

@media only screen and (min-width: 768px) {
	.what-we-offer #whatWeOfferTab button.active::before, .what-we-offer #whatWeOfferTab a.active::before {
		bottom: -.3rem;
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer #whatWeOfferTab button.active::before, .what-we-offer #whatWeOfferTab a.active::before {
		bottom: -.4rem;
	}
}

.what-we-offer #whatWeOfferTab button.active::after, .what-we-offer #whatWeOfferTab a.active::after {
	content: "";
	position: absolute;
	bottom: -2.42rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.7rem;
	height: 1.5rem;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/triangle-yellow.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1.7rem 1.5rem;
}

@media only screen and (min-width: 768px) {
	.what-we-offer #whatWeOfferTab button.active::after, .what-we-offer #whatWeOfferTab a.active::after {
		bottom: -1.8rem;
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer #whatWeOfferTab button.active::after, .what-we-offer #whatWeOfferTab a.active::after {
		bottom: -1.9rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.what-we-offer #whatWeOfferTab .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
}

.what-we-offer #whatWeOfferTabContent .accordion-item {
	border: 0;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer #whatWeOfferTabContent .accordion-header .accordion-button {
		text-transform: capitalize;
	}
}

.what-we-offer #whatWeOfferTabContent .accordion-body {
	background-color: #ffb700;
	border-radius: 8rem;
	border-top-left-radius: 0;
	margin-top: 3rem;
	padding: 3.2rem 7.1rem 3.2rem 11rem;
}

@media only screen and (min-width: 768px) {
	.what-we-offer #whatWeOfferTabContent .accordion-body {
		padding: 3.2rem 5rem 3.2rem 5rem;
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer #whatWeOfferTabContent .accordion-body {
		padding: 3.2rem 7.1rem 3.2rem 11rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer #whatWeOfferTabContent .accordion-body {
		background-color: rgba(0, 0, 0, 0);
		margin-top: 0;
		padding: 0;
		border-radius: 0;
	}
}

.what-we-offer #whatWeOfferTabContent ul.buttons-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	gap: 1.8rem;
	grid-auto-rows: auto;
}

@media only screen and (min-width: 768px) {
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid {
		grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	}
}

@media only screen and (min-width: 992px) {
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid {
		grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid {
		gap: .2rem;
		grid-template-columns: 1fr;
	}
}

.what-we-offer #whatWeOfferTabContent ul.buttons-grid li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid li:last-child {
		overflow: hidden;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.what-we-offer #whatWeOfferTabContent ul.buttons-grid li a.btn {
	width: 100%;
	height: 100%;
	min-width: 17rem;
	min-height: 3.5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	line-height: 2.2rem;
	background-color: rgba(0, 0, 0, 0);
	border-color: #006;
	font-size: 1.6rem;
	color: #006;
	border: 1px solid;
	border-radius: 3rem;
	font-weight: 400;
	-webkit-transition: all .15s;
	transition: all .15s;
	min-height: 5.6rem;
}

.what-we-offer #whatWeOfferTabContent ul.buttons-grid li a.btn:hover, .what-we-offer #whatWeOfferTabContent ul.buttons-grid li a.btn:focus, .what-we-offer #whatWeOfferTabContent ul.buttons-grid li a.btn:active {
	border-color: #006;
	background-color: #006;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer #whatWeOfferTabContent ul.buttons-grid li a.btn {
		border-radius: 0;
		background-color: #f4f4f4;
		padding: 1.2rem 2.35rem;
		border-color: #f4f4f4;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
}

.what-we-offer #search-what-we-offer {
	margin-bottom: 3rem;
}

.what-we-offer #search-what-we-offer p {
	padding-left: 1rem;
}

.what-we-offer #search-what-we-offer .form-container-search {
	position: relative;
}

.what-we-offer #search-what-we-offer .form-container-search ::-webkit-input-placeholder {
	color: #006;
}

.what-we-offer #search-what-we-offer .form-container-search ::-moz-placeholder {
	color: #006;
}

.what-we-offer #search-what-we-offer .form-container-search :-ms-input-placeholder {
	color: #006;
}

.what-we-offer #search-what-we-offer .form-container-search ::-ms-input-placeholder {
	color: #006;
}

.what-we-offer #search-what-we-offer .form-container-search ::placeholder {
	color: #006;
}

.what-we-offer #search-what-we-offer input {
	background-color: #fff;
	border-radius: 2.7rem;
	width: 100%;
	border: 0;
	font-size: 1.5rem;
	font-weight: 600;
	padding-left: 5.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 3rem;
	color: #006;
	border: 2px solid #006;
}

.what-we-offer #search-what-we-offer button {
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 1rem;
	left: 1.8rem;
	padding: 0;
	z-index: 100;
	cursor: pointer;
}

.what-we-offer.what-we-offer-expanded {
	margin-bottom: 8.8rem;
}

.what-we-offer.what-we-offer-expanded #search-what-we-offer {
	margin-bottom: 3.6rem;
}

.what-we-offer.what-we-offer-expanded #filters {
	margin-bottom: 4.8rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #006;
}

.what-we-offer.what-we-offer-expanded #filters .filters-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .filters-wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
}

.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .nice-select:after {
		display: none;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .nice-select {
		padding-right: 0 !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper span.current {
		background-repeat: no-repeat;
		background-size: contain;
		width: 51px;
		height: 51px;
		text-indent: -9999px;
		display: block;
	}
}

@media only screen and (max-width: 767.98px)and (max-width: 374.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper span.current {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .locations-filter span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51.013\' height=\'51.013\' viewBox=\'0 0 51.013 51.013\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0)\'%3E%3Cg id=\'Group_1101\' data-name=\'Group 1101\' transform=\'translate(0 0)\'%3E%3Cpath id=\'Path_542\' data-name=\'Path 542\' d=\'M25.507,0A25.507,25.507,0,1,1,0,25.507,25.507,25.507,0,0,1,25.507,0Z\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'pin\' transform=\'translate(17.127 11.962)\'%3E%3Cg id=\'Group_9\' data-name=\'Group 9\'%3E%3Cpath id=\'Path_9\' data-name=\'Path 9\' d=\'M104.307,63.08a9.007,9.007,0,0,0-7.926,13.285l7.432,13.442a.567.567,0,0,0,.776.208.559.559,0,0,0,.208-.208l7.436-13.447a9.008,9.008,0,0,0-7.927-13.281Zm0,13.509a4.5,4.5,0,1,1,4.5-4.5h0A4.508,4.508,0,0,1,104.307,76.589Z\' transform=\'translate(-95.3 -63.08)\' fill=\'%23006\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .locations-filter.open span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51.013\' height=\'51.013\' viewBox=\'0 0 51.013 51.013\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0)\'%3E%3Cg id=\'Group_1101\' data-name=\'Group 1101\' transform=\'translate(0 0)\'%3E%3Cpath id=\'Path_542\' data-name=\'Path 542\' d=\'M25.507,0A25.507,25.507,0,1,1,0,25.507,25.507,25.507,0,0,1,25.507,0Z\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'pin\' transform=\'translate(17.127 11.962)\'%3E%3Cg id=\'Group_9\' data-name=\'Group 9\'%3E%3Cpath id=\'Path_9\' data-name=\'Path 9\' d=\'M104.307,63.08a9.007,9.007,0,0,0-7.926,13.285l7.432,13.442a.567.567,0,0,0,.776.208.559.559,0,0,0,.208-.208l7.436-13.447a9.008,9.008,0,0,0-7.927-13.281Zm0,13.509a4.5,4.5,0,1,1,4.5-4.5h0A4.508,4.508,0,0,1,104.307,76.589Z\' transform=\'translate(-95.3 -63.08)\' fill=\'%23feb700\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .locations-filter.open span.current.nitro-lazy {
		background-image: none !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .locations-filter span.current.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .activity-type-filter span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.151 0.241)\'%3E%3Cg id=\'Group_1096\' data-name=\'Group 1096\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_11\' data-name=\'Ellipse 11\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(-0.151 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cpath id=\'Path_533\' data-name=\'Path 533\' d=\'M91.126,70.727l1.008-1.008a2.313,2.313,0,0,0,0-3.271l-2.1-2.1L91.1,63.284a1.322,1.322,0,0,0-1.87-1.87l-1.066,1.066-2.1-2.1a2.368,2.368,0,0,0-3.273,0l-1.008,1.008-.346-.346a2.368,2.368,0,0,0-3.273,0l-.776.775a2.318,2.318,0,0,0,0,3.273l4.082,4.082L70.539,80.11l-4.082-4.087a2.32,2.32,0,0,0-3.273,0l-.775.775a2.313,2.313,0,0,0,0,3.273l.348.348-1.008,1.008a2.311,2.311,0,0,0,0,3.271l2.1,2.1-1.066,1.066a1.322,1.322,0,1,0,1.87,1.87l1.066-1.066,2.1,2.1a2.311,2.311,0,0,0,3.273,0l1.008-1.008.346.346a2.313,2.313,0,0,0,3.273,0l.775-.776a2.318,2.318,0,0,0,0-3.273l-4.082-4.082L83.342,71.039l4.082,4.082a2.315,2.315,0,0,0,3.271,0l.776-.776a2.311,2.311,0,0,0,0-3.271l-.346-.345Z\' transform=\'translate(-51.137 -50.659)\' fill=\'%23006\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .activity-type-filter.open span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.151 0.241)\'%3E%3Cg id=\'Group_1096\' data-name=\'Group 1096\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_11\' data-name=\'Ellipse 11\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(-0.151 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cpath id=\'Path_533\' data-name=\'Path 533\' d=\'M91.126,70.727l1.008-1.008a2.313,2.313,0,0,0,0-3.271l-2.1-2.1L91.1,63.284a1.322,1.322,0,0,0-1.87-1.87l-1.066,1.066-2.1-2.1a2.368,2.368,0,0,0-3.273,0l-1.008,1.008-.346-.346a2.368,2.368,0,0,0-3.273,0l-.776.775a2.318,2.318,0,0,0,0,3.273l4.082,4.082L70.539,80.11l-4.082-4.087a2.32,2.32,0,0,0-3.273,0l-.775.775a2.313,2.313,0,0,0,0,3.273l.348.348-1.008,1.008a2.311,2.311,0,0,0,0,3.271l2.1,2.1-1.066,1.066a1.322,1.322,0,1,0,1.87,1.87l1.066-1.066,2.1,2.1a2.311,2.311,0,0,0,3.273,0l1.008-1.008.346.346a2.313,2.313,0,0,0,3.273,0l.775-.776a2.318,2.318,0,0,0,0-3.273l-4.082-4.082L83.342,71.039l4.082,4.082a2.315,2.315,0,0,0,3.271,0l.776-.776a2.311,2.311,0,0,0,0-3.271l-.346-.345Z\' transform=\'translate(-51.137 -50.659)\' fill=\'%23feb700\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .activity-type-filter.open span.current.nitro-lazy {
		background-image: none !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .activity-type-filter span.current.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .age-range-filter span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.241 0.241)\'%3E%3Cg id=\'Group_1098\' data-name=\'Group 1098\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_12\' data-name=\'Ellipse 12\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(-0.241 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Group_1097\' data-name=\'Group 1097\' transform=\'translate(10.464 9.722)\'%3E%3Cpath id=\'Path_534\' data-name=\'Path 534\' d=\'M176.27,95.18a5.026,5.026,0,0,0-4.99,4.484,6.6,6.6,0,0,1,3.131,5.61v3.383a4.057,4.057,0,0,1-1.466,3.124v4.544a.791.791,0,0,0,.79.79h5.076a.791.791,0,0,0,.79-.79v-7.854a2.484,2.484,0,0,0,1.691-2.352V100.2a5.024,5.024,0,0,0-5.018-5.018h0Z\' transform=\'translate(-154.334 -90.177)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_535\' data-name=\'Path 535\' d=\'M189.338,68.827a2.509,2.509,0,1,0-2.508-2.51,2.514,2.514,0,0,0,2.508,2.51Z\' transform=\'translate(-167.403 -63.824)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_536\' data-name=\'Path 536\' d=\'M138.907,98.04a2.509,2.509,0,1,0-2.51,2.508,2.514,2.514,0,0,0,2.51-2.508h0Z\' transform=\'translate(-122.922 -90.471)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_537\' data-name=\'Path 537\' d=\'M123.26,126.98a5.026,5.026,0,0,0-4.99,4.484,6.6,6.6,0,0,1,3.131,5.61v.846a4.059,4.059,0,0,1-1.466,3.124v2.007a.791.791,0,0,0,.79.79H125.8a.791.791,0,0,0,.79-.79v-5.317a2.484,2.484,0,0,0,1.691-2.352V132a5.024,5.024,0,0,0-5.018-5.018h0Z\' transform=\'translate(-109.783 -116.902)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_538\' data-name=\'Path 538\' d=\'M70.1,158.79a5.016,5.016,0,0,0-5.018,5.018v.846a2.485,2.485,0,0,0,1.691,2.352v2.778a.791.791,0,0,0,.79.79h5.076a.791.791,0,0,0,.79-.79v-2.778a2.485,2.485,0,0,0,1.691-2.352v-.846A5.015,5.015,0,0,0,70.1,158.79Z\' transform=\'translate(-65.08 -143.636)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_539\' data-name=\'Path 539\' d=\'M83.318,132.437a2.509,2.509,0,1,0-2.508-2.51,2.514,2.514,0,0,0,2.508,2.51h0Z\' transform=\'translate(-78.3 -117.284)\' fill=\'%23006\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .age-range-filter.open span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.241 0.241)\'%3E%3Cg id=\'Group_1098\' data-name=\'Group 1098\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_12\' data-name=\'Ellipse 12\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(-0.241 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Group_1097\' data-name=\'Group 1097\' transform=\'translate(10.464 9.722)\'%3E%3Cpath id=\'Path_534\' data-name=\'Path 534\' d=\'M176.27,95.18a5.026,5.026,0,0,0-4.99,4.484,6.6,6.6,0,0,1,3.131,5.61v3.383a4.057,4.057,0,0,1-1.466,3.124v4.544a.791.791,0,0,0,.79.79h5.076a.791.791,0,0,0,.79-.79v-7.854a2.484,2.484,0,0,0,1.691-2.352V100.2a5.024,5.024,0,0,0-5.018-5.018h0Z\' transform=\'translate(-154.334 -90.177)\' fill=\'%23feb700\'/%3E%3Cpath id=\'Path_535\' data-name=\'Path 535\' d=\'M189.338,68.827a2.509,2.509,0,1,0-2.508-2.51,2.514,2.514,0,0,0,2.508,2.51Z\' transform=\'translate(-167.403 -63.824)\' fill=\'%23feb700\'/%3E%3Cpath id=\'Path_536\' data-name=\'Path 536\' d=\'M138.907,98.04a2.509,2.509,0,1,0-2.51,2.508,2.514,2.514,0,0,0,2.51-2.508h0Z\' transform=\'translate(-122.922 -90.471)\' fill=\'%23feb700\'/%3E%3Cpath id=\'Path_537\' data-name=\'Path 537\' d=\'M123.26,126.98a5.026,5.026,0,0,0-4.99,4.484,6.6,6.6,0,0,1,3.131,5.61v.846a4.059,4.059,0,0,1-1.466,3.124v2.007a.791.791,0,0,0,.79.79H125.8a.791.791,0,0,0,.79-.79v-5.317a2.484,2.484,0,0,0,1.691-2.352V132a5.024,5.024,0,0,0-5.018-5.018h0Z\' transform=\'translate(-109.783 -116.902)\' fill=\'%23feb700\'/%3E%3Cpath id=\'Path_538\' data-name=\'Path 538\' d=\'M70.1,158.79a5.016,5.016,0,0,0-5.018,5.018v.846a2.485,2.485,0,0,0,1.691,2.352v2.778a.791.791,0,0,0,.79.79h5.076a.791.791,0,0,0,.79-.79v-2.778a2.485,2.485,0,0,0,1.691-2.352v-.846A5.015,5.015,0,0,0,70.1,158.79Z\' transform=\'translate(-65.08 -143.636)\' fill=\'%23feb700\'/%3E%3Cpath id=\'Path_539\' data-name=\'Path 539\' d=\'M83.318,132.437a2.509,2.509,0,1,0-2.508-2.51,2.514,2.514,0,0,0,2.508,2.51h0Z\' transform=\'translate(-78.3 -117.284)\' fill=\'%23feb700\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .age-range-filter.open span.current.nitro-lazy {
		background-image: none !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .age-range-filter span.current.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .accessibility-filter span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(-0.029 0.241)\'%3E%3Cg id=\'Group_1094\' data-name=\'Group 1094\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_8\' data-name=\'Ellipse 8\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(0.029 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Group_1093\' data-name=\'Group 1093\' transform=\'translate(13.917 7.572)\'%3E%3Cpath id=\'Path_530\' data-name=\'Path 530\' d=\'M159.334,118.254l-6.9-6.9H145.72v-3.868h6.767a1.91,1.91,0,1,0,0-3.82H145.72v-1.822a1.934,1.934,0,0,0-1.856-1.948,1.91,1.91,0,0,0-1.964,1.91v12.1a1.273,1.273,0,0,0,1.273,1.273h7.68l5.781,5.781a1.91,1.91,0,0,0,2.7-2.7Z\' transform=\'translate(-133.354 -91.989)\' fill=\'%23006\'/%3E%3Cellipse id=\'Ellipse_9\' data-name=\'Ellipse 9\' cx=\'3.022\' cy=\'3.022\' rx=\'3.022\' ry=\'3.022\' transform=\'translate(7.544)\' fill=\'%23006\'/%3E%3Cpath id=\'Path_531\' data-name=\'Path 531\' d=\'M106.319,141.546a8.6,8.6,0,1,1-11.342-11.963V127.49a10.515,10.515,0,1,0,12.73,15.445l-1.39-1.39Z\' transform=\'translate(-88.34 -115.181)\' fill=\'%23006\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .accessibility-filter.open span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'51\' height=\'51\' viewBox=\'0 0 51 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(-0.029 0.241)\'%3E%3Cg id=\'Group_1094\' data-name=\'Group 1094\' transform=\'translate(0 0)\'%3E%3Ccircle id=\'Ellipse_8\' data-name=\'Ellipse 8\' cx=\'25.5\' cy=\'25.5\' r=\'25.5\' transform=\'translate(0.029 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Group_1093\' data-name=\'Group 1093\' transform=\'translate(13.917 7.572)\'%3E%3Cpath id=\'Path_530\' data-name=\'Path 530\' d=\'M159.334,118.254l-6.9-6.9H145.72v-3.868h6.767a1.91,1.91,0,1,0,0-3.82H145.72v-1.822a1.934,1.934,0,0,0-1.856-1.948,1.91,1.91,0,0,0-1.964,1.91v12.1a1.273,1.273,0,0,0,1.273,1.273h7.68l5.781,5.781a1.91,1.91,0,0,0,2.7-2.7Z\' transform=\'translate(-133.354 -91.989)\' fill=\'%23fdb700\'/%3E%3Cellipse id=\'Ellipse_9\' data-name=\'Ellipse 9\' cx=\'3.022\' cy=\'3.022\' rx=\'3.022\' ry=\'3.022\' transform=\'translate(7.544)\' fill=\'%23fdb700\'/%3E%3Cpath id=\'Path_531\' data-name=\'Path 531\' d=\'M106.319,141.546a8.6,8.6,0,1,1-11.342-11.963V127.49a10.515,10.515,0,1,0,12.73,15.445l-1.39-1.39Z\' transform=\'translate(-88.34 -115.181)\' fill=\'%23fdb700\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .accessibility-filter.open span.current.nitro-lazy {
		background-image: none !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .accessibility-filter span.current.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .membership-filter span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'52\' height=\'51\' viewBox=\'0 0 52 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.085 0.241)\'%3E%3Cg id=\'Group_1095\' data-name=\'Group 1095\' transform=\'translate(0 0)\'%3E%3Cellipse id=\'Ellipse_10\' data-name=\'Ellipse 10\' cx=\'26\' cy=\'25.5\' rx=\'26\' ry=\'25.5\' transform=\'translate(-0.085 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Icon\' transform=\'translate(10.728 13.013)\'%3E%3Cpath id=\'Path_532\' data-name=\'Path 532\' d=\'M64.708,101.117,62.945,90.1a1.863,1.863,0,0,1,2.832-1.87L71.3,91.721l5.788-6.633a1.86,1.86,0,0,1,2.805,0l5.788,6.633L91.2,88.233a1.863,1.863,0,0,1,2.832,1.87l-1.763,11.013Zm27.219,2.172-.514,3.21a2.637,2.637,0,0,1-2.6,2.221H68.174a2.638,2.638,0,0,1-2.6-2.221l-.514-3.21Z\' transform=\'translate(-62.921 -84.45)\' fill=\'%23006\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .membership-filter.open span.current {
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'52\' height=\'51\' viewBox=\'0 0 52 51\'%3E%3Cg id=\'Layer_1\' data-name=\'Layer 1\' transform=\'translate(0.085 0.241)\'%3E%3Cg id=\'Group_1095\' data-name=\'Group 1095\' transform=\'translate(0 0)\'%3E%3Cellipse id=\'Ellipse_10\' data-name=\'Ellipse 10\' cx=\'26\' cy=\'25.5\' rx=\'26\' ry=\'25.5\' transform=\'translate(-0.085 -0.242)\' fill=\'%23f4f4f4\'/%3E%3Cg id=\'Icon\' transform=\'translate(10.728 13.013)\'%3E%3Cpath id=\'Path_532\' data-name=\'Path 532\' d=\'M64.708,101.117,62.945,90.1a1.863,1.863,0,0,1,2.832-1.87L71.3,91.721l5.788-6.633a1.86,1.86,0,0,1,2.805,0l5.788,6.633L91.2,88.233a1.863,1.863,0,0,1,2.832,1.87l-1.763,11.013Zm27.219,2.172-.514,3.21a2.637,2.637,0,0,1-2.6,2.221H68.174a2.638,2.638,0,0,1-2.6-2.221l-.514-3.21Z\' transform=\'translate(-62.921 -84.45)\' fill=\'%23fdb700\' fill-rule=\'evenodd\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .membership-filter.open span.current.nitro-lazy {
		background-image: none !important;
	}
	
	.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper .membership-filter span.current.nitro-lazy {
		background-image: none !important;
	}
}

.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper:nth-child(3) .nice-select .list {
	right: 0 !important;
	left: -25px !important;
}

.what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper:nth-child(4) .nice-select .list, .what-we-offer.what-we-offer-expanded #filters .locations-filters-wrapper:nth-child(5) .nice-select .list {
	right: 0 !important;
	left: inherit !important;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .reset {
		width: 25%;
	}
}

.what-we-offer.what-we-offer-expanded #filters select {
	display: none;
}

.what-we-offer.what-we-offer-expanded #filters .nice-select {
	border: 0;
	height: auto;
	line-height: inherit;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .nice-select {
		white-space: wrap;
		padding-left: 0;
	}
}

.what-we-offer.what-we-offer-expanded #filters .nice-select:after {
	border: 0;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/arrow-blue-filters.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.2rem;
	height: 1.2rem;
	-webkit-transform: none;
	transform: none;
	margin-top: -.6rem;
}

.what-we-offer.what-we-offer-expanded #filters .nice-select.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -1rem;
}

@media only screen and (max-width: 991.98px) {
	.what-we-offer.what-we-offer-expanded #filters .nice-select {
		font-size: 13px;
	}
}

.what-we-offer.what-we-offer-expanded #filters .nice-select .list {
	padding-top: 1.5rem;
	padding-bottom: .5rem;
	right: 0;
	left: inherit;
	margin-top: 1.6rem;
	border: 1px solid #006;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	min-width: 250px;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .nice-select .list {
		right: inherit;
		left: 0;
		min-width: 200px;
	}
}

.what-we-offer.what-we-offer-expanded #filters .nice-select .option {
	font-size: 1.4rem;
	min-height: 40px;
	padding-left: 5.2rem;
	padding-right: 2.7rem;
	line-height: 40px;
	margin-bottom: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .nice-select .option {
		min-height: 40px;
		line-height: 20px;
		margin-bottom: 3px;
	}
}

.what-we-offer.what-we-offer-expanded #filters .nice-select .option::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2.7rem;
	content: "";
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/pin-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.2rem;
	height: 1.8rem;
	display: block;
}

.what-we-offer.what-we-offer-expanded #filters .nice-select .option:hover, .what-we-offer.what-we-offer-expanded #filters .nice-select .option.focus, .what-we-offer.what-we-offer-expanded #filters .nice-select .option.selected.focus {
	background-color: rgba(0, 0, 0, 0);
}

.what-we-offer.what-we-offer-expanded #filters .reset {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #006;
	border: 0;
	padding: 0;
	margin-left: 3.6rem;
}

@media only screen and (max-width: 991.98px) {
	.what-we-offer.what-we-offer-expanded #filters .reset {
		margin-left: 1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #filters .reset {
		margin-left: 1rem;
		display: block;
		grid-column: 4/-1;
		width: 100% !important;
		margin-top: 2.5rem;
		border: 1px solid #040065;
		border-radius: 1.3rem;
		max-width: 10rem;
		height: 26px;
		justify-self: end;
	}
}

.what-we-offer.what-we-offer-expanded #filters .reset[disabled] {
	cursor: default;
	opacity: .5;
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-header-desktop {
	margin-bottom: 2.1rem;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-body {
		margin-top: 4.1rem;
	}
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .tab-pane:first-child .accordion-body {
	margin-top: 0;
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#activities-tab-pane .accordion-body {
	border-radius: 0px 8rem 8rem;
}

@media only screen and (max-width: 767.98px) {
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item .accordion-body p.no-items {
		background-color: #f4f4f4;
		padding: 1.2rem 2.35rem;
		color: #040065 !important;
		border-color: #f4f4f4;
		text-align: left !important;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane .accordion-body {
	border-radius: 8rem 0 8rem 8rem;
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#lessons-courses-tab-pane .accordion-body {
	border-radius: 0 3.2rem 3.2rem 3.2rem;
}

.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane .accordion-body {
	border-radius: 0px 8rem 8rem;
}

@media only screen and (min-width: 768px) {
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane .accordion-body, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane .accordion-body {
		background-color: #006;
	}
	
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane .accordion-body .accordion-header-desktop, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane .accordion-body .accordion-header-desktop {
		color: #fff;
	}
}

@media only screen and (min-width: 768px) {
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane ul.buttons-grid li a.btn, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane ul.buttons-grid li a.btn {
		color: #fff;
	}
	
	.what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane ul.buttons-grid li a.btn:hover, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane ul.buttons-grid li a.btn:active, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#classes-tab-pane ul.buttons-grid li a.btn:focus, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane ul.buttons-grid li a.btn:hover, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane ul.buttons-grid li a.btn:active, .what-we-offer.what-we-offer-expanded #whatWeOfferTabContent .accordion-item#facilities-tab-pane ul.buttons-grid li a.btn:focus {
		border-color: #ffb700;
		background-color: #ffb700;
		color: #006;
	}
}

.what-we-offer.what-we-offer-expanded #search-what-we-offer input {
	text-align: center;
	font-weight: 400;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	border-width: 1px;
}

.what-we-offer.what-we-offer-expanded #search-what-we-offer button {
	width: 2.8rem;
	height: 2.8rem;
	top: 1.5rem;
}

.what-we-offer.what-we-offer-expanded #search-what-we-offer button svg {
	width: 2.8rem;
	height: 2.8rem;
}

.grid-cards {
	position: relative;
	padding-bottom: 6rem;
}

.grid-cards .grid {
	display: grid;
	grid-template-columns: 30rem 1fr;
	grid-template-rows: minmax(22.2rem, 1fr);
}

@media only screen and (max-width: 767.98px) {
	.grid-cards .grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767.98px) {
	.grid-cards .grid .grid-image {
		display: none;
	}
}

.grid-cards .grid-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8rem 0;
	min-height: 53rem;
}

.grid-cards .grid-image img {
	position: absolute;
	max-height: 48rem;
	width: auto !important;
}

@media only screen and (min-width: 768px) {
	.grid-cards .grid-image img {
		left: -4.5rem;
		max-height: 32rem;
	}
}

@media only screen and (min-width: 992px) {
	.grid-cards .grid-image img {
		left: 0;
		max-height: 36rem;
	}
}

@media only screen and (min-width: 1200px) {
	.grid-cards .grid-image img {
		left: 0;
		max-height: 40rem;
	}
}

@media only screen and (min-width: 1300px) {
	.grid-cards .grid-image img {
		max-height: 40rem;
	}
}

@media only screen and (min-width: 1400px) {
	.grid-cards .grid-image img {
		left: 0;
		max-height: 30rem;
	}
}

@media screen and (min-width: 1500px) {
	.grid-cards .grid-image img {
		left: -16rem;
		position: relative;
		max-height: 48rem;
	}
}

.grid-cards ul.grid-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}

@media only screen and (max-width: 575.98px) {
	.grid-cards ul.grid-cards {
		grid-template-columns: 1fr;
	}
}

.grid-cards ul.grid-cards li:nth-child(1) a {
	border-top-left-radius: 4rem;
}

.grid-cards ul.grid-cards li:nth-child(2) a {
	border-bottom-right-radius: 0rem;
}

.grid-cards ul.grid-cards li:nth-child(3) a {
	border-top-right-radius: 4rem;
}

.grid-cards ul.grid-cards li:nth-child(4) a {
	border-bottom-left-radius: 4rem;
}

.grid-cards ul.grid-cards li:nth-child(6) a {
	border-bottom-right-radius: 4rem;
}

@media only screen and (max-width: 767.98px) {
	.grid-cards ul.grid-cards li {
		background-color: #f4f4f4;
		border-radius: 2rem;
		overflow: hidden;
	}
	
	.grid-cards ul.grid-cards li img {
		display: block;
		max-height: 22rem;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}
}

.grid-cards ul.grid-cards li a {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-filter: drop-shadow(rgba(0, 0, 0, .3) 0px .3rem .6rem);
	filter: drop-shadow(rgba(0, 0, 0, .3) 0px .3rem .6rem);
	overflow: hidden;
	min-height: 22.2rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.grid-cards ul.grid-cards li a:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.grid-cards ul.grid-cards li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .38);
	z-index: -1;
}

@media only screen and (max-width: 767.98px) {
	.grid-cards ul.grid-cards li a {
		display: block;
		min-height: inherit;
		-webkit-filter: none;
		filter: none;
		background-image: none !important;
		border-radius: 0 !important;
	}
	
	.grid-cards ul.grid-cards li a::before {
		display: none;
	}
	
	.grid-cards ul.grid-cards li a .wrapper-heading {
		padding: 1.8rem 0;
		padding-top: 1.4rem;
	}
	
	.grid-cards ul.grid-cards li a.nitro-lazy {
		background-image: none !important;
	}
}

.grid-cards ul.grid-cards li h3 {
	max-width: 15rem;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.grid-cards ul.grid-cards li h3 {
		color: #006;
		font-size: 2rem;
		max-width: 100%;
	}
}

.membership-content {
	background-color: #f4f4f4;
	padding: 5rem 0 3.2rem;
}

@media only screen and (max-width: 767.98px) {
	.membership-content {
		background-color: #fff;
		padding: 0;
	}
}

.membership-content .content-block {
	position: relative;
	border-bottom-left-radius: 12rem;
	min-height: 40.7rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 480px) {
	.membership-content .content-block {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-bottom-left-radius: 6rem;
		min-height: 22rem;
		padding-top: 64%;
	}
}

.membership-content .content-block .wrapper {
	padding-left: 18%;
}

@media only screen and (max-width: 1199.98px) {
	.membership-content .content-block .wrapper {
		padding-left: 12%;
	}
}

@media only screen and (max-width: 991.98px) {
	.membership-content .content-block .wrapper {
		padding-left: 8%;
	}
}

@media only screen and (max-width: 480px) {
	.membership-content .content-block .wrapper {
		position: absolute;
		padding-top: 28px;
		padding-left: 20px;
		top: 0;
	}
}

.membership-content .content-block h2 {
	max-width: 34rem;
	margin-bottom: 1.3rem;
	color: #fff;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 991.98px) {
	.membership-content .content-block h2 {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.membership-content .content-block h2 {
		font-size: 2rem;
		max-width: 26rem;
	}
}

@media only screen and (max-width: 480px) {
	.membership-content .content-block h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 3.4rem;
		max-width: 150px;
	}
}

.membership-content .content-block span {
	padding-top: 7px;
	font-size: 1.6rem;
}

.membership-content .content-block .btn {
	font-weight: 700;
}

@media only screen and (max-width: 480px) {
	.membership-content .content-block .btn {
		font-size: 1rem;
		min-width: 10.7rem;
		min-height: 3.7rem;
		padding: 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.post-template-template-activity-prices .hero-memberships.hero-content .slide-inner .slide-copy {
		top: 15rem;
	}
}

.post-template-template-activity-prices .hero-content .slide-inner h2 {
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.2rem;
	max-width: 56rem;
}

@media only screen and (max-width: 767.98px) {
	.post-template-template-activity-prices .hero-content .slide-inner h2 {
		margin-top: 3rem;
	}
}

.post-template-template-activity-prices .membership-content {
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0);
}

.activity-prices .activity-tabs {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .activity-tabs {
		padding-left: 2rem;
		padding-right: 2rem;
		margin-bottom: 3rem;
	}
}

.activity-prices .activity-tabs ul.nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 0;
	background-color: #ffb700;
	border-top-left-radius: 4.9rem;
	border-bottom-left-radius: 4.9rem;
	margin-bottom: 5.5rem;
}

@media only screen and (min-width: 768px) {
	.activity-prices .activity-tabs ul.nav-tabs {
		margin-left: 4%;
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices .activity-tabs ul.nav-tabs {
		margin-left: 12%;
	}
}

@media only screen and (min-width: 1200px) {
	.activity-prices .activity-tabs ul.nav-tabs {
		margin-left: 47.3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .activity-tabs ul.nav-tabs {
		background-color: rgba(0, 0, 0, 0);
		margin-left: 0;
		margin-bottom: 0;
		border-radius: 0;
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
		row-gap: 2.5rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.activity-prices .activity-tabs ul.nav-tabs li {
	min-height: 100%;
	max-width: 20rem;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .activity-tabs ul.nav-tabs li {
		-webkit-box-flex: inherit;
		-ms-flex-positive: inherit;
		flex-grow: inherit;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: inherit;
		min-width: calc(50% - 1.5rem);
	}
}

.activity-prices .activity-tabs ul.nav-tabs li button, .activity-prices .activity-tabs ul.nav-tabs li a {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 2.3rem 2rem;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 400;
	font-size: 1.6rem;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .activity-tabs ul.nav-tabs li button, .activity-prices .activity-tabs ul.nav-tabs li a {
		background-color: #ffb700;
		border-radius: 2rem;
		padding: 1.1rem 0;
		max-width: 100%;
		font-size: 1.5rem;
	}
}

.activity-prices .activity-tabs ul.nav-tabs li button:hover, .activity-prices .activity-tabs ul.nav-tabs li a:hover {
	color: #fff;
}

.activity-prices .activity-tabs ul.nav-tabs li button.active, .activity-prices .activity-tabs ul.nav-tabs li a.active {
	background-color: rgba(0, 0, 0, 0);
	color: #006;
	font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .activity-tabs ul.nav-tabs li button.active, .activity-prices .activity-tabs ul.nav-tabs li a.active {
		background-color: #ffb700;
	}
}

.activity-prices #age_repeater_tab {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom-color: #006;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #age_repeater_tab {
		display: none;
	}
}

.activity-prices #age_repeater_tab li {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	margin-bottom: 0;
}

.activity-prices #age_repeater_tab button, .activity-prices #age_repeater_tab a {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 1.5rem;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 700;
	font-size: 1.5rem;
	color: rgba(0, 0, 102, .35);
	position: relative;
}

@media only screen and (min-width: 768px) {
	.activity-prices #age_repeater_tab button, .activity-prices #age_repeater_tab a {
		padding: 1.5rem 0;
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices #age_repeater_tab button, .activity-prices #age_repeater_tab a {
		padding: 1.5rem;
	}
}

.activity-prices #age_repeater_tab button.active, .activity-prices #age_repeater_tab a.active {
	color: #006;
}

.activity-prices #age_repeater_tab button.active::before, .activity-prices #age_repeater_tab a.active::before {
	content: "";
	position: absolute;
	bottom: -.9rem;
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	background-color: #ffb700;
}

@media only screen and (min-width: 768px) {
	.activity-prices #age_repeater_tab button.active::before, .activity-prices #age_repeater_tab a.active::before {
		bottom: -.3rem;
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices #age_repeater_tab button.active::before, .activity-prices #age_repeater_tab a.active::before {
		bottom: -.4rem;
	}
}

.activity-prices #age_repeater_tab button.active::after, .activity-prices #age_repeater_tab a.active::after {
	content: "";
	position: absolute;
	bottom: -2.42rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.7rem;
	height: 1.5rem;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/triangle-yellow.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 1.7rem 1.5rem;
}

@media only screen and (min-width: 768px) {
	.activity-prices #age_repeater_tab button.active::after, .activity-prices #age_repeater_tab a.active::after {
		bottom: -1.8rem;
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices #age_repeater_tab button.active::after, .activity-prices #age_repeater_tab a.active::after {
		bottom: -1.9rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.activity-prices #age_repeater_tab .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
}

.activity-prices #TabAgeContent .accordion-item {
	border: 0;
}

.activity-prices #TabAgeContent .accordion-body {
	padding: 0;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent .accordion-collapse {
		background-color: #006;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
		padding: 2.1rem 2.1rem 4.6rem;
	}
}

.activity-prices #AgeRepeaterTabContent .accordion-item {
	border: 0;
}

.activity-prices #AgeRepeaterTabContent .accordion-item {
	margin-bottom: 3rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-button {
	cursor: pointer;
	padding: 1.2rem 2.4rem;
	background-color: #006;
	border-radius: 2rem;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
}

.activity-prices #AgeRepeaterTabContent .accordion-button::after {
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/arrow-white-bottom.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1.3rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-button:not(.collapsed)::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/arrow-blue.svg");
}

.activity-prices #AgeRepeaterTabContent .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffb700;
	color: #006;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.activity-prices #AgeRepeaterTabContent .accordion-body .icons-flex {
	margin-top: 0;
	margin-bottom: .3rem;
	background-color: #f4f4f4;
	padding: 1.8rem 2.1rem;
	font-size: 1.5rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-body .icons-flex:last-child {
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-body .icons-flex svg {
	max-height: 1.8rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-body .centre-opening-hours .hours-wrapper div.hours {
	gap: 2rem;
}

.activity-prices #AgeRepeaterTabContent .accordion-body {
	background-color: #fff;
	border-radius: 0;
	border-top-left-radius: 0;
	margin-top: 3rem;
	padding: 3.2rem 0 3.2rem 0;
}

@media only screen and (min-width: 768px) {
	.activity-prices #AgeRepeaterTabContent .accordion-body {
		padding: 3.2rem 0 0rem 0;
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices #AgeRepeaterTabContent .accordion-body {
		padding: 3.2rem 0 0rem 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent .accordion-body {
		background-color: rgba(0, 0, 0, 0);
		margin-top: 0;
		padding: 0;
		border-radius: 0;
	}
}

.activity-prices #AgeRepeaterTabContent ul.buttons-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	gap: 1.8rem;
	grid-auto-rows: auto;
}

@media only screen and (min-width: 768px) {
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid {
		grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid {
		grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid {
		gap: .2rem;
		grid-template-columns: 1fr;
	}
}

.activity-prices #AgeRepeaterTabContent ul.buttons-grid li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid li {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid li:last-child {
		overflow: hidden;
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
}

.activity-prices #AgeRepeaterTabContent ul.buttons-grid li a.btn {
	width: 100%;
	height: 100%;
	min-width: 17rem;
	min-height: 3.5rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	line-height: 2.2rem;
	background-color: rgba(0, 0, 0, 0);
	border-color: #006;
	font-size: 1.6rem;
	color: #006;
	border: 1px solid;
	border-radius: 3rem;
	font-weight: 400;
	-webkit-transition: all .15s;
	transition: all .15s;
	min-height: 5.6rem;
}

.activity-prices #AgeRepeaterTabContent ul.buttons-grid li a.btn:hover, .activity-prices #AgeRepeaterTabContent ul.buttons-grid li a.btn:focus, .activity-prices #AgeRepeaterTabContent ul.buttons-grid li a.btn:active {
	border-color: #006;
	background-color: #006;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent ul.buttons-grid li a.btn {
		border-radius: 0;
		background-color: #f4f4f4;
		padding: 1.2rem 2.35rem;
		border-color: #f4f4f4;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices #AgeRepeaterTabContent.tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .container {
		padding: 0;
	}
}

.activity-prices .memberships-grid .grid-ctn {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

@media only screen and (min-width: 768px) {
	.activity-prices .memberships-grid .grid-ctn {
		grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
	}
}

@media only screen and (min-width: 992px) {
	.activity-prices .memberships-grid .grid-ctn {
		grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
	}
}

@media only screen and (min-width: 1200px) {
	.activity-prices .memberships-grid .grid-ctn {
		grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .grid-ctn {
		display: block;
		margin: 0;
	}
}

.activity-prices .memberships-grid .single-grid-option {
	max-width: inherit;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3.3rem 2.6rem;
	word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
	.activity-prices .memberships-grid .single-grid-option {
		padding: 3rem 2rem;
	}
	
	.activity-prices .memberships-grid .single-grid-option:last-child {
		grid-column: 2/4;
	}
}

@media only screen and (min-width: 1200px) {
	.activity-prices .memberships-grid .single-grid-option {
		padding: 3.3rem 2.6rem;
	}
	
	.activity-prices .memberships-grid .single-grid-option:last-child {
		grid-column: inherit;
	}
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .single-grid-option {
		padding: 0;
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0);
		border-bottom: 1px solid #fff;
		margin-bottom: 2.5rem;
	}
	
	.activity-prices .memberships-grid .single-grid-option:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	
	.activity-prices .memberships-grid .single-grid-option:last-child .price {
		margin-bottom: 0 !important;
	}
}

.activity-prices .memberships-grid .single-grid-option h3 {
	margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .single-grid-option h3 {
		font-size: 1.5rem;
		line-height: 2rem;
		color: #fff;
	}
}

.activity-prices .memberships-grid .single-grid-option .price {
	font-size: 2.5rem;
	font-weight: 700;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .single-grid-option .price {
		font-size: 2rem;
		line-height: 2.7rem;
		color: #fff;
		margin-bottom: 2.6rem;
	}
}

.activity-prices .memberships-grid .single-grid-option:first-of-type {
	background-color: rgba(0, 0, 0, 0);
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .single-grid-option:first-of-type {
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
	}
}

.activity-prices .memberships-grid .single-grid-option:first-of-type .price, .activity-prices .memberships-grid .single-grid-option:first-of-type h3 {
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.activity-prices .memberships-grid .single-grid-option:first-of-type .price, .activity-prices .memberships-grid .single-grid-option:first-of-type h3 {
		color: #fff;
	}
}

.all-memberships-grid .all-memberships-grid-title {
	position: relative;
	display: inline-block;
	margin-bottom: 8rem;
	margin-top: 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	max-width: 480px !important;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships-grid .all-memberships-grid-title {
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin-bottom: 5.5rem;
		margin-top: 4.5rem;
		max-width: 385px;
	}
	
	.all-memberships-grid .all-memberships-grid-title br {
		display: none;
	}
}

.all-memberships-grid .all-memberships-grid-title::before {
	content: "";
	position: absolute;
	bottom: -1.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffb700;
	width: 30%;
	height: 1px;
}

@media only screen and (max-width: 767.98px) {
	.all-memberships-grid .all-memberships-grid-title::before {
		width: 30%;
		max-width: 100%;
	}
}

.all-memberships-grid .savers-col-ctn.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

.all-memberships-grid .savers-col-ctn .single-col-wrapper {
	padding: 2.8rem 2.8rem 2.8rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.all-memberships-grid .savers-col-ctn .col-learn-more {
	padding-left: 0;
	padding-right: 2.8rem;
	padding-top: 2.5rem;
}

.all-memberships-grid .savers-col-ctn .col-learn-more .find-out-more {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

.all-memberships-grid .savers-col-ctn .col-learn-more svg {
	position: relative;
	top: .1rem;
	margin-left: .7rem;
	width: .7rem;
}

.all-memberships-grid .savers-col-ctn .single-col {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	max-width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	height: 100%;
}

.all-memberships-grid .savers-col-ctn .single-col:first-of-type {
	border-top-left-radius: 4rem;
}

.all-memberships-grid .savers-col-ctn .single-col:first-of-type, .all-memberships-grid .savers-col-ctn .single-col:nth-of-type(4) {
	background-color: #fff;
}

.all-memberships-grid .savers-col-ctn .single-col:nth-of-type(2) {
	margin-top: 0;
}

.all-memberships-grid .savers-col-ctn .single-col:nth-of-type(3) {
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 8rem;
}

.all-memberships-grid .savers-col-ctn .single-col:nth-of-type(4) {
	border-bottom-left-radius: 8rem;
}

.all-memberships-grid .savers-col-ctn .single-col:nth-of-type(4) .btn {
	background-color: #006;
	color: #fff;
}

.all-memberships-grid .savers-col-ctn .single-col:nth-of-type(6) {
	border-bottom-right-radius: 8rem;
}

.all-memberships-grid .savers-col-ctn .col-price {
	margin-top: 1rem;
	display: block;
	gap: 1rem;
}

.all-memberships-grid .savers-col-ctn .col-price .location-select {
	margin-top: 0;
}

.all-memberships-grid .savers-col-ctn .col-price .locations-selector-ctn {
	margin-bottom: 20px;
}

.all-memberships-grid .savers-col-ctn .col-price .btn {
	margin-right: 1.4rem;
}

.all-memberships-grid .savers-col-ctn .col-price .wrapper-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.all-memberships-grid .savers-col-ctn .col-price .btn:hover, .all-memberships-grid .savers-col-ctn .col-price .btn:focus, .all-memberships-grid .savers-col-ctn .col-price .btn:active {
	background-color: #ffb700;
	color: #006;
}

.all-memberships-grid .savers-col-ctn img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 24rem;
	min-height: 24rem;
}

.all-memberships-grid .memberships-mob .accordion-body {
	padding: 3rem 2.4rem;
	background-color: #f7f7f7;
}

.all-memberships-grid .memberships-mob .small-intro {
	margin-bottom: 2.5rem;
}

.all-memberships-grid .memberships-mob .location-select {
	margin-top: 0;
}

.all-memberships-grid .memberships-mob .wrapper-buttons {
	margin-top: 2rem;
}

.all-memberships-grid .memberships-mob .price.d-block.mb-3 {
	margin-bottom: 2rem !important;
}

.all-memberships-grid .memberships-mob .accordion-button::after {
	height: .8rem;
}

.all-memberships-grid .memberships-mob .accordion-button:not(.collapsed)::after {
	height: .8rem;
}

.all-memberships-grid .memberships-mob .btn:hover, .all-memberships-grid .memberships-mob .btn:focus, .all-memberships-grid .memberships-mob .btn:active {
	background-color: #ffb700;
	color: #006;
}

.all-memberships-grid .memberships-mob .col-price {
	text-align: left !important;
}

.all-memberships-grid .memberships-mob .col-learn-more {
	margin-top: 2rem;
}

.all-memberships-grid .memberships-mob .col-learn-more .find-out-more {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.all-memberships-grid .memberships-mob .col-learn-more svg {
	position: relative;
	top: .1rem;
	margin-left: .7rem;
	width: .7rem;
}

.all-memberships-grid .membership-full-width {
	margin-top: 7.5rem;
	margin-bottom: 13rem;
}

.all-memberships-grid .membership-full-width .wrapper-buttons .membership-join-button {
	margin-top: 2rem;
}

.all-memberships-grid .membership-full-width .col-price {
	margin-top: 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.all-memberships-grid .membership-full-width .col-price .btn:hover, .all-memberships-grid .membership-full-width .col-price .btn:focus, .all-memberships-grid .membership-full-width .col-price .btn:active {
	background-color: #fff;
	color: #006;
}

.all-memberships-grid .membership-full-width .col-learn-more {
	padding-top: 2rem;
}

.all-memberships-grid .membership-full-width .col-learn-more .find-out-more {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

.all-memberships-grid .membership-full-width .col-learn-more .find-out-more:hover {
	color: #006;
	text-decoration: underline;
}

.all-memberships-grid .membership-full-width .col-learn-more svg {
	position: relative;
	top: .1rem;
	margin-left: .7rem;
	width: .7rem;
}

.download-app {
	position: relative;
	padding: 0;
	margin-top: 4.4rem;
	border-top-left-radius: 10rem;
	background: #006;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#4d91c7));
	background: linear-gradient(180deg, #006 0%, #4d91c7 100%);
}

@media only screen and (max-width: 767.98px) {
	.download-app {
		padding-bottom: 3.15rem;
		border-top-left-radius: 6rem;
	}
	
	.download-app:after {
		content: "";
		position: absolute;
		top: 0;
		left: -1rem;
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/yellow-line-mob.svg");
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		width: 17.1rem;
		height: 29.1rem;
		z-index: 1;
	}
}

@media only screen and (max-width: 767.98px) {
	.download-app .container {
		max-width: 56rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.download-app h2 {
	color: #fff;
	margin-bottom: 3.4rem;
}

@media only screen and (max-width: 991.98px) {
	.download-app h2 {
		font-size: 2rem;
		line-height: 2.7rem;
		margin-bottom: 1.5rem;
	}
}

.download-app .para, .download-app .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 767.98px) {
	.download-app .para {
		position: relative;
		z-index: 2;
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}

.download-app .para p {
	max-width: 38rem;
}

.download-app .image {
	position: relative;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/yellow-line.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 5rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-app .image.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991.98px) {
	.download-app .image {
		background-size: cover;
		padding: 5.5rem 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.download-app .image {
		padding: 2rem 0 3rem;
		background-image: none;
	}
	
	.download-app .image.nitro-lazy {
		background-image: none !important;
	}
}

.download-app .image img {
	position: relative;
	z-index: 2;
	width: auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 30rem;
}

@media only screen and (max-width: 991.98px) {
	.download-app .image img {
		max-height: 26rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.download-app .image img {
		max-height: 18rem;
	}
}

.download-app .download-app-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4.4rem;
	gap: 1.1rem;
}

@media only screen and (max-width: 767.98px) {
	.download-app .download-app-images {
		margin-bottom: 3.1rem;
	}
}

.download-app .download-app-images img {
	display: block;
	width: auto;
	height: 5rem;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (max-width: 767.98px) {
	.download-app .download-app-images img {
		height: 4rem;
	}
}

.download-app p.sub {
	margin-bottom: 0;
	font-weight: 700;
}

.al-our-values {
	margin-top: -8rem;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 991.98px) {
	.al-our-values {
		margin-bottom: 0;
		margin-top: -8rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.al-our-values {
		margin-top: -3rem;
		margin-bottom: 2rem;
	}
	
	.al-our-values .container {
		max-width: 60rem;
	}
}

.al-our-values .gradient {
	padding: 3.5rem 5.5rem 5.5rem;
	border-top-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	background: #006;
	background: -webkit-gradient(linear, left bottom, left top, from(#006), to(#005eb6));
	background: linear-gradient(0deg, #006 0%, #005eb6 100%);
}

@media only screen and (max-width: 767.98px) {
	.al-our-values .gradient {
		padding-top: 0;
		padding-right: 2.6rem;
		padding-left: 2.6rem;
		padding-bottom: 2.6rem;
		border-radius: 2rem;
		background: #006;
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
		background: linear-gradient(180deg, #006 0%, #005eb6 100%);
	}
}

@media only screen and (max-width: 767.98px) {
	.al-our-values .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767.98px) {
	.al-our-values .col-md-5 {
		min-height: 14rem;
	}
}

.al-our-values .our-values-copy h3, .al-our-values .our-values-copy p {
	color: #fff;
}

.al-our-values .our-values-copy h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: 2.8rem;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.al-our-values .our-values-copy h3 {
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
}

.al-our-values .our-values-copy h3::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 13rem;
	background-color: #ffb700;
	height: 2px;
}

.al-our-values .our-values-copy p {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.al-our-values .our-values-copy p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.al-our-values .col-md-5 {
	position: relative;
}

.al-our-values img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5rem;
	width: auto;
}

@media only screen and (max-width: 767.98px) {
	.al-our-values img {
		-webkit-transform: translateY(-73%);
		transform: translateY(-73%);
		max-height: 22rem;
		right: -2.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .container {
		max-width: 60rem;
	}
}

.memberships-options .locations-selector-ctn {
	margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .locations-selector-ctn {
		text-align: center;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .locations-selector-ctn {
		margin-bottom: 1.5rem;
	}
}

.memberships-options .locations-selector-ctn .location-select {
	margin-top: 0;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .locations-selector-ctn .location-select {
		width: auto;
	}
}

.memberships-options .membership-full-width {
	color: #fff;
	background-color: #005fb0;
	border-top-right-radius: 12rem;
	border-bottom-left-radius: 12rem;
	min-height: 60rem;
	padding-bottom: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-full-width {
		border-radius: 2rem;
		min-height: inherit;
		padding-bottom: 0;
		padding-top: 4rem;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		overflow: hidden;
	}
}

.memberships-options h2.main-title {
	font-size: 2.5rem;
	color: #fff;
	line-height: 3.4rem;
	margin-bottom: 5rem;
	position: relative;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options h2.main-title {
		display: block;
		margin-bottom: 7rem;
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
}

.memberships-options h2.main-title::before {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 23rem;
	background-color: #ffb700;
	height: 2px;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options #membership-options-carousel {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}
}

.memberships-options .membership-option h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: 2rem;
	color: #fff;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-option h3 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
		line-height: 2.7rem;
	}
}

.memberships-options .membership-option ul {
	margin-bottom: 5.2rem;
	padding-left: 1.5rem;
	max-width: 40rem;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-option ul {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .membership-option ul {
		max-width: 40rem;
	}
}

.memberships-options .membership-option ul li {
	margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-option ul li {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.memberships-options .membership-option ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .membership-option .col-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.memberships-options .membership-option span.price {
	padding-left: 0;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-option span.price {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-option .btn {
		width: auto;
		border-radius: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .membership-option .btn {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
}

.memberships-options .membership-full-img.Bottom {
	max-height: 36rem;
	bottom: -4.4rem;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .membership-full-img.Bottom {
		display: block;
		position: relative;
		bottom: inherit;
		right: inherit;
		min-height: 26rem;
		max-height: 26rem;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		border-radius: 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .membership-full-img.Bottom {
		min-height: 19rem;
		max-height: 19rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .col-lg-6:first-child {
		padding-bottom: 3.7rem;
	}
}

.memberships-options .slick-dots {
	bottom: 0;
	top: inherit;
	padding-top: 6rem;
	padding-bottom: 0;
}

.memberships-options .slick-arrow {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	top: inherit;
	-webkit-transform: none;
	transform: none;
	bottom: -2px;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .slick-arrow {
		width: 2.5rem;
		height: 2.5rem;
		bottom: -7px;
	}
}

.memberships-options .slick-arrow.slick-prev {
	left: 25%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'0 0 12 12\'%3E%3Cg id=\'Group_1284\' data-name=\'Group 1284\' transform=\'translate(332 2279) rotate(180)\'%3E%3Ccircle id=\'Ellipse_180\' data-name=\'Ellipse 180\' cx=\'6\' cy=\'6\' r=\'6\' transform=\'translate(320 2267)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_589\' data-name=\'Path 589\' d=\'M6467.523,1707.478l1.6-3.423,1.715,3.423\' transform=\'translate(2257.009 -4132.691) rotate(92)\' fill=\'none\' stroke=\'%23040066\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.memberships-options .slick-arrow.slick-prev.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .slick-arrow.slick-prev {
		left: 30%;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .slick-arrow.slick-prev {
		left: 10%;
	}
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.memberships-options .slick-arrow.slick-prev {
		left: 18%;
	}
}

.memberships-options .slick-arrow.slick-next {
	right: 25%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'0 0 12 12\'%3E%3Cg id=\'Group_1283\' data-name=\'Group 1283\' transform=\'translate(-320 -2267)\'%3E%3Ccircle id=\'Ellipse_180\' data-name=\'Ellipse 180\' cx=\'6\' cy=\'6\' r=\'6\' transform=\'translate(320 2267)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_589\' data-name=\'Path 589\' d=\'M6467.523,1707.478l1.6-3.423,1.715,3.423\' transform=\'translate(2257.009 -4132.691) rotate(92)\' fill=\'none\' stroke=\'%23040066\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'1.5\'/%3E%3C/g%3E%3C/svg%3E%0A");
	left: inherit;
}

.memberships-options .slick-arrow.slick-next.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 991.98px) {
	.memberships-options .slick-arrow.slick-next {
		right: 30%;
	}
}

@media only screen and (max-width: 767.98px) {
	.memberships-options .slick-arrow.slick-next {
		right: 10%;
	}
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
	.memberships-options .slick-arrow.slick-next {
		right: 18%;
	}
}

.al-newsletter.al-our-values {
	padding-top: 7.5rem;
	margin-bottom: 7.5rem;
	margin-top: -8rem;
}

@media only screen and (max-width: 767.98px) {
	.al-newsletter.al-our-values {
		margin-bottom: 3.6rem;
		margin-top: 0;
		padding-top: 3.6rem;
	}
	
	.al-newsletter.al-our-values .container {
		max-width: 60rem;
	}
}

.al-newsletter.al-our-values .gradient {
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: left !important;
	background: #006;
	border-top-left-radius: 12rem;
	border-bottom-right-radius: 12rem;
}

@media only screen and (max-width: 991.98px) {
	.al-newsletter.al-our-values .gradient {
		background-image: none !important;
		padding: 0;
		border-radius: 0;
	}
	
	.al-newsletter.al-our-values .gradient.nitro-lazy {
		background-image: none !important;
	}
}

.al-newsletter.al-our-values .our-values-copy {
	max-width: 54rem;
	padding-left: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.al-newsletter.al-our-values .our-values-copy {
		padding-left: 0;
	}
}

.al-newsletter.al-our-values .our-values-copy h3 {
	margin-bottom: 1.8rem;
}

.al-newsletter.al-our-values .our-values-copy h3::before {
	display: none;
}

.al-newsletter.al-our-values .our-values-copy .btn {
	margin-top: 3.2rem;
}

@media only screen and (max-width: 991.98px) {
	.al-newsletter.al-our-values .gradient {
		border-bottom-left-radius: 2rem;
		border-bottom-right-radius: 2rem;
	}
	
	.al-newsletter.al-our-values .our-values-copy {
		padding: 2.2rem 2.4rem 2.7rem;
	}
	
	.al-newsletter.al-our-values .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.al-newsletter.al-our-values .col-md-5 {
		min-height: inherit;
	}
	
	.al-newsletter.al-our-values img {
		position: relative;
		top: inherit;
		right: inherit;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.al-newsletter.al-our-values .btn {
		font-size: 1.6rem;
		line-height: 2.2rem;
		border-radius: 3rem;
		margin-top: 2.2rem !important;
		padding-top: .6rem;
		padding-bottom: .6rem;
		padding-left: 1rem;
		padding-right: 1rem;
		min-height: 3.7rem;
		min-width: 10.2rem;
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.al-newsletter.al-our-values .col-md-5, .al-newsletter.al-our-values .col-md-7 {
		width: 100%;
	}
	
	.al-newsletter.al-our-values img {
		max-height: 28rem;
	}
	
	.al-newsletter.al-our-values .our-values-copy {
		max-width: 100%;
	}
}

.acf-what-we-offer-finder {
	margin-top: 6rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder {
		max-width: 60rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.acf-what-we-offer-finder #acf-finder-search h2 {
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search h2 {
		max-width: 26rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.acf-what-we-offer-finder #acf-finder-search h2::before {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	background-color: #ffb700;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: .2rem;
	width: 100%;
	max-width: 10rem;
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper {
	background-color: #eaeaea;
	border-radius: 5rem;
	border-top-right-radius: 0;
	margin-top: 5.5rem;
	padding: 2.6rem 6rem 2.6rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper {
		padding: 2.6rem 6rem 2.6rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper {
		border-top-left-radius: 2.5rem;
		border-top-right-radius: 2.5rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding-top: 2.7rem;
		padding-left: 2.4rem;
		padding-right: 2.4rem;
		padding-bottom: 2.7rem;
		color: #fff;
		background: #006;
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
		background: linear-gradient(180deg, #006 0%, #005eb6 100%);
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper.loaded {
	padding-bottom: 9rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper.loaded {
		padding-bottom: 1.6rem;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder_repeater_wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder_repeater_wrapper {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-wrapper-elements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.5rem;
	max-width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 991.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-wrapper-elements {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-wrapper-elements {
		margin-bottom: 1.3rem;
		text-align: left;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-element {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 2rem;
		width: 100%;
	}
	
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-element .wrapper-elements {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 1.5rem;
	}
	
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-element .wrapper-elements:nth-child(2) {
		padding-left: 1.5rem;
	}
}

@media only screen and (max-width: 767.98px)and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .finder-search-element .wrapper-elements {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: inline-block;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper span {
	font-size: 2.5rem;
	line-height: 6rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper span.wrapper-elements {
		display: block;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper span {
		font-size: 2rem;
		line-height: 2.7rem;
		display: block;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: .5rem;
	padding-right: .5rem;
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.3rem;
	height: .8rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.632\' height=\'7.626\' viewBox=\'0 0 12.632 7.626\'%3E%3Cg id=\'Group_1503\' data-name=\'Group 1503\' transform=\'translate(22.793 -9.834) rotate(90)\'%3E%3Cg id=\'Group_654\' data-name=\'Group 654\' transform=\'translate(10.911 11.238)\'%3E%3Cpath id=\'Path_12\' data-name=\'Path 12\' d=\'M10.095.07,5.241,4.924.386.07A.228.228,0,0,0,.064.392L5.08,5.408a.228.228,0,0,0,.322,0L10.418.392A.228.228,0,0,0,10.1.064L10.1.07Z\' transform=\'translate(0 10.487) rotate(-90)\' fill=\'none\' stroke=\'%23015fb0\' stroke-width=\'2\'/%3E%3Cpath id=\'Path_13\' data-name=\'Path 13\' d=\'M5.241,5.475a.228.228,0,0,1-.161-.067L.064.392A.228.228,0,0,1,.386.07L5.241,4.924,10.1.07a.228.228,0,0,1,.328.317l-.006.006L5.4,5.408A.228.228,0,0,1,5.241,5.475Z\' transform=\'translate(0 10.487) rotate(-90)\' fill=\'none\' stroke=\'%23015fb0\' stroke-width=\'2\'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 991.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet {
		padding: 0;
	}
}

@media screen and (min-width: 768px)and (max-width: 991px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet {
		margin-left: 1rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet {
		margin-left: 0;
		position: relative;
		text-align: center;
		max-width: calc(100% - 4rem);
		width: calc(100% - 4rem);
		margin-left: 2rem;
		margin-right: 2rem;
	}
	
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-size: contain;
		width: 1.3rem;
		height: .8rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12.632\' height=\'7.626\' viewBox=\'0 0 12.632 7.626\'%3E%3Cg id=\'Group_1510\' data-name=\'Group 1510\' transform=\'translate(11.554 1.077) rotate(90)\'%3E%3Cpath id=\'Path_12\' data-name=\'Path 12\' d=\'M10.095.07,5.241,4.924.386.07A.228.228,0,0,0,.064.392L5.08,5.408a.228.228,0,0,0,.322,0L10.418.392A.228.228,0,0,0,10.1.064L10.1.07Z\' transform=\'translate(0 10.487) rotate(-90)\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\'/%3E%3Cpath id=\'Path_13\' data-name=\'Path 13\' d=\'M5.241,5.475a.228.228,0,0,1-.161-.067L.064.392A.228.228,0,0,1,.386.07L5.241,4.924,10.1.07a.228.228,0,0,1,.328.317l-.006.006L5.4,5.408A.228.228,0,0,1,5.241,5.475Z\' transform=\'translate(0 10.487) rotate(-90)\' fill=\'none\' stroke=\'%23fff\' stroke-width=\'2\'/%3E%3C/g%3E%3C/svg%3E%0A");
	}
	
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet::after {
		content: "";
		position: absolute;
		top: 20%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 5.4rem;
		display: block;
		background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/background-select.svg");
		mix-blend-mode: soft-light;
		border-radius: 30px;
	}
}

@media screen and (max-width: 400px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet {
		max-width: 100%;
		margin-left: 0;
		width: 100%;
		margin-right: 0;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet .facetwp-dropdown {
	font-weight: 700;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 2.5rem;
	line-height: 3.4rem;
	height: 3.4rem;
	padding: 0px 24px 0px 0px;
	color: #005fb0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 13px;
	width: auto;
	display: inline-block;
	text-align: center;
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet .facetwp-dropdown:focus-visible {
	outline: 0;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper .facetwp-facet .facetwp-dropdown {
		z-index: 100;
		position: relative;
		width: 100% !important;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
		max-width: 100% !important;
		color: #fff;
		background-size: cover;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 3rem;
		padding-left: 1.4rem;
		height: 5.4rem;
		padding-right: 3.9rem;
		font-size: 1.8rem;
		line-height: 2.4rem;
		text-align: center;
	}
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 0;
	cursor: pointer;
	min-width: 11rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search.loading {
	position: relative;
	background-color: #04006b;
	color: #ffb700;
	cursor: default;
}

.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search:hover, .acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search:active, .acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search:focus {
	background-color: #04006b;
	color: #ffb700;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder #acf-finder-search .finder-search-wrapper button#finder-search {
		border-radius: 3rem;
	}
}

.acf-what-we-offer-finder .search-results-list {
	padding: 0 8rem;
	margin: 0;
	margin-top: -5.5rem;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-what-we-offer-finder .search-results-list {
		grid-template-columns: 1fr;
		padding: 0 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list {
		margin-top: 0;
		padding: 0;
		gap: 0;
	}
}

.acf-what-we-offer-finder .search-results-list li {
	min-height: 23rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.7rem 3.5rem 4.5rem;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
	background: linear-gradient(180deg, #006 0%, #005eb6 100%);
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li {
		background: #eaeaea;
		min-height: 22rem;
		border-radius: 0 !important;
		margin-bottom: 0;
		color: #006;
		padding: 2.3rem;
		position: relative;
		-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
		-webkit-clip-path: inset(0px -15px -15px -15px);
		clip-path: inset(0px -15px -15px -15px);
	}
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header h3, .acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.6rem;
	background-color: #ffb700;
	color: #04006b;
	padding: 1rem 1.5rem;
	border-radius: 3rem;
	font-weight: 700;
	min-width: 14rem;
	max-width: 19rem;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations button {
	font-weight: 700;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #04006b;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: .7rem;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations img.location-img {
	width: 1.5rem;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-header .header-locations img.locations-img {
	width: 2.5rem;
}

.acf-what-we-offer-finder .search-results-list li h3 {
	color: #fff;
	position: relative;
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li h3 {
		color: #006;
	}
}

.acf-what-we-offer-finder .search-results-list li h3::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 5.7rem;
	background-color: #ffb700;
	height: 2px;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-membership {
	font-weight: 700;
	margin-bottom: 1.1rem;
}

.acf-what-we-offer-finder .search-results-list li .finder-result-copy {
	margin-bottom: 4rem;
	min-height: inherit;
}

.acf-what-we-offer-finder .search-results-list li .text-right {
	text-align: right;
}

.acf-what-we-offer-finder .search-results-list li .text-right a {
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.acf-what-we-offer-finder .search-results-list li .text-right a:hover {
	color: #ffb700;
}

.acf-what-we-offer-finder .search-results-list li .text-right a:hover svg path {
	stroke: #ffb700;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li .text-right a {
		color: #006;
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
}

.acf-what-we-offer-finder .search-results-list li .text-right svg {
	width: 1.1rem;
	margin-left: .7rem;
	position: relative;
	top: 1px;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li .text-right svg {
		width: .9rem;
		margin-left: .5rem;
	}
	
	.acf-what-we-offer-finder .search-results-list li .text-right svg path {
		stroke: #006;
	}
}

.acf-what-we-offer-finder .search-results-list li:nth-child(4n+1) {
	border-top-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
}

.acf-what-we-offer-finder .search-results-list li:nth-child(4n+2) {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5rem;
	border-bottom-left-radius: 5rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li:nth-child(4n+2) {
		background-color: #fff;
	}
}

.acf-what-we-offer-finder .search-results-list li:nth-child(4n+3) {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 5rem;
	border-bottom-left-radius: 5rem;
	background: #006;
	background: -webkit-gradient(linear, left bottom, left top, from(#006), to(#005eb6));
	background: linear-gradient(0deg, #006 0%, #005eb6 100%);
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li:nth-child(4n+3) {
		background: #eaeaea;
	}
}

.acf-what-we-offer-finder .search-results-list li:nth-child(4n+4) {
	border-top-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	background: #006;
	background: -webkit-gradient(linear, left bottom, left top, from(#006), to(#005eb6));
	background: linear-gradient(0deg, #006 0%, #005eb6 100%);
}

@media only screen and (max-width: 767.98px) {
	.acf-what-we-offer-finder .search-results-list li:nth-child(4n+4) {
		background: #fff;
	}
}

.acf-what-we-offer-finder .facetwp-facet.is-loading {
	opacity: 1;
}

.tippy-box {
	background: #eaeaea;
	border-radius: 5px;
	color: #006;
	font-weight: 600;
}

.tippy-box .tippy-content {
	padding: 8px 15px;
}

.tippy-arrow {
	color: #eaeaea;
}

.latest-post.hub-latest-post {
	margin-top: 6.7rem;
	margin-bottom: 0;
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
	border-top-left-radius: 10rem;
	border-bottom-right-radius: 0rem;
	background: #006;
	background: -webkit-gradient(linear, left top, right top, from(#006), color-stop(51%, #0f1d79), to(#4d91c7));
	background: linear-gradient(90deg, #006 0%, #0f1d79 51%, #4d91c7 100%);
}

@media only screen and (min-width: 1400px) {
	.latest-post.hub-latest-post .row {
		margin-left: -2.7rem;
		margin-right: -2.7rem;
	}
	
	.latest-post.hub-latest-post .col-md-4 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media only screen and (min-width: 768px) {
	.latest-post.hub-latest-post .row {
		margin-left: -1.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.latest-post.hub-latest-post {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: 51rem;
		overflow: hidden;
		position: relative;
		padding-bottom: 7.7rem;
		border-top-right-radius: 0;
		border-top-left-radius: 8rem;
		background: #006;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 102, 0)), color-stop(50%, #203d8f), to(#4d91c7));
		background: linear-gradient(180deg, rgba(0, 0, 102, 0) 0%, #203d8f 50%, #4d91c7 100%);
	}
	
	.latest-post.hub-latest-post h2.border-title {
		margin-bottom: 3rem;
	}
	
	.latest-post.hub-latest-post .container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.latest-post.hub-latest-post::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 34.2rem;
		display: block;
		z-index: -1;
	}
	
	.latest-post.hub-latest-post .d-block.d-md-none {
		color: #fff;
	}
	
	.latest-post.hub-latest-post .d-block.d-md-none p {
		margin-bottom: 0;
	}
	
	.latest-post.hub-latest-post .d-block.d-md-none .btn.btn-yellow {
		border: 0;
		cursor: pointer;
		min-width: 11rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow: hidden;
		border-radius: 3rem;
	}
	
	.latest-post.hub-latest-post .d-block.d-md-none .news-btn-ctn {
		margin-top: 4.5rem;
	}
}

.latest-post.hub-latest-post .wrapper {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0;
}

.latest-post.hub-latest-post .wrapper .content {
	font-size: 1.5rem;
	line-height: 2rem;
}

.latest-post.hub-latest-post .wrapper .content h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

.latest-post.hub-latest-post .wrapper .content .excerpt {
	max-width: 100%;
}

.latest-post.hub-latest-post .wrapper .find-out-more {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.latest-post.hub-latest-post .wrapper .find-out-more:hover {
	color: #ffb700;
}

.latest-post.hub-latest-post .wrapper .find-out-more:hover svg path {
	stroke: #ffb700;
}

.latest-post.hub-latest-post .wrapper .find-out-more svg {
	margin-left: .45rem;
	position: relative;
	top: 1px;
	width: .8rem;
}

.latest-post.hub-latest-post .wrapper .img {
	border-radius: 3rem;
	overflow: hidden;
}

.latest-post.hub-latest-post .wrapper .img img {
	min-width: 100%;
	max-width: 100%;
	min-height: 220px;
	max-height: 220px;
	height: 100%;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.latest-post.hub-latest-post .wrapper .img img {
		min-height: 180px;
		max-height: 180px;
	}
}

@media only screen and (min-width: 1200px) {
	.latest-post.hub-latest-post .wrapper .img img {
		min-height: 220px;
		max-height: 220px;
	}
}

.latest-post.hub-latest-post .wrapper-content {
	color: #fff;
}

.latest-post.hub-latest-post .wrapper-content h2, .latest-post.hub-latest-post .wrapper-content a, .latest-post.hub-latest-post .wrapper-content h2 a, .latest-post.hub-latest-post .wrapper-content p {
	color: #fff;
}

.hub-faqs {
	margin-top: 6.5rem;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.hub-faqs .collapsing {
	-webkit-transition: none !important;
	transition: none !important;
}

.hub-faqs .accordion.accordion-flush {
	-webkit-transition: none;
	transition: none;
}

.hub-faqs h2.heading {
	position: relative;
	margin-bottom: 5rem;
}

.hub-faqs h2.heading::before {
	content: "";
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	background-color: #ffb700;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: .2rem;
	width: 100%;
	max-width: 10rem;
}

.hub-faqs .collapse-block {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 4rem;
	padding-bottom: 13rem;
	padding-left: 10rem;
	padding-right: 10rem;
	background-color: #eaeaea;
	border-top-left-radius: 0;
	border-top-right-radius: 10rem;
	border-bottom-left-radius: 10rem;
	border-bottom-right-radius: 0rem;
}

@media only screen and (max-width: 991.98px) {
	.hub-faqs .collapse-block {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 20rem;
	}
}

.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button hr {
	display: none;
}

.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button {
	min-height: 6rem;
	font-size: 2rem;
	line-height: 2.5rem;
	cursor: pointer;
	-webkit-transition: height .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-right: 2rem;
		padding-left: 3rem;
		padding-top: 1rem;
		min-height: 4rem;
	}
}

.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button::after {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'18.908\' height=\'18.908\' viewBox=\'0 0 18.908 18.908\'%3E%3Cg id=\'Group_1483\' data-name=\'Group 1483\' transform=\'translate(18.908) rotate(90)\'%3E%3Ccircle id=\'Ellipse_180\' data-name=\'Ellipse 180\' cx=\'9.454\' cy=\'9.454\' r=\'9.454\' transform=\'translate(0 0)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_589\' data-name=\'Path 589\' d=\'M0,6.653,3.84,0,7.935,6.376\' transform=\'translate(13.261 5.731) rotate(92)\' fill=\'none\' stroke=\'%23040066\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button::after {
		right: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 1.8rem;
		height: 1.8rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
		border-top-left-radius: 4rem !important;
		border-top-right-radius: 0 !important;
		background-color: #006;
		color: #fff;
	}
}

.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button.collapsed {
	-webkit-transition: height .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: height .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}

.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button.collapsed::after {
	right: 0;
	-webkit-transform: none;
	transform: none;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'18.908\' height=\'18.908\' viewBox=\'0 0 18.908 18.908\'%3E%3Cg id=\'Group_1483\' data-name=\'Group 1483\' transform=\'translate(18.908) rotate(90)\'%3E%3Ccircle id=\'Ellipse_180\' data-name=\'Ellipse 180\' cx=\'9.454\' cy=\'9.454\' r=\'9.454\' transform=\'translate(0 0)\' fill=\'%23fff\'/%3E%3Cpath id=\'Path_589\' data-name=\'Path 589\' d=\'M0,6.653,3.84,0,7.935,6.376\' transform=\'translate(13.261 5.731) rotate(92)\' fill=\'none\' stroke=\'%23040066\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button.collapsed::after {
		width: 1.8rem;
		height: 1.8rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-item .accordion-button.collapsed {
		background-color: #fff;
		color: #006;
		max-width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 1.5rem;
		line-height: 2rem;
		min-height: 4rem;
		padding-right: 2rem;
	}
}

.hub-faqs .collapse-block .accordion-flush .accordion-collapse {
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-collapse {
		background-color: #006;
		color: #fff;
		padding-left: 3rem !important;
	}
}

.hub-faqs .collapse-block .accordion-flush .accordion-collapse .card-body {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.hub-faqs .collapse-block .accordion-flush .accordion-collapse .card-body p {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .collapse-block .accordion-flush .accordion-collapse .card-body p {
		color: #fff;
	}
}

.hub-faqs .collapse-block .btn-wrapper {
	margin-top: 2rem;
}

.hub-faqs .collapse-block .btn-wrapper .btn.btn-yellow:hover {
	background-color: #006;
	color: #ffb700;
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership {
	padding-top: 0;
	margin-bottom: 7rem;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership {
		margin-top: -15rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .gradient {
	color: #fff;
	min-height: 38rem;
	position: relative;
	z-index: 1;
	border-radius: 5rem;
	overflow: hidden;
	background: #006;
	background: -webkit-gradient(linear, right top, left top, from(#006), color-stop(50%, #003290), to(rgba(0, 94, 182, 0)));
	background: linear-gradient(270deg, #006 0%, #003290 50%, rgba(0, 94, 182, 0) 100%);
}

@media only screen and (max-width: 991.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .gradient {
		border-radius: 3rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background: #006 !important;
		background: -webkit-gradient(linear, right top, left top, from(#006), to(#005eb6)) !important;
		background: linear-gradient(270deg, #006 0%, #005eb6 100%) !important;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .gradient::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
}

@media only screen and (max-width: 991.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .gradient::before {
		display: none;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy {
	max-width: 54rem;
	padding-left: 10rem;
}

@media only screen and (max-width: 991.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy {
		max-width: 100%;
		padding: 3.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy {
		padding: 2.5rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy .btn {
	margin-top: 0;
}

@media only screen and (max-width: 991.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy .btn {
		margin-top: 0 !important;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy ul li {
	margin-bottom: 2.5rem;
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy ul li:last-child {
	margin-bottom: 0;
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy h3 {
	font-size: 2.5rem;
	line-height: 3.2rem;
	margin-bottom: 2rem;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .our-values-copy h3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.hub-faqs .al-newsletter.al-our-values.hub-faq-membership .col-price {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.hub-timetable {
	margin: 6.5rem 0 8rem;
	position: relative;
	padding: 0;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable {
		display: none;
	}
}

.hub-timetable .single-location-timetable {
	padding-top: 15rem;
}

.hub-timetable #timetable-days .accordion-body {
	padding-left: 0;
	padding-right: 0;
}

.hub-timetable .single-location-tabs {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable .single-location-tabs {
		padding-left: 2rem;
		padding-right: 2rem;
		margin-bottom: 3rem;
	}
}

.hub-timetable .single-location-tabs ul.nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 0;
	background-color: #ffb700;
	border-top-left-radius: 4.9rem;
	border-bottom-left-radius: 4.9rem;
	margin-left: 8.5%;
	margin-bottom: 4.2rem;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable .single-location-tabs ul.nav-tabs {
		background-color: rgba(0, 0, 0, 0);
		margin-left: 0;
		margin-bottom: 0;
		border-radius: 0;
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		row-gap: 2rem;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.hub-timetable .single-location-tabs ul.nav-tabs li {
	min-height: 100%;
	max-width: 20rem;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable .single-location-tabs ul.nav-tabs li {
		-webkit-box-flex: inherit;
		-ms-flex-positive: inherit;
		flex-grow: inherit;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: inherit;
		min-width: 11rem;
	}
}

.hub-timetable .single-location-tabs ul.nav-tabs li button, .hub-timetable .single-location-tabs ul.nav-tabs li a {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 2.3rem 2rem;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	font-weight: 400;
	font-size: 1.6rem;
	color: #006;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable .single-location-tabs ul.nav-tabs li button, .hub-timetable .single-location-tabs ul.nav-tabs li a {
		background-color: #ffb700;
		border-radius: 2rem;
		padding: 1.1rem 0;
		max-width: 100%;
		font-size: 1.5rem;
	}
}

.hub-timetable .single-location-tabs ul.nav-tabs li button:hover, .hub-timetable .single-location-tabs ul.nav-tabs li a:hover {
	color: #fff;
}

.hub-timetable .single-location-tabs ul.nav-tabs li button.active, .hub-timetable .single-location-tabs ul.nav-tabs li a.active {
	color: #006;
	font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable {
		background-color: #006;
		padding: 4rem 0 6rem;
	}
}

.hub-timetable:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006;
	border-top-left-radius: 8rem;
	border-bottom-right-radius: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 30rem;
	z-index: 1;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
	.hub-timetable:after {
		max-width: 690px;
	}
}

@media only screen and (min-width: 992px) {
	.hub-timetable:after {
		max-width: 930px;
	}
}

@media only screen and (min-width: 1200px) {
	.hub-timetable:after {
		max-width: 1110px;
	}
}

@media only screen and (min-width: 1400px) {
	.hub-timetable:after {
		max-width: 1190px;
	}
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable:after {
		display: none;
	}
}

.hub-timetable .timetable-wrapper {
	position: relative;
	z-index: 2;
}

.hub-timetable h2 {
	color: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 3.5rem;
}

@media only screen and (max-width: 767.98px) {
	.hub-timetable h2 {
		padding-bottom: .5rem;
		margin-bottom: 1.2rem;
		border-bottom: 2px solid #ffb700;
	}
}

.hub-timetable ul#timetableTab.nav-tabs {
	margin-left: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.6rem;
}

.hub-timetable ul#timetableTab.nav-tabs li {
	position: relative;
	min-height: inherit;
	min-width: inherit;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-preferred-size: inherit;
	flex-basis: inherit;
}

.hub-timetable ul#timetableTab.nav-tabs li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 1px;
	height: 100%;
	z-index: 1;
}

.hub-timetable ul#timetableTab.nav-tabs li:last-child::after {
	display: none;
}

.hub-timetable ul#timetableTab.nav-tabs li button {
	padding: 0;
	color: rgba(255, 255, 255, .74);
	padding: 0 5rem;
}

.hub-timetable ul#timetableTab.nav-tabs li button.active {
	color: #fff;
}

.hub-timetable ul#timetableTab.nav-tabs li button:hover {
	color: #ffb700;
}

@media only screen and (min-width: 768px) {
	.hub-timetable ul#timetableTab.nav-tabs li button {
		padding: 0 1.5rem;
	}
}

@media only screen and (min-width: 992px) {
	.hub-timetable ul#timetableTab.nav-tabs li button {
		padding: 0 1.5rem;
	}
}

@media only screen and (min-width: 1200px) {
	.hub-timetable ul#timetableTab.nav-tabs li button {
		padding: 0 3rem;
	}
}

@media only screen and (min-width: 1400px) {
	.hub-timetable ul#timetableTab.nav-tabs li button {
		padding: 0 3rem;
	}
}

.hub-timetable .accordion, .hub-timetable .accordion-item {
	padding: 0;
	border-radius: 0;
	border: 0;
}

.hub-timetable #timetableTab.tab-content.accordion {
	background-color: #fff;
	padding: 4.8rem 0 7.7rem;
	border-bottom-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
	-webkit-filter: drop-shadow(rgba(0, 0, 0, .3) 0px .3rem .6rem);
	filter: drop-shadow(rgba(0, 0, 0, .3) 0px .3rem .6rem);
}

.hub-timetable .table.table-striped {
	border-radius: 0;
	color: #006;
	border: 0;
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	margin: 0;
	border-spacing: 0;
	overflow: hidden;
}

.hub-timetable .table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: #f4f4f4;
	color: #006;
	border: 0;
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.hub-timetable .table-striped>tbody>tr:nth-of-type(odd)>*:nth-child(1)::after {
		content: "";
		position: absolute;
		top: 0;
		left: -8rem;
		height: 100%;
		width: 8rem;
		background-color: #f4f4f4;
	}
	
	.hub-timetable .table-striped>tbody>tr:nth-of-type(odd)>*:last-child::after {
		content: "";
		position: absolute;
		top: 0;
		right: -6rem;
		height: 100%;
		width: 6rem;
		background-color: #f4f4f4;
	}
}

@media only screen and (min-width: 1400px) {
	.hub-timetable .table-striped>tbody>tr:nth-of-type(odd)>*:nth-child(1)::after {
		left: -11rem;
		width: 11rem;
	}
	
	.hub-timetable .table-striped>tbody>tr:nth-of-type(odd)>*:last-child::after {
		right: -9rem;
		width: 9rem;
	}
}

.hub-timetable .table>:not(caption)>*>* {
	text-align: left !important;
	padding: 3rem 3rem;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-weight: 400;
}

.hub-timetable .table>:not(caption)>*>* .btn {
	background-color: #ffb700;
	color: #006;
	min-width: 13rem;
	height: 4rem;
}

.hub-timetable .table>:not(caption)>*>* .btn:hover {
	background-color: #006;
	color: #ffb700;
}

.hub-timetable .table>thead {
	vertical-align: middle;
}

.hub-timetable .table>thead th {
	padding-top: 0;
	padding-bottom: 1rem;
}

.hub-timetable .table>thead th.visibility-hidden {
	text-indent: -9999px;
}

.hub-timetable .table>tbody {
	width: 100%;
	height: 100%;
	max-height: 54rem;
	overflow-y: auto;
	display: block;
}

.hub-timetable .table>tbody td.session {
	font-weight: 700;
}

.hub-timetable .table>tbody td:last-child {
	min-width: 13rem;
}

.hub-timetable thead, .hub-timetable tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

@media only screen and (min-width: 1200px) {
	.hub-timetable thead, .hub-timetable tbody tr {
		padding: 0 6rem 0 8rem;
	}
}

@media only screen and (min-width: 1400px) {
	.hub-timetable thead, .hub-timetable tbody tr {
		padding: 0 9rem 0 11rem;
	}
}

.hub-timetable #timetable-days-mobile h3 {
	color: #fff;
}

.hub-timetable #timetable-days-mobile .grid-wrapper {
	background-color: #fff;
	padding: 2.5rem 3rem;
}

.hub-timetable #timetable-days-mobile .grid-wrapper:nth-child(odd) {
	background-color: #f4f4f4;
}

.hub-timetable #timetable-days-mobile .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: left;
	gap: 2.5rem;
}

.hub-timetable #timetable-days-mobile .grid .session, .hub-timetable #timetable-days-mobile .grid .book-now {
	grid-column: 1/-1;
}

.hub-timetable #timetable-days-mobile .grid span {
	margin-bottom: .75rem;
}

.hub-timetable #timetable-days-mobile .grid .btn {
	min-height: 3.9rem;
	border-radius: 2rem;
	width: 100%;
	min-width: 100%;
	background-color: #ffb700;
	color: #006;
}

.hub-timetable #timetable-days-mobile .slick-prev, .hub-timetable #timetable-days-mobile .slick-next {
	top: 0;
	-webkit-transform: none;
	transform: none;
	z-index: 1000;
	border: 0;
	background-image: url("https://cdn-iledfpb.nitrocdn.com/ooDWHCrumAwjboGUdOWFHVioRcOgXvYk/assets/images/optimized/rev-1bc19da/active.lambeth.gov.uk/wp-content/themes/drew-rose/assets/images/icons/arrow-blue.svg");
	background-size: 1.5rem;
	background-repeat: no-repeat;
	width: 2.5rem;
	height: 2.5rem;
}

.hub-timetable #timetable-days-mobile .slick-prev.nitro-lazy, .hub-timetable #timetable-days-mobile .slick-next.nitro-lazy {
	background-image: none !important;
}

.hub-timetable #timetable-days-mobile .slick-prev {
	left: 0;
	background-position: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.hub-timetable #timetable-days-mobile .slick-next {
	background-position: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: inherit;
	right: 0;
}

.hub-timetable #timetable-days-mobile .wrapper {
	max-height: 81.3rem;
	overflow-y: auto;
	border-radius: 2rem;
}

.spa-hero {
	min-height: 480px;
	height: 100%;
	padding: 0;
	margin-bottom: 6rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 991.98px) {
	.spa-hero {
		min-height: 420px;
	}
}

@media only screen and (max-width: 767.98px) {
	.spa-hero {
		min-height: 300px;
		height: 300px;
	}
}

.spa-hero .spa-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 480px;
	height: 100%;
	position: relative;
}

@media only screen and (max-width: 991.98px) {
	.spa-hero .spa-container {
		min-height: 420px;
	}
}

@media only screen and (max-width: 767.98px) {
	.spa-hero .spa-container {
		min-height: 300px;
		height: 300px;
	}
}

.spa-hero img {
	text-align: right;
	max-height: 120px;
	margin-top: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: #32367f;
	padding: 15px;
}

@media only screen and (max-width: 767.98px) {
	.spa-hero img {
		max-height: 80px;
	}
}

.spa-hero h1 {
	position: absolute;
	bottom: 30px;
	width: 750px;
	background-color: rgba(195, 119, 82, .65);
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	font-size: 5rem;
	line-height: 7.1rem;
	font-weight: 400;
	color: #9fcae4;
	text-align: center;
}

@media only screen and (max-width: 1199.98px) {
	.spa-hero h1 {
		font-size: 5rem;
		line-height: 7rem;
		bottom: 25px;
	}
}

@media only screen and (max-width: 991.98px) {
	.spa-hero h1 {
		font-size: 4rem;
		line-height: 6rem;
		bottom: 15px;
	}
}

@media only screen and (max-width: 767.98px) {
	.spa-hero h1 {
		font-size: 2rem;
		line-height: 2.7rem;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
		width: auto;
		min-width: 315px;
	}
}

.acf-lessons-form {
	margin-bottom: 7.5rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form {
		margin-bottom: 5.6rem;
	}
}

.acf-lessons-form .wrapper-container {
	position: relative;
}

.acf-lessons-form .wrapper-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	max-width: 80%;
	z-index: -1;
	border-top-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form .wrapper-container::before {
		max-width: 93%;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form .wrapper-container::before {
		max-width: 100%;
		border-radius: 4rem;
	}
}

.acf-lessons-form #suggested-level-copy {
	display: block;
	margin-top: 1.8rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form .col-md-4 {
		display: none;
	}
}

.acf-lessons-form .select-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 3rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form .select-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 300px;
	}
}

.acf-lessons-form .select-wrapper .btn.btn-yellow {
	border: 0;
	cursor: pointer;
}

.acf-lessons-form .select-wrapper .btn.btn-yellow:hover, .acf-lessons-form .select-wrapper .btn.btn-yellow:active, .acf-lessons-form .select-wrapper .btn.btn-yellow:focus {
	background-color: #000966;
	color: #ffb700;
}

.acf-lessons-form .select-wrapper .custom-select {
	width: 100%;
}

.acf-lessons-form .select-wrapper .custom-select.yellow .dropdown-select {
	background-color: #ffb700;
}

.acf-lessons-form .select-wrapper .custom-select.white {
	max-width: 175px;
}

.acf-lessons-form select {
	display: none !important;
}

.acf-lessons-form .dropdown-select {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);
	background-color: #fff;
	border-radius: 22px;
	border: 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 22px;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 26px;
	padding-right: 40px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
	color: #000966;
	font-weight: 700;
}

.acf-lessons-form .dropdown-select:focus {
	background-color: #fff;
}

.acf-lessons-form .dropdown-select:hover {
	background-color: #fff;
}

.acf-lessons-form .dropdown-select:after {
	height: 0;
	width: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16.28\' height=\'8.406\' viewBox=\'0 0 16.28 8.406\'%3E%3Cpath id=\'Path_559\' data-name=\'Path 559\' d=\'M1843.22,1004.5l-6.728,5.994-6.728-5.994\' transform=\'translate(-1828.353 -1003.088)\' fill=\'none\' stroke=\'%23010f66\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' style=\'mix-blend-mode: multiply;isolation: isolate\'/%3E%3C/svg%3E%0A");
	-webkit-transform: origin(50% 20%);
	transform: origin(50% 20%);
	-webkit-transition: all .125s ease-in-out;
	transition: all .125s ease-in-out;
	content: "";
	width: 16px;
	height: 8px;
	display: block;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 50%;
}

.acf-lessons-form .dropdown-select.open:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.acf-lessons-form .dropdown-select.open .list {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

.acf-lessons-form .dropdown-select.open .option {
	cursor: pointer;
}

.acf-lessons-form .dropdown-select.wide {
	width: 100%;
}

.acf-lessons-form .dropdown-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.acf-lessons-form .dropdown-select .list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;
	transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
	background-color: #fff;
	border-radius: 6px;
	margin-top: 4px;
	padding: 3px 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	max-height: 250px;
	overflow: auto;
	border: 1px solid #ddd;
}

.acf-lessons-form .dropdown-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.acf-lessons-form .dropdown-select .list ul {
	padding: 0;
}

.acf-lessons-form .dropdown-select .option {
	cursor: default;
	font-weight: 400;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	transition: all .2s;
	list-style: none;
}

.acf-lessons-form .dropdown-select .option:hover, .acf-lessons-form .dropdown-select .option:focus {
	background-color: #f6f6f6 !important;
}

.acf-lessons-form .dropdown-select .option.selected {
	font-weight: 700;
}

.acf-lessons-form .dropdown-select .option.selected:focus {
	background: #ebebeb;
}

.acf-lessons-form .dropdown-select a {
	color: #aaa;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.acf-lessons-form .dropdown-select a:hover {
	color: #666;
}

.acf-lessons-form .wrapper-content {
	padding-top: 8.5rem;
	padding-left: 8rem;
	padding-bottom: 4.3rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form .wrapper-content {
		padding-top: 4.5rem;
		padding-left: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form .wrapper-content {
		padding-block: 5rem;
		padding-inline: 3.5rem;
	}
}

.acf-lessons-form .wrapper-content h2 {
	margin-bottom: 6rem;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form .wrapper-content h2 {
		margin-bottom: 5rem;
	}
}

.acf-lessons-form .wrapper-content h2::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 14rem;
	background-color: #ffb700;
	height: 2px;
}

.acf-lessons-form #swim-form {
	margin-top: 6rem;
}

.acf-lessons-form #swim-form svg {
	margin-top: 2rem;
}

.acf-lessons-form #suggested-output {
	margin-top: 37px;
	border-radius: 45px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding-right: 30px;
	background: #006;
	background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005db5));
	background: linear-gradient(180deg, #006 0%, #005db5 100%);
	gap: 3rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form #suggested-output {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.acf-lessons-form #suggested-output .btn.btn-yellow {
	padding: 8px 24px !important;
	min-height: inherit;
}

.acf-lessons-form .image {
	overflow: hidden;
	border-top-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	margin-top: -3.3rem;
}

.acf-lessons-form .image img {
	min-height: 395px;
	max-width: 395px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1199.98px) {
	.acf-lessons-form .image img {
		min-height: 250px;
		max-width: 250px;
		border-bottom-right-radius: 4rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form .image img {
		min-height: 250px;
		max-width: 250px;
	}
}

.acf-lessons-form #suggested-output span#error {
	color: #ff0;
	font-weight: bold;
}

.acf-lessons-form #loading-spinner {
	text-align: center;
	-webkit-animation: fadeIn .3s ease-in;
	animation: fadeIn .3s ease-in;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.acf-lessons-form-new {
	margin-bottom: 7.5rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new {
		margin-bottom: 5.6rem;
	}
}

.acf-lessons-form-new .wrapper-container {
	position: relative;
}

.acf-lessons-form-new .wrapper-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	max-width: 80%;
	z-index: -1;
	border-top-left-radius: 8rem;
	border-bottom-right-radius: 8rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form-new .wrapper-container::before {
		max-width: 93%;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new .wrapper-container::before {
		max-width: 100%;
		border-radius: 4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new .col-md-4 {
		display: none;
	}
}

.acf-lessons-form-new .wrapper-content {
	padding-top: 8.5rem;
	padding-left: 8rem;
	padding-bottom: 4.3rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form-new .wrapper-content {
		padding-top: 4.5rem;
		padding-left: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new .wrapper-content {
		padding-block: 5rem;
		padding-inline: 3.5rem;
	}
}

.acf-lessons-form-new .wrapper-content h2 {
	margin-bottom: 6rem;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new .wrapper-content h2 {
		margin-bottom: 5rem;
	}
}

.acf-lessons-form-new .wrapper-content h2::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 0;
	width: 14rem;
	background-color: #ffb700;
	height: 2px;
}

.acf-lessons-form-new .lesson-form {
	margin-top: 65px;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-form-new .lesson-form {
		margin-top: 35px;
	}
}

.acf-lessons-form-new .lesson-form .nf-form-cont {
	max-width: 100%;
}

.acf-lessons-form-new .lesson-form .nf-next, .acf-lessons-form-new .lesson-form .nf-previous {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #ffb700;
	color: #006;
	min-width: 13rem;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 4.8rem;
	border-radius: .5rem;
	padding: 1rem 2.4rem;
	border: 0;
	cursor: pointer;
}

.acf-lessons-form-new .lesson-form .nf-next:hover, .acf-lessons-form-new .lesson-form .nf-previous:hover {
	background-color: #006;
	color: #fff;
}

.acf-lessons-form-new .image {
	overflow: hidden;
	border-top-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	margin-top: -3.3rem;
}

.acf-lessons-form-new .image img {
	min-height: 395px;
	max-width: 395px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 1199.98px) {
	.acf-lessons-form-new .image img {
		min-height: 250px;
		max-width: 250px;
		border-bottom-right-radius: 4rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-form-new .image img {
		min-height: 250px;
		max-width: 250px;
	}
}

.acf-lessons-intro.what-you-find.lessons-and-courses {
	margin-bottom: 7rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-intro.what-you-find.lessons-and-courses {
		background: rgba(0, 0, 0, 0);
		padding-bottom: 0;
		margin-bottom: 9rem;
	}
}

.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner.pl {
	padding-top: 4rem;
	padding-bottom: 7rem;
}

@media only screen and (max-width: 1199.98px) {
	.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner.pl {
		padding-inline: 4.5rem;
		padding-block: 4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner.pl {
		background: rgba(0, 0, 0, 0);
		color: #040066 !important;
		padding: 0;
		padding-inline: 2rem;
	}
	
	.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner.pl h2.white-text {
		color: #040066 !important;
		position: relative;
		margin-bottom: 5rem;
	}
	
	.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner.pl h2.white-text::before {
		content: "";
		position: absolute;
		bottom: -1.5rem;
		left: 0;
		width: 13rem;
		background-color: #ffb700;
		height: 2px;
	}
}

.acf-lessons-intro.what-you-find.lessons-and-courses h2 {
	text-align: center;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 1199.98px) {
	.acf-lessons-intro.what-you-find.lessons-and-courses h2 {
		text-align: left;
	}
}

.acf-lessons-intro.what-you-find.lessons-and-courses a {
	color: #ffb700;
	text-decoration: none;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-intro.what-you-find.lessons-and-courses .what-you-find-inner {
		display: block;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	border-radius: 0;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer {
		overflow: visible;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured {
	margin-bottom: 7rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer svg.d-block.d-md-none {
		display: block !important;
		z-index: 10;
		right: -9px;
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_item {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		padding: 0 !important;
		background: rgba(0, 0, 0, 0) !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		border-radius: 2rem;
		overflow: visible;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
	position: relative;
	top: 0;
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
		right: inherit !important;
		left: 0 !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
		right: 0;
		margin-bottom: 5.5rem;
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img {
		display: block;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 350px;
	max-width: 350px;
	min-height: 350px;
	display: block;
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
		max-height: 250px;
		max-width: 250px;
		min-height: 250px;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .discover_featured_img img {
		max-width: 100%;
		max-height: 200px;
		min-height: 200px;
		width: 100%;
		border-top-left-radius: 2rem;
		border-top-right-radius: 2rem;
		border-bottom-right-radius: 0;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured .btn {
	margin-left: 0;
	margin-top: 2.5rem;
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy {
	padding-left: 4.8rem;
	padding-bottom: 5rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 8rem;
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy {
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
		background: linear-gradient(180deg, #006 0%, #005eb6 100%);
		padding-top: 3.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy {
		padding-inline: 4rem;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy h3 {
	display: inline-block;
	position: relative;
	font-size: 2.5rem;
	line-height: 3.4rem;
	margin-bottom: 3.5rem;
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy h3 svg {
	position: absolute;
	right: -130px;
	top: -65px;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy h3 svg {
		display: none;
	}
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy p {
	max-width: 100%;
}

.acf-lessons-copy-image.discover-block.discover-what-we-offer .discover_featured_copy .d-flex.justify-content-between.align-items-center {
	display: block !important;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions {
		background: #006;
		padding-bottom: 6.5rem;
		padding-top: 5.9rem;
	}
}

.acf-lessons-other-sessions .container h2.text-center {
	position: relative;
	margin-bottom: 9rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .container h2.text-center {
		margin-bottom: 4rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .container h2.text-center {
		text-align: left !important;
		margin-bottom: 6rem;
		color: #fff;
	}
}

.acf-lessons-other-sessions .container h2.text-center::before {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14rem;
	background-color: #ffb700;
	height: 2px;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .container h2.text-center::before {
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
}

.acf-lessons-other-sessions .sessions .session {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session {
		gap: 0;
		display: block;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session .wrapper {
		background-color: #fff;
		border-radius: 20px;
		padding: 2.5rem 3.5rem 2.5rem !important;
	}
	
	.acf-lessons-other-sessions .sessions .session .wrapper:not(.d-flex.flex-column.justify-content-center.align-items-start) {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .sessions .session {
		gap: 3.2rem;
	}
}

.acf-lessons-other-sessions .sessions .session:not(:last-child) {
	margin-bottom: 10rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session:not(:last-child) {
		margin-bottom: 0;
	}
}

.acf-lessons-other-sessions .sessions .session:first-child {
	border-top-left-radius: 2rem !important;
	border-top-right-radius: 2rem !important;
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-right: 5.5rem;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 8rem;
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd) .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd) .image::before {
	display: none;
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd) .image img {
	max-height: 295px;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .sessions .session:nth-child(odd) {
		padding-right: 3rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session:nth-child(odd) {
		padding-right: 0;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd)::before {
	content: "";
	position: absolute;
	top: 30px;
	width: 96%;
	height: 100%;
	display: block;
	z-index: -1;
	background-color: #f4f4f4;
	right: 0;
	border-top-left-radius: 8rem;
}

.acf-lessons-other-sessions .sessions .session:nth-child(odd) .wrapper:last-child {
	padding-block: 4rem;
	margin-top: 3rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session:nth-child(odd) .wrapper:last-child {
		padding: 0;
		margin: 0;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

.acf-lessons-other-sessions .sessions .session:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session:nth-child(even) .wrapper:last-child {
		background-color: #f4f4f4;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session:nth-child(even) .wrapper:last-child {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
}

.acf-lessons-other-sessions .sessions .session:last-child .wrapper:last-child {
	border-bottom-left-radius: 2rem !important;
	border-bottom-right-radius: 2rem !important;
}

.acf-lessons-other-sessions .sessions .session .image {
	position: relative;
	height: 100%;
}

.acf-lessons-other-sessions .sessions .session .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
	background-color: #fff;
	height: 100%;
	z-index: -1;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .sessions .session .image::before {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .sessions .session .image {
		height: auto;
		max-width: 220px;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session .image {
		display: none;
	}
}

.acf-lessons-other-sessions .sessions .session img {
	display: block;
	border-top-right-radius: 8rem;
	border-bottom-left-radius: 8rem;
	min-height: 295px;
	height: 100%;
	width: 100%;
	min-width: 400px;
	max-width: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
	.acf-lessons-other-sessions .sessions .session img {
		max-height: 180px;
		min-width: 220px;
		max-width: 220px;
		min-height: 180px;
	}
}

.acf-lessons-other-sessions .sessions .session h3 {
	font-size: 2rem;
	line-height: 2.7rem;
	margin-bottom: 1.8rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session h3 {
		color: #006;
	}
}

.acf-lessons-other-sessions .sessions .session .copy {
	margin-bottom: 4rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session .copy {
		color: #006;
	}
}

.acf-lessons-other-sessions .sessions .session .copy p:last-child {
	margin-bottom: 0;
}

.acf-lessons-other-sessions .sessions .session .btn {
	display: inline-block;
}

@media only screen and (max-width: 767.98px) {
	.acf-lessons-other-sessions .sessions .session .btn {
		display: block;
		width: 100%;
	}
}

.acf-homepage-membership {
	padding: 10rem 0 10rem;
}

@media only screen and (max-width: 1199.98px) {
	.acf-homepage-membership {
		padding: 5.6rem 0 10rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership {
		padding: 5.6rem 0 2rem;
	}
}

.acf-homepage-membership .section-title {
	margin-bottom: 8.5rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .section-title {
		margin-bottom: 4rem;
	}
}

.acf-homepage-membership .section-title h2 {
	margin-bottom: 3rem;
	position: relative;
}

.acf-homepage-membership .section-title h2::before {
	content: "";
	position: absolute;
	bottom: -.68rem;
	left: 50%;
	background-color: #ffb700;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: .2rem;
	width: 100%;
	max-width: 10rem;
}

.acf-homepage-membership .section-title .paragraph {
	text-align: center;
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
}

.acf-homepage-membership .membership.cards .card {
	border: 2px solid rgba(0, 0, 0, 0);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: #f5f5f5;
	border-radius: 3rem;
	padding: 3.5rem;
	cursor: default;
	-webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, .1407843137);
	box-shadow: 0px 8px 20px rgba(0, 0, 0, .1407843137);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
	.acf-homepage-membership .membership.cards .card {
		padding: 3.5rem 2rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.acf-homepage-membership .membership.cards .card .wrapper-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-homepage-membership .membership.cards .card .wrapper-title {
		height: auto;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card .wrapper-title {
		margin-bottom: 0;
	}
}

.acf-homepage-membership .membership.cards .card h3 {
	min-height: 5.4rem;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-homepage-membership .membership.cards .card h3 {
		max-width: 150px;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card h3 {
		max-width: 100%;
		min-height: inherit;
	}
}

@media only screen and (max-width: 991.98px) {
	.acf-homepage-membership .membership.cards .card .price, .acf-homepage-membership .membership.cards .card p.copy, .acf-homepage-membership .membership.cards .card ul li {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

.acf-homepage-membership .membership.cards .card p.copy {
	min-height: 6.6rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card p.copy {
		min-height: inherit;
		margin-bottom: 2rem;
	}
}

.acf-homepage-membership .membership.cards .card .services-wrapper {
	min-height: 35rem;
}

@media only screen and (max-width: 991.98px) {
	.acf-homepage-membership .membership.cards .card .services-wrapper {
		min-height: 3.8rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.acf-homepage-membership .membership.cards .card ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card ul li span {
		display: none;
	}
}

.acf-homepage-membership .membership.cards .card ul.services {
	margin: 0;
	padding: 0;
	list-style: none;
}

.acf-homepage-membership .membership.cards .card ul.services li:not(:last-child) {
	margin-bottom: 1rem;
}

.acf-homepage-membership .membership.cards .card ul.services li img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .8rem;
}

.acf-homepage-membership .membership.cards .card ul.services_not_included {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .card ul.services_not_included {
		display: none;
	}
}

.acf-homepage-membership .membership.cards .card ul.services_not_included li img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .8rem;
}

.acf-homepage-membership .membership.cards .card ul.services_not_included li span {
	opacity: .5;
}

.acf-homepage-membership .membership.cards .card.selected {
	cursor: default;
	border: 2px solid #ffb700;
}

.acf-homepage-membership .membership.cards .card.selected::before {
	background-color: #ffb700;
	border: 5px solid #fff;
}

.acf-homepage-membership .membership.cards .card .btn {
	max-width: 102px;
	margin: 0 auto;
	margin-top: 25px;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .membership.cards .col-md-4:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.acf-homepage-membership .membership.cards .col-md-4:nth-child(2) .card {
	background: #006;
	background: -webkit-gradient(linear, left top, left bottom, from(#006), color-stop(50%, #005eb6));
	background: linear-gradient(180deg, #006 0%, #005eb6 50%);
}

.acf-homepage-membership .membership.cards .col-md-4:nth-child(2) .card h3, .acf-homepage-membership .membership.cards .col-md-4:nth-child(2) .card .price, .acf-homepage-membership .membership.cards .col-md-4:nth-child(2) .card p.copy, .acf-homepage-membership .membership.cards .col-md-4:nth-child(2) .card ul li {
	color: #fff;
}

.acf-homepage-membership .row.sign-up .col-md-12 .text-center {
	margin-top: 7rem;
	margin-bottom: 9rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .row.sign-up .col-md-12 .text-center {
		margin-top: 3.8rem;
		margin-bottom: 6rem;
	}
}

.acf-homepage-membership .row.sign-up .col-md-12 .text-center .btn:hover, .acf-homepage-membership .row.sign-up .col-md-12 .text-center .btn:active {
	background-color: #006;
	color: #ffb700;
}

.acf-homepage-membership .no-options.text-center {
	margin: 0 !important;
}

.acf-homepage-membership .no-options.text-center .d-flex {
	max-width: 550px;
	margin-inline: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2rem;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .no-options.text-center .d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.acf-homepage-membership .no-options.text-center .d-flex p {
	text-align: left;
	max-width: 360px;
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.acf-homepage-membership .no-options.text-center .d-flex p {
		max-width: 100%;
	}
}

.acf-homepage-membership .no-options.text-center .d-flex a {
	background-color: #f5f5f5 !important;
	color: #006 !important;
	min-width: 168px;
	min-height: 4.8rem;
	max-height: 4.8rem;
}

.acf-homepage-membership .no-options.text-center .d-flex a:hover, .acf-homepage-membership .no-options.text-center .d-flex a:active {
	background-color: #006 !important;
	color: #ffb700 !important;
}

.acf-homepage-membership .membership-grid-footer {
	margin-top: 75px;
}

.acf-homepage-membership.acf-locations-membership {
	padding-bottom: 0;
}

#quiz-membership {
	background: #015eb6;
	background: -webkit-gradient(linear, left top, left bottom, from(#015eb6), to(#040065));
	background: linear-gradient(180deg, #015eb6 0%, #040065 100%);
	border-radius: 3rem;
	min-height: 38rem;
	overflow: hidden;
	margin-bottom: 11rem;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership {
		margin-bottom: 5.5rem;
		margin-top: 4.5rem;
		min-height: 32rem;
		border-radius: 1.5rem;
	}
}

#quiz-membership .quiz-progress-bar {
	width: 100%;
	height: 10px;
	background-color: #e0e0e0;
	border-radius: 5px;
	margin-top: 0;
	overflow: hidden;
}

#quiz-membership .quiz-progress-fill {
	height: 100%;
	width: 0%;
	background-color: #ffb700;
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
}

#quiz-membership .quiz-start, #quiz-membership .quiz-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-inline: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 38rem;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-start, #quiz-membership .quiz-result {
		padding-inline: 2rem;
		min-height: 32rem;
	}
}

#quiz-membership .quiz-start h3, #quiz-membership .quiz-start h2, #quiz-membership .quiz-result h3, #quiz-membership .quiz-result h2 {
	font-size: 2.5rem;
	line-height: 3.4rem;
	position: relative;
	color: #fff;
	text-align: center;
}

#quiz-membership .quiz-start h3::after, #quiz-membership .quiz-start h2::after, #quiz-membership .quiz-result h3::after, #quiz-membership .quiz-result h2::after {
	content: "";
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1.8rem;
	position: relative;
	width: 16rem;
	max-width: 100%;
	height: 2px;
	background-color: #ffb700;
}

#quiz-membership .quiz-start button#start-quiz, #quiz-membership .quiz-result button#start-quiz {
	display: block;
	cursor: pointer;
	border: 0;
	margin-top: 3rem;
}

#quiz-membership .quiz-questions {
	padding: 3rem 4.5rem 8rem;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-questions {
		padding: 3rem 2.4rem 6rem;
	}
}

#quiz-membership .quiz-questions .quiz-progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 700;
	color: #fff;
	gap: 4rem;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-questions .quiz-progress {
		gap: 3rem;
	}
}

#quiz-membership .quiz-questions .quiz-progress span {
	font-weight: 700;
	color: #fff;
}

#quiz-membership .quiz-questions .quiz-progress-question {
	min-width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#quiz-membership .quiz-questions .quiz-progress-question #current-q {
	padding-left: 5px;
}

#quiz-membership .quiz-questions #quiz-question-text {
	margin-top: 4.5rem;
	margin-bottom: 6.5rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.2rem;
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-questions #quiz-question-text {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 5rem;
	}
}

#quiz-membership .quiz-questions #quiz-answers {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	color: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-questions #quiz-answers {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-column-gap: 3.4rem;
		-moz-column-gap: 3.4rem;
		column-gap: 3.4rem;
		row-gap: 3.4rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#quiz-membership .quiz-questions #quiz-answers button {
	position: relative;
	cursor: pointer;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 1.5rem;
	width: auto;
	min-width: 160px;
	min-height: 16rem;
	height: auto;
	font-size: 2.5rem;
	padding: 2rem 1.5rem;
	line-height: 3.5rem;
	color: #fff;
	font-weight: 700;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-questions #quiz-answers button {
		font-size: 1.8rem;
		line-height: 2.6rem;
		min-width: inherit;
		width: auto;
		max-width: 125px;
		min-width: 125px;
		min-height: 125px;
	}
}

#quiz-membership .quiz-questions #quiz-answers button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1.5rem;
	background-color: #fff;
	z-index: 2;
	display: block;
	mix-blend-mode: soft-light;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 3px 20px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 3px 20px rgba(0, 0, 0, .4);
}

#quiz-membership .quiz-questions #quiz-answers button span {
	display: block;
	word-wrap: break-word;
}

#quiz-membership .quiz-result {
	margin-bottom: 8.5rem;
	min-height: 100%;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-result {
		margin-bottom: 6rem;
	}
}

#quiz-membership .quiz-result .result-title {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-result .result-title {
		text-align: center;
	}
}

#quiz-membership .quiz-result .result-description {
	margin-bottom: 4rem;
}

#quiz-membership .quiz-result .result-description p {
	margin: 0;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.4rem;
	color: #fff;
}

@media only screen and (max-width: 767.98px) {
	#quiz-membership .quiz-result .result-description p {
		text-align: center;
	}
}

#quiz-membership .quiz-result .result-cta p {
	margin: 0;
}

@media only screen and (max-width: 991.98px) {
	.facility-intro-2025 {
		background-color: #ffb700 !important;
		border-radius: 4rem;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

.facility-intro-2025 .membership-full-img {
	max-width: 41%;
	max-height: 44rem;
}

@media only screen and (max-width: 991.98px) {
	.facility-intro-2025 h2 {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.facility-intro-2025 hr {
	max-width: 168px;
	margin-bottom: 39px;
	border-top: 2px solid #040066 !important;
}

.facility-intro-2025 .copy {
	margin-bottom: 34px;
}

.facilities-bowling .what-you-find:nth-of-type(odd) .what-you-find-inner {
	background: #006;
}

.facilities-bowling .what-you-find:nth-of-type(even) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.facilities-bowling .what-you-find:nth-of-type(even) .what-you-find-img {
	margin-left: 5.4rem;
}

.facilities-bowling .what-you-find:nth-of-type(even) .what-find-copy-col {
	padding-left: 8rem;
}

.facilities-bowling .what-you-find:nth-of-type(even) .what-you-find-copy {
	max-width: 90%;
}

.facilities-bowling .what-you-find-img {
	max-width: 91%;
	height: 71.2rem;
}

.full-table .btn-yellow {
	border-radius: .5rem !important;
}

.full-table .btn-yellow a {
	color: #006;
	text-decoration: none;
}

.full-table .btn-yellow a:hover {
	background-color: #fff;
	color: #006;
}

.full-table a {
	color: #fff;
	text-decoration: underline;
}

.full-table a:hover {
	color: #ffb700;
}

.yellow-background {
	background: #ffb700 !important;
	color: #000;
}

.yellow-background h2 {
	color: #000;
}

.acf-putt-play-hero .slide-inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-hero .slide-inner .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 25px;
	}
}

.acf-putt-play-hero .slide-inner .img-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-hero .slide-inner .img-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.acf-putt-play-hero .slide-inner .slide-copy {
	margin-left: 0;
	margin-top: 25px;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-hero .slide-inner .slide-copy {
		position: relative;
		top: auto;
		bottom: auto;
		padding-left: 0rem;
		padding-right: 0rem;
		left: auto;
		-webkit-transform: none;
		transform: none;
		margin-left: 0;
	}
}

.acf-putt-play-hero .slide-inner img.logo {
	bottom: 45px;
	max-width: 229px !important;
	top: auto;
	left: auto;
	-webkit-transform: none;
	transform: none;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-hero .slide-inner img.logo {
		max-width: 110px !important;
		margin-bottom: 0px;
		position: relative;
		margin-top: 42px;
	}
}

.acf-putt-play-hero .slide-inner-background {
	width: 100%;
	height: 100%;
}

.acf-putt-play-hero .slide-inner-gradient {
	background: #006;
	background: -webkit-gradient(linear, left top, right top, from(#006), to(rgba(237, 221, 83, 0)));
	background: linear-gradient(90deg, #006 0%, rgba(237, 221, 83, 0) 100%);
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-hero .slide-inner-gradient {
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(rgba(237, 221, 83, 0)));
		background: linear-gradient(180deg, #006 0%, rgba(237, 221, 83, 0) 100%);
	}
}

#events-page.acf-latest-events {
	padding-block: 0;
	padding-top: 10rem;
}

@media only screen and (max-width: 767.98px) {
	#events-page.acf-latest-events {
		padding-top: 0;
	}
}

#events-page.acf-latest-events::after {
	display: none;
}

#events-page.acf-latest-events h2 {
	position: relative;
	margin-bottom: 6.5rem;
}

@media only screen and (max-width: 991.98px) {
	#events-page.acf-latest-events h2 {
		margin-bottom: 6.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	#events-page.acf-latest-events h2 {
		margin-bottom: 4.5rem;
	}
}

#events-page.acf-latest-events h2::before {
	content: "";
	position: absolute;
	bottom: -.68rem;
	left: 50%;
	background-color: #ffb700;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: .2rem;
	width: 100%;
	max-width: 10rem;
}

#events-page.acf-latest-events .facetwp-template .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1200px) {
	#events-page.acf-latest-events .facetwp-template article.event {
		margin-bottom: 0;
	}
}

#events-page.acf-latest-events .facetwp-template .col-md-6.col-lg-6.col-xl-4:last-child article.event {
	margin-bottom: 0;
}

.acf-putt-play-map {
	position: relative;
	z-index: 1;
	padding-top: 14.5rem;
	background-color: #eaeaea;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-map {
		border-radius: 2rem;
		margin-left: auto;
		margin-top: 4.5rem;
		margin-right: auto;
		max-width: 90%;
		padding-top: 2rem;
		background: #006;
		background: -webkit-gradient(linear, left top, left bottom, from(#006), to(#005eb6));
		background: linear-gradient(180deg, #006 0%, #005eb6 100%);
	}
}

.acf-putt-play-map::before {
	content: "";
	position: absolute;
	inset: 0;
	top: -20rem;
	width: 100%;
	height: 100%;
	min-height: 1320px;
	z-index: -1;
	background-color: #eaeaea;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-map::before {
		display: none;
	}
}

.acf-putt-play-map h2 {
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-map h2 {
		display: none;
	}
}

.acf-putt-play-map svg {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767.98px) {
	.acf-putt-play-map svg {
		display: none;
	}
}

.acf-putt-play-map .select-wrapper {
	display: block;
	background-color: #fff;
	border-radius: 22px;
	padding: 10px;
	position: relative;
	margin-bottom: 5.1rem;
}

.acf-putt-play-map #holeSelect {
	width: 100%;
	padding: 7.5px 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 22px;
	color: rgba(0, 0, 0, 0);
	border: 0;
	opacity: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.acf-putt-play-map .select-label {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #006;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'25.809\' height=\'13.905\' viewBox=\'0 0 25.809 13.905\'%3E%3Cpath id=\'Path_987\' data-name=\'Path 987\' d=\'M3313.214,1251.223l11.491,11.491,11.49-11.491\' transform=\'translate(-3311.8 -1249.809)\' fill=\'none\' stroke=\'%23006\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 22px;
}

.acf-putt-play-map .select-label.nitro-lazy {
	background-image: none !important;
}

.acf-putt-play-map .hole {
	padding-bottom: 4.4rem;
}

.acf-putt-play-map .hole h3, .acf-putt-play-map .hole p {
	color: #fff;
}

.acf-putt-play-map .hole img {
	margin-top: 5.1rem;
	margin: 0 auto;
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	min-height: 105px;
	max-height: 105px;
}

.acf-putt-play-map .hole h3 {
	margin-top: 1rem;
	margin-bottom: 32px;
	text-align: center;
}

.acf-putt-play-map .hole p {
	font-size: 12px;
	line-height: 17px;
}

.acf-putt-play-map .hole p:last-child {
	margin-bottom: 3.2rem;
}

.sim-pricing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.sim-pricing .sports-sim-pricing-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.sim-pricing .sim-pricing-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
	max-width: 450px;
	text-align: center;
	background: rgba(0, 0, 0, 0) linear-gradient(130deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
	border-radius: 20px;
	padding-top: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 42px;
}

@media only screen and (max-width: 767.98px) {
	.sim-pricing .sim-pricing-column {
		width: 90%;
		max-width: 90%;
	}
}

.sim-pricing .sim-pricing-column:nth-of-type(1) {
	margin-top: 0px;
}

.sim-pricing .sim-pricing-column:nth-of-type(2) {
	margin-top: 0px;
}

@media only screen and (max-width: 767.98px) {
	.sim-pricing .sim-pricing-column:nth-of-type(2) {
		margin-top: 42px;
	}
}

.sim-pricing .sim-pricing-column:nth-child(2n) {
	background: none;
	background-color: #ffb700;
	color: #006;
}

.sim-pricing .sim-pricing-column:nth-child(2n) h3, .sim-pricing .sim-pricing-column:nth-child(2n) p {
	color: #006;
}

.sim-pricing .sim-pricing-column:nth-child(2n) .btn {
	background-color: #006;
	color: #fff;
}

.sim-pricing .sim-pricing-column:nth-child(2n) .sim-box {
	background-color: rgba(255, 255, 255, .25) !important;
}

.sim-pricing .sim-pricing-column:nth-child(3n) {
	background: none;
	background-color: #005eb6;
}

.sim-pricing .sim-pricing-column:nth-child(3n) .sim-box {
	background-color: #006 !important;
}

.sim-pricing .sim-pricing-column:nth-child(4n) {
	background: rgba(0, 0, 0, 0) linear-gradient(130deg, #006 0%, #005eb6 100%) 0% 0% no-repeat padding-box;
}

.sim-pricing .sim-pricing-column:nth-child(4n) h3, .sim-pricing .sim-pricing-column:nth-child(4n) p {
	color: #fff;
}

.sim-pricing .sim-pricing-column:nth-child(4n) .btn {
	background-color: #ffb700;
	color: #006;
}

.sim-pricing .sim-pricing-column:nth-child(4n) .sim-box {
	background-color: #005eb6;
}

.sim-pricing .sim-pricing-column h3 {
	font-size: 20px;
	font-family: bold;
	line-height: 27px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 5px;
}

.sim-pricing .sim-pricing-column .sim-pricing-copy {
	margin-bottom: 0px;
	width: 75%;
	margin: 0 auto;
}

.sim-pricing .sim-pricing-column .sim-pricing-copy p {
	margin-bottom: 0px;
	font-size: 1.4rem;
}

.sim-pricing .sim-pricing-column .sim-box-repeater {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 21px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 19px;
}

.sim-pricing .sim-pricing-column .sim-box-repeater .sim-box {
	width: 45%;
	padding: 12px;
	background-color: #005eb6;
	border-radius: 10px;
	margin-top: 15px;
}

.sim-pricing .sim-pricing-column .sim-box-repeater .sim-box:nth-of-type(1) {
	margin-top: 0px;
}

.sim-pricing .sim-pricing-column .sim-box-repeater .sim-box:nth-of-type(2) {
	margin-top: 0px;
}

.sim-pricing .sim-pricing-column .sim-box-repeater .sim-box p {
	margin-bottom: 0;
}

.sim-pricing .sim-pricing-column .sim-box-repeater .sim-box .sim-box-title {
	margin-bottom: 6px;
	font-weight: bold;
}

.sim-pricing .sim-pricing-column .sim-pricing-image {
	width: 100%;
	height: 127px;
	background-size: cover;
	background-position: center;
	border-radius: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 15px;
	margin-bottom: 0px;
}

.sim-pricing .sim-pricing-column .btn {
	margin-bottom: 25px;
	background-color: #ffb700;
	width: 80%;
	color: #000;
}

.sim-pricing .sim-pricing-column .btn:hover {
	background-color: #fff;
	color: #ffb700;
}

.sim-pricing .sim-pricing-column p {
	font-size: 1.6rem;
	color: #fff;
}

.memberships-advert-grid {
	background-color: #fff;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_item.bg {
	min-height: 239px;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_item.bg a {
	width: auto !important;
	height: auto !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_item .discover_what_we_offer_copy {
	padding-left: 0;
	padding-right: 0;
	width: 80% !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_copy .btn {
	margin-top: 1.3rem !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.memberships-advert-grid .discover_what_we_offer_repeater .discover_what_we_offer_copy {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.memberships-advert-grid .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_copy h3 {
	color: #fff !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .row .col-md-4:nth-child(4) .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_copy h3 {
	color: #006 !important;
}

.memberships-advert-grid .discover_what_we_offer_repeater .row .col-md-4:nth-child(6) .discover_what_we_offer_copy .btn {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

@media only screen and (max-width: 991.98px) {
	.memberships-advert-grid {
		padding-bottom: 0 !important;
	}
	
	.memberships-advert-grid .discover_what_we_offer_repeater {
		display: none;
	}
}

.featured-coach {
	background-color: #ffb700;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	padding: 35px;
	margin-top: 53px;
}

.featured-coach .featured-img-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-coach .featured-img-col h3 {
	font-size: 20px;
	line-height: 27px;
}

.featured-coach img {
	max-width: 249px;
	max-height: 249px;
	margin-bottom: 14px;
}

.all-coaches {
	margin-top: 67px;
}

.all-coaches-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-coach {
	background-color: #006;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	color: #fff;
	padding: 28px;
	width: 31.33%;
}

.single-coach a {
	color: #fff;
}

@media only screen and (max-width: 991.98px) {
	.single-coach {
		width: 48%;
	}
}

@media only screen and (max-width: 767.98px) {
	.single-coach {
		width: 100%;
	}
}

.single-coach .single-coach-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.single-coach .single-coach-image h3 {
	color: #fff;
}

.single-coach .single-coach-image img {
	width: 100%;
	height: 100%;
	max-width: 131px;
	max-height: 131px;
	margin-right: 15px;
	border-radius: 50%;
}

.single-coach:nth-of-type(2n) {
	background-color: #ffb700;
	color: #006;
}

.single-coach:nth-of-type(2n) a {
	color: #006;
}

.single-coach:nth-of-type(2n) h3 {
	color: #006;
}

.single-coach:nth-of-type(3n) {
	background-color: #4d91c7;
	color: #006;
}

.single-coach:nth-of-type(3n) a {
	color: #006;
}

.single-coach:nth-of-type(3n) h3 {
	color: #006;
}

.single-coach:nth-of-type(4n) {
	background-color: #005fb0;
	color: #fff;
}

.single-coach:nth-of-type(4n) a {
	color: #fff;
}

.single-coach:nth-of-type(4n) h3 {
	color: #fff;
}

.therapy-services {
	position: relative;
	padding: 5rem 0 6rem;
}

.therapy-services__container {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.therapy-services__title {
	text-align: center;
	color: #006;
	margin: 0 0 4rem;
	margin-bottom: 57px;
}

.therapy-services__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}

@media only screen and (max-width: 991.98px) {
	.therapy-services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 575.98px) {
	.therapy-services__grid {
		grid-template-columns: 1fr;
	}
}

.therapy-services__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border-top-right-radius: 70px;
}

.therapy-services__card:nth-child(odd) .therapy-services__card-content {
	background-color: #ffb700;
}

.therapy-services__card:nth-child(even) .therapy-services__card-content {
	background-color: #f7f7f7;
}

.therapy-services__card-image {
	overflow: hidden;
	line-height: 0;
}

.therapy-services__card-image img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 28rem;
	min-height: 25rem;
}

.therapy-services__card-content {
	padding: 4rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 226px;
	border-bottom-right-radius: 70px;
	border-top-left-radius: 70px;
	margin-top: -65px;
	padding-left: 3rem;
}

.therapy-services__card-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #006;
	margin: 0 0 1rem;
}

.therapy-services__card-description {
	font-size: 1.6rem;
	color: #000;
	margin: 0;
	line-height: 1.5;
}

.therapy-services__card-description p {
	margin: 0 0 .5em;
}

.therapy-services__card-description p:last-child {
	margin-bottom: 0;
}

.therapy-services__cta {
	text-align: center;
	margin-top: 6rem;
}

.therapy-services__terms {
	text-align: center;
	margin: 2rem 0 0;
	font-size: 1.6rem;
	color: #006;
}

.therapy-services__terms a {
	color: #006;
	text-decoration: underline;
}

.therapy-services__terms a:hover {
	text-decoration: none;
}

.meet-therapists {
	position: relative;
	padding: 5rem 0 6rem;
}

.meet-therapists__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 0;
	background: -webkit-gradient(linear, left top, right top, from(#006), to(#005fb0));
	background: linear-gradient(90deg, #006 0%, #005fb0 100%);
	border-top-left-radius: 70px;
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: auto;
	}
}

.meet-therapists__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 4rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5.5rem;
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__content {
		border-radius: 2rem;
		padding: 4rem 3rem;
		padding-bottom: 0;
	}
}

.meet-therapists__text {
	max-width: 54rem;
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__text {
		margin: 0 auto;
		text-align: center;
	}
}

.meet-therapists__title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 2rem;
	line-height: 1.2;
}

@media only screen and (max-width: 767.98px) {
	.meet-therapists__title {
		font-size: 2rem;
	}
}

.meet-therapists__description {
	font-size: 1.6rem;
	color: #fff;
	margin: 0 0 1.5rem;
	line-height: 1.5;
}

.meet-therapists__description p {
	margin: 0 0 .5em;
}

.meet-therapists__description p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	.meet-therapists__description {
		font-size: 1.5rem;
	}
}

.meet-therapists__subtext {
	font-size: 1.6rem;
	color: #fff;
	margin: 0;
	font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
	.meet-therapists__subtext {
		font-size: 1.5rem;
	}
}

.meet-therapists__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 2rem;
	position: absolute;
	right: 101px;
	top: 32px;
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		padding-left: 0;
		margin-top: 0rem;
		position: relative;
		right: auto;
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.meet-therapists__cards {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.meet-therapists__card {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 575.98px) {
	.meet-therapists__card {
		width: 45%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__card:nth-child(1) {
		margin-bottom: 0;
	}
}

.meet-therapists__card:nth-child(2) {
	margin-left: 1rem;
}

@media only screen and (max-width: 1199.98px) {
	.meet-therapists__card:nth-child(2) {
		margin-left: 0;
	}
}

.meet-therapists__card-image {
	position: relative;
	overflow: hidden;
	line-height: 0;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	height: 278px;
	width: 211px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media only screen and (max-width: 575.98px) {
	.meet-therapists__card-image {
		width: 100%;
		height: 237px;
	}
}

.meet-therapists__card-name {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 3.2rem 1.5rem;
	text-align: left;
}

.meet-therapists__card-name--standalone {
	padding: 1.2rem 1.5rem;
}
