/*
* @author: Chad Harrington
*/

.intro-name {
	width: auto;
}

#tips-details-content {

}

.instructions {
	padding-top: 30px;
	border-top: 3px solid #efefef;
}

.instructions > img {
	float: left;
	margin: 0 30px 25px 0;
}

.instructions > h2 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.instructions ol {
	list-style: inside decimal;
}

.instructions li {
	font-weight: 700;
	margin: 0 0 15px 0;
}

.instructions li span {
	font-weight: normal;
}

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

/* Regular Desktop */

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

}

/* Tablet Portrait */

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

	.instructions > img {
		width: 50%;
		margin: 0 20px 12px 0;
	}

	section.generic
	{
		width:160px;
	}
}

/* Mobile Portrait & Landscape */
@media only screen and (max-width:767px)
{

	.instructions > img {
		min-width: 100%;
		float: none;
		margin: 0 0 25px 0;
	}

	.intro-name .social-links-2 {
		display: none;
	}

	section.generic
	{
		float:none;
		width:auto;
	}
	.breadcrumb
	{
		display:block;
	}
	.template-2 #main > .row-2 > .col-1
	{
		display:none;
	}
	.template-2 #main > .row > .col > h2
	{
		display:none;
	}
}
