﻿.glider-next, .glider-prev {
	top: 40% !important;
	color: white !important;
}

.glider-card-header{
	min-height: 348px;
}

.glider-dots {
	margin-top: 1rem !important;
}

.plans-glider-track > * {
	max-width: 600px !important;
}

.plans-glider-track > *:not(:last-child) {
	margin-right: 4rem;
}

.dots {
	padding-top: 12px !important;
}

@media screen and (max-width: 991px) {
	.plans-glider-track > * {
		max-width: 320px !important;
	}

	.glider-card-header {
		min-height: 308px;
	}
}

@media screen and (max-width: 650px) {
	/* Remove glider arrows on small screens */
	.glider-next, .glider-prev {
		display: none !important;
	}

	.plans-glider-track > *:not(:last-child) {
		margin-right: 1rem;
	}
}

.bg-b2b-hero {
	background-image: url('/img/pricing/b2b-landing-hero.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	/* Hero switches to small version which doesn't have the girl in the image */
	.bg-b2b-hero {
		background-image: url('/img/pricing/b2b-landing-hero-small.png');
	}
}

@media screen and (min-width: 768px) {
	/* Hide glider dots on screens above 767px */
	.glider-dots {
		display: none !important;
	}
}

.sticky-table-row {
	border-collapse: separate; /* Don't collapse */
}
