/*
* @author: William Khoe
*/

.locating-product-2.first
{
	display:none;
}
.special-order-assistance
{
	margin:0 0 30px 0; padding:15px;
	border:4px solid #EEE;
}
.special-order-assistance p
{
	font-size:14px;
}
.special-order-assistance .inline-cta
{
	display:none;
}
.disclaimer p
{
	color:#666;
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	.locating-product-2.first
	{
		display:block;
	}
	.locating-product-2.last
	{
		display:none;
	}

	.special-order-assistance
	{
		margin:0; padding:0;
		border:none;
	}
	.special-order-assistance p
	{
		font-size:12px; color:#666;
	}
	.special-order-assistance .inline-cta
	{
		display:inline;
	}
	.special-order-assistance aside
	{
		display:none;
	}

	.template-2 #main > .row-2 > .col-1
	{
		margin:0; padding:0;
		border:0;
	}
}
