/* microsite-specific styles for P2G microsite */


.navbar-brand { /* this style not necessary with new banner */
	padding-top: 16px;
}


.micro-content .micro-home {
    margin-top: 24px;
}

/* new blog styles */
.blogRSS {
    display: none;
}
/*tr.monthRow {
    background-color: #ededed;
}*/




/* Styles for less obtrusive design with new branded wrapper. NOTE: These styles should be added to the master style sheet at some point, but not override current site's styles until current sites are retrofitted with the new branded wrapper */ 

/**/#AddThisBoxWrapper {
    margin-bottom: 43px;
}

.micro-banner {
    margin-bottom: 0 !important;
}

.micro-banner-title {
	color: #999999;
}
.micro-sub-nav, .micro-sub-nav a {
	color:#666666;
	font-weight: normal;
}
.micro-sub-nav a {
	color:#007dc3;
	font-weight: bold;
}
.micro-sub-nav a:hover {
	color:#36a3e0;
}
.banner-home .micro-banner-title-wrapper h4 {
	color: #02356a;
}

.micro-banner-title-wrapper,
.banner-home .micro-banner-title-wrapper, .micro-sub-nav-wrapper {
    	background-color:#EEEEEE;
}
.title-wrapper-nosubnav, .micro-sub-nav-wrapper {
		border-bottom: 1px solid #dadada;
}
h1.micro-banner-title {
	font-weight: normal;
}

.title-nosubnav {
	margin-top: 62px;
	margin-bottom: 12px;
}

.jumbotron {
	background-color: #02356a;
}


p.photo-credit {
		font-size: 12px;
		text-transform: uppercase;
		color: #666666;
	}


.p2g-maps .img-responsive {
	margin: 20px 0 70px 0;
}
.p2g-maps h3 a {
	color: #4d4d4d;
}
.p2g-maps h3 a:hover {
	color: #007dc3;
}