/*
* @author: Chad Harrington
*/

.breadcrumb
{
	display:none;
}

#site-map-content > .row > .col {
	width: 350px;
}

#site-map-content > .row > .col-1 {
	
}

#site-map-content > .row > .col-2 {
	
}

#site-map-content h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

#site-map-content h4 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#site-map-content ul {
	margin-bottom: 20px;
}

#site-map-content ul li {
	color: #444;
	line-height: 1;
	margin-bottom: 10px;
}

#site-map-content ul li a {
	color: #444;
	font-size: 13px;
}

#site-map-content ul ul {
	margin-bottom: 0;
	margin-top: 10px;
}

#site-map-content ul ul li {
	list-style: outside disc none;
	padding-left: 0px;
    margin-left: 30px;
}

#site-map-content ul ul ul li {
	list-style: outside circle none;
	padding-left: 0px;
    margin-left: 60px;
}


/* Regular Desktop */

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

}

/* Tablet Portrait */

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

	#site-map-content > .row > .col {
		width: 45%;
	}
	#site-map-content > .row > .col-1 {
		margin-right: 10%;
	}

}

/* Mobile Portrait & Landscape */
@media only screen and (max-width:767px) {
	.breadcrumb
	{
		display:block;
	}

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

	#site-map-content > .row > .col {
		width: 100%;
	}
}
