/*
* @author: Chad Harrington
*/

.breadcrumb
{
	display:none;
}

.featured-video .video-container iframe.youtube-video {
	width: 100%;
	height: 100%;
}
.featured-video .content {
	margin-top: 0;
}

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

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

.row-2 .col-2 section > h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

/* iframe {
	width: 100%;
	height: auto;
} */

/* 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;
	}
	section.generic
	{
		float:none;
		width:auto;
	}
	.hero.tertiary section.intro h3
	{
		width:auto;
	}
	.template-2 #main > .row > .col > h2
	{
		display:none;
	}
	
}
