/*
* @author: Chad
*/

.breadcrumb {
	display: none;
}

.hero.tertiary section.intro .content
{
	display: none;
}

#contact-us-content div.intro {
	margin-bottom: 20px;

}

#contact-us-content div.intro p {
	margin: 0 0 10px 0;
}

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

section.generic h3 {
	margin-bottom: 15px;
}

section.generic ul.addr-info > li {
	color: #5e5e5e;
	margin: 0 0 20px 0;
}

section.generic ul.addr-info h4 {
	font-size: 13px;
	font-weight: 700;
}

    section.generic p {
        color: #5e5e5e;
        margin: 0;
    }

section.form ul.radios label {
    display:inline;
    padding-left:5px;
}
section.form ul.two-col > li {
    padding-bottom:10px;
}

    

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

	section.form .user-info fieldset, 
	section.form .inquiry-details fieldset {
		width: auto;
	}

}
