/*
* @author: Chad
*/

.breadcrumb {
	display: none;
}

.global-content {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 3px solid #f0f0f0;
}
.global-content h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 10px 0;
}
.global-content h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px 0;
}
.global-content p {
	margin-bottom: 10px;
}
.global-content ul {
	list-style: disc outside none;
	padding-left: 15px;
	margin: 0 0 40px 0;
}
.global-content ul li {
	font-size: 14px;
}

ul.region-maps {
	list-style: none;
	margin: 0 0 20px 0; padding: 0;
}
ul.region-maps li {
	width: 108px;
	min-height: 145px;
	float: left;
	padding: 0 19px;
	margin: 0 0 30px 0;
	border-right: 1px solid #e0e0e0;
}
ul.region-maps li.first,
ul.region-maps li:first-child {
	padding-left: 20;
}

ul.region-maps li.last,
ul.regoin-maps li:last-child {
	border-right: none;
	padding-right: 0;
}

ul.region-maps li img {
	display: block;
	padding: 0; margin: 0 0 15px 0;
	border: 1px solid #d9d9d9;
}
ul.region-maps li a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}
.global-content .address {
	margin-bottom: 30px;
}
.global-content .address p {
	margin-bottom: 0;
}



/* Regular Desktop */

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

	
}

/* Tablet Portrait */

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

	ul.region-maps li {
		width: 138px;
	}
	ul.region-maps li.tablet-last {
		padding-right: 0; border-right: 0;
	}
	ul.region-maps li.tablet-first {
		padding-left: 0;
	}
	ul.region-maps li img {
		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-2 > h2 {
		display: none;
	}

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

	ul.region-maps li {
		width: 100%;
		padding: 0 0 30px 0;
		border-right: none;
		border-bottom: 3px solid #f0f0f0; 
	}
	ul.region-maps li.tablet-last {
		padding-right: 0; border-right: 0;
	}
	ul.region-maps li.tablet-first {
		padding-left: 0;
	}
	ul.region-maps li img{
        width: 100% !important;
        height: auto !important;
}

}
