.show-for-xsmall {
	display: none;
}

.show-for-small {
	display: none;
}

.show-for-medium {
	display: none;
}

.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-xsmall {
		display: none;
	}

	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: block;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-medium {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-xsmall {
		display: none;
	}

	.show-for-small {
		display: block;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: none;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.show-for-xsmall {
		display: block;
	}

	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: block;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (max-width: 320px) {
	.typography-headline-elevated {
		font-size: 35px;
	}
}

@media only screen and (max-width: 320px) {
	.compare-column.template-item-default {
		font-size: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.badge-copy {
		font-size: 15px;
	}
}

.splash-copy-disclaimer {
	font-size: 15px;
	font-weight: 500;
	color: #404040;
}

p.splash-copy-disclaimer {
	margin-top: 20px;
	font-weight: 400;
}