@charset "utf-8";
/* CSS Document */

.news-hub {
	background: #D5DFE7; /*url(../images/background/bg-newsrooms.jpg) repeat-x left bottom;*/
	padding-bottom:10px;
	margin-bottom:10px;	
}

.news-hub h2 {
	margin:0px;
	background: url(../images/background/bg-newsrooms-title.jpg) repeat-x;
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#005E8C, #005C73);
	/* Safari, Chrome */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005E8C), to(#005C73));
	/* Firefox */
	background-image: -moz-linear-gradient(top,  #005E8C,  #005C73);
	/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#005E8C, endColorstr=#005C73)";
	/* IE 6, IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005E8C', endColorstr='#005C73');

	color:#fff;
	font-size:1.2em;
	padding:6px 10px;
}

.news-hub ul li { Padding: 0 10px; }

.news-hub .news-details {margin: 4px 10px;}

.news-hub .news-details h3 {
	margin:0;
	font-size:0.9em;

}
.news-hub .news-details span {
	margin:0;
	font-size:0.89em;	
}
.news-hub .news-details ul li a {
	font-weight: bold;
	font-size: 0.9em;
}

.media-hub {margin: 20px 10px}
.media-hub a img {
    padding: 0 0 0 5px;
}
.media-hub h2 {
	background: transparent url(../images/background/bg-newsrooms-item-title.jpg) no-repeat scroll left bottom;
	margin: 0.5em 0;
	margin-bottom: 0.2em;
	padding-bottom: 8px !important;	
}
.media-hub h3 { margin: 10px 0 0 ; font-size:100%;}
.media-hub h2 + h3 { margin:0;} 
.media-hub p {font-size:0.9em;}

.news-hub a {
    color: #002280;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 10px 0 0;
}

/* Leardership page styles */

.leadership .bio-content img {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.leadership .bio-content .contact-info span { display:block;}
.leadership .bio-content h3 { margin-bottom:10px; font-size:180%;}
/* Leardership page styles end */
