/*
* @author: Chad
*/

section.generic
{
	float:left; clear:left;
	width:190px;
}

.hero.tertiary section.intro h3
{
	width:450px;
}
.breadcrumb
{
	display:none;
}

p.intro {
	font-size: 14px;
	margin: 0 0 20px 0;
}

/* Regular Desktop */

@media only screen and (min-width:1024px) {

}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	section.generic
	{
		width:160px;
	}
}

/* Mobile Portrait & Landscape */
@media only screen and (max-width:767px)
{
	section.generic
	{
		float:none;
		width:auto;
	}
	.hero.tertiary section.intro h3
	{
		width:auto;
	}
	.breadcrumb
	{
		display:block;
	}
	.template-2 #main > .row > .col > h2
	{
		display:none;
	}
}
