/*
* @author: Chad
*/

.breadcrumb {
	display: none;
}

.intro-name
{
	padding:0 0 20px 0;
	border-bottom:3px solid #EEE;
}
.intro-name h2
{
	margin:0 0 5px 0;
	font-size:20px; font-weight:700;
}
.global-details-content > .row-1 > .col {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.global-details-content h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.global-details-content h4 {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.global-details-content a {
	font-weight: bold;
}
.recommended {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom:3px solid #EEE;
}
.recommended h3 {
	margin-bottom: 5px;
}
.recommended ul {
	list-style: disc outside none;
	margin: 0 0 0 15px;
}
ul.offices li {
	margin-bottom: 20px;
	color: #444;
}


/* Regular Desktop */

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

	
}

/* Tablet Portrait */

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

	.intro-name {
		width: 100%;
	}

}

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

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

	.global-details-content > .row-1 > .col {
		float: none;
		width: 100%;
	}


}
