/* =========================================================
   GCS LOCATION PAGE
   ========================================================= */
.header-container.header-top{
	padding: 0px !important;
}

.location-page {
	background: #fff;
	color: #292929;
}

.location-page *,
.location-page *::before,
.location-page *::after {
	box-sizing: border-box;
}

.location-page .location-container {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

/* =========================================================
   LOCATION + GET STARTED AREA
   ========================================================= */

#location-info {
	position: relative;
	background: #fff;
	padding: 60px 0 56px;
}

#location-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 360px;
	background: #f5f5f5;
	z-index: 0;
}

.location-info__layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 370px;
	column-gap: 29px;
	align-items: start;
}

.location-column {
	display: flex;
	flex-direction: column;
	gap: 56px;
	min-width: 0;
}

/* =========================================================
   LOCATION DETAILS CARD
   ========================================================= */

.location-details {
	background: #fff;
	border-radius: 20px 0 20px 0;
	box-shadow: 7px 10px 25px 0.5px rgba(0, 0, 0, 0.05);
	padding: 35px 30px;
}

.location-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 325px;
	column-gap: 30px;
	align-items: center;
}

.location-details__text {
	min-width: 0;
}

.location-details__name {
	color: #215ba8;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.location-details__address {
	color: #292929;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 20px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}

.location-details__intro {
	color: #292929;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}

.location-details__intro p {
	margin: 0 0 16px;
}

.location-details__intro p:last-child {
	margin-bottom: 0;
}

.location-details__intro strong {
	color: #215ba8;
	font-weight: 700;
}

.location-details__intro a {
	color: #215ba8;
}

.location-details__intro ul,
.location-details__intro ol {
	margin: 0 0 16px;
	padding-left: 20px;
}

.location-details__intro li {
	margin-bottom: 4px;
}

/* =========================================================
   CONTACT
   ========================================================= */

.location-details__contact {
	color: #292929;
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0 0;
}

.location-details__contact strong {
	color: #215ba8;
	font-weight: 700;
}

.location-details__contact a {
	color: #292929;
	text-decoration: none;
}

.location-details__contact a:hover {
	color: #215ba8;
}

/* =========================================================
   MAP
   ========================================================= */

.location-details__map {
	width: 100%;
	height: 310px;
	min-width: 300px;
	margin: 0;
	overflow: hidden;
}

.location-details__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	border: 0;
}

/* =========================================================
   GET STARTED CARD
   ========================================================= */

.get-started {
	background: #fff;
	border-radius: 20px 0 20px 0;
	box-shadow: 7px 10px 25px 0.5px rgba(0, 0, 0, 0.05);
	padding: 35px 30px;
}

.get-started__heading {
	color: #292929;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

.get-started__subheading {
	color: #292929;
	font-size: 17px;
	line-height: 1.4;
	margin: 0 0 32px;
}

.get-started__categories {
	display: flex;
	flex-direction: column;
}

.get-started__category {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e2e2e2;
}

.get-started__category:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.get-started__category-icon {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.get-started__category-body {
	min-width: 0;
	padding-top: 4px;
}

.get-started__category-title {
	color: #292929;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.get-started__category-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.get-started__category-links li {
	padding: 0;
	margin: 0 0 4px;
	line-height: 1.5;
}

.get-started__category-links li:last-child {
	margin-bottom: 0;
}

.get-started__category-links a {
	color: #215ba8;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: underline;
}

.get-started__category-links a:hover {
	color: #174984;
}

/* =========================================================
   EDUCATION
   ========================================================= */

.education {
	min-width: 0;
	padding: 0 30px;
}

.education__heading {
	color: #292929;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 24px;
}

.education__content {
	color: #292929;
	font-size: 16px;
	line-height: 24px;
}

.education__content p {
	margin: 0 0 16px;
}

.education__content p:last-child {
	margin-bottom: 0;
}

.education__content h1,
.education__content h2,
.education__content h3,
.education__content h4 {
	color: #292929;
}

/* =========================================================
   TESTIMONIAL BAND
   ========================================================= */

.gcs-loc-testimonial-band {
	width: 100%;
	background: #215ba8;
	color: #fff;
	padding: 64px 20px 56px;
	position: relative;
	overflow: hidden;
}

.gcs-loc-testimonial-band__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

.gcs-loc-testimonial-band__heading {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 32px;
}

.gcs-loc-testimonial-band__quote {
	position: absolute;
	color: #fbb040;
	font-size: 96px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
	z-index: 1;
	display: none;
}

.gcs-loc-testimonial-band__quote--open {
	left: -8px;
	top: 16px;
}

.gcs-loc-testimonial-band__quote--close {
	right: -8px;
	bottom: 40px;
}

.gcs-loc-testimonial-band__carousel {
	position: relative;
	z-index: 2;
	width: 100%;
}

.gcs-loc-testimonial-band iframe {
	display: block;
	width: 100%;
	border: 0;
}

.gcs-loc-testimonial-band__cta {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: 32px;
}

.gcs-loc-testimonial-band__button {
	display: inline-block;
	background: #ffb63f;
	color: #292929;
	border-radius: 8px;
	padding: 10px 32px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.gcs-loc-testimonial-band__button:hover {
	background: #f5a900;
	color: #292929;
}

/* =========================================
   DESKTOP / MOBILE VISIBILITY
   ========================================= */

.mobile,
.education-mobile {
	display: none !important;
}

.desktop,
.education-desktop {
	display: block;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

	.location-page .location-container {
		padding: 0 40px;
	}

	.location-info__layout {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 32px;
	}

	.location-column {
		gap: 40px;
	}

	#location-info::before {
		height: 320px;
	}

	.education-desktop {
		display: none !important;
	}

	.education-mobile {
		display: block !important;
	}
}

@media (max-width: 800px) {

	.location-details__grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 24px;
	}

	.location-details__map {
		height: 220px;
	}

	.gcs-loc-testimonial-band__quote--open {
		left: 4%;
	}

	.gcs-loc-testimonial-band__quote--close {
		right: 4%;
	}
}

@media (max-width: 600px) {

	#location-info {
		padding: 24px 0 40px;
	}

	#location-info::before {
		height: 215vw;
	}

	.location-column {
		gap: 32px;
	}

	.location-details {
		padding: 24px;
	}

	.location-details__name {
		font-size: 16px;
	}

	.location-details__address {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.location-details__intro,
	.location-details__contact {
		font-size: 15px;
		line-height: 20px;
	}

	.location-details__map {
		height: 180px;
		min-width: unset !important;
	}

	.get-started {
		padding: 28px 20px 20px;
	}

	.get-started__heading {
		font-size: 24px;
	}

	.get-started__subheading {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.get-started__category {
		grid-template-columns: 56px minmax(0, 1fr);
		column-gap: 10px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.get-started__category:nth-child(1) .get-started__category-icon {
		width: 44px;
		height: 44px;
	}

	.get-started__category:nth-child(2) .get-started__category-icon {
		width: 41px;
		height: 41px;
	}

	.get-started__category:nth-child(3) .get-started__category-icon {
		width: 50px;
		height: 50px;
	}

	.get-started__category-title {
		font-size: 20px;
	}

	.get-started__category-links a {
		font-size: 15px;
	}

	.education__heading {
		font-size: 24px;
	}

	.education__content {
		font-size: 15px;
		line-height: 20px;
	}

	.gcs-loc-testimonial-band {
		padding: 40px 20px 32px;
	}

	.gcs-loc-testimonial-band__heading {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.gcs-loc-testimonial-band__quote {
		display: none;
	}

	.gcs-loc-testimonial-band__button {
		display: block;
		width: 100%;
		text-align: center;
	}
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

}
