.container_store-locator H1
{
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #CCC;
	font-weight: 400;
}
.retailers__list
{
	position: relative;
}
.retailers__list__item
{
	cursor: pointer;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 20px;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
	font-size: 18px;
	line-height: 135%;
}
.retailers__list__item STRONG
{
	font-weight: 600;
}
.retailers__list__item:hover
{
	background-color: #FEFEFE;
}
.retailers__list__item__vegan
{
	/*font-size: 12px;*/
	font-style: italic;
	/*color: #AAA;*/
}
.container_store-locator .desc
{
	font-size: 20px;
	line-height: 135%;
}
.page-banner25_store-locator
{
	height: 300px;
}
.container_store-locator .desc
{
	text-align: center;
}
.container_store-locator H1
{
	font-size: 50px;
	margin: 72px 0 42px;
	font-family: 'New York', serif;
}
@media (min-width: 768px)
{
	.retailers__list
	{
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;
		max-height: 450px;
	}
	.retailers__list__overflow
	{
		position: relative;
		overflow: hidden;
	}
	.retailers__list__overflow::before, .retailers__list__overflow::after
	{
		content: '';
		width: 100%;
		height: 70px;
		position: absolute;
		left: 0;
		pointer-events: none;
		-webkit-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
		z-index: 1;
	}
	.retailers__list__overflow::before
	{
		top: -70px;
		background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	}
	.retailers__list__overflow::after
	{
		bottom: 0;
		background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.retailers__list__overflow.js-scrolltotop::before
	{
		top: 0;
	}
	.retailers__list__overflow.js-scrolltoend::after
	{
		bottom: -70px;
	}
}
