/*
* @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#faqs-category-content ul li:after
{
	display:block; clear:both; visibility: hidden;
	height:0;
	content:".";
}
.ie section#faqs-category-content ul li
{
	zoom:1;
}

section#faqs-category-content
{
	position:relative;
}
section#faqs-category-content ol
{
	margin:0;
	border-top:3px solid #F0F0F0;
}
section#faqs-category-content ul li
{
	padding:20px 0;
	border-bottom:3px solid #F0F0F0;
}

section#faqs-category-content ul li h4
{
	font-size:14px; 
	font-weight:700;
	margin-bottom: 5px;
	display:inline;
}
section#faqs-category-content ul li p
{
	margin:0 0 10px 0;
}
section#faqs-category-content ul li aside a.more
{
	padding:0;
	background:none;
	font-size:12px; text-transform:none;
}

section.generic {
	float:left; clear:left;
	width:190px;
}
section#faqs-category-content ul li .answer {
    padding-top: 5px;
}


/* Regolar 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#faqs-category-content ol
	{
		margin:0;
	}
	
}
