/**
 Results/home page
*/
.results {
	position: relative;
	margin: 0 auto;

	@include responsive('>', 'phones', (
		margin-bottom: 100px
	));

	.col-wrapper {
		overflow-y: hidden;
	}

	.cta-chat,
	.cta-askus {
		display: block;
		height: 0;
		margin-bottom: $globalPaddingS;
		padding-bottom: 75%;
		background-size: cover;

		@include responsive('>', 'phones', (
			margin-bottom: $globalPadding
		));
	}

	.cta-askus {
		padding-bottom: 100%;
	}
}

.results-text {
	display: none;
	
	&.show {
		display: block;
	}

	p {
		text-align: center;
		font-size: 2.244em;
		line-height: 1.214;
	}
}