.footer-cta {
	background-color: rgba(151,196,173,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 14px;
	height: 100%;
	text-align: center;
	padding: 10px;
}

body.blue .footer-cta {
	background-color: rgba(212,221,222,0.8);
}

.footer-cta .title {
	font-family: var(--pitch);
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--gray-dark);
}

.footer-cta .description {
	display: none;
	max-width: 276px;
}

.footer-cta .icon.visitors_guide,
.footer-cta .icon.contact,
.footer-cta .icon.newsletter {
	width: 40px;
	height: 29px;
}

body.blue .footer-cta .icon {
	margin-bottom: 8px;
}

.footer-cta .icon.experience_marketplace {
	width: 45px;
	height: 45px;
}

.footer-cta .icon.rfp {
	width: 40px;
	height: 35px;
}

.footer-cta .icon.convention_calendar {
	width: 35px;
	height: 35px;
}

@media (min-width: 64em) {
	.footer-cta {
		gap: 8px;
	}

	.footer-cta .title {
		font-size: 24px;
		line-height: 26px;
	}

	.footer-cta .description {
		display: block;
		font-family: var(--helvetica);
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		color: var(--gray-dark);
	}

	.footer-cta .icon.visitors_guide {
		width: 50px;
		height: 46px;
	}

	.footer-cta .icon.contact,
	.footer-cta .icon.newsletter {
		width: 48px;
		height: 34px;
	}

	.footer-cta .icon.experience_marketplace {
		width: 53px;
		height: 54px;
	}

	.footer-cta .icon.rfp {
		width: 54px;
		height: 40px;
	}

	.footer-cta .icon.convention_calendar {
		width: 44px;
		height: 44px;
	}
}
