/*
* @author: Chad
*/

.breadcrumb {
	display: none;
}

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

#professional-case-studies-content div.intro {
	margin-bottom: 20px;

}

#professional-case-studies-content div.intro p {
	margin: 0 0 10px 0;
}

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

.info-flag {
	font-size: 13px;
}

/* 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) {

	.breadcrumb {
		display: block;
	}	

	.template-2 #main > .row-2 > .col-1,
	.template-2 #main > .row-2 > .col-2 > h2 {
		display: none;
	}

	section.generic {
		float:none;
		width:auto;
	}

	.hero.tertiary section.intro h3 {
		width: auto;
	}

}
