
	.indivtext-1550 p {
		font-size: 14px;
	}

	@media (min-width: 576px) {
		.indivtext-1550 p {
			font-size: 14px;
		}
	}

	@media (min-width: 768px) {
		.indivtext-1550 p {
			font-size: 14px;
		}
	}

	@media (min-width: 992px) {
		.indivtext-1550 p {
			font-size: 14px;
		}
	}

	@media (min-width: 1200px) {
		.indivtext-1550 p {
			font-size: 14px;
		}
	}

	
		@media (min-width: 1400px) {
			.indivtext-1550 p {
				font-size: 14px;
			}
		}
	
	


	.indivtext-1551 p {
		font-size: 16px;
	}

	@media (min-width: 576px) {
		.indivtext-1551 p {
			font-size: 20px;
		}
	}

	@media (min-width: 768px) {
		.indivtext-1551 p {
			font-size: 20px;
		}
	}

	@media (min-width: 992px) {
		.indivtext-1551 p {
			font-size: 22px;
		}
	}

	@media (min-width: 1200px) {
		.indivtext-1551 p {
			font-size: 26px;
		}
	}

	
		@media (min-width: 1400px) {
			.indivtext-1551 p {
				font-size: 26px;
			}
		}
	
	


/* Google Maps click loading */
.consentLoading .loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* TODO: tweak color to match project */
	background-color: white;
	color: rgb(157,29,44);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
}

.consentLoading {
	cursor: pointer;
	position: relative;
}

.consentLoading .placeHolder {
	position: relative;
}

.consentLoading .placeHolder img {
	width: 100%;
	height: auto;
}

.consentLoading .placeHolder .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
}

.consentLoading .placeHolder .overlay .gmapsButton {
	background-color: white;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0px 0px 15px #0000004F;
	margin-bottom: 16px;
	border: 2px solid #fff;
	transition: border 200ms;
	display: flex;
}

.consentLoading .placeHolder .overlay .gmapsButton:hover {
	/* TODO: tweak color to match project */
	border-color: rgb(157,29,44);
}

.consentLoading .placeHolder .overlay .gmapsButton .gmapIcon {
	height: 40px;
	width: auto;
	margin-right: 10px;
}

.consentLoading .placeHolder .overlay .gmapsButton .labels {
	display: flex;
	flex-direction: column;
}

.consentLoading .placeHolder .overlay .gmapsButton .header {
	font-size: 18px;
	line-height: 23px;
	color: #222222;
	font-weight: 600;
}

.consentLoading .placeHolder .overlay .gmapsButton .subheader {
	font-size: 14px;
	line-height: 14px;
	color: rgba(34, 34, 34, 0.5);
}

.consentLoading .placeHolder .overlay .info {
	z-index: 3;
	cursor: initial;
	text-align: center;
	/* TODO: tweak color to match project */
	color: #999;
	font-size: 14px;
	line-height: 18px;
	max-width: 320px;
	padding: 5px;
}

.consentLoading .placeHolder .overlay .info a {
	/* TODO: tweak color to match project */
	color: #666;
}

.consentLoading .placeHolder .overlay .info a::before,
.consentLoading .placeHolder .overlay .info a::after {
	top: -3px;
}

.consentLoading .placeHolder .overlay .info p {
	margin: 0;
}

.consentLoading .hiddenContent.hidden {
	display: none;
}

.consentLoading .hiddenContent iframe {
	width: 100%;
	height: 500px;
}

@media (max-width: 767px) {
	.consentLoading .placeHolder {
		font-size: 12px;
	}
}


