/*
* @author: Chad
*/

.breadcrumb {
	display: none;
}

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

section.generic > h3 {
	margin: 0 0 15px 0;
}
section.generic > ul {
	list-style: disc outside none;
	margin-left: 15px;
}

section.generic > ul li {
	margin: 0 0 10px 0;
}

section.generic > ul li a {
	font-weight: bold;
}
span.embed {
    position: absolute;
    display: inline;
    margin-top: -193px;
	margin-left:-9999em;
    z-index: -1;
}
.vid-thumb {
    cursor:pointer;
}

/* 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 {
		margin: 0; 
		border-bottom: none;
	}

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

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

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

}
