/* Maps Styles */
/* updated line 11 for UC Davis brighter gold 10/31/16 SKB */

.page-header h1 {
	margin-bottom:10px;
}
.map-wrapper {
	margin-top:.625em;
}

.map-wrapper iframe {
	border: 2px solid #f0dd99 !important;
}

.map-wrapper.pull-right {
	margin-left: 15px;
}

.map-wrapper.pull-left {
	margin-right: 15px;
}
/*
.panel-body h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	line-height:1.1em;
	margin-top:20px;
}
*/
.map-note {
	font-size:.8em;
}

@media (max-width:1024px) {
.map-wrapper iframe {
	width:320px;
	height:240px;
}		
}

@media (max-width:480px) {
.map-note {
	display:none;
}
	
.breadcrumb {
	display:none;
}	
/*
.page-header h1 {
	font-size:.95em;
}

.panel-body h1 {   
    	font-size:1.3em;
		margin-bottom:1em;
}

.panel-body h2 {
	font-size: 1.2em;
	font-weight:300;
	line-height:1.3em;
}

.panel-body h3 {
	border-top: 1px solid #D9DFE6;
	padding-top:10px;
}
*/
.map-wrapper {
	margin-top:-10px;
}

.map-wrapper.pull-right {
	float:none !important;
	margin-left:0;
}

.map-wrapper iframe {
	width:100%;
}
}

@media (max-width:320px) {
.map-wrapper iframe {
	height:180px;
}

.panel-body h1 {   
    	font-size:1.2em;
}

.panel-body h2 {
	font-size:1.1em;
	margin-bottom:0;
	line-height:1.4em;
}

.panel-body h3 {
	line-height:1.2em;
}
}

