/*
* @author: Chad Harrington
*/

.breadcrumb
{
	display:none;
}

section.pagination.first,
section.pagination.last {
	padding: 0;
	border: none;
}

.hero section.intro .content {
	width: 350px;
	min-width: auto;
}

.template-2 #main > .row > .col > h2 {
	float: left;
	margin: 0;
}

section#problem-solvers-content ul li:after
{
	display:block; clear:both; visibility: hidden;
	height:0;
	content:".";
}
.ie section#problem-solvers-content ul li
{
	zoom:1;
}

section#problem-solvers-content
{
	position:relative;
}
section#problem-solvers-content ul
{
	margin:0;
	border-top:3px solid #F0F0F0;
}
section#problem-solvers-content ul li
{
	padding:20px 0;
	border-bottom:3px solid #F0F0F0;
}
section#problem-solvers-content ul li article
{
	overflow:hidden;
	color:#444;
}
section#problem-solvers-content ul li article h4
{
	font-size:14px; font-weight:700; text-transform:uppercase;
}
section#problem-solvers-content ul li article p
{
	margin:0 0 10px 0;
}
section#problem-solvers-content ul li article aside a.more
{
	padding:0;
	background:none;
	font-size:12px; text-transform:none;
}
section#problem-solvers-content ul li a.thumbnail
{
	float:left;
	margin:0 15px 0 0;
}
section#problem-solvers-content ul li a.thumbnail img
{
	max-width:175px;
    max-height:100px;
}
section.generic {
	float:left; clear:left;
	width:190px;
}

section.solutions-by-industry h3 {
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

section.solutions-by-industry ul li {
	margin-bottom: 10px;
}

section.solutions-by-industry ul li a {
	font-weight: bold;
}

section.newsletter h3 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.15;
	margin-bottom: 20px;
}

section.newsletter a {
	text-transform: none;
	font-weight: bold;
}

/* 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;
	}

	.hero section.intro .content {
		width: 350px;
		min-width: auto;
	}

}

/* Mobile Portrait & Landscape */
@media only screen and (max-width:767px) {
	
	.breadcrumb
	{
		display:block;
	}

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

	.template-2 #main > .row-2 > .col-1 {
		border: none;
	}

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

	.hero section.intro .content {
		width: auto;
	}

	section#problem-solvers-content ul
	{
		margin:0;
	}
	
	section#problem-solvers-content ul li a.thumbnail img
	{
		width:105px; height:auto;
	}

}
